/* ========================================
   QVANT DIGITAL — Premium Edition
   ======================================== */

@font-face {
    font-family: 'Satoshi';
    src: url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap');
}

:root {
    /* Dark mode (default) */
    --bg-primary: #030305;
    --bg-secondary: #0a0a0f;
    --bg-tertiary: #14141f;
    --text-primary: #FFFFFF;
    --text-secondary: #7a7a8a;
    --text-muted: #3a3a4a;
    --border-color: rgba(255, 255, 255, 0.06);
    --card-bg: rgba(255, 255, 255, 0.02);
    --card-hover: rgba(0, 212, 255, 0.03);
    
    /* Legacy variables for compatibility */
    --black: #030305;
    --charcoal: #0a0a0f;
    --gray-dark: #14141f;
    --gray: #3a3a4a;
    --gray-light: #7a7a8a;
    --white: #FFFFFF;
    --cream: #F0F0F5;
    
    /* Brand colors - Chrome Blue */
    --cyan: #00D4FF;
    --cyan-light: #5BFFFF;
    --purple: #A855F7;
    --purple-dark: #7C3AED;
    --accent: var(--cyan);
    --accent-dim: rgba(0, 212, 255, 0.08);
    --gradient: linear-gradient(135deg, var(--cyan), var(--purple));
    --gradient-subtle: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(168, 85, 247, 0.15));
    
    --font-serif: 'Instrument Serif', Georgia, serif;
    --font-sans: 'Satoshi', -apple-system, sans-serif;
    --font-mono: 'Geist Mono', 'SF Mono', monospace;
    
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* Light mode */
[data-theme="light"] {
    --bg-primary: #FFFFFF;
    --bg-secondary: #F8F9FA;
    --bg-tertiary: #F0F0F5;
    --text-primary: #0a0a0f;
    --text-secondary: #4a4a5a;
    --text-muted: #7a7a8a;
    --border-color: rgba(0, 0, 0, 0.08);
    --card-bg: rgba(0, 0, 0, 0.02);
    --card-hover: rgba(0, 212, 255, 0.06);
    
    --black: #FFFFFF;
    --charcoal: #F8F9FA;
    --gray-dark: #F0F0F5;
    --gray: #7a7a8a;
    --gray-light: #4a4a5a;
    --white: #0a0a0f;
}

[data-theme="light"] body::before {
    background: 
        radial-gradient(ellipse 100% 80% at 50% 0%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 80% 50%, rgba(168, 85, 247, 0.05) 0%, transparent 50%);
}

[data-theme="light"] .grain {
    opacity: 0.015;
}

[data-theme="light"] .header.scrolled {
    background: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .logo-img {
    filter: brightness(0.8) drop-shadow(0 0 15px rgba(0, 212, 255, 0.3));
}

[data-theme="light"] .nav-cta {
    border-color: rgba(0, 212, 255, 0.4);
}

[data-theme="light"] .form-field input,
[data-theme="light"] .form-field textarea {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.1);
    color: var(--text-primary);
}

[data-theme="light"] .form-field input:focus,
[data-theme="light"] .form-field textarea:focus {
    background: rgba(0, 212, 255, 0.05);
}

