:root {
    --primary-black: #000000;
    --primary-white: #ffffff;
    --text-gray: #888888;
    --bg-gray: #0a0a0a;
    --accent-color: #ffffff;
    --glass-bg: rgba(10, 10, 10, 0.8);
    --transition-smooth: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--primary-black);
    color: var(--primary-white);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

/* Header & Navigation */
.header {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    z-index: 1000;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 12px 32px;
    display: flex;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.header-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 32px;
    /* Standard header logo height */
    width: auto;
    object-fit: contain;
}

.nav {
    display: flex;
    gap: 32px;
}

.nav-link {
    text-decoration: none;
    color: var(--primary-white);
    font-size: 13px;
    font-weight: 500;
    transition: var(--transition-smooth);
    opacity: 0.6;
    position: relative;
    padding: 6px 16px;
    border-radius: 100px;
}

.nav-link:hover,
.nav-link.active {
    opacity: 1;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.4);
}

.nav-link.active {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2) inset;
    /* subtle inner glow for the pill */
}

/* GSAP Zoom Transition Section */
.product-showcase {
    background-color: #000000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 6vh;
    /* Approx 60px on 1000px height screens */
    position: relative;
    border-top: none;
    overflow: hidden;
}

.product-showcase .section-title {
    margin-bottom: 8vh;
    /* Reduced gap between title and image */
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    position: relative;
    text-align: center;
    width: 100%;
}

.zoom-bg-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    z-index: 1;
}

.zoom-bg-image {
    width: 42vh;
    /* ≈415px on 991px viewport */
    height: auto;
    /* Maintains aspect ratio */
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 auto;
    transform: scale(0.3);
    /* Starts at 0.3 per user request */
    will-change: transform;
    transform-origin: top center;
    position: relative;
    z-index: 2;
}

/* Callout Animations for Showcase */
.zoom-image-wrapper {
    position: relative;
    display: inline-block;
    /* Important to keep it snug around the image */
}

.callout {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.callout.active {
    opacity: 1;
}

.callout-point {
    width: 8px;
    height: 8px;
    background: #00E676;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 230, 118, 0.8), 0 0 0 4px rgba(0, 230, 118, 0.2);
    transform: scale(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2;
}

.callout.active .callout-point {
    transform: scale(1);
    animation: status-pulse-green 2s infinite cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.callout-line {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
    height: 2px;
    z-index: 1;
}

@keyframes status-pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 230, 118, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 230, 118, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 230, 118, 0);
    }
}

.callout-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.callout.active .callout-text {
    opacity: 1;
    transform: translateY(0);
}

/* Callout 1: Top Left (Camera) */
.callout-1 {
    top: 20%;
    right: 95%;
    /* anchor right edge of callout near left edge of device */
    flex-direction: row-reverse;
    /* dot on the right, line goes left */
}

.callout-1 .callout-line {
    width: 0;
    height: 1px;
    right: 3px;
    transform-origin: right center;
    /* Draw right-to-left */
    transition: width 0.6s ease 0.3s;
}

.callout-1.active .callout-line {
    width: 120px;
}

.callout-1 .callout-text {
    margin-right: 130px;
    transition-delay: 0.8s;
}

/* Callout 2: Top Right (Storage) */
.callout-2 {
    top: 10%;
    left: 85%;
    /* anchor left edge of callout near right edge of device */
}

.callout-2 .callout-line {
    width: 0;
    height: 1px;
    left: 3px;
    transform-origin: left center;
    /* Draw left-to-right */
    transition: width 0.6s ease 0.3s;
}

.callout-2.active .callout-line {
    width: 150px;
}

.callout-2 .callout-text {
    margin-left: 160px;
    transition-delay: 0.8s;
}

/* Callout 3: Middle Right (Buttons) */
.callout-3 {
    top: 45%;
    left: 95%;
    /* anchor left edge of callout to right edge of device */
}

.callout-3 .callout-line {
    width: 0;
    height: 1px;
    left: 3px;
    transform-origin: left center;
    /* Draw left-to-right */
    transition: width 0.6s ease 0.3s;
}

.callout-3.active .callout-line {
    width: 130px;
}

.callout-3 .callout-text {
    margin-left: 140px;
    transition-delay: 0.8s;
}

/* Callout 4: Bottom Left (Screen) */
.callout-4 {
    top: 75%;
    right: 80%;
    /* anchor right edge of callout to bottom left of screen */
    flex-direction: row-reverse;
    /* dot on the right, line goes left */
}

.callout-4 .callout-line {
    width: 0;
    height: 1px;
    right: 3px;
    transform-origin: right center;
    /* Draw right-to-left */
    transition: width 0.6s ease 0.3s;
}

