/* ============================================
   FUTURO — Futuristic Override Theme
   Inspired by: Linear, Vercel, Stripe, Apple Vision
   ============================================ */

:root {
    --bg-primary: #140e3d;
    --bg-secondary: #1c1850;
    --bg-tertiary: #221c5c;
    --accent: #ef7f1b;
    --accent-2: #f5a04d;
    --accent-3: #c45f0f;
    --accent-hover: #f59b3d;
    --accent-light: rgba(239, 127, 27, 0.14);
    --text-primary: #ffffff;
    --text-secondary: #c8c4d9;
    --text-tertiary: #9490a8;
    --card-bg: rgba(26, 22, 72, 0.85);
    --card-border: rgba(255, 255, 255, 0.1);
    --card-hover: rgba(239, 127, 27, 0.35);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.35);
    --shadow-md: 0 8px 24px rgba(20, 14, 61, 0.4);
    --shadow-lg: 0 16px 40px rgba(20, 14, 61, 0.45);
    --header-bg: rgba(20, 14, 61, 0.92);
    --header-text: #ffffff;
    --footer-bg: #140e3d;
    --footer-text: #ffffff;
    --footer-text-muted: #9490a8;
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
    --grad-aurora: linear-gradient(135deg, #ef7f1b 0%, #f5a04d 50%, #c45f0f 100%);
    --grad-cool: linear-gradient(135deg, #ef7f1b 0%, #f5a04d 100%);
    --grad-warm: linear-gradient(135deg, #c45f0f 0%, #ef7f1b 100%);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, sans-serif;
    background: var(--bg-primary);
    color: var(--text-primary);
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

/* === Aurora Mesh Background === */
body::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(239, 127, 27, 0.35) 0%, transparent 40%),
        radial-gradient(circle at 80% 30%, rgba(245, 160, 77, 0.25) 0%, transparent 40%),
        radial-gradient(circle at 60% 80%, rgba(196, 95, 15, 0.25) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(239, 127, 27, 0.2) 0%, transparent 40%);
    z-index: -2;
    animation: aurora 20s ease-in-out infinite;
}

@keyframes aurora {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-3%, 2%) scale(1.05); }
    66% { transform: translate(2%, -3%) scale(0.97); }
}

/* === Noise Texture === */
body::after {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
    opacity: 0.06;
    pointer-events: none;
    z-index: -1;
    mix-blend-mode: overlay;
}

/* === Header === */
.header {
    background: var(--header-bg);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    border-bottom: 1px solid var(--card-border);
}