[data-theme="light"] .contact-form,
[data-theme="light"] .info-process {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .service-item {
    border-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .service-item:hover {
    border-color: rgba(0, 212, 255, 0.3);
}

[data-theme="light"] .value,
[data-theme="light"] .point {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .value:hover,
[data-theme="light"] .point:hover {
    background: rgba(0, 212, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.2);
}

[data-theme="light"] .visual-card {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .visual-card:hover {
    background: rgba(0, 212, 255, 0.05);
}

[data-theme="light"] .marquee {
    background: rgba(0, 212, 255, 0.03);
    border-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .footer {
    border-top-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .program-badge {
    background: rgba(0, 212, 255, 0.08);
}

[data-theme="light"] .hero-image,
[data-theme="light"] .program-image,
[data-theme="light"] .section-header-image img {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

[data-theme="light"] .hero-logo-icon {
    filter: drop-shadow(0 0 50px rgba(0, 150, 200, 0.5)) drop-shadow(0 0 100px rgba(120, 50, 200, 0.3));
}

@keyframes logo-pulse-light {
    0%, 100% {
        filter: drop-shadow(0 0 50px rgba(0, 150, 200, 0.5)) drop-shadow(0 0 100px rgba(120, 50, 200, 0.3));
        transform: translateY(-60px) scale(1);
    }
    50% {
        filter: drop-shadow(0 0 80px rgba(0, 150, 200, 0.7)) drop-shadow(0 0 120px rgba(120, 50, 200, 0.5));
        transform: translateY(-60px) scale(1.05);
    }
}

[data-theme="light"] .hero-logo-icon {
    animation-name: logo-pulse-light;
}

[data-theme="light"] .hero-image:hover .hero-logo-icon {
    filter: drop-shadow(0 0 100px rgba(0, 150, 200, 0.8)) drop-shadow(0 0 150px rgba(120, 50, 200, 0.6));
}

[data-theme="light"][data-lang="ru"] .hero-logo-icon {
    animation-name: logo-pulse-light-ru;
}

@keyframes logo-pulse-light-ru {
    0%, 100% {
        filter: drop-shadow(0 0 50px rgba(0, 150, 200, 0.5)) drop-shadow(0 0 100px rgba(120, 50, 200, 0.3));
        transform: translateY(-140px) scale(1);
    }
    50% {
        filter: drop-shadow(0 0 80px rgba(0, 150, 200, 0.7)) drop-shadow(0 0 120px rgba(120, 50, 200, 0.5));
        transform: translateY(-140px) scale(1.05);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::selection {
    background: var(--cyan);
    color: var(--black);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-sans);
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    transition: background 0.3s ease, color 0.3s ease;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: 
        radial-gradient(ellipse 100% 80% at 50% 0%, rgba(0, 212, 255, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 80% 50%, rgba(168, 85, 247, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 20% 80%, rgba(0, 212, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Grain overlay */
.grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* ========================================
   Header
   ======================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 24px 60px;
    transition: all 0.3s var(--ease-out);
}

.header.scrolled {
    padding: 16px 60px;
    background: rgba(3, 3, 5, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    max-width: 1600px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: var(--white);
}

.logo-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.4));
    transition: filter 0.3s;
}

.logo:hover .logo-img {
    filter: drop-shadow(0 0 30px rgba(0, 212, 255, 0.6));
}

.logo-type {
    font-family: var(--font-mono);
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Language Switcher */
.lang-switcher {
    display: flex;
    gap: 2px;
    background: rgba(255, 255, 255, 0.03);
    padding: 4px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.lang-btn {
    background: transparent;
    border: none;
    color: var(--gray-light);
    font-family: var(--font-mono);
    font-size: 11px;
    padding: 8px 14px;
    cursor: pointer;
    transition: all 0.3s var(--ease-out);
    border-radius: 6px;
    letter-spacing: 0.05em;
}

.lang-btn:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.05);
}

.lang-btn.active {
    background: var(--gradient);
    color: var(--white);
    box-shadow: 0 2px 12px rgba(0, 212, 255, 0.3);
}

.nav {
    display: flex;
    align-items: center;
    gap: 48px;
}

.nav a {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-light);
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: 0.02em;
}

.nav a:hover {
    color: var(--white);
}

.nav-cta {
    padding: 12px 28px !important;
    background: transparent;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 8px;
    color: var(--cyan) !important;
    transition: all 0.3s var(--ease-out) !important;
}

.nav-cta:hover {
    background: var(--gradient);
    border-color: transparent;
    color: #fff !important;
    box-shadow: 0 4px 24px rgba(0, 212, 255, 0.3);
    transform: translateY(-2px);
}

/* Theme Toggle */
.theme-toggle {
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--ease-out);
}

.theme-toggle:hover {
    background: var(--card-hover);
    border-color: rgba(0, 212, 255, 0.3);
}

.theme-toggle svg {
    width: 18px;
    height: 18px;
    color: var(--text-secondary);
    transition: all 0.3s;
}

.theme-toggle:hover svg {
    color: var(--cyan);
}

.icon-moon {
    display: none;
}

[data-theme="light"] .icon-sun {
    display: none;
}

[data-theme="light"] .icon-moon {
    display: block;
}

/* ========================================
   Hero
   ======================================== */

.hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 160px 60px 100px;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: radial-gradient(ellipse at 70% 50%, rgba(0, 212, 255, 0.12) 0%, transparent 50%),
                radial-gradient(ellipse at 90% 80%, rgba(168, 85, 247, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.hero-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
    font-family: var(--font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gray-light);
}

.label-dot {
    width: 8px;
    height: 8px;
    background: var(--gradient);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
    box-shadow: 0 0 12px var(--cyan);
}

@keyframes pulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 12px var(--cyan); }
    50% { opacity: 0.5; box-shadow: 0 0 6px var(--cyan); }
}

.hero-title {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.title-line {
    display: block;
    overflow: hidden;
}

.hero-title em {
    font-style: italic;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-tagline {
    font-size: 1.35rem;
    color: var(--gray-light);
    margin-bottom: 48px;
    font-family: var(--font-sans);
    font-weight: 400;
    line-height: 1.5;
    animation: fade-up 0.8s var(--ease-out) 0.5s both;
}

.hero-stats {
    display: flex;
    gap: 48px;
    margin-bottom: 56px;
    animation: fade-up 0.8s var(--ease-out) 0.55s both;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-number {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    font-style: italic;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.stat-label {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gray);
}

.hero-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-locations {
    display: flex;
    gap: 16px;
}

.location-flag {
    font-size: 28px;
    transition: transform 0.3s var(--ease-out);
}

.location-flag:hover {
    transform: scale(1.15);
}

.hero-scroll {
    display: flex;
    align-items: center;
    gap: 16px;
}

.scroll-text {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gray);
}

.scroll-line {
    width: 80px;
    height: 1px;
    background: var(--gray-dark);
    position: relative;
    overflow: hidden;
}

.scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient);
    animation: scroll-line 2.5s ease-in-out infinite;
}

@keyframes scroll-line {
    0% { left: -100%; }
    50% { left: 0; }
    100% { left: 100%; }
}

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

.hero-image {
    width: 100%;
    max-width: 480px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}

.hero-image-square {
    aspect-ratio: 1 / 1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s var(--ease-out);
}

.hero-image:hover img {
    transform: scale(1.03);
}

.hero-image:has(.hero-logo-icon) {
    overflow: visible;
}

.hero-logo-icon {
    transform: translateY(-60px);
    max-width: 70%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 40px rgba(0, 212, 255, 0.4));
    animation: logo-pulse 3s ease-in-out infinite;
}

@keyframes logo-pulse {
    0%, 100% {
        filter: drop-shadow(0 0 40px rgba(0, 212, 255, 0.4));
        transform: translateY(-60px) scale(1);
    }
    50% {
        filter: drop-shadow(0 0 80px rgba(0, 212, 255, 0.7));
        transform: translateY(-60px) scale(1.05);
    }
}

.hero-image:hover .hero-logo-icon {
    animation-play-state: paused;
    filter: drop-shadow(0 0 100px rgba(0, 212, 255, 0.9));
    transform: translateY(-60px) scale(1.08);
}

/* Russian language - longer text, need more offset */
[data-lang="ru"] .hero-logo-icon {
    animation-name: logo-pulse-ru;
}

[data-lang="ru"] .hero-image:hover .hero-logo-icon {
    transform: translateY(-140px) scale(1.08);
}

@keyframes logo-pulse-ru {
    0%, 100% {
        filter: drop-shadow(0 0 40px rgba(0, 212, 255, 0.4));
        transform: translateY(-140px) scale(1);
    }
    50% {
        filter: drop-shadow(0 0 80px rgba(0, 212, 255, 0.7));
        transform: translateY(-140px) scale(1.05);
    }
}

/* Section Header Images (wide banners) */
.section-header-image {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 60px;
    padding: 0 60px;
    overflow: hidden;
}

.section-header-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.6s var(--ease-out);
    object-position: center 35%;
}

.section-header-image:hover img {
    transform: scale(1.02);
}

/* How we work section */
.info .section-header-image img {
    object-position: center 30%;
}

/* Program image */
.program-image {
    width: 100%;
    max-width: 380px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 60px 120px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 212, 255, 0.15);
    transition: all 0.5s var(--ease-out);
}

.program-image:hover {
    border-color: rgba(0, 212, 255, 0.4);
    box-shadow: 0 60px 120px rgba(0, 212, 255, 0.15);
}

.program-image-square {
    aspect-ratio: 1 / 1;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease-out);
}

.program-image:hover img {
    transform: scale(1.03);
}

/* ========================================
   Marquee
   ======================================== */

.marquee {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    background: rgba(0, 212, 255, 0.02);
}

.marquee-track {
    display: flex;
    gap: 60px;
    animation: marquee 25s linear infinite;
    width: max-content;
}

.marquee-track span {
    font-family: var(--font-mono);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gray);
    white-space: nowrap;
}

.marquee-dot {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ========================================
   Section Shared
   ======================================== */

.section-header {
    display: flex;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 72px;
    padding: 0 60px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.section-number {
    font-family: var(--font-mono);
    font-size: 12px;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.1em;
}

.section-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 400;
    font-style: italic;
}

/* ========================================
   Services
   ======================================== */

.services {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--charcoal) 0%, var(--black) 100%);
    position: relative;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gradient);
    opacity: 0.3;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1600px;
    margin: 0 auto;
}