.callout-4.active .callout-line {
    width: 130px;
}

.callout-4 .callout-text {
    margin-right: 140px;
    transition-delay: 0.8s;
}

/* Make callouts responsive and adhere to scaling */
@media (max-width: 768px) {
    .callout {
        display: none;
        /* Hide complex callouts on very small mobile screens */
    }
}

/* Hero Section */
.hero {
    min-height: 100vh;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    position: relative;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.8;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.4) 0%, #000000 100%);
    z-index: 1;
}

.hero-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
}

.hero-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #cccccc;
    margin-bottom: 32px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.status-dot {
    width: 6px;
    height: 6px;
    background-color: #22c55e;
    /* vibrant green */
    border-radius: 50%;
    box-shadow: 0 0 8px #22c55e;
    position: relative;
    top: -1px;
    /* visual alignment */
}

.status-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #22c55e;
    border-radius: 50%;
    animation: status-pulse 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes status-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    70% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.hero-title {
    font-size: clamp(48px, 6vw, 92px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -3px;
    margin-bottom: 32px;
    color: #ffffff;
}

.hero-subtitle {
    font-size: clamp(16px, 1.2vw, 20px);
    color: #cccccc;
    max-width: 700px;
    margin-bottom: 48px;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-smooth);
    cursor: pointer;
}

@keyframes btn-primary-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.btn-primary {
    background: #ffffff;
    color: #000000;
    animation: btn-primary-pulse 2.5s infinite;
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-bg-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    mask-image: linear-gradient(to right, transparent, black 20%);
    opacity: 0.8;
}

/* Background Grid (Optional enhancement) */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.05) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
}

/* Smooth Transitions */
section:not(.features) {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

section:not(.features).visible {
    opacity: 1;
    transform: translateY(0);
}

/* Features Grid */
.grid-section {
    padding: 120px 5% 8vh;
    /* 8vh ≈ 80px on 991px viewport */
    background: #000000;
}

.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #ffffff;
}

.features-2-col-grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 1400px;
    margin: 0 auto;
}

.card-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    position: relative;
    will-change: transform;
}

.feature-card {
    border-radius: 32px;
    padding: 60px;
    aspect-ratio: 860 / 470;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: var(--transition-smooth);
}

.feature-card:hover,
.feature-card:focus-within {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-8px);
    background: #111111;
    box-shadow: 0 10px 40px -10px rgba(255, 255, 255, 0.1),
        0 0 20px rgba(255, 255, 255, 0.05);
}

.feature-info h3 {
    font-size: clamp(24px, 2.5vw, 42px);
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #ffffff;
}

.feature-info p {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    max-width: 90%;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #888888;
}

.language-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.language-tags span {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 12px;
    color: #cccccc;
    font-weight: 500;
}

.language-tags span.more {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}

.light-card .language-tags span {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444;
}

.light-card .language-tags span.more {
    color: #000000;
    border-color: rgba(0, 0, 0, 0.3);
}

.dark-card {
    background: #0a0a0a;
}

.light-card {
    background: #0a0a0a;
}

.feature-icon-box {
    position: absolute;
    bottom: 60px;
    left: 60px;
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.05);
    /* Modern translucent background */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.feature-icon-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* Ensure icons are white */
    opacity: 0.8;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

/* Hover States */
.feature-card:hover .feature-icon-box {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.feature-card:hover .feature-icon-box img {
    opacity: 1;
    transform: scale(1.1);
}

.dark-card .feature-icon-box {
    background: rgba(45, 45, 47, 0.5);
}

.light-card .feature-icon-box {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
}

.light-card .feature-icon-box img {
    filter: none;
    /* Keep original colors for light cards if preferred, or invert if they are dark */
    opacity: 0.7;
}

.light-card:hover .feature-icon-box {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.2);
}

/* Background Patterns - High Fidelity SVG */
.pattern-waves {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" viewBox="0 0 1000 1000"><path d="M0 500 Q 250 400 500 500 T 1000 500" fill="none" stroke="white" stroke-opacity="0.1" stroke-width="2"/><path d="M0 600 Q 250 500 500 600 T 1000 600" fill="none" stroke="white" stroke-opacity="0.08" stroke-width="1.5"/><path d="M0 400 Q 250 300 500 400 T 1000 400" fill="none" stroke="white" stroke-opacity="0.05" stroke-width="1"/></svg>');
    background-size: cover;
}

.pattern-grid {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/></svg>');
    background-size: 40px 40px;
}

