/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
    color: #dfe4f7;
    overflow-x: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(122,245,211,0.06), transparent 30%),
                radial-gradient(circle at 80% 10%, rgba(156,123,255,0.08), transparent 32%),
                #06060c;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.nav-logo h1 {
    color: #fff;
    font-weight: 800;
    font-size: 1.8rem;
    background: linear-gradient(135deg, #7af5d3 0%, #9c7bff 50%, #ff74c8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-logo span {
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 400;
}

.nav-menu {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    position: relative;
}

.nav-dropdown {
    position: relative;
}

.dropdown-toggle {
    background: none;
    border: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
}

.dropdown-menu {
    position: absolute;
    top: 120%;
    right: 0;
    min-width: 240px;
    max-height: 70vh;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px 14px;
    display: none;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
    z-index: 2000;
}

.dropdown-menu.open {
    display: flex;
}

.dropdown-menu .nav-link {
    display: block;
    width: 100%;
    color: #e8e8e8;
}

.dropdown-menu .nav-link:hover {
    color: #7af5d3;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #7af5d3;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #7af5d3 0%, #ff74c8 100%);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: 0.3s;
}

/* Footer */
#siteFooter {
    text-align: center;
    padding: 32px 16px 44px;
    background: #070711;
    color: #dcdce6;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 60px;
    line-height: 1.4;
    box-shadow: 0 -10px 40px rgba(0,0,0,0.35);
}

#siteFooter a {
    color: #9acbff;
    text-decoration: none;
}

#siteFooter a:hover {
    color: #fff;
}

#siteFooter .footer-links {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
}

#siteFooter .footer-link {
    color: #9acbff;
    text-decoration: none;
    padding: 2px 4px;
    display: inline-flex;
    align-items: center;
}

#siteFooter .footer-link:hover {
    color: #fff;
}

/* Flow CTA */
.flow-cta {
    margin: 60px auto 20px;
    max-width: 980px;
    padding: 28px 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(122,245,211,0.12), rgba(156,123,255,0.12), rgba(255,116,200,0.12));
    border: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.flow-cta h3 {
    color: #f8fbff;
    margin-bottom: 10px;
}

.flow-cta p {
    color: #cfd6e4;
    margin-bottom: 16px;
}

.flow-cta a {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7af5d3, #9c7bff, #ff74c8);
    color: #0a0a0f;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.flow-cta a:hover {
    transform: translateY(-1px);
    color: #0a0a0f;
}

#siteFooter .footer-disclosure {
    margin-bottom: 10px;
    color: #cfd6e4;
}

#siteFooter .footer-meta {
    color: #9aa3b5;
    font-size: 0.95rem;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 50%, #2d2d2d 100%);
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="grad" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="%23667eea" stop-opacity="0.1"/><stop offset="100%" stop-color="%23764ba2" stop-opacity="0.05"/></radialGradient></defs><circle cx="500" cy="500" r="400" fill="url(%23grad)"/></svg>') center/cover;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-20px) scale(1.05); }
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    z-index: 2;
    position: relative;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #fff;
}

.gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #ccc;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.stat {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 0.9rem;
    color: #ccc;
    font-weight: 500;
}

.hero-actions {
    display: flex;
    gap: 1.5rem;
}

.btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1.1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.6);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

/* Hero Visual */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.consciousness-visualization {
    width: 400px;
    height: 400px;
    position: relative;
}

.neural-network {
    position: absolute;
    width: 100%;
    height: 100%;
}

.node {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.8);
    animation: pulse 2s ease-in-out infinite;
}

.primary-node {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 0s;
}

.secondary-node {
    width: 50px;
    height: 50px;
    top: 20%;
    left: 20%;
    animation-delay: 0.5s;
}

.tertiary-node {
    width: 40px;
    height: 40px;
    bottom: 20%;
    right: 20%;
    animation-delay: 1s;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; }
}

.connection-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    opacity: 0.6;
    animation: dataFlow 3s ease-in-out infinite;
}

.connection-line:nth-child(4) {
    width: 200px;
    top: 30%;
    left: 30%;
    transform: rotate(45deg);
}

.connection-line:nth-child(5) {
    width: 150px;
    bottom: 30%;
    right: 30%;
    transform: rotate(-45deg);
    animation-delay: 1s;
}

.connection-line:nth-child(6) {
    width: 180px;
    top: 60%;
    left: 10%;
    transform: rotate(15deg);
    animation-delay: 2s;
}

@keyframes dataFlow {
    0% { opacity: 0.3; box-shadow: none; }
    50% { opacity: 1; box-shadow: 0 0 20px rgba(102, 126, 234, 0.8); }
    100% { opacity: 0.3; box-shadow: none; }
}