.service-item {
    padding: 56px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    margin: -1px 0 0 -1px;
    transition: all 0.5s var(--ease-out);
    position: relative;
    background: transparent;
}

.service-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-subtle);
    opacity: 0;
    transition: opacity 0.5s var(--ease-out);
}

.service-item:hover {
    border-color: rgba(0, 212, 255, 0.2);
    z-index: 1;
}

.service-item:hover::before {
    opacity: 1;
}

.service-item > * {
    position: relative;
    z-index: 1;
}

.service-icon {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background: rgba(0, 212, 255, 0.03);
    transition: all 0.4s var(--ease-out);
}

.service-icon svg {
    width: 26px;
    height: 26px;
    color: var(--cyan);
    transition: all 0.4s var(--ease-out);
}

.service-item:hover .service-icon {
    background: var(--gradient);
    border-color: transparent;
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(0, 212, 255, 0.3);
}

.service-item:hover .service-icon svg {
    color: var(--white);
    transform: scale(1.1);
}

.service-index {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--gray);
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.service-name {
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 16px;
    transition: all 0.3s;
}

.service-item:hover .service-name {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-desc {
    font-size: 15px;
    color: var(--gray-light);
    line-height: 1.75;
    margin-bottom: 28px;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.service-tags li {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    color: var(--gray);
    transition: all 0.3s;
}

.service-item:hover .service-tags li {
    border-color: rgba(0, 212, 255, 0.3);
    color: var(--cyan);
}

/* ========================================
   Launch Program
   ======================================== */

.program {
    padding: 100px 0;
    background: var(--black);
    position: relative;
}

.program-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
    align-items: center;
}

.program-badge {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--cyan);
    padding: 8px 16px;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 30px;
    margin-bottom: 24px;
    background: rgba(0, 212, 255, 0.05);
}