.logo-link {
    color: var(--text-primary);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.logo-text {
    background: var(--grad-cool);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-link:hover .logo-text {
    background: var(--grad-cool);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-nav a {
    color: var(--text-secondary);
}

.main-nav a:hover {
    color: var(--text-primary);
}

.phone-btn {
    background: var(--grad-cool);
    box-shadow: 0 0 24px rgba(239, 127, 27, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.phone-btn:hover {
    background: var(--grad-cool);
    box-shadow: 0 0 36px rgba(239, 127, 27, 0.7);
    transform: translateY(-1px);
}

/* === Hero === */
.hero {
    padding: 120px 0 0;
    position: relative;
}

.hero-eyebrow {
    background: rgba(239, 127, 27, 0.12);
    border: 1px solid rgba(239, 127, 27, 0.3);
    color: #e8a86a;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 24px rgba(239, 127, 27, 0.2);
}

.hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 96px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 0.95;
    color: var(--text-primary);
}

.hero-accent {
    background: var(--grad-aurora);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 6s ease-in-out infinite;
    display: inline-block;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-subtitle {
    color: var(--text-secondary);
    font-size: 22px;
}

.btn-primary {
    background: var(--grad-cool);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 32px rgba(239, 127, 27, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-primary:hover {
    background: var(--grad-cool);
    box-shadow: 0 0 48px rgba(239, 127, 27, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-2px) scale(1.02);
}

.btn-primary:hover::before {
    opacity: 1;
}

.btn-outline {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--text-primary);
    backdrop-filter: blur(10px);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--text-primary);
}

.btn-link {
    color: #e8a86a;
}

.btn-link:hover {
    color: #fff;
}

.hero-image {
    position: relative;
}

.hero-image::before {
    content: '';
    position: absolute;
    inset: -40px;
    background: var(--grad-aurora);
    filter: blur(80px);
    opacity: 0.4;
    z-index: -1;
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.05); }
}

.hero-image img {
    border: 1px solid var(--card-border);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 80px rgba(239, 127, 27, 0.3);
}

/* === Stats === */
.stats {
    background: transparent;
    border-bottom: 1px solid var(--card-border);
}

.stat-item {
    padding: 24px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(239, 127, 27, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(239, 127, 27, 0.2);
}

.stat-number {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 64px;
    font-weight: 700;
    background: var(--grad-aurora);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -2px;
}

.stat-label {
    color: var(--text-secondary);
}

/* === Section Headers === */
h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -2px;
    color: var(--text-primary);
}

.section-subtitle {
    color: var(--text-secondary);
    font-size: 20px;
}

/* === Sections backgrounds === */
.features, .brands, .services, .how-it-works, .pricing,
.why-us, .cases, .testimonials, .contact-form-section,
.faq, .contact {
    background: transparent;
    position: relative;
}

/* === Glassmorphism Cards === */
.feature-item, .service-card, .case-card, .testimonial-card,
.pricing-card, .why-us-item, .contact-card, .brand-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.feature-item::before, .service-card::before, .case-card::before,
.pricing-card::before, .why-us-item::before, .contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 50%),
                rgba(239, 127, 27, 0.15), transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.feature-item:hover::before, .service-card:hover::before, .case-card:hover::before,
.pricing-card:hover::before, .why-us-item:hover::before, .contact-card:hover::before {
    opacity: 1;
}

.feature-item:hover, .service-card:hover, .case-card:hover,
.testimonial-card:hover, .pricing-card:hover, .why-us-item:hover,
.contact-card:hover, .brand-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(239, 127, 27, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(239, 127, 27, 0.2);
}

.feature-item h3, .service-card h3, .case-body h3,
.pricing-card h3, .why-us-item h3, .contact-card h3,
.step h3 {
    color: var(--text-primary);
}

.feature-item p, .service-card p, .case-body p,
.why-us-item p, .contact-card p, .step p,
.testimonial-card p {
    color: var(--text-secondary);
}

/* === Brands grid === */
.brands {
    overflow: visible;
    padding: 40px 0;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    width: 100%;
}

.brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    min-height: 160px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.brand-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.brand-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.brand-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.15), inset 0 0 30px rgba(255, 255, 255, 0.05);
}

.brand-card:hover::before {
    opacity: 1;
    animation: shine 1.5s ease-in-out;
}

.brand-card:hover::after {
    opacity: 1;
}