.pattern-ripples {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" viewBox="0 0 1000 1000"><circle cx="500" cy="500" r="100" fill="none" stroke="white" stroke-opacity="0.15" stroke-width="1"/><circle cx="500" cy="500" r="200" fill="none" stroke="white" stroke-opacity="0.1" stroke-width="1"/><circle cx="500" cy="500" r="300" fill="none" stroke="white" stroke-opacity="0.05" stroke-width="1"/></svg>');
    background-position: center;
    background-size: cover;
}

/* Scroll Animation Initial State */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1),
        transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.animate-on-scroll.animate-in {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .card-row {
        grid-template-columns: 1fr;
    }
}



/* Other Sections */
.simple-connection,
.headset-details,
.protect-ears,
.newsletter-blog,
.opinions {
    background: #000000;
}

.section-slice img {
    filter: brightness(0.9);
    /* Subtle dimming for premium feel */
}

/* Simple Connection Section */
.simple-connection {
    background-color: #000000;
    padding: 40px 0 100px 0;
    overflow: hidden;
    color: #ffffff;
}

.simple-connection-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.simple-connection-content {
    width: 100%;
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -15px;
    /* Pull video up slightly closer to title */
}

.simple-connection-title {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
    color: #ffffff;
}

.simple-connection-action {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -15px;
    /* Pull button up slightly closer to video */
}

.simple-connection-visual {
    width: 100%;
    max-width: 1200px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.8s ease-in-out, transform 0.8s ease-in-out;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.simple-connection-visual.focused-glow {
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.45);
    transform: scale(1.05);
}

.simple-connection-video {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

/* OmniTrans Elite Product Card Section */
.product-elite {
    background-color: #000000;
    padding: 100px 0;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    /* subtle separation */
}

.product-elite-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left Column: Visual */
.elite-visual-col {
    background: #090909;
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
    border-radius: 32px;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.elite-product-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.8));
    transition: transform 0.5s ease;
}

.elite-visual-col:hover .elite-product-img {
    transform: scale(1.05);
}

/* Right Column: Content */
.elite-content-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.elite-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.elite-tag {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.elite-title {
    font-size: clamp(40px, 4vw, 64px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0;
}

.elite-desc {
    color: #888888;
    font-size: 20px;
    line-height: 1.6;
    max-width: 90%;
    margin-top: 8px;
}



/* Features Grid */
.elite-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.elite-feature-item {
    background: #0f0f0f;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.elite-feature-item:hover {
    background: #151515;
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.elite-icon-wrapper {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.elite-icon-wrapper svg {
    width: 20px;
    height: 20px;
}

/* Ensure PNG icons in this block are white */
.elite-icon-wrapper img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.elite-feature-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.elite-feature-text h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

.elite-feature-text p {
    font-size: 13px;
    color: #666666;
    margin: 0;
    line-height: 1.4;
}

/* Footer Tagline */
.elite-footer {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 10px;
    color: #555555;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-top: 10px;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-item svg {
    color: #888888;
}

@media (max-width: 1024px) {
    .product-elite-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .elite-visual-col {
        aspect-ratio: auto;
        padding: 80px 40px;
    }

    .elite-features-grid {
        grid-template-columns: 1fr;
    }

    .elite-footer {
        flex-wrap: wrap;
    }
}



@media (max-width: 768px) {
    .header {
        width: 95%;
        padding: 10px 15px;
    }

    .nav {
        display: none;
        /* Hide nav for mobile for now, can add drawer later */
    }

    .hero-title {
        font-size: 40px;
    }

    .section-title {
        font-size: 32px;
    }
}

/* Footer Section */
.footer {
    padding: 80px 0 40px;
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 0;
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-logo img {
    height: 60px;
    /* Slightly larger in footer */
    width: auto;
    filter: drop-shadow(0 0 20px rgba(0, 242, 255, 0.2));
}

.footer-logo span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #ffffff;
    opacity: 0.9;
}

.footer-links {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #00f2ff;
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}



@media (max-width: 768px) {
    .simple-connection {
        padding: 60px 0;
    }

    .simple-connection-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .simple-connection-title {
        font-size: 36px;
    }

    .simple-connection-visual {
        width: 100%;
        height: 400px;
        justify-content: center;
    }

    .cropped-product-img {
        width: 150%;
        object-position: center;
    }




}

/* ============================================
   Product Gallery Section
   ============================================ */
.product-gallery-section {
    padding: 120px 60px;
    background: #000000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.product-gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 0%, rgba(30, 58, 138, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.gallery-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: -20px;
    margin-bottom: 60px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Individual gallery items */
.gallery-item {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);

    /* Scroll animation initial state */
    opacity: 0;
    transform: translateY(40px);
}

.gallery-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item:hover {
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-6px) scale(1.02);
    box-shadow:
        0 20px 60px -15px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(30, 58, 138, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Overlay on hover */
.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.4) 0%,
            transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: 16px;
}

.gallery-item:hover::after {
    opacity: 1;
}

/* Zoom icon on hover */
.gallery-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%) scale(0.6);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    pointer-events: none;
}

.gallery-item:hover::before {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
}

/* Placeholder state */
.gallery-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 16px;
    padding: 20px;
}