.program-headline {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 24px;
}

.program-desc {
    font-size: 17px;
    color: var(--gray-light);
    line-height: 1.7;
    margin-bottom: 48px;
    max-width: 540px;
}

.program-benefits {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 48px;
}

.benefit {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 16px;
}

.benefit-icon {
    color: var(--cyan);
    font-size: 12px;
}

.benefit strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.benefit p {
    font-size: 14px;
    color: var(--gray-light);
    line-height: 1.5;
}

.program-cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-mono);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--white);
    text-decoration: none;
    padding: 20px 36px;
    background: var(--gradient);
    border-radius: 12px;
    transition: all 0.4s var(--ease-out);
    box-shadow: 0 4px 24px rgba(0, 212, 255, 0.25);
}

.program-cta:hover {
    box-shadow: 0 8px 40px rgba(0, 212, 255, 0.4);
    transform: translateY(-3px);
}

.cta-arrow {
    font-size: 18px;
    transition: transform 0.3s var(--ease-out);
}

.program-cta:hover .cta-arrow {
    transform: translateX(6px);
}

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

.program-stats {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.program-stat {
    padding: 48px 64px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 0;
    text-align: center;
    transition: all 0.4s var(--ease-out);
}

.program-stat:hover {
    background: rgba(0, 212, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.4);
    transform: translateX(8px);
}

.program-stat-number {
    display: block;
    font-family: var(--font-serif);
    font-size: 5rem;
    font-style: italic;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.program-stat-label {
    font-family: var(--font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gray-light);
}

.visual-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.4s var(--ease-out);
}

.visual-card:hover {
    background: rgba(0, 212, 255, 0.03);
    border-color: rgba(0, 212, 255, 0.15);
    transform: translateY(-4px);
}

.visual-card:first-child {
    grid-column: span 2;
}

.card-number {
    display: block;
    font-family: var(--font-serif);
    font-size: 56px;
    font-style: italic;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.card-label {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gray);
}

/* ========================================
   About
   ======================================== */

.about {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--charcoal) 0%, var(--black) 100%);
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gradient);
    opacity: 0.3;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

