html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #000000;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.gradient-text {
    text-shadow: none !important;
}

/* ── Fluid background canvas ────────────────────── */
#liquid-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.9;
}


main {
    padding-top: 0;
    min-height: 100vh;
    position: relative;
    z-index: 10;
}

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

@keyframes glow {
    0%, 100% { text-shadow: 0 2px 8px rgba(0,0,0,0.9), 0 4px 16px rgba(0,0,0,0.7), 0 0 20px rgba(20, 184, 166, 0.12), 0 0 40px rgba(20, 184, 166, 0.06); }
    50%       { text-shadow: 0 2px 8px rgba(0,0,0,0.9), 0 4px 16px rgba(0,0,0,0.7), 0 0 30px rgba(20, 184, 166, 0.22), 0 0 60px rgba(20, 184, 166, 0.10); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to   { opacity: 1; transform: translateY(0); }
}

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

/* ── Hero ──────────────────────────────────────────── */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
    padding: 140px 2rem 5rem;
    position: relative;
    animation: fadeInDown 0.8s ease both;
}

.hero h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.2rem, 5.5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.9), 0 4px 20px rgba(0,0,0,0.7);
    animation: glow 3s ease-in-out infinite;
}

.hero-subtitle {
    font-size: 0.6em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFD700 !important;
    -webkit-text-fill-color: #FFD700 !important;
    background: none !important;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.4), 0 2px 10px rgba(0, 0, 0, 0.9);
}

.hero p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 2px 8px rgba(0,0,0,0.9);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

.hero .badge {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    border: 1px solid rgba(20, 184, 166, 0.4);
    border-radius: 999px;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #14B8A6;
    margin-bottom: 0;
    background: rgba(20, 184, 166, 0.08);
}

/* ── What You'll Learn ─────────────────────────────── */
.learn-section {
    padding: 6rem 0;
    animation: fadeInUp 0.8s ease 0.3s both;
}

.section-title {
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,1);
    animation: glow 3s ease-in-out infinite;
}

.learn-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.learn-card {
    --pointer-x: 50%;
    --pointer-y: 50%;
    --pointer-deg: 45deg;
    --proximity: 0;
    --glow-color: #00ffff;
    position: relative;
    border-radius: 12px;
    cursor: pointer;
}

.learn-card:nth-child(1) { --glow-color: #00ffff; }
.learn-card:nth-child(2) { --glow-color: #e040fb; }
.learn-card:nth-child(3) { --glow-color: #76ff03; }
.learn-card:nth-child(4) { --glow-color: #FFD700; }

/* ── Glow color variants ── */
.glow-teal   { --glow-color: #14B8A6; }
.glow-red    { --glow-color: #ef4444; }
.glow-cyan   { --glow-color: #00ffff; }
.glow-purple { --glow-color: #e040fb; }
.glow-green  { --glow-color: #76ff03; }

.learn-card-inner {
    position: relative;
    z-index: 2;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: inherit;
    padding: 1.8rem;
    margin: 1px;
}

/* ── Card fill helpers ── */
.card-full {
    height: 100%;
    box-sizing: border-box;
}

.card-full-red {
    height: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(239, 68, 68, 0.6);
}

.learn-card .number {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    color: #14B8A6;
    letter-spacing: 2px;
    margin-bottom: 0.8rem;
}

.learn-card h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.95rem;
    color: #00ffff;
    margin-bottom: 0.6rem;
}

.learn-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ── For You / Not For You section ── */
.foru-label {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    color: #14B8A6;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.notforu-label {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    color: #ef4444;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-shadow: 0 0 8px rgba(239, 68, 68, 0.4);
}

.foru-list {
    list-style: none;
    padding: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 2.2;
}

.notforu-list {
    list-style: none;
    padding: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 2.2;
}

/* ── Social Proof ── */
.proof-inner {
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

.proof-name {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.85rem;
    color: #00ffff;
    margin-bottom: 0.5rem;
}

.proof-quote {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
    line-height: 1.5;
}

/* ── Email Capture ─────────────────────────────────── */
.capture-section {
    padding: 6rem 0 4rem;
    text-align: center;
    animation: fadeInUp 0.8s ease 0.5s both;
}

.capture-card {
    --pointer-x: 50%;
    --pointer-y: 50%;
    --pointer-deg: 45deg;
    --proximity: 0;
    --glow-color: #FFD700;
    position: relative;
    max-width: 620px;
    margin: 0 auto;
    border-radius: 12px;
    cursor: pointer;
}

.capture-card-inner {
    position: relative;
    z-index: 2;
    background: #000;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    border-radius: inherit;
    padding: 3rem 4rem 3rem;
    margin: 1px;
}

.capture-card h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #00ffff;
}

.capture-subtitle {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1.8rem;
    letter-spacing: 0.5px;
}

.capture-form {
    display: flex;
    gap: 0.8rem;
}

.capture-form input {
    flex: 1;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 0.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.capture-form input::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.capture-form input:focus {
    outline: none;
    border-color: rgba(0, 255, 255, 0.4);
    background: rgba(0, 255, 255, 0.03);
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.15);
}

.capture-form button {
    padding: 0.85rem 1.8rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #FFFF00, #00FFFF);
    color: #000000;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
    white-space: nowrap;
}

.capture-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.5), 0 0 50px rgba(255, 255, 0, 0.2);
}

.capture-form button:active {
    transform: translateY(0);
}

.capture-note {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    margin-top: 1rem;
}

/* ── Already Ready ─────────────────────────────────── */
.ready-section {
    padding: 8rem 0 12rem;
    text-align: center;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.ready-section p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
}

.ready-intro {
    margin-bottom: 1.2rem;
}

.ready-intro strong {
    color: rgba(255, 255, 255, 0.7);
}

.ready-section a {
    color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

.ready-section a:hover {
    color: rgba(255, 255, 255, 0.45);
    text-shadow: none;
}

/* ── Responsive Grids ──────────────────────────────── */
.two-col-grid {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: stretch;
}

.three-col-grid {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    align-items: stretch;
}

/* ── Mobile ────────────────────────────────────────── */
@media (max-width: 768px) {
    .learn-grid,
    .two-col-grid,
    .three-col-grid {
        grid-template-columns: 1fr;
    }

    .capture-form {
        flex-direction: column;
    }

    .hero {
        min-height: auto;
        justify-content: flex-start;
        padding: 100px 1rem 2.5rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero .badge {
        font-size: 0.55rem;
        padding: 0.35rem 1rem;
    }

    .learn-section {
        padding: 2.5rem 0;
    }

    .section-title {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* ── No animations on mobile ── */
    .hero,
    .learn-section,
    .capture-section,
    .ready-section {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .hero h1,
    .section-title {
        animation: none;
        text-shadow: 0 2px 8px rgba(0,0,0,0.9);
    }

    .capture-form button:hover {
        transform: none;
        box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
    }

    .gc-mesh-border,
    .gc-glow {
        display: none;
    }
}

/* ── Reduced motion preference ──────────────────── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .hero, .learn-section, .capture-section, .ready-section {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 480px) {
    .capture-card-inner {
        padding: 2rem 1.5rem;
    }

    .hero p {
        font-size: 0.9rem;
    }
}