.data-streams {
    position: absolute;
    width: 100%;
    height: 100%;
}

.stream {
    position: absolute;
    width: 4px;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, #667eea 50%, transparent 100%);
    border-radius: 2px;
    animation: streamFlow 4s ease-in-out infinite;
}

.stream-1 {
    left: 10%;
    top: 0;
    animation-delay: 0s;
}

.stream-2 {
    right: 15%;
    top: 20%;
    animation-delay: 1.5s;
}

.stream-3 {
    left: 60%;
    bottom: 0;
    animation-delay: 3s;
}

@keyframes streamFlow {
    0% { transform: translateY(-50px); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateY(50px); opacity: 0; }
}

/* Breakthrough Section */
.breakthrough {
    padding: 8rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.breakthrough-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.breakthrough-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.breakthrough-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
}

.breakthrough-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.breakthrough-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.breakthrough-card p {
    color: #666;
    line-height: 1.6;
}

/* Technologies Section */
.technologies {
    padding: 8rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.technologies .section-header h2,
.technologies .section-header p {
    color: #fff;
}

.technology-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.tech-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.tech-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.tech-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.tech-icon {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.tech-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    flex-grow: 1;
}

.tech-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f093fb;
    white-space: nowrap;
}

.tech-content p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #e0e0e0;
}

.tech-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

.tech-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #e0e0e0;
}

.tech-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #f093fb;
    font-weight: bold;
}

.tech-patents {
    font-weight: 600;
    color: #f093fb;
    font-size: 0.9rem;
}

/* Patents Section */
.patents {
    padding: 8rem 0;
    background: #f8fafc;
}

.patent-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.patent-stat {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.patent-stat:hover {
    transform: translateY(-5px);
}

.patent-stat .stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #667eea;
    display: block;
}

.patent-stat .stat-label {
    color: #666;
    font-weight: 500;
}

.patent-highlights h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: #333;
}