@keyframes shine {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

.brand-logo-wrap {
    width: 90px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.brand-logo-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.brand-card:hover .brand-logo-wrap {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-color: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.brand-card:hover .brand-logo-wrap::after {
    opacity: 1;
}

.brand-logo {
    width: 60px;
    height: 40px;
    object-fit: contain;
    filter: brightness(1.1);
    transition: filter 0.4s ease;
    position: relative;
    z-index: 1;
}

.brand-card:hover .brand-logo {
    filter: brightness(1.3);
}

.brand-card span {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.brand-card:hover span {
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive brands grid */
@media (max-width: 768px) {
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .brand-card {
        min-height: 120px;
        padding: 24px 16px;
    }
}

@media (max-width: 480px) {
    .brands-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* === Scroll reveal animations === */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* Staggered animations for cards */
.service-card:nth-child(1) { transition-delay: 0ms; }
.service-card:nth-child(2) { transition-delay: 100ms; }
.service-card:nth-child(3) { transition-delay: 200ms; }
.service-card:nth-child(4) { transition-delay: 300ms; }
.service-card:nth-child(5) { transition-delay: 400ms; }
.service-card:nth-child(6) { transition-delay: 500ms; }

.brand-card:nth-child(1) { transition-delay: 0ms; }
.brand-card:nth-child(2) { transition-delay: 100ms; }
.brand-card:nth-child(3) { transition-delay: 200ms; }
.brand-card:nth-child(4) { transition-delay: 300ms; }
.brand-card:nth-child(5) { transition-delay: 400ms; }
.brand-card:nth-child(6) { transition-delay: 500ms; }
.brand-card:nth-child(7) { transition-delay: 600ms; }
.brand-card:nth-child(8) { transition-delay: 700ms; }
.brand-card:nth-child(9) { transition-delay: 800ms; }

/* Counter animation */
.counter {
    display: inline-block;
    transition: all 0.3s ease;
}

/* === Service cards enhanced hover === */
.service-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(239, 127, 27, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(239, 127, 27, 0.3), 0 0 0 1px rgba(239, 127, 27, 0.2);
}

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

.service-card .service-icon {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(239, 127, 27, 0.2);
    border-color: rgba(239, 127, 27, 0.5);
}

.service-card h3 {
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.service-card:hover h3 {
    color: var(--accent-color, #ef7f1b);
    transform: translateX(4px);
}

/* === Case cards enhanced hover === */
.case-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.case-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.case-card .case-image img {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.case-card:hover .case-image img {
    transform: scale(1.08);
}

/* === Tech cards enhanced hover === */
.tech-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(239, 127, 27, 0.08) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tech-card:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 127, 27, 0.3);
    box-shadow: 0 15px 30px rgba(239, 127, 27, 0.2), 0 0 0 1px rgba(239, 127, 27, 0.15);
}

.tech-card:hover::before {
    opacity: 1;
}

.tech-card .tech-num {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-card:hover .tech-num {
    transform: scale(1.15) rotate(-5deg);
    background: linear-gradient(135deg, rgba(239, 127, 27, 0.3) 0%, rgba(239, 127, 27, 0.15) 100%);
}

/* === Pricing cards enhanced hover === */
.pricing-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(239, 127, 27, 0.3);
    box-shadow: 0 20px 40px rgba(239, 127, 27, 0.25), 0 0 0 1px rgba(239, 127, 27, 0.15);
}

.pricing-card .pricing-price {
    transition: all 0.4s ease;
}

.pricing-card:hover .pricing-price {
    transform: scale(1.05);
    color: var(--accent-color, #ef7f1b);
}

/* === Buttons enhanced hover === */
.btn-primary {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(239, 127, 27, 0.4);
}

.btn-primary:active {
    transform: translateY(0);
}

.btn-outline {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-outline:hover {
    transform: translateY(-2px);
    background: rgba(239, 127, 27, 0.1);
    border-color: rgba(239, 127, 27, 0.5);
}

:root {
    --primary: #ef7f1b;
    --secondary: #f5a04d;
    --accent: #c45f0f;
    --dark: #140e3d;
    --dark-light: #1c1850;
    --light: #ffffff;
    --gray: #9490a8;
    --gray-light: #c8c4d9;
    --accent-color: #ef7f1b;
}

/* Dark theme (default) */
body {
    background: var(--dark);
    color: var(--light);
}

/* Hero section with gradient */
.hero {
    background: linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 100%);
}

/* Card backgrounds with transparency */
.service-card,
.case-card,
.tech-card,
.pricing-card,
.feature-item,
.why-us-item {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Text colors */
h1, h2, h3 {
    color: var(--light);
}

p {
    color: var(--gray-light);
}

/* Accent colors for links and highlights */
a {
    color: var(--primary);
}

a:hover {
    color: var(--secondary);
}

/* === Enhanced responsive navigation === */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10, 14, 39, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.header.scrolled {
    background: rgba(10, 14, 39, 0.95);
    backdrop-filter: blur(30px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

/* Mobile menu enhanced */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 14, 39, 0.98);
    backdrop-filter: blur(20px);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-nav li {
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav.active li:nth-child(1) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); }
.mobile-nav.active li:nth-child(2) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); }
.mobile-nav.active li:nth-child(3) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }
.mobile-nav.active li:nth-child(4) { transition-delay: 0.4s; opacity: 1; transform: translateY(0); }
.mobile-nav.active li:nth-child(5) { transition-delay: 0.5s; opacity: 1; transform: translateY(0); }
.mobile-nav.active li:nth-child(6) { transition-delay: 0.6s; opacity: 1; transform: translateY(0); }

.mobile-nav a {
    font-size: 24px;
    font-weight: 600;
    color: var(--light);
    text-decoration: none;
    display: block;
    padding: 15px 30px;
    transition: all 0.3s ease;
}

.mobile-nav a:hover {
    color: var(--primary);
    transform: scale(1.05);
}

/* Burger menu enhanced */
.burger-menu {
    position: relative;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 1001;
}

.burger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--light);
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-menu span:nth-child(1) { top: 0px; }
.burger-menu span:nth-child(2) { top: 11px; }
.burger-menu span:nth-child(3) { top: 22px; }

.burger-menu.active span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.burger-menu.active span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
}

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

/* === Service icons === */
.feature-icon, .service-icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    background: rgba(239, 127, 27, 0.12);
    border: 1px solid rgba(239, 127, 27, 0.3);
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 0 24px rgba(239, 127, 27, 0.2);
}

/* === Step number === */
.step-number {
    background: var(--grad-cool);
    box-shadow: 0 0 24px rgba(239, 127, 27, 0.5);
    width: 56px;
    height: 56px;
    font-size: 24px;
}

/* === Pricing === */
.pricing-card-featured {
    background: rgba(239, 127, 27, 0.08);
    border: 1px solid rgba(239, 127, 27, 0.4);
    box-shadow: 0 20px 60px rgba(239, 127, 27, 0.3);
}

.pricing-badge {
    background: var(--grad-cool);
    box-shadow: 0 0 16px rgba(239, 127, 27, 0.6);
}

.pricing-price {
    background: var(--grad-aurora);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.pricing-card li {
    color: var(--text-secondary);
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

/* === Cases === */
.case-image {
    position: relative;
}

.case-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(5, 5, 7, 0.8));
    pointer-events: none;
}

.case-tag {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.case-meta {
    border-top-color: rgba(255, 255, 255, 0.08);
    color: var(--text-tertiary);
}

/* === Testimonials === */
.testimonial-card p {
    color: var(--text-primary);
    font-style: normal;
    font-size: 17px;
}

.testimonial-author strong {
    color: var(--text-primary);
}

/* === FAQ === */
.faq-item {
    border-bottom-color: var(--card-border);
}

.faq-item summary {
    color: var(--text-primary);
    font-size: 18px;
}

.faq-item summary:hover {
    color: #e8a86a;
}

.faq-item summary::after {
    color: var(--text-secondary);
}

.faq-item p {
    color: var(--text-secondary);
}

/* === Contact Form === */
.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(20px);
}

.contact-form-info h2 {
    background: var(--grad-aurora);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-form-info p {
    color: var(--text-secondary);
}

.contact-form-benefits li {
    color: var(--text-primary);
}

.form-field label {
    color: var(--text-primary);
}

.form-field input,
.form-field textarea {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--card-border);
    color: var(--text-primary);
}

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

.form-field input:focus,
.form-field textarea:focus {
    border-color: var(--accent);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 4px rgba(239, 127, 27, 0.15);
}

.form-disclaimer {
    color: var(--text-tertiary);
}

/* === Footer === */
.footer {
    background: linear-gradient(180deg, var(--dark) 0%, #140e3d 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 0 30px;
    transition: all 0.3s ease;
}

.footer-col h4 {
    color: var(--light);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.footer-col h4:hover {
    color: var(--primary);
}

.footer-col p, .footer-col a {
    color: var(--gray-light);
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.footer-col a:hover {
    color: var(--primary);
    transform: translateX(4px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-top: 40px;
}

.footer-bottom p {
    color: var(--gray);
    font-size: 14px;
}

.footer-section h4 {
    color: var(--light);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-section p,
.footer-section a {
    color: var(--gray-light);
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.footer-section a:hover {
    color: var(--primary);
}

/* === Service page === */
.service-hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 80px;
    background: var(--grad-aurora);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-main {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(20px);
}

.content-main h2, .content-main h3 {
    color: var(--text-primary);
}

.content-main p {
    color: var(--text-secondary);
}

.feature-list li, .steps-list li {
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-primary);
    border: 1px solid var(--card-border);
}

.warning-box {
    background: linear-gradient(135deg, rgba(196, 95, 15, 0.1), rgba(239, 127, 27, 0.05));
    border-left: 4px solid var(--accent-3);
}

.warning-box strong {
    color: #ff7eb3;
}

.warning-box p {
    color: var(--text-primary);
}

.price-card {
    background: rgba(239, 127, 27, 0.08);
    border: 1px solid rgba(239, 127, 27, 0.4);
    box-shadow: 0 0 60px rgba(239, 127, 27, 0.2);
}

.price-label {
    color: var(--text-secondary);
}

.price-value {
    background: var(--grad-aurora);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Space Grotesk', sans-serif;
}

.info-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
}

.info-card h4 {
    color: var(--text-secondary);
}

.info-card p {
    color: var(--text-primary);
}

.back-link {
    color: #e8a86a;
}

/* === Reveal Animation === */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-stagger > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-stagger.visible > * {
    opacity: 1;
    transform: translateY(0);
}

.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.15s; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.2s; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 0.25s; }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: 0.3s; }
.reveal-stagger.visible > *:nth-child(7) { transition-delay: 0.35s; }
.reveal-stagger.visible > *:nth-child(8) { transition-delay: 0.4s; }

/* === Live indicator === */
.live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ef7f1b;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 12px rgba(239, 127, 27, 0.65);
    animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

/* === Hero trust === */
.hero-trust {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.trust-stars {
    color: #ffb800;
    font-size: 18px;
    letter-spacing: 2px;
}

.trust-source {
    font-size: 14px;
    color: var(--text-secondary);
}

.trust-source strong {
    color: var(--text-primary);
}

.trust-divider {
    width: 1px;
    height: 32px;
    background: var(--card-border);
}

/* === Service icons (SVG version) === */
.feature-icon svg, .service-icon svg, .guarantee-icon svg {
    width: 28px;
    height: 28px;
    color: #e8a86a;
}

/* === Service featured + meta === */
.service-card-featured {
    background: rgba(239, 127, 27, 0.08);
    border-color: rgba(239, 127, 27, 0.4);
    position: relative;
}

.service-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--grad-cool);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 980px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 0 16px rgba(239, 127, 27, 0.5);
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--card-border);
}

.service-meta .price {
    font-size: 18px;
    font-weight: 700;
    background: var(--grad-cool);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-meta .duration {
    font-size: 13px;
    color: var(--text-tertiary);
}

/* === Tech section === */
.tech {
    padding: 80px 0;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.tech-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(20px);
    padding: 32px;
    border-radius: var(--radius-md);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.tech-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(239, 127, 27, 0.4);
    transform: translateY(-4px);
}

.tech-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 64px;
    font-weight: 700;
    background: var(--grad-aurora);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: -2px;
}

.tech-card h3 {
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.tech-card p {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.6;
}

/* === Guarantees === */
.guarantees {
    padding: 80px 0;
}

.guarantees-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.guarantee-item {
    display: flex;
    gap: 20px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-md);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.guarantee-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(239, 127, 27, 0.4);
    transform: translateY(-4px);
}

.guarantee-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(239, 127, 27, 0.12);
    border: 1px solid rgba(239, 127, 27, 0.3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guarantee-item h3 {
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.guarantee-item p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
}

/* === Testimonial Avatar + Rating === */
.testimonial-rating {
    color: #ffb800;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--card-border);
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(239, 127, 27, 0.3);
}

.testimonial-author > div:last-child {
    display: flex;
    flex-direction: column;
}

/* === Blog === */
.blog {
    padding: 80px 0;
}

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

.blog-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    color: inherit;
}

.blog-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(239, 127, 27, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(239, 127, 27, 0.2);
}

.blog-image {
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-body {
    padding: 24px;
}

.blog-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e8a86a;
    background: rgba(239, 127, 27, 0.12);
    padding: 4px 10px;
    border-radius: 980px;
    margin-bottom: 14px;
}

.blog-card h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.blog-card p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-bottom: 16px;
}

.blog-read {
    color: #e8a86a;
    font-size: 14px;
    font-weight: 600;
}

/* === Form improvements === */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-field select {
    padding: 12px 16px;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-family: inherit;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s ease;
    cursor: pointer;
}

.form-field select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(239, 127, 27, 0.15);
}

.form-field select option {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.file-label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1.5px dashed var(--card-border);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-secondary);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.file-label:hover {
    border-color: var(--accent);
    background: rgba(239, 127, 27, 0.05);
    color: var(--text-primary);
}

.checkbox-field {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: var(--text-secondary);
    cursor: pointer;
}

.checkbox-field input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: var(--accent);
}

