:root {
    --ink: #f7f8f3;
    --muted: #aeb5bf;
    --night: #090b10;
    --night-soft: #10131a;
    --panel: #151921;
    --line: rgba(255, 255, 255, .12);
    --acid: #ecff38;
    --acid-dark: #d7ec1d;
    --pink: #ff3d8d;
    --blue: #6b7cff;
    --shell: 1180px;
    --radius: 18px;
    --shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--night);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.skip-link {
    position: fixed;
    z-index: 100;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    background: var(--acid);
    color: #090b10;
    transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.offer-bar {
    min-height: 38px;
    padding: 8px 20px;
    text-align: center;
    font-size: .78rem;
    letter-spacing: .04em;
    color: #dfe3e7;
    background: #171a21;
    border-bottom: 1px solid var(--line);
}

.offer-bar strong { color: var(--acid); }
.offer-bar a { margin-left: 10px; font-weight: 800; text-underline-offset: 3px; }
.offer-bar__pulse {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--acid);
    box-shadow: 0 0 0 5px rgba(236,255,56,.1);
}

.site-header {
    position: relative;
    z-index: 10;
    background: rgba(9, 11, 16, .86);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; font-size: 1.28rem; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--acid); }
.brand__mark { height: 24px; display: flex; align-items: center; gap: 3px; }
.brand__mark i { display: block; width: 3px; border-radius: 4px; background: var(--acid); }
.brand__mark i:nth-child(1), .brand__mark i:nth-child(5) { height: 8px; }
.brand__mark i:nth-child(2), .brand__mark i:nth-child(4) { height: 17px; }
.brand__mark i:nth-child(3) { height: 24px; }