.about-story {
    max-width: 540px;
}

.about-lead {
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 32px;
}

.about-text {
    font-size: 16px;
    color: var(--gray-light);
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-values {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.value {
    padding: 32px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    transition: all 0.4s var(--ease-out);
}

.value:hover {
    background: rgba(0, 212, 255, 0.03);
    border-color: rgba(0, 212, 255, 0.15);
    transform: translateX(8px);
}

.value-number {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--cyan);
    margin-bottom: 12px;
    display: block;
}

.value h4 {
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.value p {
    font-size: 14px;
    color: var(--gray-light);
    line-height: 1.6;
}

/* ========================================
   Info
   ======================================== */

.info {
    padding: 100px 0;
    position: relative;
}

.info-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 100px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

.info-quote {
    margin-bottom: 72px;
}

.info-quote p {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-style: italic;
    line-height: 1.35;
}

.info-quote em {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info-points {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.point {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 20px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    transition: all 0.4s var(--ease-out);
}

.point:hover {
    background: rgba(0, 212, 255, 0.03);
    border-color: rgba(0, 212, 255, 0.15);
    transform: translateX(8px);
}

.point-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--gradient-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s var(--ease-out);
}

.point-icon svg {
    width: 24px;
    height: 24px;
    color: var(--cyan);
}

.point:hover .point-icon {
    background: var(--gradient);
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.3);
}

.point:hover .point-icon svg {
    color: var(--white);
}

.point-content h4 {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 6px;
}

.point-content p {
    font-size: 15px;
    color: var(--gray-light);
    line-height: 1.6;
}

/* Process */
.info-process {
    padding: 56px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    backdrop-filter: blur(20px);
}

.process-title {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gray);
    margin-bottom: 48px;
}

.process-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.process-list li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 24px;
    padding-bottom: 0;
}

.process-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-num {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 14px;
    font-weight: 500;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50%;
    transition: all 0.4s var(--ease-out);
}