.checkbox-field a {
    color: #e8a86a;
    text-decoration: underline;
}

/* === Footer CTA === */
.footer-cta {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, rgba(239, 127, 27, 0.12) 0%, rgba(245, 160, 77, 0.06) 100%);
    border: 1px solid rgba(239, 127, 27, 0.3);
    border-radius: var(--radius-lg);
    margin-bottom: 60px;
    box-shadow: 0 0 80px rgba(239, 127, 27, 0.15);
}

.footer-cta h2 {
    font-size: 48px;
    margin-bottom: 12px;
    background: var(--grad-aurora);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-cta p {
    color: var(--text-secondary);
    font-size: 18px;
    margin-bottom: 28px;
}

.footer-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-col-brand {
    grid-column: span 1;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

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

.social-links a:hover {
    background: rgba(239, 127, 27, 0.15);
    border-color: var(--accent);
    color: #e8a86a;
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-made {
    color: var(--text-tertiary);
    font-size: 13px;
}

/* === FAQ 2 columns === */
.faq .faq-list {
    max-width: 1100px;
    column-count: 2;
    column-gap: 32px;
}

.faq-item {
    break-inside: avoid;
}

/* ========================================
   INTRO — Marvel-Style Cinematic Opening
   Total: ~5s — 9 frames + flash + logo reveal
   ======================================== */
.intro-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 99999;
    overflow: hidden;
    animation: introFadeOut 0.8s ease 8.4s forwards;
}

.intro-overlay.skipped {
    animation: introFadeOut 0.4s ease forwards;
}

body.intro-active {
    overflow: hidden;
}

@keyframes introFadeOut {
    to { opacity: 0; visibility: hidden; pointer-events: none; }
}

.intro-frames {
    position: absolute;
    inset: 0;
}

.intro-frame {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.15);
    filter: brightness(0.5) saturate(1.3) contrast(1.1);
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

/* 5 frames × 1.2s з overlap 0.4s = ~6s. Більш кінематографічно */
.intro-frame:nth-child(1) { animation: frameShow 1.2s 0.0s; }
.intro-frame:nth-child(2) { animation: frameShow 1.2s 1.0s; }
.intro-frame:nth-child(3) { animation: frameShow 1.2s 2.0s; }
.intro-frame:nth-child(4) { animation: frameShow 1.2s 3.0s; }
.intro-frame:nth-child(5) { animation: frameShow 1.2s 4.0s; }

@keyframes frameShow {
    0% { opacity: 0; transform: scale(1.15) translateX(2%); filter: brightness(0.3) saturate(1.4) blur(8px); }
    25% { opacity: 1; }
    100% { opacity: 0; transform: scale(1) translateX(-2%); filter: brightness(0.7) saturate(1.2) blur(0px); }
}

/* White flash before logo */
.intro-flash {
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    animation: flashBurst 0.6s 5.2s forwards;
}

@keyframes flashBurst {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 0; }
}

/* Aurora gradient backdrop for logo */
.intro-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 50%, rgba(239, 127, 27, 0.4), transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(245, 160, 77, 0.3), transparent 50%),
        #140e3d;
    opacity: 0;
    animation: bgIn 1.0s 5.4s forwards;
    z-index: 1;
}