.main-nav { display: flex; gap: 28px; }
.main-nav a { color: #c5cad1; text-decoration: none; font-size: .88rem; font-weight: 700; }
.main-nav a:hover { color: var(--ink); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    text-decoration: none;
    font-size: .94rem;
    font-weight: 900;
    line-height: 1.1;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.button--small { min-height: 42px; padding: 0 17px; background: var(--ink); color: #090b10; }
.button--primary { background: var(--acid); color: #090b10; box-shadow: 0 16px 45px rgba(236,255,56,.14); }
.button--primary:hover { background: #f3ff75; box-shadow: 0 18px 55px rgba(236,255,56,.2); }

.hero {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    padding: 90px 0 110px;
    background:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
        var(--night);
    background-size: 54px 54px;
}
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 50px; }
.hero__copy { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #d7dbe0; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--acid); box-shadow: 0 0 18px var(--acid); }
h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 5.7vw, 5rem); line-height: .98; letter-spacing: -.06em; font-weight: 900; }
h1 em { color: var(--acid); font-style: normal; }
.hero__lead { max-width: 620px; margin: 28px 0 0; color: #b8bec7; font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: .9rem; font-weight: 800; }
.play-mini { display: grid; width: 34px; aspect-ratio: 1; place-items: center; padding-left: 2px; border: 1px solid var(--line); border-radius: 50%; color: var(--acid); font-size: .66rem; }
.affiliate-note { max-width: 560px; margin: 17px 0 0; color: #767e88; font-size: .72rem; line-height: 1.45; }
.quick-facts { display: flex; flex-wrap: wrap; gap: 18px; margin: 29px 0 0; padding: 0; list-style: none; color: #d5d8dd; font-size: .8rem; font-weight: 700; }
.quick-facts span { color: var(--acid); }

.hero__visual { position: relative; min-width: 0; }
.hero__image-wrap { position: relative; overflow: hidden; aspect-ratio: 1.22; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: #0c0e13; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-5deg) rotateX(1deg); }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 50%; }
.hero__image-shade { position: absolute; inset: 0; box-shadow: inset 0 0 90px rgba(0,0,0,.32); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 13px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(20,23,30,.86); box-shadow: 0 16px 36px rgba(0,0,0,.32); backdrop-filter: blur(18px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { margin-bottom: 2px; font-size: .8rem; }
.floating-card small { color: #9da4ad; font-size: .68rem; }
.floating-card--top { top: -20px; right: -20px; }
.floating-card--bottom { left: -28px; bottom: 35px; }
.floating-card__icon { display: grid; width: 36px; aspect-ratio: 1; place-items: center; border-radius: 9px; background: var(--acid); color: #080a0e; font-size: 1.5rem; }
.floating-card__score { color: var(--acid); font-weight: 950; font-size: 1.65rem; line-height: 1; }
.floating-card__score small { display: inline; color: inherit; font-size: .75rem; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .17; pointer-events: none; }
.hero__glow--one { right: 7%; top: 14%; width: 420px; height: 420px; background: var(--pink); }
.hero__glow--two { left: 31%; bottom: -180px; width: 500px; height: 340px; background: var(--blue); }

.menu-toggle, .mobile-nav { display: none; }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
h2 { margin: 0; font-size: clamp(2.35rem, 4.6vw, 4rem); line-height: 1.04; letter-spacing: -.052em; font-weight: 900; }
h3 { margin: 0; font-size: 1.45rem; line-height: 1.2; letter-spacing: -.025em; }
.section-heading > p:last-child, .split-heading > div > p, .workflow-copy > p { color: var(--muted); }
.section-heading > p:last-child { max-width: 640px; margin: 22px 0 0; }
.section-heading--center > p:last-child { margin-inline: auto; }
.source-note { padding-left: 16px; border-left: 2px solid var(--acid); font-size: .8rem; }

.credibility-strip { border-block: 1px solid var(--line); background: #0c0f15; }
.credibility-strip__inner { min-height: 116px; display: grid; grid-template-columns: 1fr 1px 1fr 1px 1.25fr; align-items: center; gap: 34px; }
.credibility-strip__inner > div { width: 1px; height: 38px; background: var(--line); }
.credibility-strip p { margin: 0; }
.credibility-strip strong, .credibility-strip span { display: block; }
.credibility-strip strong { color: var(--acid); font-size: .95rem; letter-spacing: .01em; }
.credibility-strip span { margin-top: 2px; color: #8f97a1; font-size: .74rem; }

.video-section { background: #f2f0e9; color: #11141a; }
.video-section .eyebrow { color: #4e535d; }
.video-section .eyebrow span { background: #171a21; box-shadow: none; }
.video-section .section-heading > p:last-child { color: #5f646d; }
.video-shell { position: relative; max-width: 1030px; margin-inline: auto; border: 1px solid #d2d0c9; border-radius: 20px; background: #151820; box-shadow: 0 28px 80px rgba(11,13,18,.22); }
.video-stage { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 19px 19px 0 0; background: #0d1016; }
.video-stage > img { width: 100%; height: 100%; object-fit: cover; }
.video-stage > iframe, .video-stage > video { width: 100%; height: 100%; border: 0; background: #050608; }
.video-stage__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,5,8,.83), rgba(3,5,8,.18) 58%, rgba(3,5,8,.38)); }
.video-play { position: absolute; z-index: 2; top: 50%; left: 8%; display: flex; align-items: center; gap: 18px; padding: 0; border: 0; background: transparent; color: white; text-align: left; cursor: pointer; transform: translateY(-50%); }
.video-play__icon { display: grid; width: 74px; aspect-ratio: 1; place-items: center; padding-left: 5px; border-radius: 50%; background: var(--acid); color: #080a0e; box-shadow: 0 0 0 10px rgba(236,255,56,.12), 0 18px 36px rgba(0,0,0,.38); transition: transform .2s ease; }
.video-play:hover .video-play__icon { transform: scale(1.06); }
.video-play strong, .video-play small { display: block; }
.video-play strong { font-size: 1.15rem; }
.video-play small { margin-top: 5px; color: #bcc1c8; font-size: .76rem; }
.video-placeholder-message { position: absolute; z-index: 4; left: 50%; bottom: 26px; width: min(90%, 560px); margin: 0; padding: 12px 16px; border: 1px solid rgba(236,255,56,.42); border-radius: 7px; background: rgba(9,11,16,.94); color: #f4f6ef; font-size: .8rem; text-align: center; transform: translateX(-50%); }
.video-cta { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 24px; min-width: 235px; padding: 12px 15px; border-radius: 9px; background: var(--acid); color: #0a0c10; text-decoration: none; box-shadow: 0 14px 36px rgba(0,0,0,.3); }
.video-cta small, .video-cta strong { display: block; }
.video-cta small { font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.video-cta strong { font-size: .82rem; }
.video-cta > span:last-child { margin-left: auto; font-size: 1.15rem; }
.video-chapters { min-height: 70px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; padding: 0 25px; color: #68707b; }
.video-chapters span { display: flex; align-items: center; gap: 9px; font-size: .65rem; }
.video-chapters strong { color: #d6d9dd; font-size: .68rem; }
.video-after-cta { max-width: 1030px; display: flex; align-items: center; justify-content: space-between; gap: 34px; margin: 24px auto 0; padding: 22px 24px 22px 28px; border: 1px solid #d2d0c9; border-radius: 12px; background: #fff; }
.video-after-cta p { max-width: 540px; margin: 0; color: #4f555e; font-size: .88rem; }
.video-after-cta p strong { color: #11141a; }

.problem-section { background: #0b0e13; }
.split-heading { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 90px; }
.split-heading > div > p { margin: 0 0 18px; }
.comparison { overflow: hidden; margin-top: 64px; border: 1px solid var(--line); border-radius: 16px; background: #11141a; }
.comparison__head, .comparison__row { display: grid; grid-template-columns: 1fr 1fr; }
.comparison__head span, .comparison__row span { padding: 20px 26px; }
.comparison__head { background: #181c24; color: #f4f5f1; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.comparison__head span:last-child { color: var(--acid); }
.comparison__row { border-top: 1px solid var(--line); color: #9da4ae; font-size: .9rem; }
.comparison__row span:first-child { border-right: 1px solid var(--line); }
.comparison__row span:last-child { color: #e1e4e6; }
.comparison__row i { display: inline-grid; width: 24px; aspect-ratio: 1; place-items: center; margin-right: 10px; border-radius: 50%; background: rgba(255,255,255,.06); color: #747c86; font-style: normal; font-weight: 900; }
.comparison__row span:last-child i { background: rgba(236,255,56,.09); color: var(--acid); }

.benefits-section { background: #10131a; }
.feature--wide { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 540px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #161a22; }
.feature__copy { position: relative; z-index: 2; padding: 58px 50px; }
.feature__number { display: inline-grid; width: 42px; aspect-ratio: 1; place-items: center; margin-bottom: 54px; border: 1px solid rgba(236,255,56,.38); border-radius: 50%; color: var(--acid); font-size: .7rem; font-weight: 900; }
.feature__kicker { margin: 0 0 8px; color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.feature__copy > p:not(.feature__kicker) { color: var(--muted); }
.check-list { display: grid; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; color: #d5d9de; font-size: .82rem; }
.check-list li { position: relative; padding-left: 21px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--acid); font-weight: 900; }
.feature__media { position: relative; min-width: 0; background: #0e1117; }
.feature__media::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 28%; background: linear-gradient(90deg, #161a22, transparent); }
.feature__media img { width: 100%; height: 100%; object-fit: cover; object-position: 46% 50%; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.feature-card { min-height: 360px; padding: 34px; border: 1px solid var(--line); border-radius: 17px; background: #151921; }
.feature-card--accent { background: var(--acid); color: #0c0f13; }
.feature-card--accent .feature__kicker, .feature-card--accent p { color: #353a2b; }
.feature-card__icon { display: grid; width: 50px; aspect-ratio: 1; place-items: center; margin-bottom: 78px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035); color: var(--acid); font-size: 1.4rem; }
.feature-card--accent .feature-card__icon { border-color: rgba(0,0,0,.15); background: rgba(0,0,0,.07); color: #0b0d0c; }
.feature-card p:last-child { color: var(--muted); font-size: .84rem; }

.workflow-section { background: #f2f0e9; color: #11141a; }
.workflow-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 72px; }
.workflow-visual { position: relative; overflow: hidden; min-height: 520px; border-radius: 20px; background: #526e75; }
.workflow-visual img { position: absolute; left: 0; top: 50%; width: 100%; height: auto; transform: translateY(-50%); }
.workflow-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 90px rgba(0,0,0,.2); }
.workflow-wave { position: absolute; z-index: 2; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 5px; height: 50px; padding: 0 16px; border-radius: 8px; background: rgba(9,11,16,.82); backdrop-filter: blur(12px); }
.workflow-wave i { width: 3px; height: 22%; border-radius: 5px; background: var(--acid); animation: wave 1.1s ease-in-out infinite alternate; }
.workflow-wave i:nth-child(2n) { height: 74%; animation-delay: -.4s; }
.workflow-wave i:nth-child(3n) { height: 46%; animation-delay: -.7s; }
.workflow-copy .eyebrow { color: #50565f; }
.workflow-copy .eyebrow span { background: #11141a; box-shadow: none; }
.steps { display: grid; gap: 0; margin: 42px 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid #d2d0c9; }
.steps li:last-child { border-bottom: 1px solid #d2d0c9; }
.steps li > span { color: #747a82; font-size: .68rem; font-weight: 900; }
.steps strong { display: block; }
.steps p { margin: 5px 0 0; color: #666c74; font-size: .82rem; }
.button--outline { border-color: #353a43; color: inherit; }
.button--outline:hover { background: rgba(255,255,255,.06); }
.workflow-section .button--outline { border-color: #a5a49f; }
.workflow-section .button--outline:hover { background: white; }

.audience-section { background: #0a0c11; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list article { display: grid; grid-template-columns: 70px .65fr 1fr; align-items: center; gap: 40px; min-height: 122px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.audience-list article:hover { padding-inline: 18px; background: rgba(255,255,255,.025); }
.audience-list article > span { color: #68707a; font-size: .7rem; }
.audience-list article p { color: var(--muted); font-size: .86rem; }

.testimonials-section { background: #10131a; }
.draft-warning { padding: 14px 16px; border-left: 3px solid #ffb943; background: rgba(255,185,67,.07); color: #c8cdd3 !important; font-size: .76rem; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.testimonial { margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: 17px; background: #151921; }
.testimonial__top { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 15px; }
.testimonial__top img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; filter: grayscale(.15); }
.testimonial__top figcaption strong, .testimonial__top figcaption span { display: block; }
.testimonial__top figcaption strong { font-size: .9rem; }
.testimonial__top figcaption span { color: #8d959f; font-size: .7rem; }
.draft-badge { padding: 5px 8px; border: 1px solid rgba(255,185,67,.4); border-radius: 4px; color: #ffca72; font-size: .56rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.testimonial blockquote { margin: 30px 0 0; color: #d8dce0; font-size: 1.08rem; line-height: 1.65; }

.offer-section { padding-block: 80px; background: #10131a; }
.offer-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .54fr; align-items: center; gap: 70px; padding: 62px; border-radius: 22px; background: #566f75; }
.offer-card::after { content: ""; position: absolute; right: -130px; top: -160px; width: 430px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.03); }
.offer-card__copy, .offer-card__action { position: relative; z-index: 2; }
.offer-card h2 em { color: var(--acid); font-style: normal; }
.offer-card__copy > p:not(.eyebrow) { max-width: 590px; color: #e0e5e5; }
.offer-card__action { display: flex; align-items: center; flex-direction: column; }
.discount-seal { display: flex; align-items: center; gap: 8px; margin-bottom: 25px; color: var(--acid); }
.discount-seal strong { font-size: 5rem; line-height: .8; letter-spacing: -.08em; }
.discount-seal span { font-size: .7rem; font-weight: 900; line-height: 1.2; letter-spacing: .08em; }
.offer-card__action small { margin-top: 11px; color: rgba(255,255,255,.7); font-size: .62rem; text-align: center; }

.faq-section { background: #f2f0e9; color: #11141a; }
.faq-grid { display: grid; grid-template-columns: .72fr 1fr; align-items: start; gap: 90px; }
.faq-intro { position: sticky; top: 35px; }
.faq-intro .eyebrow { color: #555b64; }
.faq-intro .eyebrow span { background: #11141a; box-shadow: none; }
.faq-intro > p:not(.eyebrow) { color: #676d75; }
.faq-intro .button { margin-top: 20px; }
.faq-list { border-top: 1px solid #cbc9c2; }
.faq-list details { border-bottom: 1px solid #cbc9c2; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font-size: .94rem; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; display: grid; width: 27px; aspect-ratio: 1; place-items: center; border: 1px solid #aaa9a4; border-radius: 50%; font-size: 1rem; transition: transform .2s ease, background .2s ease; }
.faq-list details[open] summary span { background: var(--acid); border-color: var(--acid); transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -5px 50px 24px 0; color: #626871; font-size: .85rem; }

.final-cta { position: relative; overflow: hidden; padding: 120px 0; background: #080a0e; text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 110%, rgba(107,124,255,.25), transparent 48%); }
.final-cta__inner { position: relative; z-index: 2; }
.final-cta__label { display: block; margin-bottom: 20px; color: var(--acid); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.final-cta p { color: var(--muted); }
.final-cta .button { margin-top: 18px; }
.final-cta small { display: block; margin-top: 13px; color: #686f79; font-size: .64rem; }

.site-footer { padding-top: 66px; background: #11141a; border-top: 1px solid var(--line); }
.site-footer__top { display: grid; grid-template-columns: 1.3fr .6fr .6fr; gap: 90px; padding-bottom: 45px; }
.site-footer__top > div:first-child > p { max-width: 430px; color: #858d97; font-size: .8rem; }
.site-footer__links { display: grid; align-content: start; gap: 9px; }
.site-footer__links strong { margin-bottom: 7px; color: #f0f2ed; font-size: .75rem; }
.site-footer__links a { color: #858d97; font-size: .76rem; text-decoration: none; }
.site-footer__links a:hover { color: var(--acid); }
.affiliate-disclosure { padding: 22px 0; border-block: 1px solid var(--line); color: #747c86; font-size: .68rem; }
.affiliate-disclosure strong { color: #aeb4bd; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 34px; color: #6b737d; font-size: .66rem; }

.sticky-offer { position: fixed; z-index: 50; left: 50%; bottom: 18px; width: min(calc(100% - 36px), 820px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 19px; padding: 12px 12px 12px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(20,23,30,.94); box-shadow: 0 22px 65px rgba(0,0,0,.5); backdrop-filter: blur(18px); transform: translateX(-50%); animation: sticky-in .35s ease both; }
.sticky-offer[hidden] { display: none; }
.sticky-offer__close { position: absolute; top: -10px; right: -9px; display: grid; width: 24px; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #242933; color: #d8dce0; cursor: pointer; }
.sticky-offer__discount { display: flex; align-items: center; gap: 7px; color: var(--acid); }
.sticky-offer__discount strong { font-size: 1.55rem; line-height: 1; }
.sticky-offer__discount span { font-size: .55rem; font-weight: 900; line-height: 1.05; letter-spacing: .05em; }
.sticky-offer__copy strong, .sticky-offer__copy span { display: block; }
.sticky-offer__copy strong { font-size: .78rem; }
.sticky-offer__copy span { color: #89919b; font-size: .64rem; }
.sticky-offer .button { min-height: 42px; font-size: .78rem; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes wave { from { transform: scaleY(.65); } to { transform: scaleY(1.5); } }
@keyframes sticky-in { from { opacity: 0; transform: translate(-50%, 18px); } to { opacity: 1; transform: translate(-50%, 0); } }

@media (max-width: 920px) {
    .main-nav { display: none; }
    .site-header .button--small { margin-left: auto; }
    .menu-toggle { display: flex; width: 42px; aspect-ratio: 1; align-items: center; justify-content: center; flex-direction: column; gap: 6px; border: 1px solid var(--line); border-radius: 8px; background: transparent; }
    .menu-toggle span { width: 18px; height: 2px; background: var(--ink); transition: transform .2s ease; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .mobile-nav { position: absolute; top: 100%; left: 0; width: 100%; padding: 12px 20px 20px; background: rgba(13,15,21,.98); border-bottom: 1px solid var(--line); }
    .mobile-nav:not([hidden]) { display: grid; }
    .mobile-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); color: #dfe2e5; text-decoration: none; font-weight: 800; }
    .mobile-nav a:last-child { margin-top: 10px; padding: 14px; border: 0; border-radius: 7px; background: var(--acid); color: #090b10; text-align: center; }
    .hero { padding-top: 70px; }
    .hero__grid { grid-template-columns: 1fr; gap: 68px; }
    .hero__copy { text-align: center; }
    .eyebrow, .hero__actions, .quick-facts { justify-content: center; }
    .hero__lead, .affiliate-note { margin-inline: auto; }
    .hero__visual { width: min(100%, 680px); margin-inline: auto; }
    .credibility-strip__inner { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .credibility-strip__inner > div { display: none; }
    .video-after-cta { align-items: stretch; flex-direction: column; }
    .split-heading { grid-template-columns: 1fr; gap: 30px; }
    .feature--wide { grid-template-columns: 1fr; }
    .feature__media { min-height: 420px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: auto; }
    .feature-card__icon { margin-bottom: 45px; }
    .workflow-grid { grid-template-columns: 1fr; }
    .workflow-visual { min-height: 450px; }
    .faq-grid { grid-template-columns: 1fr; gap: 50px; }
    .faq-intro { position: static; }
    .offer-card { grid-template-columns: 1fr; text-align: center; }
    .offer-card .eyebrow, .offer-card .quick-facts { justify-content: center; }
    .site-footer__top { grid-template-columns: 1fr 1fr; gap: 45px; }
    .site-footer__top > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .shell { width: min(calc(100% - 30px), var(--shell)); }
    .offer-bar { padding-inline: 12px; font-size: .69rem; }
    .offer-bar a { display: none; }
    .site-header__inner { min-height: 66px; }
    .site-header .button--small { display: none; }
    .hero { min-height: auto; padding: 58px 0 86px; }
    h1 { font-size: clamp(2.65rem, 13.8vw, 4rem); }
    .hero__lead { font-size: .98rem; }
    .hero__actions { align-items: stretch; flex-direction: column; gap: 18px; }
    .text-link { justify-content: center; }
    .quick-facts { gap: 10px 15px; }
    .hero__image-wrap { border-radius: 17px; transform: none; }
    .floating-card--top { top: -25px; right: 8px; }
    .floating-card--bottom { left: 8px; bottom: 16px; }
    .floating-card small { display: none; }
    .section { padding: 78px 0; }
    h2 { font-size: clamp(2.15rem, 11vw, 3.25rem); }
    .section-heading { margin-bottom: 38px; }
    .credibility-strip__inner { display: flex; min-height: 0; align-items: stretch; flex-direction: column; gap: 0; padding-block: 13px; }
    .credibility-strip p { padding: 12px 0; border-bottom: 1px solid var(--line); text-align: center; }
    .credibility-strip p:last-child { border: 0; }
    .video-shell { border-radius: 12px; }
    .video-stage { border-radius: 11px 11px 0 0; }
    .video-play { left: 50%; align-items: center; flex-direction: column; width: 90%; text-align: center; transform: translate(-50%, -50%); }
    .video-play__icon { width: 58px; }
    .video-cta { left: 10px; right: 10px; bottom: 10px; min-width: 0; }
    .video-play small { display: none; }
    .video-chapters { grid-template-columns: 1fr 1fr; gap: 13px; padding: 18px; }
    .video-after-cta { padding: 19px; }
    .video-after-cta .button { width: 100%; }
    .comparison { border-radius: 10px; }
    .comparison__head span, .comparison__row span { padding: 16px 12px; }
    .comparison__head { font-size: .58rem; }
    .comparison__row { font-size: .72rem; }
    .comparison__row i { display: none; }
    .feature__copy { padding: 34px 26px; }
    .feature__number { margin-bottom: 35px; }
    .feature__media { min-height: 300px; }
    .feature-grid { gap: 12px; margin-top: 12px; }
    .feature-card { padding: 28px; }
    .workflow-grid { gap: 42px; }
    .workflow-visual { min-height: 330px; }
    .workflow-visual img { width: 130%; max-width: none; left: -15%; }
    .audience-list article { grid-template-columns: 42px 1fr; gap: 12px; padding: 22px 0; }
    .audience-list article p { grid-column: 2; margin: 0; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .testimonial { padding: 25px; }
    .testimonial__top { grid-template-columns: 54px 1fr; }
    .testimonial__top img { width: 54px; height: 54px; }
    .draft-badge { grid-column: 1 / -1; justify-self: start; }
    .testimonial blockquote { font-size: .96rem; }
    .offer-section { padding-block: 55px; }
    .offer-card { gap: 40px; padding: 44px 23px; }
    .discount-seal strong { font-size: 4.2rem; }
    .faq-list summary { font-size: .85rem; }
    .final-cta { padding: 90px 0; }
    .site-footer__top { grid-template-columns: 1fr; }
    .site-footer__top > div:first-child { grid-column: auto; }
    .affiliate-disclosure { padding-inline: 0; }
    .site-footer__bottom { flex-direction: column; }
    .sticky-offer { bottom: 8px; width: calc(100% - 16px); grid-template-columns: 1fr auto; gap: 10px; padding: 9px 9px 9px 13px; border-radius: 11px; }
    .sticky-offer__discount { display: none; }
    .sticky-offer__copy strong { font-size: .7rem; }
    .sticky-offer__copy span { font-size: .57rem; }
    .sticky-offer .button { min-height: 39px; padding-inline: 13px; font-size: .69rem; }
    body.sticky-offer-visible { padding-bottom: 76px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .js .reveal { opacity: 1; transform: none; }
}

/* Rechtliche Unterseiten */
.legal-page { background: #f2f0e9; color: #17191e; }
.legal-page .site-header { background: #0c0f14; }
.legal-back { color: #c9ced4; font-size: .78rem; font-weight: 800; text-decoration: none; }
.legal-back:hover { color: var(--acid); }
.legal-main { padding: 92px 0 120px; }
.legal-layout { display: grid; grid-template-columns: 290px minmax(0, 720px); justify-content: space-between; gap: 80px; }
.legal-sidebar { position: sticky; top: 35px; align-self: start; }
.legal-sidebar h1 { margin: 8px 0 12px; color: #111318; font-size: clamp(2.8rem, 6vw, 4.8rem); }
.legal-sidebar p { color: #747982; font-size: .74rem; }
.legal-kicker { color: #687079; font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.legal-content { min-width: 0; }
.legal-content section { padding: 30px 0; border-bottom: 1px solid #cfcdc5; }
.legal-content h2 { margin-bottom: 14px; font-size: 1.24rem; letter-spacing: -.025em; }
.legal-content p, .legal-content address { color: #5d636b; font-size: .86rem; font-style: normal; }
.legal-content mark { padding: 1px 4px; background: #fff1a8; color: #393421; }
.placeholder-alert { margin-bottom: 24px; padding: 22px; border: 1px solid #d4ba43; border-radius: 9px; background: #fff6c9; }
.placeholder-alert strong { display: block; color: #342f1b; }
.placeholder-alert p { margin: 7px 0 0; color: #645b32; }
.legal-footer { background: #10131a; color: #8b929c; }
.legal-footer > div { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .72rem; }
.legal-footer nav { display: flex; gap: 22px; }
.legal-footer a { text-decoration: none; }
.legal-footer a:hover { color: var(--acid); }

@media (max-width: 800px) {
    .legal-main { padding: 65px 0 90px; }
    .legal-layout { grid-template-columns: 1fr; gap: 35px; }
    .legal-sidebar { position: static; }
}

@media (max-width: 600px) {
    .legal-page .site-header__inner { min-height: 66px; }
    .legal-sidebar h1 { font-size: 2.8rem; }
    .legal-footer > div { align-items: flex-start; flex-direction: column; padding-block: 24px; }
}