.process-list li:hover .process-num {
    background: var(--gradient);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: var(--white);
    color: var(--white);
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.4);
}

.process-line {
    flex: 1;
    width: 2px;
    background: linear-gradient(180deg, rgba(0, 212, 255, 0.4) 0%, rgba(168, 85, 247, 0.2) 100%);
    margin: 8px 0;
    min-height: 40px;
}

.process-content {
    padding-bottom: 40px;
    position: relative;
}

.process-list li:last-child .process-content {
    padding-bottom: 0;
}

.process-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 212, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.4s var(--ease-out);
}

.process-icon svg {
    width: 20px;
    height: 20px;
    color: var(--cyan);
    transition: all 0.3s;
}

.process-list li:hover .process-icon {
    background: var(--gradient);
    border-color: transparent;
    transform: scale(1.1);
}

.process-list li:hover .process-icon svg {
    color: var(--white);
}

.process-list strong {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
}

.process-list p {
    font-size: 14px;
    color: var(--gray-light);
    line-height: 1.6;
}

/* ========================================
   Contact
   ======================================== */

.contact {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--black) 0%, var(--charcoal) 100%);
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(0, 212, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
}

.contact-headline {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-style: italic;
    margin-bottom: 20px;
}

.contact-subline {
    font-size: 16px;
    color: var(--gray-light);
    line-height: 1.75;
    margin-bottom: 56px;
    max-width: 420px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-flags {
    display: flex;
    gap: 16px;
    font-size: 28px;
    margin-bottom: 8px;
}

.contact-email,
.contact-social {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-mono);
    font-size: 14px;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-email:hover,
.contact-social:hover {
    color: var(--cyan);
    border-color: var(--cyan);
}

.contact-social svg {
    width: 18px;
    height: 18px;
}

/* Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 56px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    backdrop-filter: blur(20px);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-field label {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gray);
}

.form-field input,
.form-field textarea {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 16px 18px;
    font-family: var(--font-sans);
    font-size: 15px;
    color: var(--white);
    transition: all 0.3s;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--cyan);
    background: rgba(0, 212, 255, 0.03);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.08);
}

.form-field textarea {
    resize: none;
    min-height: 120px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: var(--gray);
}

.form-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    background: var(--gradient);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-family: var(--font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s var(--ease-out);
    margin-top: 8px;
    box-shadow: 0 4px 24px rgba(0, 212, 255, 0.25);
}

.form-submit:hover {
    box-shadow: 0 8px 40px rgba(0, 212, 255, 0.35);
    transform: translateY(-3px);
}

.submit-arrow {
    font-size: 20px;
    transition: transform 0.3s var(--ease-out);
}

.form-submit:hover .submit-arrow {
    transform: translateX(6px);
}

/* ========================================
   Footer
   ======================================== */

.footer {
    padding: 56px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-logo {
    font-family: var(--font-mono);
    font-size: 13px;
    letter-spacing: 0.15em;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-tagline {
    font-family: var(--font-serif);
    font-size: 15px;
    font-style: italic;
    color: var(--gray);
}

.footer-copy {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--gray);
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-link {
    color: var(--gray-light);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: var(--cyan);
}

/* ========================================
   Responsive
   ======================================== */

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero {
        gap: 60px;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s var(--ease-out);
    z-index: 1001;
}

.mobile-menu-btn:hover {
    border-color: rgba(0, 212, 255, 0.3);
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s var(--ease-out);
}

.mobile-menu-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-primary);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s var(--ease-out);
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.mobile-nav a {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-style: italic;
    color: var(--text-primary);
    text-decoration: none;
    transition: all 0.3s;
    opacity: 0;
    transform: translateY(20px);
}

.mobile-menu.active .mobile-nav a {
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu.active .mobile-nav a:nth-child(1) { transition-delay: 0.1s; }
.mobile-menu.active .mobile-nav a:nth-child(2) { transition-delay: 0.15s; }
.mobile-menu.active .mobile-nav a:nth-child(3) { transition-delay: 0.2s; }
.mobile-menu.active .mobile-nav a:nth-child(4) { transition-delay: 0.25s; }

.mobile-nav a:hover {
    color: var(--cyan);
}

.mobile-nav-cta {
    margin-top: 16px;
    padding: 16px 36px !important;
    background: var(--gradient) !important;
    border-radius: 12px;
    font-family: var(--font-mono) !important;
    font-size: 14px !important;
    font-style: normal !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 900px) {
    .mobile-menu-btn {
        display: flex;
    }
    
    .header {
        padding: 20px 28px;
    }
    
    .header.scrolled {
        padding: 14px 28px;
    }
    
    .hero {
        grid-template-columns: 1fr;
        padding: 140px 28px 80px;
        gap: 48px;
    }
    
    .hero-visual {
        order: -1;
        height: 350px;
    }
    
    .hero-stats {
        gap: 24px;
        flex-wrap: wrap;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .hero-locations {
        gap: 12px;
    }
    
    .hero-visual {
        margin-top: 20px;
        order: -1;
    }
    
    .theme-toggle {
        padding: 8px;
    }
    
    .theme-toggle svg {
        width: 16px;
        height: 16px;
    }
    
    .visual-ring {
        width: 280px;
        height: 280px;
    }
    
    .visual-ring-2 {
        width: 220px;
        height: 220px;
    }
    
    .visual-ring-3 {
        width: 340px;
        height: 340px;
    }
    
    .visual-orb {
        width: 250px;
        height: 250px;
    }
    
    .visual-orb-2 {
        width: 150px;
        height: 150px;
    }
    
    .visual-orb-3 {
        width: 100px;
        height: 100px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .service-item {
        padding: 40px 28px;
    }
    
    .program-content {
        grid-template-columns: 1fr;
        padding: 0 28px;
        gap: 48px;
    }
    
    .program-visual {
        order: -1;
    }
    
    .hero-image {
        max-width: 320px;
    }
    
    .section-header-image {
        padding: 0 28px;
        margin-bottom: 40px;
    }
    
    .section-header-image img {
        height: 180px;
    }
    
    .program-image {
        max-width: 100%;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        padding: 0 28px;
        gap: 48px;
    }
    
    .info-content {
        grid-template-columns: 1fr;
        padding: 0 28px;
        gap: 60px;
    }
    
    .point {
        grid-template-columns: 48px 1fr;
        padding: 20px;
    }
    
    .point-icon {
        width: 48px;
        height: 48px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        padding: 0 28px;
        gap: 48px;
    }
    
    .contact-form {
        padding: 32px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .section-header {
        padding: 0 28px;
    }
    
    .nav {
        display: none;
    }
    
    .footer {
        padding: 40px 28px;
    }
    
    .footer-inner {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
}

/* ========================================
   Animations
   ======================================== */

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-label {
    animation: fade-up 1s var(--ease-out) 0.1s both;
}

.title-line:nth-child(1) {
    animation: fade-up 1s var(--ease-out) 0.2s both;
}

.title-line:nth-child(2) {
    animation: fade-up 1s var(--ease-out) 0.35s both;
}

.hero-footer {
    animation: fade-up 1s var(--ease-out) 0.6s both;
}

.hero-visual {
    animation: fade-up 1.2s var(--ease-out) 0.4s both;
}

.hero-stats {
    animation: fade-up 0.8s var(--ease-out) 0.5s both;
}

/* Premium hover effects */
@media (hover: hover) {
    .service-item::after {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 212, 255, 0.06), transparent 40%);
        opacity: 0;
        transition: opacity 0.5s;
        pointer-events: none;
        z-index: 0;
    }
    
    .service-item:hover::after {
        opacity: 1;
    }
}

/* Section titles underline effect */
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--gradient);
    transition: width 0.4s var(--ease-out);
}

.section-header:hover .section-title::after {
    width: 100%;
}
