:root {
    --bg-0: #061217;
    --bg-1: #0a2027;
    --bg-2: #0f2e37;
    --surface: rgba(6, 24, 31, 0.72);
    --surface-strong: rgba(6, 24, 31, 0.92);
    --line: rgba(56, 237, 222, 0.24);
    --line-soft: rgba(56, 237, 222, 0.1);
    --ink: #e8fbff;
    --muted: #9ac8cf;
    --accent: #38edde;
    --accent-strong: #15b8ac;
    --cta: #ff8a1f;
    --cta-strong: #ffc145;
    --cta-ink: #2b1400;
    --edge-haze: rgba(56, 237, 222, 0.26);
    --shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    --shadow-glow: 0 0 44px rgba(56, 237, 222, 0.24);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Space Grotesk", sans-serif;
    background:
        radial-gradient(circle at 10% -10%, rgba(56, 237, 222, 0.17), transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(33, 139, 167, 0.22), transparent 42%),
        linear-gradient(180deg, var(--bg-2) 0%, var(--bg-1) 44%, var(--bg-0) 100%);
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.ambient-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    opacity: 0.45;
    animation: drift 14s ease-in-out infinite;
}

.orb-one {
    width: 300px;
    height: 300px;
    left: -80px;
    top: 20%;
    background: radial-gradient(circle, rgba(56, 237, 222, 0.58) 0%, rgba(56, 237, 222, 0) 70%);
}

.orb-two {
    width: 380px;
    height: 380px;
    right: -120px;
    top: 12%;
    background: radial-gradient(circle, rgba(25, 154, 194, 0.5) 0%, rgba(25, 154, 194, 0) 70%);
    animation-delay: 2.5s;
}

.orb-three {
    width: 260px;
    height: 260px;
    right: 30%;
    bottom: -90px;
    background: radial-gradient(circle, rgba(56, 237, 222, 0.38) 0%, rgba(56, 237, 222, 0) 70%);
    animation-delay: 5s;
}

.grid-glow {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(56, 237, 222, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 237, 222, 0.055) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(circle at center, black 28%, transparent 78%);
}

.page-shell {
    width: min(1200px, calc(100% - 34px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    position: sticky;
    top: 10px;
    z-index: 20;
    backdrop-filter: blur(12px);
    background: rgba(6, 18, 23, 0.58);
    border: 1px solid var(--line-soft);
    border-radius: 22px;
    box-shadow: 0 0 0 1px rgba(56, 237, 222, 0.14), 0 0 26px var(--edge-haze);
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Fraunces", serif;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(56, 237, 222, 0.5));
}

.brand-wordmark {
    color: var(--ink);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--muted);
}

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

.nav-cta,
.primary-button,
.secondary-button {
    border-radius: 999px;
    padding: 12px 22px;
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.nav-cta,
.primary-button {
    color: var(--cta-ink);
    background: linear-gradient(135deg, var(--cta-strong), var(--cta));
    box-shadow: 0 0 38px rgba(255, 145, 36, 0.34);
    font-weight: 700;
}

.secondary-button {
    border: 1px solid var(--line);
    background: rgba(10, 42, 50, 0.58);
    color: var(--ink);
}

.nav-cta:hover,
.primary-button:hover,
.secondary-button:hover {
    transform: translateY(-2px);
}

.nav-cta:hover,
.primary-button:hover {
    filter: brightness(1.05);
}

main {
    padding-top: 24px;
}

.hero-grid,
.section-grid,
.stats-band,
.offer-card,
.category-card,
.step-card,
.quote-panel,
.cta-section,
.video-frame,
.price-card {
    border: 1px solid var(--line);
    box-shadow: var(--shadow), 0 0 24px var(--edge-haze);
    background: linear-gradient(160deg, rgba(8, 33, 42, 0.87), rgba(6, 20, 27, 0.88));
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 22px;
    padding: 24px 24px 80px;
    border-radius: 34px;
}

.hero-kicker {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--accent);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(10, 54, 64, 0.45);
}

.hero-copy h1,
.section-copy h2,
.cta-section h2 {
    margin: 0 0 16px;
    font-family: "Fraunces", serif;
    letter-spacing: -0.03em;
    line-height: 0.98;
}

.hero-copy h1 {
    font-size: clamp(2.5rem, 6vw, 5.2rem);
    max-width: 10.5ch;
}

.eyebrow {
    margin: 0 0 12px;
    text-transform: uppercase;
    font-size: 0.74rem;
    letter-spacing: 0.2em;
    color: #7ad8e0;
}

.hero-text,
.section-copy p,
.offer-card li,
.category-card p,
.step-card p,
.cta-section p,
.site-footer,
.price-card p {
    color: var(--muted);
    line-height: 1.62;
}

.hero-actions,
.cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 24px 0;
}