@keyframes bgIn {
    to { opacity: 1; }
}

/* Final logo reveal */
.intro-logo {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
    animation: logoIn 1.8s 5.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes logoIn {
    0% { opacity: 0; transform: scale(0.85); filter: blur(20px); }
    60% { opacity: 1; filter: blur(0); }
    100% { opacity: 1; transform: scale(1); filter: blur(0); }
}

.intro-logo-mark {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(48px, 11vw, 140px);
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 0.95;
    color: #fff;
    text-shadow: 0 0 80px rgba(239, 127, 27, 0.8);
    background: linear-gradient(135deg, #fff 0%, #e8a86a 50%, #f5a04d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 24px;
}

.intro-logo-mark span {
    display: block;
    background: var(--grad-aurora);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
    background-size: 200% 200%;
}

.intro-tagline {
    font-family: 'Inter', sans-serif;
    font-size: clamp(13px, 1.4vw, 17px);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    animation: taglineIn 1.0s 6.6s forwards;
}

@keyframes taglineIn {
    to { opacity: 1; }
}

.intro-skip {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 20px;
    border-radius: 980px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    backdrop-filter: blur(10px);
    z-index: 3;
    transition: background 0.2s ease, border-color 0.2s ease;
    opacity: 0;
    animation: skipIn 0.4s 0.5s forwards;
}

.intro-skip:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

@keyframes skipIn {
    to { opacity: 1; }
}

.intro-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 3;
}

.intro-progress-bar {
    height: 100%;
    width: 0;
    background: var(--grad-aurora);
    box-shadow: 0 0 12px rgba(239, 127, 27, 0.8);
    animation: progressBar 8s linear forwards;
}

@keyframes progressBar {
    to { width: 100%; }
}

@media (max-width: 768px) {
    .intro-skip { bottom: 24px; right: 24px; padding: 8px 16px; font-size: 12px; }
    .intro-tagline { letter-spacing: 1px; }
}

/* === Process Gallery === */
.process-gallery {
    padding: 80px 0;
}

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

.process-photo {
    margin: 0;
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--card-border);
    aspect-ratio: 4 / 3;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.65) saturate(1.15);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-photo:hover {
    border-color: rgba(239, 127, 27, 0.5);
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(239, 127, 27, 0.3);
}