.gallery-placeholder span {
    color: rgba(255, 255, 255, 0.15);
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}

/* ============================================
   Lightbox
   ============================================ */
.gallery-lightbox {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.gallery-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 85vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-img {
    max-width: 85vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 12px;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.gallery-lightbox.active .lightbox-img {
    opacity: 1;
    transform: scale(1);
}

.lightbox-counter {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(90deg);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.lightbox-prev {
    left: 24px;
}

.lightbox-next {
    right: 24px;
}

/* Show More Button */
.gallery-show-more {
    display: block;
    margin: 40px auto 0;
    padding: 14px 36px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-show-more:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

/* ============================================
   Customer Reviews Section
   ============================================ */
.reviews-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.reviews-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 24px;
}

.reviews-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aggregate-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.aggregate-rating .stars {
    color: #FFA500;
    font-size: 24px;
    letter-spacing: 2px;
}

.aggregate-rating .score {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.aggregate-rating .count {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.reviews-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    /* Fading edges */
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.infinite-scroll-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.infinite-scroll-track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.review-card {
    width: 400px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.review-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author-name {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.verified-badge {
    color: #00B171;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.review-date {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

.review-stars {
    color: #FFA500;
    font-size: 16px;
    letter-spacing: 2px;
}

.review-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

.review-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* ============================================
   Meet the Founders Section
   ============================================ */
.founders-section {
    padding: 120px 0;
    position: relative;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.02) 0%, transparent 60%);
}

.founders-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 24px;
}

.founders-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.founders-header p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.founder-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px 32px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.founder-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.founder-image-wrapper {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-bottom: 24px;
    position: relative;
    padding: 4px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.05);
}

.founder-image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.founder-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.founder-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}

.founder-title {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.founder-quote {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-style: italic;
    position: relative;
    padding: 0 16px;
}

.founder-quote::before,
.founder-quote::after {
    color: rgba(255, 255, 255, 0.1);
    font-size: 40px;
    position: absolute;
    line-height: 1;
}

/* ============================================
   FAQ Section
   ============================================ */
.faq-section {
    padding: 120px 0;
    position: relative;
    background: radial-gradient(circle at center, rgba(0, 230, 118, 0.02) 0%, transparent 70%);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-header p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1.6;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
}

.faq-item.active {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.05);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    cursor: pointer;
    user-select: none;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding-right: 24px;
    transition: color 0.3s ease;
}

.faq-item.active .faq-question h3 {
    color: #ffffff;
}

.faq-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.faq-icon svg {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.faq-icon .vertical-line {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    transform-origin: center;
}

.faq-item.active .faq-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: rotate(90deg);
}

.faq-item.active .faq-icon .vertical-line {
    opacity: 0;
    transform: scaleY(0);
}

/* 
   Smooth height transition logic:
   - We transition max-height from 0 to something larger than the content will ever be.
   - We also transition padding and opacity.
*/
.faq-answer-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.4s ease,
        padding 0.4s ease;
    padding: 0 32px;
}

.faq-answer {
    padding-bottom: 24px;
}

.faq-item.active .faq-answer-wrapper {
    max-height: 400px;
    /* Adjust if content is very long */
    opacity: 1;
}

.faq-answer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Gallery responsive */
@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-gallery-section {
        padding: 80px 24px;
    }

    .founders-grid {
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .lightbox-nav {
        width: 40px;
        height: 40px;
    }

    .lightbox-prev {
        left: 12px;
    }

    .lightbox-next {
        right: 12px;
    }

    .founders-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   CONVERSION IMPROVEMENTS
   ============================================ */

/* --- Urgency Banner --- */
.urgency-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    background: linear-gradient(90deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.urgency-banner.hidden {
    transform: translateY(-100%);
}

.urgency-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.urgency-icon {
    font-size: 16px;
}

.urgency-close {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 1;
    padding: 4px 8px;
}

.urgency-close:hover {
    color: #ffffff;
}

/* Adjust header position when banner is visible */
body:has(.urgency-banner:not(.hidden)) .header {
    top: 60px;
}

/* --- Guarantee Badge --- */
.guarantee-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
    margin-top: 16px;
    letter-spacing: 0.3px;
}

.guarantee-badge svg {
    color: #22c55e;
    flex-shrink: 0;
}

/* --- Sticky CTA Bar --- */
.sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 24px;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.5s ease;
}

.sticky-cta-bar.active {
    transform: translateY(0);
    opacity: 1;
}

.sticky-cta-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-cta-info {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
    font-size: 15px;
}

.sticky-cta-price {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.sticky-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: 500;
}

.sticky-guarantee svg {
    color: #22c55e;
}

.sticky-cta-btn {
    padding: 12px 28px;
    font-size: 14px;
}

/* --- Comparison Section --- */
.comparison-section {
    padding: 120px 5%;
    background: #000000;
    text-align: center;
}

.comparison-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comparison-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.comparison-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-bottom: 48px;
    line-height: 1.6;
}

.comparison-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
}