.hero-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.hero-points li::before {
    content: "//";
    display: inline-block;
    width: 26px;
    color: var(--accent);
    font-weight: 700;
}

.video-frame {
    border-radius: 28px;
    overflow: hidden;
    min-height: 480px;
    position: relative;
}

.feature-panel {
    min-height: 480px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        radial-gradient(circle at top right, rgba(255, 193, 69, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(8, 33, 42, 0.42), rgba(5, 18, 24, 0.96)),
        linear-gradient(135deg, rgba(56, 237, 222, 0.08), rgba(255, 138, 31, 0.05));
}

.feature-tag {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: var(--accent);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(10, 54, 64, 0.45);
}

.feature-panel h3 {
    margin: 0 0 12px;
    font-family: "Fraunces", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.feature-panel p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.6;
    max-width: 34ch;
}

.feature-list {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    color: var(--ink);
}

.feature-list li::before {
    content: "//";
    display: inline-block;
    width: 26px;
    color: var(--cta-strong);
    font-weight: 700;
}

.feature-link {
    align-self: flex-start;
    border-radius: 999px;
    padding: 12px 20px;
    color: var(--cta-ink);
    background: linear-gradient(135deg, var(--cta-strong), var(--cta));
    box-shadow: 0 0 30px rgba(255, 145, 36, 0.28);
    font-weight: 700;
}

.feature-link:hover {
    transform: translateY(-2px);
}

.video-frame video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
}

.price-card {
    position: absolute;
    right: -8px;
    bottom: -60px;
    width: min(240px, 70%);
    border-radius: 18px;
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(20, 83, 95, 0.88), rgba(5, 26, 34, 0.92));
}

.price-label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.13em;
    color: #9ae6ef;
}

.price-card strong {
    display: block;
    margin-top: 4px;
    font-family: "Fraunces", serif;
    font-size: 2.2rem;
}

.stats-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 30px 0;
    padding: 24px;
    border-radius: 24px;
}

.stats-band article {
    padding: 10px;
    border-left: 1px solid var(--line-soft);
}

.stats-band article:first-child {
    border-left: 0;
}

.stats-band strong {
    display: block;
    font-family: "Fraunces", serif;
    font-size: 2.2rem;
    color: var(--accent);
}

.section-grid,
.category-section,
.steps-section,
.quote-panel,
.cta-section {
    margin: 30px 0;
}

.section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.section-copy h2,
.cta-section h2 {
    font-size: clamp(2rem, 4.8vw, 3.7rem);
}

.offer-card,
.category-card,
.step-card,
.quote-panel,
.cta-section {
    border-radius: 28px;
    padding: 24px;
}

.offer-card ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

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

.category-card h3,
.step-card h3,
.offer-card h3 {
    margin: 12px 0 10px;
}

.category-card span,
.step-card span {
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.76rem;
}

.quote-panel blockquote {
    margin: 0;
    max-width: 23ch;
    font-size: clamp(1.6rem, 3vw, 2.55rem);
    font-family: "Fraunces", serif;
    line-height: 1.14;
}

.cta-section {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
    margin-bottom: 40px;
}

.site-footer {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 0 0 28px;
    font-size: 0.92rem;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes drift {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(14px, -18px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 980px) {
    .hero-grid,
    .section-grid,
    .stats-band,
    .category-grid,
    .steps-grid,
    .cta-section {
        grid-template-columns: 1fr;
    }

    .site-header,
    .site-nav,
    .site-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .video-frame,
    .video-frame video {
        min-height: 320px;
    }

    .price-card {
        position: static;
        width: 100%;
        margin-top: 12px;
    }

    .stats-band article {
        border-left: 0;
        border-top: 1px solid var(--line-soft);
    }

    .stats-band article:first-child {
        border-top: 0;
    }
}

@media (max-width: 640px) {
    .page-shell {
        width: min(100% - 20px, 1200px);
    }

    .hero-grid,
    .offer-card,
    .category-card,
    .step-card,
    .quote-panel,
    .cta-section {
        border-radius: 18px;
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column;
    }

    .primary-button,
    .secondary-button,
    .nav-cta {
        width: 100%;
        text-align: center;
    }
}