.process-photo:hover img {
    transform: scale(1.06);
    filter: brightness(0.85) saturate(1.25);
}

.process-photo figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(5, 5, 7, 0.95), transparent);
}

.process-photo figcaption span {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #e8a86a;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.process-photo figcaption h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

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

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

/* === Service Hero Image === */
.service-hero-image {
    margin-top: 50px;
    padding: 0 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.service-hero-image::before {
    content: '';
    position: absolute;
    inset: -40px;
    background: var(--grad-aurora);
    filter: blur(80px);
    opacity: 0.35;
    z-index: -1;
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
}

.service-hero-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--radius-lg);
    border: 1px solid var(--card-border);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 80px rgba(239, 127, 27, 0.25);
}

/* === Lab Gallery === */
.lab-gallery {
    padding: 80px 0;
}

.lab-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 16px;
}

.lab-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--card-border);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.lab-item-large {
    grid-row: span 2;
}

.lab-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    filter: brightness(0.7) saturate(1.1);
}

.lab-item:hover {
    border-color: rgba(239, 127, 27, 0.5);
    box-shadow: 0 24px 60px rgba(239, 127, 27, 0.3);
    transform: translateY(-4px);
}

.lab-item:hover img {
    transform: scale(1.08);
    filter: brightness(0.9) saturate(1.2);
}