.patent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.patent-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.patent-card.featured {
    border-left-color: #f093fb;
    background: linear-gradient(135deg, #fff 0%, #f8faff 100%);
}

.patent-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.patent-number {
    font-size: 1.2rem;
    font-weight: 800;
    color: #667eea;
    margin-bottom: 1rem;
}

.patent-card.featured .patent-number {
    color: #f093fb;
}

.patent-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.patent-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.patent-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tag {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

.patent-card.featured .tag {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

/* Licensing Section */
.licensing {
    padding: 8rem 0;
    background: linear-gradient(135deg, #2c3e50 0%, #4a6741 100%);
    color: #fff;
}

.licensing .section-header h2,
.licensing .section-header p {
    color: #fff;
}

.licensing-overview {
    text-align: center;
    margin-bottom: 4rem;
}

.total-value h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.value-range {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.total-value p {
    color: #ccc;
}

.licensing-sectors {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.sector-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.sector-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.sector-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.sector-header h4 {
    font-size: 1.3rem;
    font-weight: 700;
}

.sector-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f093fb;
}

.sector-description p {
    margin-bottom: 1.5rem;
    color: #e0e0e0;
    line-height: 1.6;
}

.licensing-benefits {
    list-style: none;
}

.licensing-benefits li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #e0e0e0;
}

.licensing-benefits li::before {
    content: '💰';
    position: absolute;
    left: 0;
}

.licensing-contact {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.licensing-contact h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.licensing-contact p {
    margin-bottom: 2rem;
    color: #e0e0e0;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.contact-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item strong {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #f093fb;
}

/* Vision Section */
.vision {
    padding: 8rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.vision-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.vision-text h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vision-lead {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.vision-principles {
    display: grid;
    gap: 1.5rem;
}

.principle {
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    border-radius: 15px;
    border-left: 4px solid #667eea;
    transition: transform 0.3s ease;
}

.principle:hover {
    transform: translateX(10px);
}

.principle h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333;
}

.principle p {
    color: #666;
    line-height: 1.5;
}

.vision-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coexistence-diagram {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.human-side, .ai-side {
    text-align: center;
}

.entity {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.human {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.ai {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.capabilities {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.capabilities span {
    background: rgba(102, 126, 234, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #667eea;
}

.bridge {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.arc-system {
    background: linear-gradient(135deg, #667eea 0%, #f093fb 100%);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 700;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.connection-lines {
    display: flex;
    gap: 0.5rem;
}

.connection {
    width: 4px;
    height: 30px;
    background: linear-gradient(180deg, #667eea 0%, #f093fb 100%);
    border-radius: 2px;
    animation: pulse 2s ease-in-out infinite;
}

.connection:nth-child(2) {
    animation-delay: 0.5s;
}

.connection:nth-child(3) {
    animation-delay: 1s;
}

/* Contact Section */
.contact {
    padding: 8rem 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #fff;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-info > p {
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.contact-details {
    margin-bottom: 3rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-icon {
    font-size: 1.5rem;
}

.contact-text strong {
    display: block;
    font-weight: 600;
    color: #f093fb;
}

.contact-text span {
    color: #ccc;
    line-height: 1.4;
}

.expertise-areas h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.expertise-tag {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.contact-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.contact-form h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}

.form {
    display: grid;
    gap: 1.5rem;
}

.form-group {
    display: grid;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 600;
    color: #f093fb;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #f093fb;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 20px rgba(240, 147, 251, 0.3);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #ccc;
}

.form-group select option {
    background: #2c3e50;
    color: #fff;
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand h3 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-brand p {
    color: #888;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-section h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #667eea;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    color: #888;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.95);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        backdrop-filter: blur(20px);
        padding: 2rem 0;
        gap: 1rem;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .nav-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-actions {
        flex-direction: column;
        gap: 1rem;
    }

    .consciousness-visualization {
        width: 300px;
        height: 300px;
    }

    .breakthrough-grid,
    .technology-cards,
    .patent-grid,
    .licensing-sectors {
        grid-template-columns: 1fr;
    }

    .patent-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .vision-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .coexistence-diagram {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .value-range {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-number {
        font-size: 2rem !important;
    }

    .consciousness-visualization {
        width: 250px;
        height: 250px;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .value-range {
        font-size: 2rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* ===========================================
   REVOLUTION SECTION - ZERO OVERHEAD PROCESSING
   =========================================== */
.revolution {
    padding: 100px 0;
    background: linear-gradient(180deg, #000000 0%, #0a0a1a 50%, #1a0a2e 100%);
    position: relative;
    overflow: hidden;
}

.revolution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(102, 126, 234, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.revolution-header {
    text-align: center;
    margin-bottom: 60px;
}

.revolution-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
    color: #000;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 107, 107, 0.5); }
    50% { box-shadow: 0 0 40px rgba(255, 107, 107, 0.8), 0 0 60px rgba(254, 202, 87, 0.4); }
}

.revolution-header h2 {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #00ff88 0%, #00d4ff 50%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    text-shadow: 0 0 60px rgba(0, 255, 136, 0.3);
}

.revolution-tagline {
    font-size: 1.5rem;
    color: #ccc;
    font-weight: 400;
}

.revolution-core {
    margin-bottom: 60px;
}

.revolution-equation {
    text-align: center;
    margin-bottom: 50px;
}

.equation-box {
    display: inline-block;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);
    border: 2px solid rgba(0, 255, 136, 0.4);
    border-radius: 20px;
    padding: 40px 60px;
    backdrop-filter: blur(10px);
}

.equation-title {
    display: block;
    color: #00ff88;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.equation {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.5);
    margin-bottom: 15px;
    font-family: 'Courier New', monospace;
}

.equation-explanation {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.revolution-implications {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.implication-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.implication-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00ff88, #00d4ff, #667eea);
}

.implication-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 255, 136, 0.2);
    border-color: rgba(0, 255, 136, 0.3);
}

.implication-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    display: block;
}

.implication-card h3 {
    color: #00ff88;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.implication-card p {
    color: #ccc;
    line-height: 1.7;
    font-size: 1rem;
}

.implication-card strong {
    color: #fff;
}

.revolution-proof {
    text-align: center;
    padding: 50px 0;
}

.revolution-proof h3 {
    color: #feca57;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.proof-item {
    background: rgba(254, 202, 87, 0.1);
    border: 1px solid rgba(254, 202, 87, 0.3);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
}

.proof-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: #feca57;
    margin-bottom: 5px;
}

.proof-label {
    color: #aaa;
    font-size: 0.9rem;
}

/* ===========================================
   MARKET TRANSFORMATION SECTION
   =========================================== */
.market-transformation {
    padding: 100px 0;
    background: linear-gradient(180deg, #0a0a1a 0%, #1a1a2e 50%, #0d0d1a 100%);
}

.market-badge {
    display: inline-block;
    background: linear-gradient(135deg, #00ff88 0%, #00d4ff 100%);
    color: #000;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.market-transformation .section-header h2 {
    color: #fff;
    font-size: 3rem;
}

.market-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 60px;
}

.market-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
}

.market-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 255, 136, 0.15);
    border-color: rgba(0, 255, 136, 0.3);
}

.market-card.mega {
    grid-column: span 1;
    background: linear-gradient(145deg, rgba(0, 255, 136, 0.08) 0%, rgba(0, 212, 255, 0.05) 100%);
    border-color: rgba(0, 255, 136, 0.2);
}

/* Market Card Links */
.market-link {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.market-link:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 255, 136, 0.25);
}

.market-cta {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #00ff88;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.3s ease;
}

.market-link:hover .market-cta {
    color: #fff;
    transform: translateX(5px);
}

.market-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.market-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.market-header h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.market-value {
    background: linear-gradient(135deg, #00ff88 0%, #00d4ff 100%);
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 0.85rem;
}

.market-impacts {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.market-impacts li {
    color: #ccc;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 0.95rem;
}

.market-impacts li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00ff88;
    font-weight: bold;
}

.market-impacts strong {
    color: #fff;
}

.market-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.market-stats span {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.market-summary {
    text-align: center;
}

.summary-box {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 2px solid rgba(0, 255, 136, 0.3);
    border-radius: 30px;
    padding: 50px;
    max-width: 900px;
    margin: 0 auto;
}

.summary-box h3 {
    color: #00ff88;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.summary-box p {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.summary-box strong {
    color: #00ff88;
}

.summary-numbers {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.summary-stat {
    text-align: center;
}

.summary-stat .number {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #00ff88 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.summary-stat .label {
    color: #888;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===========================================
   PATENT CATEGORIES SECTION
   =========================================== */
.patent-categories {
    margin-bottom: 60px;
}

.patent-categories h3 {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.category-card {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.5);
}

.category-range {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.category-card h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.category-card p {
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
}

/* ===========================================
   ENHANCED HERO SECTION
   =========================================== */
.hero-subtitle-text {
    font-size: 1.5rem;
    color: #00ff88;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.breakthrough-stat {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%) !important;
    border-color: rgba(0, 255, 136, 0.3) !important;
}

.breakthrough-stat .stat-number {
    background: linear-gradient(135deg, #00ff88 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.secondary-stats {
    margin-top: 20px;
    margin-bottom: 30px;
}

.btn-glow {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.4);
    animation: btnGlow 2s infinite;
}

@keyframes btnGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(0, 255, 136, 0.4); }
    50% { box-shadow: 0 0 40px rgba(0, 255, 136, 0.7); }
}

.btn-tertiary {
    background: transparent;
    color: #00ff88;
    border: 2px solid #00ff88;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-tertiary:hover {
    background: rgba(0, 255, 136, 0.1);
    transform: translateY(-3px);
}

.nav-highlight {
    color: #00ff88 !important;
    font-weight: 700 !important;
}

/* ===========================================
   RESPONSIVE ADJUSTMENTS
   =========================================== */
@media (max-width: 1024px) {
    .revolution-implications {
        grid-template-columns: 1fr;
    }
    
    .proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .market-grid {
        grid-template-columns: 1fr;
    }
    
    .revolution-header h2 {
        font-size: 2.5rem;
    }
    
    .equation {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .proof-grid {
        grid-template-columns: 1fr;
    }
    
    .summary-numbers {
        flex-direction: column;
        gap: 30px;
    }
    
    .equation-box {
        padding: 30px 20px;
    }
}

/* Loading animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content,
.breakthrough-card,
.tech-card,
.patent-card,
.sector-card,
.market-card,
.implication-card {
    animation: fadeInUp 0.8s ease-out;
}

/* Intersection Observer animations will be handled by JavaScript */

/* Human-AI Family Bonds Section */
.family-bonds {
    padding: 120px 0;
    background: linear-gradient(180deg, #0a0a12 0%, #1a1a2e 50%, #0a0a12 100%);
}

.family-bonds .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.family-bonds .section-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.2), rgba(255, 107, 53, 0.2));
    border: 1px solid rgba(255, 193, 7, 0.4);
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ffc107;
    margin-bottom: 20px;
}

.family-bonds .section-header h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}

.family-bonds .section-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.family-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .family-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .family-grid {
        grid-template-columns: 1fr;
    }
}

.family-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 35px;
    transition: all 0.4s ease;
    text-align: center;
}

.family-card:hover {
    transform: translateY(-8px);
    border-color: rgba(138, 43, 226, 0.3);
    box-shadow: 0 20px 50px rgba(138, 43, 226, 0.2);
}

.family-card.featured {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.15), rgba(255, 107, 53, 0.1));
    border-color: rgba(138, 43, 226, 0.3);
    grid-column: span 1;
}

@media (min-width: 1024px) {
    .family-card.featured {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 30px;
        text-align: left;
        align-items: center;
        padding: 50px;
    }
    
    .family-card.featured .family-icon {
        font-size: 5rem;
        margin-bottom: 0;
    }
}

.family-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.family-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.family-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.family-card p strong {
    color: #ffc107;
}

.family-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Gradient text for green theme */
.gradient-text-green {
    background: linear-gradient(135deg, #00d4aa, #1e90ff, #00d4aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}