.comparison-table th,
.comparison-table td {
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    white-space: nowrap;
}

.comparison-table thead th {
    background: rgba(255, 255, 255, 0.04);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.comparison-table tbody td {
    color: rgba(255, 255, 255, 0.6);
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

.highlight-col {
    background: rgba(34, 197, 94, 0.06) !important;
    color: #ffffff !important;
    position: relative;
}

.comparison-table thead .highlight-col {
    color: #22c55e !important;
    font-weight: 700;
}

.comparison-table thead .highlight-col::before {
    content: '★ ';
    color: #22c55e;
}

.check {
    color: #22c55e;
    font-weight: 600;
}

.cross {
    color: rgba(255, 255, 255, 0.35);
}

/* --- Email Capture Section --- */
.email-capture-section {
    padding: 100px 5%;
    background: radial-gradient(circle at center, rgba(34, 197, 94, 0.04) 0%, transparent 60%);
    position: relative;
}

.email-capture-container {
    max-width: 700px;
    margin: 0 auto;
}

.email-capture-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 60px 48px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.email-capture-card h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.email-capture-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.email-input-group {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.email-input-group input {
    flex: 1;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.email-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.email-input-group input:focus {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.05);
}

.email-submit-btn {
    padding: 16px 28px;
    white-space: nowrap;
    animation: none;
}

.email-privacy {
    display: block;
    color: rgba(255, 255, 255, 0.35);
    font-size: 13px;
}

.email-toast {
    margin-top: 24px;
    padding: 14px 24px;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 12px;
    color: #22c55e;
    font-size: 15px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: none;
}

.email-toast.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* --- Mobile Hamburger Navigation --- */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1001;
}

.hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
        justify-self: end;
    }

    .nav {
        display: none;
        position: absolute;
        top: calc(100% + 12px);
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        background: rgba(10, 10, 10, 0.95);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        padding: 20px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    }

    .nav.mobile-open {
        display: flex !important;
    }

    .nav-link {
        font-size: 16px;
        padding: 12px 24px;
        width: 100%;
        text-align: center;
    }

    /* Sticky CTA responsive */
    .sticky-cta-info strong {
        display: none;
    }

    .sticky-guarantee {
        display: none;
    }

    /* Email capture responsive */
    .email-input-group {
        flex-direction: column;
    }

    .email-capture-card {
        padding: 40px 24px;
    }

    .email-capture-card h2 {
        font-size: 28px;
    }

    /* Comparison responsive */
    .comparison-table th,
    .comparison-table td {
        padding: 14px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .urgency-banner {
        font-size: 12px;
        padding: 8px 16px;
    }

    .urgency-close {
        right: 8px;
    }
}

/* --- Exit-Intent Popup --- */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11000;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-card {
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    max-width: 800px;
    width: 90%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6),
        0 0 60px rgba(255, 255, 255, 0.03);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.popup-overlay.active .popup-card {
    transform: scale(1) translateY(0);
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
    line-height: 1;
}

.popup-close:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.popup-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    min-height: 400px;
}

.popup-visual {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.popup-product-img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

.popup-text {
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.popup-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.popup-text h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    color: #ffffff;
    margin: 0;
}

.popup-highlight {
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.popup-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.popup-form input {
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color 0.3s ease;
}

.popup-form input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.popup-form input:focus {
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.06);
}

.popup-btn {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    animation: none;
    background: #ffffff;
    color: #000000;
    border: none;
}

.popup-btn:hover {
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.15);
}

.popup-privacy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

@media (max-width: 768px) {
    .popup-content {
        grid-template-columns: 1fr;
    }

    .popup-visual {
        display: none;
    }

    .popup-text {
        padding: 40px 24px;
    }

    .popup-text h2 {
        font-size: 26px;
    }
}