.lab-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(5, 5, 7, 0.95), rgba(5, 5, 7, 0.4) 70%, transparent);
    z-index: 1;
}

.lab-caption span {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #e8a86a;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.lab-caption h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 1024px) {
    .lab-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
    .lab-item-large { grid-row: span 2; }
}

@media (max-width: 768px) {
    .lab-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
    .lab-item-large { grid-row: span 1; }
    .lab-caption h4 { font-size: 15px; }
}

/* === Brand Pages === */
.brand-hero {
    padding: 100px 0 60px;
    position: relative;
}

.brand-hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: center;
}

.brand-hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 24px;
}

.brand-hero-content .hero-subtitle {
    text-align: left;
    margin: 0 0 32px;
    max-width: 100%;
}

.brand-hero-content .hero-actions {
    justify-content: flex-start;
    margin-bottom: 0;
}

.brand-hero-logo {
    display: flex;
    justify-content: center;
}

.brand-logo-frame {
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.brand-logo-frame::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: var(--grad-aurora);
    filter: blur(40px);
    opacity: 0.4;
    z-index: -1;
}

.brand-logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    z-index: 1;
}

.brand-stats {
    padding: 40px 0 80px;
}

.brand-issues {
    padding: 80px 0;
}

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

.issue-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(20px);
    padding: 28px;
    border-radius: var(--radius-md);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.issue-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(239, 127, 27, 0.4);
    transform: translateY(-4px);
}

.issue-icon {
    width: 48px;
    height: 48px;
    background: rgba(239, 127, 27, 0.12);
    border: 1px solid rgba(239, 127, 27, 0.3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.issue-icon svg {
    width: 24px;
    height: 24px;
    color: #e8a86a;
}

.issue-card h3 {
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.issue-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
}

.brand-models {
    padding: 80px 0;
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.model-group {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(20px);
    padding: 20px 24px;
    border-radius: var(--radius-sm);
    transition: all 0.3s ease;
}

.model-group:hover {
    background: rgba(239, 127, 27, 0.08);
    border-color: rgba(239, 127, 27, 0.3);
}

.model-group h4 {
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: 'Space Grotesk', sans-serif;
}

.model-group span {
    color: var(--text-secondary);
    font-size: 13px;
}

.brand-process {
    padding: 80px 0;
}

.brand-pricing {
    padding: 80px 0;
}

.brand-cta {
    padding: 60px 0 80px;
}

@media (max-width: 1024px) {
    .brand-hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .brand-hero-content .hero-subtitle { text-align: center; }
    .brand-hero-content .hero-actions { justify-content: center; }
    .issues-grid { grid-template-columns: repeat(2, 1fr); }
    .models-grid { grid-template-columns: repeat(2, 1fr); }
    .brand-hero h1 { font-size: 56px; }
    .brand-logo-frame { width: 220px; height: 220px; padding: 40px; }
}

@media (max-width: 768px) {
    .brand-hero h1 { font-size: 40px; }
    .issues-grid { grid-template-columns: 1fr; }
    .models-grid { grid-template-columns: 1fr; }
    .brand-logo-frame { width: 180px; height: 180px; padding: 32px; }
}

/* === Selection === */
::selection {
    background: rgba(239, 127, 27, 0.4);
    color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
    background: rgba(239, 127, 27, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(239, 127, 27, 0.6);
}

/* === Responsive === */
@media (max-width: 1024px) {
    .hero h1 { font-size: 64px; }
    h2 { font-size: 44px; }
    .stat-number { font-size: 48px; }
    .service-hero h1 { font-size: 56px; }
    .tech-grid, .guarantees-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-cta h2 { font-size: 36px; }
}

@media (max-width: 768px) {
    .hero h1 { font-size: 44px; letter-spacing: -1px; }
    h2 { font-size: 32px; letter-spacing: -1px; }
    .stat-number { font-size: 40px; }
    .service-hero h1 { font-size: 36px; }
    .brand-card { flex: 0 0 140px; }
    .hero-trust { gap: 16px; }
    .trust-divider { display: none; }
    .tech-num { font-size: 48px; }
    .blog-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-cta { padding: 40px 24px; }
    .footer-cta h2 { font-size: 28px; }
    .footer-cta p { font-size: 16px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .faq .faq-list { column-count: 1; }
    .testimonial-card p { font-size: 15px; }
}

/* === Accessibility: Reduced Motion === */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    body::before { animation: none; }
}

/* === Focus Visible === */
:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: 4px;
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

/* === Form Success State === */
.form-success {
    text-align: center;
    padding: 40px 20px;
    color: var(--text-primary);
}

.form-success h3 {
    font-size: 24px;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.form-success p {
    color: var(--text-secondary);
}

/* === Touch Targets (mobile) === */
@media (max-width: 768px) {
    .main-nav a, .mobile-nav-link, .btn, button, a[href^="tel"] {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
    }
}

/* === Button disabled state === */
button:disabled, .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
