﻿@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap");

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

:root {
    --dp-gold: #ff9124;
    --dp-white: #f6f6f6;
    --dp-gray: #e5e5e5;
    --dp-light-blue: #252e40;
    --dp-orange: #ed552b;
    --dp-dark-blue: #1a242c;

    --dp-text: var(--dp-white);
    --dp-text-muted: var(--dp-gray);
    --dp-surface: rgba(37, 46, 64, 0.9);
    --dp-surface-strong: rgba(26, 36, 44, 0.95);
    --dp-border: rgba(246, 246, 246, 0.14);
    --dp-shadow: 0 20px 50px rgba(0, 0, 0, 0.36);


    --vstx-card-bg: linear-gradient(180deg, rgb(36 49 59), rgb(26 36 44));
    --vstx-border: rgba(141, 165, 202, 0.24);
    --vstx-text-main: var(--dp-white);
    --vstx-text-muted: #d4dcef;
    --vstx-text-subtle: #b5c0d8;
    --vstx-accent: var(--dp-orange);
    --vstx-value-green: #2ECC71;
    --vstx-value-green-soft: #27a25d;
    --vstx-value-green-outline: #238f52;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    /* 20px rem base — all rem values scale proportionally.
       Steps down on smaller screens to keep layouts comfortable. */
    font-size: 20px;
    overflow-x: hidden; /* Cross-browser fallback: prevent horizontal page widening on mobile */
}

@supports (overflow: clip) {
    html {
        overflow-x: clip;
    }
}

body {
    overflow-x: hidden;
}

@supports (overflow: clip) {
    body {
        overflow-x: clip;
    }
}

@media (max-width: 900px) {
    html { font-size: 18px; }
}

@media (max-width: 600px) {
    html { font-size: 16px; }
    body.dp-theme h2 { font-size: 1.87rem; }
}

body.dp-theme {
    min-height: 100vh;
    color: var(--dp-text);
    background: var(--dp-dark-blue);
    font-family: "Muli", "Mulish", "Segoe UI", Arial, sans-serif;
    font-size: clamp(18px, calc(14px + 1.2vw), 24px);
    font-weight: 400;
    line-height: 1.6;
    position: relative;
}

body.dp-theme h1,
body.dp-theme h2,
body.dp-theme h3,
body.dp-theme h4,
body.dp-theme h5,
body.dp-theme h6 {
    margin: 0 0 0.55em;
    color: var(--dp-white);
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0.02em;
    /*text-transform: uppercase;*/
}

body.dp-theme h1 {
    font-size: 2.1rem;
}

body.dp-theme h2 {
    font-size: 2.34rem;
}

body.dp-theme p,
body.dp-theme li,
body.dp-theme label,
body.dp-theme small {
    color: var(--dp-text-muted);
}

body.dp-theme p {
    font-family: "Muli", "Mulish", "Segoe UI", Arial, sans-serif;
    font-size: clamp(18px, calc(14px + 1.2vw), 24px);
    font-weight: 400;
    line-height: 1.6;
}

body.dp-theme a {
    color: var(--dp-gold);
}

.dp-page-shell {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

.dp-center-stage {
    display: grid;
    place-items: center;
}

.dp-surface-card {
    background: var(--dp-surface-strong);
    border: 1px solid var(--dp-border);
    border-radius: 22px;
    box-shadow: var(--dp-shadow);
}

.dp-pill-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 145, 36, 0.18);
    color: var(--dp-gold);
    border: 1px solid rgba(255, 145, 36, 0.4);
}

body.dp-bg-radial {
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 145, 36, 0.28), transparent 28%),
        radial-gradient(circle at 86% 84%, rgba(237, 85, 43, 0.24), transparent 30%),
        linear-gradient(145deg, #111823 0%, var(--dp-dark-blue) 48%, var(--dp-light-blue) 100%);
}

body.dp-bg-grid {
    background-color: #121a23;
    background-image:
        linear-gradient(rgba(246, 246, 246, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 246, 246, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 15% 10%, rgba(255, 145, 36, 0.24), transparent 28%),
        radial-gradient(circle at 85% 82%, rgba(237, 85, 43, 0.2), transparent 34%);
    background-size: 32px 32px, 32px 32px, auto, auto;
}

body.dp-bg-spotlight {
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 145, 36, 0.34), transparent 42%),
        linear-gradient(170deg, #11161d 0%, var(--dp-dark-blue) 52%, #151f2a 100%);
}

body.dp-bg-split {
    background:
        linear-gradient(115deg, rgba(37, 46, 64, 0.96) 0%, rgba(26, 36, 44, 0.97) 55%, rgba(17, 26, 36, 0.98) 100%);
}

@media (max-width: 820px) {
    .dp-page-shell {
        width: min(100%, calc(100% - 28px));
    }
}


/* ============================================================
   GLOBAL OVERRIDES
   Platform-level tweaks for forms, buttons, and typography.
   ============================================================ */

/* Default line height for H1s */
h1 {
    line-height: 1.3em;
}

/* Reserve space before media loads */
img,
iframe {
    aspect-ratio: attr(width) / attr(height);
}

/* Header height */
.header__wrap {
    height: 103px;
}

/* Force form labels to use white */
.form-group label {
    color: var(--dp-white) !important;
}

/* Remove shadow from buttons, increase padding */
.btn {
    padding: 12px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Increase medium button font size */
.btn--medium {
    font-size: 24px;
}

/* Increase link list font size */
.link-list__link {
    font-size: 18px;
}

/* Rounded, padded form inputs */
.form-control {
    border-radius: 30px;
    padding-left: 24px;
    padding-right: 24px;
}

/* Blog post title size on desktop */
@media (min-width: 768px) {
    h1.blog-post-body__title {
        font-size: 58px !important;
    }
}

/* Pull podcast intro behind transparent header */
.podcast-intro {
    margin-top: -80px !important;
    padding-top: 80px !important;
}

/* Pull coaching hero behind transparent header */
.coaching-programs__container {
    margin-top: -94px !important;
}

.coaching-programs__header {
    padding-top: 94px !important;
}

/* Hide announcement bar */
.announcement {
    display: none !important;
}


/* ============================================================
   MEDIA PLAYER — WISTIA OVERRIDES
   Hides unmute buttons on all video players, and additionally
   hides the full Wistia bar on small "game gif" sized players.
   ============================================================ */

.click-for-sound-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.block-type--video.col-4 .click-for-sound-btn,
.block-type--video.col-4 .w-bottom-bar-right,
.block-type--video.col-4 .w-bottom-bar-middle,
.block-type--video.col-4 .w-bottom-bar-lower {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* ============================================================
   SECTION LAYOUT
   Base padding and light/dark section backgrounds.
   ============================================================ */

section {
    padding: 80px 20px;
}

/* Non-marquee sections auto-center content at 1160px max.
   50vw - 580px = symmetric padding that reaches max-width at 1160px viewport,
   falling back gracefully to 20px on small screens. */

 
section:not(.marquee) {
    padding-left: max(20px, calc(50vw - 580px));
    padding-right: max(20px, calc(50vw - 580px));
}

/* .dp-page-shell is a no-op inside a section — centering is handled by the section */
section > .dp-page-shell {
    width: 100%;
    max-width: none;
    margin: 0;
}

.section-light {
    background-color: var(--dp-light-blue);
    background-image:
        linear-gradient(rgba(246, 246, 246, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 246, 246, 0.02) 1px, transparent 1px),
        radial-gradient(120% 120% at 10% 0%, rgba(255, 145, 36, 0.08), transparent 45%),
        radial-gradient(120% 120% at 90% 100%, rgba(237, 85, 43, 0.06), transparent 48%),
        linear-gradient(180deg, #2a3447 0%, var(--dp-light-blue) 100%);
    background-size: 56px 56px, 56px 56px, auto, auto, auto;
    background-position: 0 0, 0 0, center, center, center;
}

.section-dark {
    background-color: var(--dp-dark-blue);
    background-image:
        linear-gradient(rgba(246, 246, 246, 0.017) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 246, 246, 0.013) 1px, transparent 1px),
        radial-gradient(130% 130% at 8% 8%, rgba(255, 145, 36, 0.06), transparent 46%),
        radial-gradient(130% 130% at 92% 92%, rgba(237, 85, 43, 0.05), transparent 50%),
        linear-gradient(180deg, #1c2833 0%, var(--dp-dark-blue) 100%);
    background-size: 78px 78px, 78px 78px, auto, auto, auto;
    background-position: 14px 10px, 14px 10px, center, center, center;
}

.section-grid {
    background-color: #121a23;
    background-image: linear-gradient(rgba(246, 246, 246, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 246, 246, 0.08) 1px, transparent 1px), radial-gradient(circle at 15% 10%, rgba(255, 145, 36, 0.24), transparent 28%), radial-gradient(circle at 85% 82%, rgba(237, 85, 43, 0.2), transparent 34%);
    background-size: 64px 64px, 64px 64px, cover, cover;
    background-attachment: fixed;
}

.section-grid-alt {
    background-color: #121a23;
    background-image: linear-gradient(rgba(246, 246, 246, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 246, 246, 0.08) 1px, transparent 1px);
    background-size: 64px 64px, 64px 64px, cover, cover;
    background-attachment: fixed;

}

.section-image {
    background-image: url("https://dev-pods-public-us.s3.us-east-1.amazonaws.com/landing-page/images/bg-games.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
    .section-grid,
    .section-grid-alt,
    .section-image {
        background-attachment: scroll;
    }
}

/* ============================================================
   COMPONENT — SPLIT CONTENT ROW
   Reusable 2-column image/text layout with reverse modifier.
   On smaller screens, image stacks above text.
   ============================================================ */

.dp-split-stack {
    width: min(1160px, 100%);
    margin-inline: auto;
    display: grid;
    gap: clamp(32px, 5vw, 72px);
}

.dp-split {
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
}

.dp-split--reverse .dp-split__media {
    order: 2;
}

.dp-split--reverse .dp-split__media img {
    margin-left: auto;
}

.dp-split--reverse .dp-split__content {
    order: 1;
}

.dp-split__media {
    width: 100%;
}

.dp-split__media img {
    width: 80%;
    height: auto;
    object-fit: cover;
    display: block;
    /*
    aspect-ratio: 4 / 3;
    border-radius: 24px;
    border: 1px solid var(--dp-border);
    box-shadow: var(--dp-shadow);
    */
}

.dp-split__content {
    width: 100%;
    max-width: 700px;
}

.dp-split__eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dp-gold);
}

.dp-split__title {
    margin: 0 0 14px;
    font-size: clamp(1.65rem, calc(1.05rem + 2.6vw), 3.1rem);
    line-height: 1.1;
}

.dp-split__copy {
    margin: 0 0 18px;
    max-width: 46ch;
    color: var(--dp-text-muted);
}

.dp-split__list {
    margin-top: 10px !important;
}

.dp-split__list li {
    color: var(--dp-white);
    font-weight: 600;
}

.dp-split-arrow {
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.95;
    padding: 55px 0px;
    /*
    width: 100%;
    height: clamp(88px, 12vw, 160px);
    background-size: min(1040px, 96%) auto;
    */
}

.dp-split-arrow--right {
    background-image: url("https://dev-pods-public-us.s3.us-east-1.amazonaws.com/landing-page/images/sectionalArrowRight-thin-gradient.png");
}

.dp-split-arrow--left {
    background-image: url("https://dev-pods-public-us.s3.us-east-1.amazonaws.com/landing-page/images/sectionalArrowLeft-thin-gradient.png");
}

@media (max-width: 900px) {
    #process .dp-split-stack {
        gap: clamp(80px, 16vw, 112px);
    }

    .dp-split__title {
        text-align: center;
    }

    .dp-split__eyebrow {
        display: block;
        width: fit-content;
        margin: 0 auto 12px;
        text-align: center;
    }

    .dp-split__copy--repeat {
        font-size: 1.2em;
    }

    .dp-split {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dp-split--reverse .dp-split__media,
    .dp-split--reverse .dp-split__content {
        order: initial;
    }

    .dp-split__media {
        order: -1;
        display: flex;
        justify-content: center;
    }

    .dp-split__media img {
        margin-inline: auto;
    }

    .dp-split-arrow {
        display: none;
    }
}

/* ============================================================
   UTILITY — SPACER
   Drop <div class="dp-spacer"></div> between blocks for vertical space.
   ============================================================ */

.dp-spacer {
    --dp-spacer-size: clamp(20px, 4vw, 48px);
    width: 100%;
    height: var(--dp-spacer-size);
    flex: 0 0 auto;
}

.dp-spacer--xs { --dp-spacer-size: 12px; }
.dp-spacer--sm { --dp-spacer-size: 24px; }
.dp-spacer--md { --dp-spacer-size: 40px; }
.dp-spacer--lg { --dp-spacer-size: 64px; }
.dp-spacer--xl { --dp-spacer-size: 96px; }

/* Utilities: conditional line breaks */
br.br-mobile {
    display: none;
}

@media (max-width: 900px) {
    br.br-desktop {
        display: none;
    }

    br.br-mobile {
        display: inline;
    }
}

/* ============================================================
   UTILITY — SENTANCE CALLOUT
   ============================================================ */

.sentance-callout {
    margin: 0;
    text-align: center;
    font-size: 1.6rem !important;
    line-height: 1.1em;
}

.sentance-callout__chunk {
    display: inline;
}

.sentance-callout__underline {
    text-decoration: underline;
}

.sentance-callout__emoji {
    font-size: 3em;
}

@media (max-width: 680px) {
    .sentance-callout {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        gap: 0;
        font-size: clamp(1rem, 5.4vw, 1.4rem) !important;
        line-height: 1.2;
    }

    .sentance-callout__chunk {
        white-space: nowrap;
    }

    .sentance-callout__emoji {
        font-size: clamp(1.8em, 5.6vw, 2.5em);
        line-height: 0.9;
        vertical-align: -0.14em;
    }
}


/* ============================================================
   BREADCRUMBS & QUIZ WIDGET
   ============================================================ */

.breadcrumbs__crumb a {
    text-decoration: underline !important;
}

.breadcrumbs__crumb a:hover {
    text-decoration: none !important;
}

.quiz-widget-title {
    color: var(--dp-orange) !important;
}


/* ============================================================
   UTILITY — CUSTOM BULLET LISTS
   Arrow-style bullets in multiple accent colours.
   Usage: <ul class="bullet-arrow"> or bullet-arrow-pink etc.
   ============================================================ */

.bullet-arrow,
.bullet-arrow-pink,
.bullet-arrow-yellow,
.bullet-arrow-green,
.bullet-arrow-blue {
    list-style-type: none;
}

.bullet-arrow li,
.bullet-arrow-pink li,
.bullet-arrow-yellow li,
.bullet-arrow-green li,
.bullet-arrow-blue li {
    list-style-type: none;
    position: relative;
    padding-left: 6px;
}

.bullet-arrow li::before,
.bullet-arrow-pink li::before,
.bullet-arrow-yellow li::before,
.bullet-arrow-green li::before,
.bullet-arrow-blue li::before {
    content: '\2771 \2771';
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: -20px;
}

.bullet-arrow li::before       { color: #000000; }
.bullet-arrow-pink li::before  { color: #FF65BE; }
.bullet-arrow-yellow li::before { color: #FEED00; }
.bullet-arrow-green li::before { color: #05b7b9; }
.bullet-arrow-blue li::before  { color: #5fd3fa; }


/* ============================================================
   UTILITY — EMOJI LISTS
   Emoji-prefixed list items. Apply a modifier class to set icon.
   Usage: <ul class="emojilist xlist"> or checklist, pointlist, arrowlist, trafficlist, etc.
   ============================================================ */

ul.emojilist {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

ul.emojilist > li {
    position: relative;
    padding-left: 58px !important;
    padding-top: 10px !important;
    margin: 0 0 14px !important;
}

ul.emojilist > li::before {
    position: absolute;
    left: 0;
    top: -3px;
    width: 3rem;
    height: 3rem;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

ul.xlist > li::before       { content: "❌"; }
ul.checklist > li::before   { content: "✅"; }
ul.pointlist > li::before   { content: "👉"; }
ul.arrowlist > li::before   { content: "➡️"; }
ul.trafficlist > li::before { content: "⚪"; }
ul.trafficlist > li:nth-child(1)::before { content: "🟢"; }
ul.trafficlist > li:nth-child(2)::before { content: "🟡"; }
ul.trafficlist > li:nth-child(3)::before { content: "🔴"; }
ul.warning-list > li::before { content: "⚠️"; }


/* ============================================================
   UTILITY — PILLS & BADGES
   ============================================================ */

/* Generic dark pill */
.pill {
    display: inline-block;
    padding: 0.18em 0.5em;
    border-radius: 999px;
    background: var(--dp-light-blue) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Angled badge for hero emphasis */
.tilt-badge {
    display: inline-block;
    padding: 0.12em 0.32em 0.26em 0.32em;
    border-radius: 20px;
    background: #0b0b10;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    transform: rotate(-1.2deg);
    transform-origin: center;
    box-shadow:
        0 8px 12px rgba(0, 0, 0, 0.35),
        0 6px 26px rgba(237, 85, 43, 0.55);
}


/* ============================================================
   COMPONENT — COMPARISON CHART
   Two-column good/bad card layout with a centre divider line.
   ============================================================ */

.compare {
    padding: 0 16px;
    color: #fff;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.compare__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.compare__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(18px, 3vw, 44px);
    align-items: start;
}

.compare__divider {
    position: absolute;
    left: 50%;
    top: 58px;
    bottom: 10px;
    width: 2px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
}

.compare__label {
    text-align: center;
    opacity: 0.9;
    font-weight: 700;
    margin-bottom: 14px;
}

.compare__col {
    overflow: visible !important;
}

/* Cards */
.card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 18px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
    text-align: left;
    position: relative;
    overflow: visible !important;
}

.card p {
    margin: 0;
    font-size: 1.05em;
    text-align: left;
    flex: 1;
}

.card__row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.card__row p {
    margin: 0;
    text-align: left;
    flex: 1;
}

.card--bad {
    background: #E5484D;
    box-shadow: 0 10px 30px rgba(229, 72, 77, 0.25);
}

.card--good {
    background: #2ECC71;
    box-shadow: 0 10px 30px rgba(46, 204, 113, 0.25);
}

/* Connector line between stacked cards */
.compare__col .card:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 264px;
    bottom: -18px;
    width: 2px;
    height: 18px;
    border-radius: 999px;
    z-index: 5;
    pointer-events: none;
}

.compare__col .card--good:not(:last-child)::after {
    background: rgba(46, 204, 113, 0.45);
}

.compare__col .card--bad:not(:last-child)::after {
    background: rgba(229, 72, 77, 0.45);
}

/* Icons */
.icon {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 900;
    flex: 0 0 auto;
}

.icon--bad {
    background: rgba(0, 0, 0, 0.18) !important;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.18);
}

.icon--good {
    background: rgba(0, 0, 0, 0.15) !important;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

@media (max-width: 820px) {
    .compare__grid {
        grid-template-columns: 1fr;
    }

    .compare__divider {
        display: none;
    }
}


/* ============================================================
   COMPONENT — MARQUEE
   Unified scrolling carousel. Direction: .is-rtl | .is-ltr
   Variants: .marquee--images | .marquee--testimonials | .marquee--videos
   ============================================================ */

/* --- Shared base --- */
.marquee {
    --marquee-speed: 60s;
    --marquee-gap:   32px;
    padding: 0;
    /* Full-bleed breakout: cancels any ancestor centering padding */
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.marquee__inner {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.marquee__inner::before,
.marquee__inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.marquee__inner::before { left: 0; }
.marquee__inner::after  { right: 0; }

.marquee__track {
    display: flex;
    gap: var(--marquee-gap);
    width: max-content;
    will-change: transform;
}

.marquee.is-rtl .marquee__track {
    animation: marquee-scroll var(--marquee-speed) linear infinite;
}

.marquee.is-ltr .marquee__track {
    animation: marquee-scroll var(--marquee-speed) linear infinite reverse;
}

.marquee__inner:has(.marquee__item:hover) .marquee__track,
.marquee__inner:has(.marquee__item:focus-within) .marquee__track {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.marquee__item {
    display: block;
    flex: 0 0 auto;
    text-decoration: none;
    color: inherit;
}


/* ============================================================
   MARQUEE VARIANT — IMAGES
   ============================================================ */

.marquee--images {
    --marquee-gap: 32px;
    --marquee-speed: 60s;
}

.marquee--images .marquee__inner {
    padding: 60px 0 60px;
}

.marquee--images .marquee__item {
    position: relative;
    width: 460px;
    height: 260px;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    background: linear-gradient(150deg, #1f2d38 0%, #1a242c 100%);
}

.marquee--images .marquee__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
    transition:
        opacity 0.36s ease,
        transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.25s ease;
}

.marquee--images .marquee__item.is-loading img {
    opacity: 0;
}

.marquee--images .marquee__item.is-loaded img {
    opacity: 1;
}

.marquee--images .marquee__item.is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    background:
        linear-gradient(
            110deg,
            rgba(255, 255, 255, 0.06) 8%,
            rgba(255, 255, 255, 0.18) 18%,
            rgba(255, 255, 255, 0.06) 33%
        ),
        linear-gradient(150deg, #24333f 0%, #1a242c 42%, #26394a 100%);
    background-size: 220% 100%, 100% 100%;
    animation: marquee-image-shimmer 1.2s linear infinite;
}

@keyframes marquee-image-shimmer {
    from { background-position: 180% 0, 0 0; }
    to   { background-position: -40% 0, 0 0; }
}

.marquee--images .marquee__item:hover img,
.marquee--images .marquee__item:active img {
    transform: rotate(-5deg) scale(1.08);
}

.marquee--images .marquee__item:hover,
.marquee--images .marquee__item:active {
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}


/* ============================================================
   MARQUEE VARIANT — TESTIMONIALS
   ============================================================ */

.marquee--testimonials {
    --marquee-gap: 36px;
    --marquee-speed: 65s;
}

.marquee--testimonials .marquee__inner {
    padding: 60px 0;
}

.marquee--testimonials .marquee__inner::before,
.marquee--testimonials .marquee__inner::after {
    width: 120px;
}

.marquee--testimonials .tcard {
    width: 540px;
    min-height: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 22px 18px;
    border-radius: 16px;
    border-top: 2px solid rgba(237, 85, 43, 0.5);
    background: linear-gradient(160deg, #1f2d38 0%, #1a242c 100%);
    box-shadow: 0 14px 26px rgba(4, 8, 15, 0.28);
    transition:
        transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.25s ease;
}

.marquee--testimonials .tcard__stars {
    margin: 0;
    color: var(--dp-orange);
    font-size: 1.2rem;
    letter-spacing: 0.24em;
    line-height: 1;
    font-family: "Segoe UI Symbol", "Noto Sans Symbols", "Arial Unicode MS", "Mulish", sans-serif;
}

.marquee--testimonials .tcard__quote {
    margin: 0;
    font-size: clamp(0.98rem, 1.3vw, 1.08rem) !important;
    line-height: 1.62 !important;
    color: var(--dp-white);
    font-weight: 200 !important;
}

.marquee--testimonials .tcard__quote strong {
    color: var(--dp-white);
    font-weight: 900 !important;
}

.marquee--testimonials .tcard__footer {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(246, 246, 246, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.marquee--testimonials .tcard__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(255, 145, 36, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 145, 36, 0.08);
    background: rgba(255, 145, 36, 0.22);
}

.marquee--testimonials .tcard__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.marquee--testimonials .tcard__name {
    margin: 0 !important;
    color: var(--dp-white) !important;
    font-family: "Oswald", "Segoe UI", Arial, sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    line-height: 1 !important;
}

.marquee--testimonials .tcard__role {
    margin: 0 !important;
    color: rgba(255, 145, 36, 0.7) !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.15 !important;
}


/* ============================================================
   MARQUEE VARIANT — VIDEOS
   ============================================================ */

.marquee--videos {
    --marquee-gap: 26px;
    --marquee-speed: 60s;
}

.marquee--videos .marquee__inner {
    padding: 0px 0 60px;
}

.mcard {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.25s ease;
}

.mcard__video {
    width: 392px;
    height: 252px;
    display: block;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.12);
}

.mcard__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 14px 16px;
    background: linear-gradient(to top, rgba(10, 10, 12, 0.82), rgba(10, 10, 12, 0.35), rgba(10, 10, 12, 0));
}

.mcard__title {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.98);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
    margin: 0 0 10px;
}

.mcard__meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.mcard__pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
}

.marquee--videos .marquee__item:hover .mcard,
.marquee--videos .marquee__item:active .mcard {
    transform: rotate(-5deg) scale(1.05);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.marquee--testimonials .marquee__item:hover,
.marquee--testimonials .marquee__item:active {
    transform: rotate(-5deg) scale(1.05);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}


/* --- Responsive --- */

@media (max-width: 1000px) {
    .marquee--images .marquee__item {
        width: 70vw;
        height: 45vw;
        max-height: 420px;
    }
}

@media (max-width: 900px) {
    .marquee--testimonials .tcard {
        width: 420px;
        min-height: 260px;
        padding: 20px 20px 16px;
    }

    .marquee--testimonials .tcard__stars {
        font-size: 1.05rem;
        letter-spacing: 0.2em;
    }

    .marquee--testimonials .tcard__quote {
        font-size: 1rem !important;
        line-height: 1.55 !important;
    }

    .marquee--testimonials .tcard__name { font-size: 0.96rem !important; }
    .marquee--testimonials .tcard__role { font-size: 0.74rem !important; }

    .marquee--testimonials .tcard__avatar {
        width: 44px;
        height: 44px;
    }

    .mcard__video {
        width: 72vw;
        height: 46vw;
        max-height: 320px;
    }
}

@media (max-width: 600px) {
    .marquee--testimonials {
        --marquee-speed: 50s;
        --marquee-gap: 24px;
        padding: 40px 0;
    }

    .marquee--testimonials .tcard {
        width: 85vw;
        min-height: auto;
        padding: 20px 18px 16px;
    }

    .marquee--testimonials .tcard__stars {
        font-size: 0.95rem;
        letter-spacing: 0.16em;
    }

    .marquee--testimonials .tcard__quote {
        font-size: 0.98rem !important;
        line-height: 1.55 !important;
    }

    .marquee--testimonials .tcard__quote strong {
        font-weight: 900 !important;
        font-size: inherit !important;
    }

    .marquee--testimonials .tcard__name { font-size: 0.92rem !important; }
    .marquee--testimonials .tcard__role { font-size: 0.7rem !important; }

    .marquee--testimonials .tcard__avatar {
        width: 40px;
        height: 40px;
    }

    .marquee--images .marquee__item {
        width: 90vw;
        height: 60vw;
    }

    .marquee--images,
    .marquee--videos {
        --marquee-speed: 45s;
    }

    .marquee--videos .marquee__track { gap: 18px; }
    .mcard__title { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .marquee__track { animation: none; }
    .marquee--images .marquee__item img { transition: none; }
    .marquee--images .marquee__item.is-loading::before { animation: none; }
    .mcard  { transition: none; }
    .tcard  { transition: none; }
}


/* ============================================================
   COMPONENT — COUNTER
   Inline number that animates on scroll. Controlled by JS.
   ============================================================ */

.counter {
    display: inline-block;
    transform: scale(1);
}

.offer-box-scarcity .counter {
    color: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
}


/* ============================================================
   COMPONENT — BREAKOUT SECTION
   Two-column panel where an image "breaks out" above the container.
   ============================================================ */

section.breakout-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(64px, 8vw, 116px) 0;
    padding-left: 0;
    padding-right: 0;
    color: var(--dp-white);
}

.breakout-section__inner {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.breakout-section__panel {
    position: relative;
    background-color: #121a23;
    background-image: linear-gradient(rgba(246, 246, 246, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 246, 246, 0.08) 1px, transparent 1px), radial-gradient(circle at 15% 10%, rgba(255, 145, 36, 0.24), transparent 28%), radial-gradient(circle at 85% 82%, rgba(237, 85, 43, 0.2), transparent 34%);
    background-size: 64px 64px, 64px 64px, cover, cover;
    border: 1px solid rgba(246, 246, 246, 0.06);
    border-radius: 32px;
    padding: clamp(30px, 4vw, 60px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(24px, 3.8vw, 56px);
    align-items: center;
    overflow: visible;
}

.breakout-section__content {
    width: 100%;
    max-width: 560px;
    min-width: 0;
    z-index: 2;
}

.breakout-section__title {
    font-size: clamp(2.3rem, 5.2vw, 4.8rem);
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 800;
    margin: 0 0 16px;
}

.breakout-section__text {
    font-size: clamp(1rem, 1.35vw, 1.36rem);
    line-height: 1.55;
    max-width: 34ch;
    margin: 0 0 30px;
    color: rgba(246, 246, 246, 0.95);
}

.dp-cta,
.dp-cta:link,
.dp-cta:visited,
.dp-cta:hover,
.dp-cta:focus,
.dp-cta:active,
.breakout-section__cta,
.breakout-section__cta:link,
.breakout-section__cta:visited,
.breakout-section__cta:hover,
.breakout-section__cta:focus,
.breakout-section__cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    background: var(--dp-orange);
    color: var(--dp-white) !important;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 18px 45px rgba(237, 85, 43, 0.35);
    transition: transform 0.15s ease;
    white-space: nowrap;
}

.dp-cta:hover,
.breakout-section__cta:hover {
    transform: translateY(-2px);
}

.breakout-section .breakout-section__content > a.dp-cta.offer-cta {
    margin-left: 0;
    margin-right: auto;
}

.breakout-section__media {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
}

.breakout-section__image {
    width: min(540px, 100%);
    max-width: 540px;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-top: clamp(-120px, -8vw, -70px);
    margin-bottom: clamp(-44px, -2.4vw, -18px);
    border-radius: 24px;
    border: 1px solid rgba(237, 85, 43, 0.68);
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.58),
        0 0 0 1px rgba(237, 85, 43, 0.24);
}

@media (max-width: 900px) {
    section.breakout-section {
        width: auto;
        margin-left: 0;
        padding: clamp(48px, 8vw, 72px) 0;
    }

    .breakout-section__inner {
        width: min(100%, calc(100% - 28px));
    }

    .breakout-section__panel {
        grid-template-columns: 1fr;
        padding: 28px;
        text-align: center;
        overflow: hidden;
    }

    .breakout-section__content {
        max-width: none;
        display: contents;
    }

    .breakout-section__title {
        order: 1;
    }

    .breakout-section__media {
        order: 2;
        justify-content: center;
        width: 100%;
        min-width: 0;
    }

    .breakout-section__image {
        width: 100%;
        max-width: none;
        height: auto;
        aspect-ratio: auto;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .breakout-section__image.hover-tilt-alt {
        transform: none;
    }

    .breakout-section__text {
        order: 3;
        max-width: 42ch;
        margin-left: auto;
        margin-right: auto;
    }

    .breakout-section .breakout-section__content > a.dp-cta.offer-cta {
        order: 4;
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        text-wrap: balance;
        padding: 20px 22px;
        line-height: 1.2;
    }
}


/* ============================================================
   COMPONENT — VALUE STACK
   Three-column card layout with image, content, and price box.
   Variables are scoped to .vstx-value-stack-template.
   ============================================================ */

.vstx-value-stack-template {

    width: min(1060px, calc(100% - 24px));
    margin: 30px auto 40px;
    color: var(--vstx-text-main);
}

.vstx-value-stack-template *,
.vstx-value-stack-template *::before,
.vstx-value-stack-template *::after {
    box-sizing: border-box;
}

.vstx-value-stack-template p,
.vstx-value-stack-template h2 {
    margin: 0;
}

.vstx-value-stack-intro {
    margin-bottom: 24px;
    text-align: center;
}

.vstx-value-stack-intro-title {
    font-size: clamp(38px, 6vw, 56px);
    line-height: 0.98;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--vstx-text-main);
    text-shadow: 1px 0 rgba(255, 145, 36, 0.35), -1px 0 rgba(117, 179, 255, 0.28);
}

.vstx-value-stack-intro-sub {
    margin-top: 8px;
    color: var(--vstx-text-muted);
    font-size: 18px;
    line-height: 1.25;
    font-family: "Oswald", sans-serif;
}

.vstx-value-stack-cards {
    display: grid;
    gap: 36px;
}

.vstx-value-stack-card {
    --vstx-card-offset: 0px;
    --vstx-card-tilt: 0deg;

    display: grid;
    grid-template-columns: 226px minmax(0, 1fr) 240px;
    align-items: center;
    gap: 52px;
    min-height: 124px;
    padding: 20px;
    border-radius: 18px;
    background: var(--vstx-card-bg);
    border: 1px solid var(--vstx-border);
    box-shadow: 0 14px 26px rgba(4, 8, 15, 0.28);
    transform: translateX(var(--vstx-card-offset)) rotate(var(--vstx-card-tilt));
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    overflow: visible;
}

.vstx-value-stack-card:nth-child(odd) {
    --vstx-card-offset: -4px;
    --vstx-card-tilt: -0.35deg;
}

.vstx-value-stack-card:nth-child(even) {
    --vstx-card-offset: 4px;
    --vstx-card-tilt: 0.35deg;
}

.vstx-value-stack-card:hover {
    transform: translateX(0) translateY(-1px) rotate(0deg);
    box-shadow: 0 18px 34px rgba(4, 8, 15, 0.34);
}

.vstx-value-stack-card-media {
    width: 268px;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    border: 1px solid rgba(246, 246, 246, 0.14);
    background: rgba(246, 246, 246, 0.04);
    box-shadow: 0 12px 22px rgba(4, 8, 15, 0.35);
    overflow: hidden;
    margin-left: -86px;
}

.vstx-value-stack-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.vstx-value-stack-card-content {
    min-width: 0;
    display: grid;
    gap: 12px;
    color: var(--vstx-text-main);
    margin-left: -56px;
}

.vstx-value-stack-card-pill {
   /*
    width: fit-content;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.15;
    text-transform: uppercase;

    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(237, 85, 43, 0.58);
    background: rgba(237, 85, 43, 0.16);
    color: #ffe3d2;
    */

    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.15;
    text-transform: uppercase;

    display: inline;
    background: var(--dp-dark-blue);
    color: var(--dp-white);
    padding: 4px 10px 4px;
    border-radius: 4px;

}

 
.vstx-value-stack-card-title {
    color: var(--vstx-text-main) !important;
    font-size: 1.5em !important;
    font-family: "Oswald", sans-serif;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    margin: 0 !important;
}

.vstx-value-stack-card-description {
    color: var(--vstx-text-muted);
    font-size: 1em;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vstx-value-stack-card-proof {
    color: var(--vstx-text-subtle);
    font-size: 0.7em !important;
    line-height: 1.3 !important;
}

.vstx-value-stack-card-price {
    justify-self: end;
    width: 240px;
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid var(--vstx-value-green);
    background: rgba(46, 204, 113, 0.1);
    text-align: center;
    margin-right: 20px;
}

.vstx-value-stack-price-label {
    color: var(--vstx-value-green-soft);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.1;
}

.vstx-value-stack-price-amount {
    margin-top: 5px;
    color: var(--vstx-value-green);
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
}

section.vstx-value-stack-summary {
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: min(980px, 100%);
    border-radius: 18px;
    padding: 24px 20px;
    text-align: center;
    display: grid;
    justify-items: center;
}

.vstx-value-stack-summary-kicker {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vstx-value-stack-summary-main {
    margin-top: 10px;
    color: var(--vstx-text-main);
    text-align: center;
    font-size: 5rem !important;
    font-weight: 1000 !important;
    line-height: 1.55;
    font-family: "Oswald", sans-serif !important;
}

.vstx-value-stack-summary-main span {
    color: var(--vstx-value-green);
}

@media (min-width: 900px) {
    .vstx-value-stack-summary-main {
        white-space: nowrap;
    }
}

.vstx-value-stack-summary-copy {
    display: block;
    margin: 14px auto 0;
    width: min(660px, 100%);
    color: var(--vstx-text-muted);
    line-height: 1.5;
    text-align: center !important;
}

.vstx-value-stack-summary p.vstx-value-stack-summary-copy {
    width: 100%;
    max-width: 660px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    justify-self: center;
    float: none !important;
}

.vstx-value-stack-summary-deal {
    margin-top: 14px;
    display: grid;
    gap: 10px;
    justify-items: center;
}

.vstx-value-stack-summary-was {
    color: #b7c2d1;
    font-size: 19px;
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.vstx-value-stack-summary-now {
    color: var(--vstx-text-main);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vstx-value-stack-summary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 145, 36, 0.65);
    background: linear-gradient(90deg, #ff6a38, var(--dp-orange));
    color: var(--dp-white);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
    box-shadow: 0 10px 22px rgba(237, 85, 43, 0.34);
}

@media (max-width: 760px) {
    .vstx-value-stack-intro-title {
        font-size: clamp(34px, 10vw, 48px);
    }

    .vstx-value-stack-intro-sub {
        font-size: 16px;
    }

    .vstx-value-stack-card {
        grid-template-columns: 156px minmax(0, 1fr) 160px;
        min-height: 96px;
        padding: 16px;
    }

    .vstx-value-stack-card-media {
        width: 202px;
        margin-left: -55px;
    }

    .vstx-value-stack-card-price {
        width: 160px;
        padding: 11px 12px;
        margin-right: -55px;
    }

    .vstx-value-stack-price-amount { font-size: 34px; }
    .vstx-value-stack-card-title   { font-size: 20px; }
    .vstx-value-stack-card-description { font-size: 15px; }
    .vstx-value-stack-cards        { gap: 28px; }
}

@media (max-width: 900px) {
    .vstx-value-stack-template {
        width: min(100%, calc(100% - 24px));
        margin: 22px auto;
    }

    .vstx-value-stack-intro { margin-bottom: 16px; }
    .vstx-value-stack-cards { gap: 22px; }

    .vstx-value-stack-card {
        width: min(760px, 100%);
        grid-template-columns: 1fr;
        gap: 10px;
        min-height: 0;
        text-align: center;
        justify-items: center;
        --vstx-card-offset: 0px;
        --vstx-card-tilt: 0deg;
        transform: none;
        transition: none;
    }

    .vstx-value-stack-card-content {
        justify-items: center;
        margin-left: 0;
    }

    .vstx-value-stack-card-media {
        width: min(100%, 360px);
        margin-left: 0;
        margin-right: 0;
        border-radius: 12px;
    }


    .vstx-value-stack-card-description {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        text-align: center;
        font-size: 16px;
    }

    .vstx-value-stack-card-price {
        justify-self: center;
        width: 168px;
        padding: 10px 12px;
        margin-right: 0;
    }

    .vstx-value-stack-price-amount { font-size: 32px; }
    .vstx-value-stack-card-title   { font-size: 19px; }

    .vstx-value-stack-card-proof {
        text-align: center;
        font-size: 14px;
    }

    section.vstx-value-stack-summary { padding: 20px 14px; }

    .vstx-value-stack-card:hover {
        transform: none;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    }
}


/* ============================================================
   COMPONENT — STEPS & GUARANTEE
   Three-column step cards above a centred guarantee box with
   decorative laurel leaf background images.
   ============================================================ */

.shell {
    display: grid;
    gap: 30px;
    padding: 48px 20px;
    margin: 0 auto;
}

/* Three-column step row */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 28px 20px 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgb(36 49 59), rgb(26 36 44));
    border: 1px solid var(--vstx-border);
    box-shadow: 0 14px 26px rgba(4, 8, 15, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.step:nth-child(1) { transform: rotate(-1.2deg); }
.step:nth-child(2) { transform: rotate(0.8deg); }
.step:nth-child(3) { transform: rotate(-0.6deg); }

.step:hover {
    transform: rotate(0deg) scale(1.04) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.36);
}

.step-number {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: var(--dp-dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--dp-orange);
    letter-spacing: -0.01em;
}

.step-body h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 6px;
    color: var(--dp-white) !important;
}

.step-body p {
    margin: 0;
}

/* Guarantee box */
.guarantee {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 28px;
    background: rgba(246, 246, 246, 0.06) !important;
    background-color: rgba(246, 246, 246, 0.06) !important;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid var(--dp-border);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.guarantee::before,
.guarantee::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 96px;
    height: calc(100% - 18px);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.28;
    pointer-events: none;
}

.guarantee::before {
    left: 22px;
    background-image: url("https://dev-pods-public-us.s3.us-east-1.amazonaws.com/landing-page/images/award-leaf-left-large.webp");
    background-position: left center;
}

.guarantee::after {
    right: 22px;
    background-image: url("https://dev-pods-public-us.s3.us-east-1.amazonaws.com/landing-page/images/award-leaf-right-large.webp");
    background-position: right center;
}

.guarantee__header {
    margin-bottom: 9px;
    opacity: 0.8;
}

.guarantee .dp-section-header h2 {
    max-width: 680px;
    margin: 0 auto 6px;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    line-height: 1.16;
    letter-spacing: 0.015em;
}

.guarantee .dp-text-display {
    font-size: clamp(1.05rem, 1.6vw, 1.28rem);
    line-height: 1.05;
}

.guarantee .tilt-badge {
    /*
    transform: none;
    box-shadow: none;
    border-radius: 999px;
*/
    font-size: 1.2em !important;
    letter-spacing: 0.04em;
    padding: 0.2em 0.48em;
    margin-top: 0;
    background: rgba(237, 85, 43, 0.14);
    border: 1px solid rgba(237, 85, 43, 0.4);
    color: var(--dp-orange);
}

.guarantee-headline {
    font-family: "Oswald", sans-serif;
    font-size: clamp(1.6rem, 3.2vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--dp-white);
    line-height: 1.65;
    margin: 0 0 16px;
}

.highlight {
    display: inline;
    padding: 1px 10px 3px;
    border-radius: 4px;
    width: fit-content;
    text-transform: uppercase;
}
.horange {
    background-color: var(--dp-orange);
    color: var(--dp-white);
}
.hdblue {
    background-color: var(--dp-blue);
    color: var(--dp-white);
}
.hlblue {
    background-color: var(--dp-light-blue);
    color: var(--dp-white);
}
.highlight-small-blue {
    background-color: var(--dp-dark-blue);
    color: var(--dp-white);
    font-size: 0.8em;
    padding: 1px 6px 2px;
    font-weight: 600;
    width: fit-content;
    text-transform: uppercase;
}

.h-text-gold {
    color: var(--dp-gold) !important;
}

.guarantee p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 0.88rem;
    line-height: 1.43;
}

.guarantee p + p {
    margin-top: 6px;
}

.guarantee__claims {
    max-width: 640px;
    margin: 20px auto 25px auto;
    display: grid;
    gap: 6px;
    text-align: center;
}

.guarantee .guarantee__claims p + p {
    margin-top: 0;
}

.guarantee .guarantee__claim {
    margin: 0;
    padding: 7px 11px;
    border-radius: 8px;
    border: 1px solid rgba(246, 246, 246, 0.1);
    border-left: 3px solid rgba(237, 85, 43, 0.55);
    background: rgba(246, 246, 246, 0.03);
    font-size: 0.86rem;
    line-height: 1.38;
    font-weight: 600;
    color: var(--dp-white);
}

.guarantee .guarantee__claim--supporting {
    border-left-color: transparent;
    border-color: rgba(246, 246, 246, 0.08);
    background: rgba(246, 246, 246, 0.015);
    font-size: 0.8rem;
    line-height: 1.34;
    color: rgba(229, 229, 229, 0.8);
    font-weight: 500;
}

.guarantee__arrow {
    color: rgba(229, 229, 229, 0.72);
    font-weight: 600;
    margin-inline: 0.14rem;
}

.guarantee__refund {
    color: var(--dp-orange);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.guarantee .guarantee__zero-risk {
    font-family: "Mulish", "Muli", "Segoe UI", Arial, sans-serif;
    font-size: 0.82rem !important;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0.02em;
    text-transform: none;
    color: rgba(229, 229, 229, 0.72);
}

.guarantee .guarantee__zero-risk strong {
    color: rgba(247, 251, 255, 0.96);
}

.guarantee .guarantee__proof {
    margin-top: 5px;
    max-width: 60ch;
    font-size: 0.7rem;
    line-height: 1.34;
    color: rgba(229, 229, 229, 0.68);
}

.guarantee .guarantee__proof strong {
    color: rgba(247, 251, 255, 0.96);
}

@media (max-width: 640px) {
    .steps {
        grid-template-columns: 1fr;
    }

    .step:nth-child(1),
    .step:nth-child(2),
    .step:nth-child(3) {
        transform: none;
    }

    .guarantee {
        width: 100%;
        padding: 14px 14px;
    }

    .guarantee::before,
    .guarantee::after {
        display: none;
    }

    .guarantee .dp-section-header h2 {
        margin-bottom: 5px;
        font-size: clamp(1.02rem, 4.9vw, 1.28rem);
    }

    .guarantee .dp-text-display {
        font-size: clamp(0.95rem, 4.2vw, 1.1rem);
    }

    .guarantee p {
        font-size: 0.78rem;
        line-height: 1.4;
    }

    .guarantee .guarantee__claims {
        gap: 5px;
    }

    .guarantee .guarantee__claim {
        padding: 6px 9px;
        font-size: 0.78rem;
        line-height: 1.3;
    }

    .guarantee .guarantee__claim--supporting {
        font-size: 0.73rem;
    }

    .guarantee .guarantee__zero-risk {
        font-size: 0.72rem !important;
        letter-spacing: 0.01em;
    }
}


/* ============================================================
   UTILITY — HERO
   ============================================================ */

.dp-text-orange {
    color: var(--dp-orange);
}

.hero-heading {
    font-size: clamp(3.2rem, 3.2vw, 3.2rem);
    line-height: 1.2em;
}

.hero-heading-tilt {
    font-size: clamp(2.184rem, 4.914vw, 4.368rem);
    line-height: 1.2em;
}
/* ============================================================
   UTILITY — SECTION HEADER
   Centered heading + wider supporting paragraph.
   Drop .dp-section-header on any div wrapping an h1/h2 + p.
   Heading: 600px max. Paragraph: ~30% wider at 780px max.
   ============================================================ */


.dp-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dp-section-header h1,
.dp-section-header h2 {
    width: 100%;
    max-width: 700px;
}

.dp-section-header p {
    width: 100%;
    max-width: 780px;
}

@media (max-width: 900px) {
    section {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .dp-section-header h1,
    .dp-section-header h2 {
        max-width: 620px;
    }

    .dp-section-header p {
        max-width: 64ch;
    }
}

@media (max-width: 600px) {
    section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .hero-heading {
        font-size: clamp(2.2rem, 10vw, 2.8rem);
        line-height: 1.18;
    }

    .hero-heading-tilt {
        font-size: clamp(1.65rem, 8vw, 2.35rem);
        line-height: 1.16;
    }

    .dp-section-header p {
        line-height: 1.55;
    }
}

/* Accent span size for large sub-lines inside section headings */
.dp-text-display {
    font-size: clamp(2.275rem, 4.55vw, 3.9rem);
    line-height: 1.1em;
}

.dp-proof-lockline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.12em;
    width: fit-content;
    margin-inline: auto;
    white-space: nowrap;
}

.dp-proof-lockline .tilt-badge {
    margin-top: 0;
    transform: rotate(0deg);
}

#games .games-ship-lockline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.08em;
    white-space: nowrap;
    font-size: clamp(1.45rem, 6vw, 3.05rem);
    line-height: 1.06;
}

#proof .dp-section-header h2 .dp-text-display {
    display: block;
    margin-top: 0.08em;
}

.dp-section-header-hero h1 {
    max-width: 1100px !important;
}

/* ============================================================
   UTILITY — HOVER TILT
   Apply to any element for the marquee-style rotate-on-hover effect.
   ============================================================ */

.hover-tilt {
    transition:
        transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.25s ease;
}

.hover-tilt:hover,
.hover-tilt:active {
    transform: rotate(-5deg) scale(1.05);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

@media (prefers-reduced-motion: reduce) {
    .hover-tilt { transition: none; }
}


.hover-tilt-alt {
    
    transform: rotate(5deg) scale(1.05);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
    transition:
        transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.25s ease;
}

.hover-tilt-alt:hover,
.hover-tilt-alt:active {
    transform: rotate(0deg) scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
    .hover-tilt-alt { transition: none; }
}

@media (hover: none) and (pointer: coarse) {
    .hover-tilt,
    .hover-tilt-alt,
    .marquee--videos .mcard,
    .marquee--testimonials .tcard {
        transition: none;
    }

    .hover-tilt:hover,
    .hover-tilt:active,
    .hover-tilt-alt:hover,
    .hover-tilt-alt:active,
    .marquee--videos .marquee__item:hover .mcard,
    .marquee--videos .marquee__item:active .mcard,
    .marquee--testimonials .marquee__item:hover,
    .marquee--testimonials .marquee__item:active {
        transform: none;
        box-shadow: none;
    }

    .marquee--videos .mcard,
    .marquee--testimonials .tcard {
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
    }
}



/* ============================================================
   COMPONENT — FAQ
   Two-column layout: sticky header on left, accordion on right.
   ============================================================ */

.faq {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start;
}

.faq__header {
    position: sticky;
    top: 80px;
}

.faq__kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--dp-gold);
    background: rgba(255, 145, 36, 0.12);
    border: 1px solid rgba(255, 145, 36, 0.28);
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.faq__title {
    font-size: 2.4rem;
    margin-bottom: 14px;
    line-height: 1.15;
}

.faq__subtitle {
    margin: 0;
    font-size: 1rem;
    color: var(--dp-text-muted);
    line-height: 1.65;
}

.faq__list {
    display: flex;
    flex-direction: column;
}

.faq__item {
    border-bottom: 1px solid var(--dp-border);
}

.faq__item:first-child {
    border-top: 1px solid var(--dp-border);
}

.faq__group-label {
    margin: 36px 0 0;
    padding: 0;
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dp-gold);
}

.faq__group-label:first-child {
    margin-top: 0;
}

.faq__group-label + .faq__item {
    border-top: 1px solid var(--dp-border);
}

.faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 22px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--dp-white);
    transition: color 0.2s ease;
}

.faq__question:hover {
    color: var(--dp-gold);
}

.faq__item.is-open .faq__question {
    color: var(--dp-gold);
}

/* Circle +/× icon */
.faq__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid rgba(246, 246, 246, 0.3);
    position: relative;
    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        border-color 0.2s ease;
}

.faq__icon::before,
.faq__icon::after {
    content: '';
    position: absolute;
    background: var(--dp-white);
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transition: background 0.2s ease;
}

.faq__icon::before {
    width: 10px;
    height: 1.5px;
    transform: translate(-50%, -50%);
}

.faq__icon::after {
    width: 1.5px;
    height: 10px;
    transform: translate(-50%, -50%);
}

.faq__question:hover .faq__icon {
    border-color: var(--dp-gold);
}

.faq__question:hover .faq__icon::before,
.faq__question:hover .faq__icon::after {
    background: var(--dp-gold);
}

/* Rotate whole icon 45deg → + becomes × */
.faq__item.is-open .faq__icon {
    border-color: var(--dp-gold);
    transform: rotate(45deg);
}

.faq__item.is-open .faq__icon::before,
.faq__item.is-open .faq__icon::after {
    background: var(--dp-gold);
}

/* Smooth height animation */
.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.faq__item.is-open .faq__answer {
    max-height: 520px;
}

.faq__answer p,
.faq__answer ul {
    margin: 0 0 18px;
    font-family: "Mulish", "Segoe UI", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(212, 220, 239, 0.78);
}

.faq__answer strong {
    font-weight: 700;
    color: var(--dp-white);
}

.faq__answer p:last-child,
.faq__answer ul:last-child {
    margin-bottom: 8px;
}

@media (max-width: 760px) {
    .faq {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .faq__header {
        position: static;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq__icon { transition: none; }
    .faq__answer { transition: none; }
}

/* ============================================================
   COMPONENT — FINAL CTA
   End-of-page conversion section after FAQ.
   ============================================================ */

.final-cta-section {
    position: relative;
}

.final-cta-panel {
    width: min(980px, 100%);
    box-sizing: border-box;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 48px);
    border-radius: 20px;
    border: 1px solid rgba(237, 85, 43, 0.36);
    background:
        radial-gradient(120% 120% at 10% 0%, rgba(255, 145, 36, 0.14), transparent 45%),
        radial-gradient(120% 120% at 90% 100%, rgba(237, 85, 43, 0.12), transparent 48%),
        linear-gradient(180deg, rgba(26, 36, 44, 0.96) 0%, rgba(26, 36, 44, 0.9) 100%);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 145, 36, 0.08);
    text-align: center;
}

.final-cta-eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--dp-gold);
    border: 1px solid rgba(255, 145, 36, 0.3);
    background: rgba(255, 145, 36, 0.12);
}

.final-cta-panel h2 {
    margin: 0 0 14px;
    font-size: clamp(1.95rem, 4vw, 2.75rem);
    line-height: 1.15;
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-wrap: balance;
}

@media (min-width: 901px) {
    .final-cta-panel .offer-headline {
        max-width: none;
    }

    .final-cta-panel .offer-headline .dp-text-display {
        display: inline-block;
        white-space: nowrap;
    }
}

@media (max-width: 760px) {
    .final-cta-panel .final-cta-emoji {
        display: none;
    }
}

.final-cta-lead {
    margin: 0 auto 22px;
    max-width: 60ch;
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    line-height: 1.65;
    color: rgba(246, 246, 246, 0.82);
}

.final-cta-list {
    margin: 0 auto 24px;
    padding: 0;
    list-style: none;
    width: min(860px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.final-cta-list li {
    border: 1px solid rgba(246, 246, 246, 0.12);
    border-radius: 12px;
    background: rgba(11, 18, 27, 0.46);
    padding: 12px 14px;
    text-align: left;
    font-size: clamp(0.9rem, 1.1vw, 0.98rem);
    line-height: 1.55;
    color: rgba(246, 246, 246, 0.84);
}

.final-cta-list li strong {
    color: var(--dp-white);
    font-weight: 800;
    font-size: 1.08em;
    line-height: 1.05;
    text-decoration-line: underline;
    text-decoration-thickness: 0.1em;
    text-decoration-color: var(--dp-orange);
    text-underline-offset: 0.11em;
    background: linear-gradient(180deg, transparent 62%, rgba(255, 145, 36, 0.22) 62%);
    padding: 0 0.05em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.final-cta-panel > a.dp-cta.offer-cta {
    margin: 40px auto 14px;
}

.final-cta-note {
    margin: 12px 0 0;
    font-size: 0.8rem;
    letter-spacing: 0.01em;
    color: rgba(246, 246, 246, 0.66);
}

.final-cta-urgency {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 16px auto 0;
    padding: 10px 20px;
    background: rgba(237, 85, 43, 0.12);
    border: 1px solid rgba(237, 85, 43, 0.3);
    border-radius: 100px;
    font-size: 0.82rem;
    color: var(--dp-orange);
    letter-spacing: 0.01em;
}

.final-cta-urgency-icon {
    font-size: 1rem;
    line-height: 1;
}

.final-cta-urgency-text {
    line-height: 1.4;
}

@media (max-width: 880px) {
    .final-cta-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .final-cta-panel {
        padding: 24px 18px;
        border-radius: 16px;
    }

    .final-cta-section .offer-cta,
    .final-cta-section .offer-cta:link,
    .final-cta-section .offer-cta:visited,
    .final-cta-section .offer-cta:hover,
    .final-cta-section .offer-cta:focus,
    .final-cta-section .offer-cta:active,
    .final-cta-section a.dp-cta.offer-cta,
    .final-cta-section a.dp-cta.offer-cta:link,
    .final-cta-section a.dp-cta.offer-cta:visited,
    .final-cta-section a.dp-cta.offer-cta:hover,
    .final-cta-section a.dp-cta.offer-cta:focus,
    .final-cta-section a.dp-cta.offer-cta:active {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        justify-content: center;
        white-space: normal;
        font-size: 1rem;
        line-height: 1.2;
        padding: 20px 22px;
        text-align: center;
    }

    .final-cta-lead {
        margin-bottom: 18px;
    }

    .final-cta-list {
        gap: 10px;
        margin-bottom: 20px;
    }

    .final-cta-list li {
        padding: 11px 12px;
    }

    .final-cta-urgency {
        padding: 8px 16px;
        font-size: 0.75rem;
    }
}


/* ============================================================
   COMPONENT — TESTIMONIAL GRID (ftm)
   Sleek 3x3 testimonial cards with responsive collapse.
   ============================================================ */

.ftm {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 36px);
}

.ftm-section {
    position: relative;
    background: var(--dp-dark-blue);
}

.ftm-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(246, 246, 246, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 246, 246, 0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.24;
}

.ftm-section > .dp-page-shell {
    position: relative;
    z-index: 1;
}

.ftm__header {
    text-align: center;
    max-width: 760px;
    margin-inline: auto;
}

.ftm__kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(246, 246, 246, 0.12);
    background: var(--dp-light-blue);
    color: var(--dp-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ftm__headline {
    margin: 0 0 10px;
    font-size: clamp(2rem, 4.2vw, 3rem);
    line-height: 1.08;
    color: var(--dp-white);
    font-style: normal;
}

.ftm__subline {
    margin: 0 auto;
    max-width: 62ch;
    color: var(--dp-text-muted);
}

section:has(.ftm__grid) {
    overflow: hidden;
}

.ftm__grid {
    --cg: 20px;

    column-count: 4;
    column-gap: var(--cg);

    /* Full-bleed: escape section padding via negative margin */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 clamp(14px, 2.5vw, 40px);
    box-sizing: border-box;
}

@media (min-width: 1500px) {
    .ftm__grid { column-count: 5; }
}

@media (max-width: 1100px) {
    .ftm__grid { column-count: 3; }
}

@media (max-width: 760px) {
    .ftm__grid { column-count: 2; }
}

.ftm__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 22px 18px;
    border-radius: 16px;
    border-top: 2px solid rgba(237, 85, 43, 0.5);
    background: linear-gradient(160deg, #1f2d38 0%, #1a242c 100%);
    break-inside: avoid;
    margin-bottom: var(--cg);
    box-shadow: 0 14px 26px rgba(4, 8, 15, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* Unique tilt per card position */
.ftm__card:nth-child(1) { transform: rotate(-1.2deg); }
.ftm__card:nth-child(2) { transform: rotate(0.8deg); }
.ftm__card:nth-child(3) { transform: rotate(-0.6deg); }
.ftm__card:nth-child(4) { transform: rotate(1.4deg); }
.ftm__card:nth-child(5) { transform: rotate(-0.9deg); }
.ftm__card:nth-child(6) { transform: rotate(0.5deg); }
.ftm__card:nth-child(7) { transform: rotate(-1.1deg); }
.ftm__card:nth-child(8) { transform: rotate(0.7deg); }
.ftm__card:nth-child(9) { transform: rotate(-0.4deg); }
.ftm__card:nth-child(10) { transform: rotate(1.1deg); }

/* Hover: snap straight + lift */
.ftm__card:hover {
    transform: rotate(0deg) scale(1.04) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.36);
}

.ftm__stars {
    margin: 0;
    color: var(--dp-orange);
    font-size: 1.2rem;
    letter-spacing: 0.24em;
    line-height: 1;
    font-family: "Segoe UI Symbol", "Noto Sans Symbols", "Arial Unicode MS", "Mulish", sans-serif;
}

.ftm__quote {
    margin: 0;
    font-size: clamp(0.98rem, 1.3vw, 1.08rem) !important;
    line-height: 1.62 !important;
    color: var(--dp-white);
    font-weight: 200 !important;
}

.ftm__quote strong {
    color: var(--dp-white);
    font-weight: 900 !important;
}

.ftm__person {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(246, 246, 246, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.ftm__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(255, 145, 36, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 145, 36, 0.08);
    background: rgba(255, 145, 36, 0.22);
}

.ftm__avatar--initials {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgba(246, 246, 246, 0.88);
    user-select: none;
}

.ftm__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ftm__name {
    margin: 0 !important;
    color: var(--dp-white) !important;
    font-family: "Oswald", "Segoe UI", Arial, sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    line-height: 1 !important;
}

.ftm__role {
    margin: 0 !important;
    color: rgba(255, 145, 36, 0.7) !important;
    font-family: inherit !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
}

/* ── Image card variant ── */
.ftm__card--image {
    padding: 0;
    gap: 0;
    overflow: hidden;
}

.ftm__card--image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ftm__card--image:hover img {
    transform: scale(1.06);
}

/* ── Video card variant ── */
.ftm__card--video {
    padding: 0;
    gap: 0;
    overflow: hidden;
}

.ftm__video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    overflow: hidden;
}

.ftm .ftm-player {
    --ftm-player-accent: var(--dp-orange);
    --ftm-player-progress: 0%;
    --ftm-player-volume: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    overflow: hidden;
}

.ftm .ftm-player__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #000;
}

.ftm .ftm-player__center-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 6px;
    border: none;
    background: var(--dp-orange);
    color: var(--dp-white);
    display: grid;
    place-items: center;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(237, 85, 43, 0.6), 0 8px 32px rgba(237, 85, 43, 0.35);
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ftm .ftm-player__center-play:hover {
    background: #f0643f;
    box-shadow: 0 0 0 1px rgba(237, 85, 43, 0.8), 0 12px 40px rgba(237, 85, 43, 0.5);
}

.ftm .ftm-player__center-play:focus-visible {
    outline: 2px solid var(--ftm-player-accent);
    outline-offset: 2px;
}

.ftm .ftm-player.is-playing .ftm-player__center-play {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.92);
}

.ftm .ftm-player__controls {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 12, 20, 0.88);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    overflow: visible;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ftm .ftm-player.is-started .ftm-player__controls {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.ftm .ftm-player__volume-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: visible;
}

.ftm .ftm-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
    pointer-events: none;
}

.ftm .ftm-icon path {
    fill: currentColor;
}

.ftm .ftm-player__center-play .ftm-icon {
    width: 24px;
    height: 24px;
}

.ftm .ftm-player__playpause .ftm-icon--pause,
.ftm .ftm-player__mute .ftm-icon--mute,
.ftm .ftm-player__maximize .ftm-icon--collapse {
    display: none;
}

.ftm .ftm-player__playpause.is-playing .ftm-icon--play,
.ftm .ftm-player__mute.is-muted .ftm-icon--volume,
.ftm .ftm-player__maximize.is-active .ftm-icon--expand {
    display: none;
}

.ftm .ftm-player__playpause.is-playing .ftm-icon--pause,
.ftm .ftm-player__mute.is-muted .ftm-icon--mute,
.ftm .ftm-player__maximize.is-active .ftm-icon--collapse {
    display: block;
}

.ftm .ftm-player__playpause,
.ftm .ftm-player__mute,
.ftm .ftm-player__maximize {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(246, 246, 246, 0.2);
    background: rgba(26, 36, 44, 0.84);
    color: var(--dp-white);
    display: grid;
    place-items: center;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.ftm .ftm-player__playpause:hover,
.ftm .ftm-player__mute:hover,
.ftm .ftm-player__maximize:hover {
    border-color: rgba(246, 246, 246, 0.4);
}

.ftm .ftm-player__playpause:focus-visible,
.ftm .ftm-player__mute:focus-visible,
.ftm .ftm-player__maximize:focus-visible,
.ftm .ftm-player__volume:focus-visible,
.ftm .ftm-player__seek:focus-visible {
    outline: 2px solid var(--ftm-player-accent);
    outline-offset: 2px;
}

.ftm .ftm-player__volume {
    -webkit-appearance: none;
    appearance: none;
    position: static;
    transform: none;
    width: 60px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ftm-player-accent) 0%, var(--ftm-player-accent) var(--ftm-player-volume), rgba(246, 246, 246, 0.2) var(--ftm-player-volume), rgba(246, 246, 246, 0.2) 100%);
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    flex-shrink: 0;
}

.ftm .ftm-player__volume::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 999px;
    background: transparent;
}

.ftm .ftm-player__volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--dp-white);
    background: var(--ftm-player-accent);
}

.ftm .ftm-player__volume::-moz-range-track {
    height: 6px;
    border-radius: 999px;
    border: none;
    background: rgba(246, 246, 246, 0.2);
}

.ftm .ftm-player__volume::-moz-range-progress {
    height: 6px;
    border-radius: 999px;
    background: var(--ftm-player-accent);
}

.ftm .ftm-player__volume::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--dp-white);
    background: var(--ftm-player-accent);
}

.ftm .ftm-player__seek {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    min-width: 0;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ftm-player-accent) 0%, var(--ftm-player-accent) var(--ftm-player-progress), rgba(246, 246, 246, 0.2) var(--ftm-player-progress), rgba(246, 246, 246, 0.2) 100%);
    cursor: pointer;
}

.ftm .ftm-player__seek::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 999px;
    background: transparent;
}

.ftm .ftm-player__seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--dp-white);
    background: var(--ftm-player-accent);
}

.ftm .ftm-player__seek::-moz-range-track {
    height: 6px;
    border-radius: 999px;
    border: none;
    background: rgba(246, 246, 246, 0.2);
}

.ftm .ftm-player__seek::-moz-range-progress {
    height: 6px;
    border-radius: 999px;
    background: var(--ftm-player-accent);
}

.ftm .ftm-player__seek::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--dp-white);
    background: var(--ftm-player-accent);
}

.ftm .ftm-player__time {
    min-width: 78px;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    color: rgba(246, 246, 246, 0.88);
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.ftm .ftm-player__error {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid rgba(237, 85, 43, 0.5);
    background: rgba(26, 36, 44, 0.9);
    color: var(--dp-white);
    font-size: 0.82rem;
    text-align: center;
}

.ftm .ftm-player.is-error .ftm-player__center-play,
.ftm .ftm-player.is-error .ftm-player__controls {
    display: none;
}

body.ftm-modal-open {
    overflow: hidden;
}

.ftm-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.ftm-modal.is-open {
    display: block;
}

.ftm-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 20, 0.86);
}

.ftm-modal__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 1040px);
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    border: 1px solid rgba(246, 246, 246, 0.2);
    background: #000;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.ftm-modal__dialog .ftm-player {
    width: 100%;
    height: 100%;
}

.ftm-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(246, 246, 246, 0.25);
    background: rgba(26, 36, 44, 0.85);
    color: var(--dp-white);
    cursor: pointer;
}

.ftm-modal__close:hover {
    border-color: rgba(246, 246, 246, 0.45);
}

.ftm-modal__close:focus-visible {
    outline: 2px solid var(--dp-orange);
    outline-offset: 2px;
}

.ftm__video-caption {
    padding: 16px 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


@media (max-width: 480px) {
    .ftm__grid {
        column-count: 1;
    }

    .ftm__card {
        padding: 20px 18px 16px;
        transform: none !important;
    }

    .ftm__card.ftm__card--image {
        padding: 0;
    }

    .ftm__headline {
        font-size: clamp(1.8rem, 8vw, 2.35rem);
    }

    .ftm .ftm-player__controls {
        left: 8px;
        right: 8px;
        bottom: 8px;
        gap: 6px;
        padding: 7px 8px;
        grid-template-columns: auto auto 1fr auto;
    }

    .ftm .ftm-player__time {
        display: none;
    }

    .ftm .ftm-player__volume {
        display: none;
    }

    .ftm-modal__dialog {
        width: 96vw;
        border-radius: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ftm__card { transition: none; transform: none !important; }
    .ftm .ftm-player__center-play,
    .ftm .ftm-player__controls { transition: none; }
}

/* ── Offer Section ─────────────────────────────────── */
.offer-overlay *,
.offer-overlay *::before,
.offer-overlay *::after {
    box-sizing: border-box;
}

.offer-overlay {
    position: relative;
    /*background: linear-gradient(180deg, rgba(8, 13, 20, 0.82) 0%, rgba(8, 13, 20, 0.94) 100%);*/
    padding: clamp(52px, 7vw, 84px) 0;
    display: flex;
    justify-content: center;
    isolation: isolate;
}

/* Offer section stacking — testimonials slide behind following sections */
section:has(.offer-overlay) {
    position: relative;
    z-index: 0;
}

section:has(.offer-overlay) ~ section {
    position: relative;
    z-index: 1;
}

.offer-wrap {
    --offer-content-max: 880px;
    --offer-side-gap: clamp(16px, 2vw, 28px);
    --offer-side-card-w: clamp(210px, 16vw, 255px);
    --offer-rail-bg: linear-gradient(160deg, rgba(24, 32, 44, 0.52), rgba(15, 22, 32, 0.58));
    --offer-rail-border: rgba(246, 246, 246, 0.06);
    --offer-rail-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
    --offer-rail-opacity: 0.62;
    --offer-rail-quote: rgba(246, 246, 246, 0.56);
    --offer-rail-meta: rgba(246, 246, 246, 0.4);
    --offer-rail-accent: rgba(255, 145, 36, 0.5);
    --offer-inline-bg: linear-gradient(160deg, rgba(28, 38, 51, 0.86), rgba(16, 24, 35, 0.9));
    --offer-inline-border: rgba(246, 246, 246, 0.1);
    --offer-inline-quote: rgba(246, 246, 246, 0.7);
    width: 100%;
    max-width: var(--offer-content-max);
    margin: 0 auto;
    display: grid;
    gap: clamp(22px, 2.8vw, 32px);
}

.offer-overlay .offer-header {
    gap: 10px;
}

.section-image .offer-wrap p {
    margin: 0;
    font-family: "Muli", "Mulish", "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
}

.section-image .offer-header p {
    max-width: 760px;
    font-size: 1.1rem;
    color: rgba(246, 246, 246, 0.78);
}

.offer-overlay .offer-wrap > .offer-header p {
    margin: 0;
    max-width: 760px;
    font-family: "Muli", "Mulish", "Segoe UI", Arial, sans-serif;
    font-size: 1.02rem;
    line-height: 1.5;
    color: rgba(246, 246, 246, 0.86);
}

.offer-quick-wins {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.offer-quick-wins li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 145, 36, 0.32);
    background: rgba(255, 145, 36, 0.1);
    color: rgba(246, 246, 246, 0.9);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.offer-kicker {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 145, 36, 0.34);
    background: rgba(255, 145, 36, 0.12);
    color: var(--dp-gold);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.offer-headline {
    margin: 0;
    max-width: 860px;
    line-height: 1.08;
}

.offer-headline-accent {
    color: var(--dp-orange);
}

.offer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

.offer-box--full,
.offer-checkout-main,
.offer-scarcity,
.offer-social-proof,
.offer-guarantee--full {
    width: 100%;
}

.offer-checkout-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    min-width: 0;
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--dp-border);
    background: linear-gradient(160deg, rgba(28, 38, 51, 0.92), rgba(16, 24, 35, 0.94));
    overflow: hidden;
}

.offer-plan-panel {
    padding: 18px 20px;
    border-bottom: 1px solid var(--dp-border);
    background: rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.offer-plan-panel > .offer-price-eyebrow {
    padding: 10px 0 4px;
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
}

.offer-plan-benefits {
    margin: 2px 0 6px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    text-align: left;
}

.offer-plan-benefits li {
    position: relative;
    padding-left: 15px;
    color: rgba(206, 215, 228, 0.9);
    font-size: 0.76rem;
    line-height: 1.42;
    letter-spacing: 0.01em;
    font-style: italic;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 1px 5px rgba(0, 0, 0, 0.2);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .offer-plan-benefits li {
        background: linear-gradient(
            180deg,
            rgba(242, 246, 252, 0.95) 0%,
            rgba(194, 203, 216, 0.94) 48%,
            rgba(152, 162, 177, 0.9) 100%
        );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
}

.offer-plan-benefits li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0.14em;
    transform: translateY(3px);
    color: rgba(144, 216, 170, 0.9);
    font-size: 0.66rem;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 1px 4px rgba(0, 0, 0, 0.2);
}

.offer-price-panel {
    display: grid;
    gap: 16px;
    align-content: center;
    justify-items: center;
    padding: 28px 24px;
    min-width: 0;
}

.offer-checkout-main--split .offer-plan-grid {
    grid-template-columns: 1fr;
    gap: 10px;
}

.offer-checkout-main--split .offer-plan-panel > .offer-price-eyebrow {
    text-align: left;
}

.offer-checkout-main--split > .offer-guarantee--inline {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 12px 20px;
}

.offer-wrap .offer-price-eyebrow {
    margin: 0;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(246, 246, 246, 0.7);
}

.offer-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.offer-plan-card {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(246, 246, 246, 0.1);
    background: transparent;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease;
    text-align: center;
    justify-items: center;
}

.offer-plan-card:hover {
    background: rgba(255, 145, 36, 0.06);
    border-color: rgba(255, 145, 36, 0.44);
}


.offer-plan-card:has(:checked) {
    border-color: rgba(237, 85, 43, 0.88);
    background: linear-gradient(180deg, rgba(255, 145, 36, 0.14), rgba(255, 145, 36, 0.08));
    box-shadow: 0 0 0 2px rgba(237, 85, 43, 0.28), 0 10px 26px rgba(0, 0, 0, 0.25);
}

.offer-plan-input {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.offer-plan-title {
    color: var(--dp-white);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.offer-plan-badge {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--dp-orange);
    background: rgba(237, 85, 43, 0.12);
    border: 1px solid rgba(237, 85, 43, 0.3);
    border-radius: 100px;
    padding: 3px 8px;
    line-height: 1;
}

.offer-plan-price {
    color: var(--dp-white);
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.offer-plan-price .offer-currency {
    display: inline-block;
    margin-right: 0.06em;
    font-size: 0.56em;
    line-height: 1;
    transform: translateY(-0.24em);
}

.offer-plan-meta {
    color: rgba(246, 246, 246, 0.68);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

/* CSS-only plan switching — hide all views, show the one matching the checked radio */
.offer-price-view {
    display: none;
    width: 100%;
}

.offer-checkout-main:has(input[value="full"]:checked) .offer-price-view[data-plan="full"],
.offer-checkout-main:has(input[value="3mo"]:checked)  .offer-price-view[data-plan="3mo"],
.offer-checkout-main:has(input[value="6mo"]:checked)  .offer-price-view[data-plan="6mo"] {
    display: grid;
    gap: 16px;
    justify-items: center;
}

.offer-price-interval {
    font-size: 0.45em;
    font-weight: 400;
    opacity: 0.7;
    letter-spacing: 0;
}

.offer-price-feature {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    display: grid;
    gap: 10px;
    text-align: center;
    min-width: 0;
}

.offer-price-eyebrow--result {
    color: rgba(246, 246, 246, 0.45);
}

.offer-price-main {
    margin: 0;
    color: var(--dp-white);
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: clamp(3rem, 8vw,4rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.02em;
}

.offer-price-main .offer-currency {
    display: inline-block;
    margin-right: 0.06em;
    font-size: 0.42em;
    line-height: 1;
    transform: translateY(-0.34em);
}

.offer-wrap .offer-price-desc {
    margin: 0;
    color: rgba(246, 246, 246, 0.86);
    font-size: 1rem;
    line-height: 1.5;
}

.offer-price-compare {
    margin: 0;
    color: rgba(246, 246, 246, 0.5);
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(229, 72, 77, 0.58);
}

.offer-wrap .offer-price-monthly {
    margin: 0;
    color: rgba(246, 246, 246, 0.64);
    font-size: 1rem;
    line-height: 1.5;
}

.offer-price-monthly strong {
    color: var(--dp-white);
}

.offer-wrap .offer-price-note {
    margin: 0;
    color: rgba(255, 145, 36, 0.88);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.offer-cta,
.offer-cta:link,
.offer-cta:visited,
.offer-cta:hover,
.offer-cta:focus,
.offer-cta:active {
    display: flex;
    justify-content: center;
    border-radius: 12px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    padding: 18px 22px;
    margin: 4px auto 0;
    width: fit-content;
    max-width: 100%;
    box-shadow: 0 10px 22px rgba(237, 85, 43, 0.28);
}

/* Specificity guard: keep shared CTA centered in generic sections. */
a.dp-cta.offer-cta,
a.dp-cta.offer-cta:link,
a.dp-cta.offer-cta:visited,
a.dp-cta.offer-cta:hover,
a.dp-cta.offer-cta:focus,
a.dp-cta.offer-cta:active {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    max-width: 100%;
}

.dp-section-header-hero a.dp-cta.offer-cta,
.dp-section-header-hero a.dp-cta.offer-cta:link,
.dp-section-header-hero a.dp-cta.offer-cta:visited,
.dp-section-header-hero a.dp-cta.offer-cta:hover,
.dp-section-header-hero a.dp-cta.offer-cta:focus,
.dp-section-header-hero a.dp-cta.offer-cta:active {
    display: inline-flex;
    margin: 4px 0 0;
    width: auto;
    max-width: none;
}

.offer-price-view a.dp-cta.offer-cta,
.offer-price-view a.dp-cta.offer-cta:link,
.offer-price-view a.dp-cta.offer-cta:visited,
.offer-price-view a.dp-cta.offer-cta:hover,
.offer-price-view a.dp-cta.offer-cta:focus,
.offer-price-view a.dp-cta.offer-cta:active {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.offer-cta:hover {
    transform: translateY(-1px);
}

.offer-cta:focus-visible {
    outline: 2px solid rgba(255, 145, 36, 0.8);
    outline-offset: 2px;
}

.dp-cta.offer-cta.testimonials-cta {
    margin-top: 40px;
}

.dp-mini-cta {
    width: min(700px, 100%);
    box-sizing: border-box;
    margin: 50px auto 0;
    padding: 28px 30px 28px;
    border-radius: 16px;
    border: 1px solid rgba(237, 85, 43, 0.28);
    background:
        radial-gradient(100% 100% at 40% 0%, rgba(255, 145, 36, 0.06), transparent 40%),
        radial-gradient(120% 120% at 90% 100%, rgba(237, 85, 43, 0.08), transparent 48%),
        linear-gradient(180deg, rgba(26, 36, 44, 0.95) 0%, rgba(26, 36, 44, 0.9) 100%);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 145, 36, 0.06);
    display: grid;
    gap: 5px;
    justify-items: center;
    text-align: center;
}

.dp-mini-cta__lead {
    margin: 0;
    color: rgba(246, 246, 246, 0.7) !important;
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: clamp(0.78rem, 1.6vw, 0.88rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dp-mini-cta__sub {
    margin: 2px 0 2px;
    color: var(--dp-white) !important;
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.dp-mini-cta__checks {
    width: 100%;
    max-width: 100%;
    margin: 10px auto 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(246, 246, 246, 0.08);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 18px;
    flex-wrap: wrap;
    white-space: normal;
    overflow-x: visible;
    text-align: center;
}

.dp-mini-cta__checks li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(246, 246, 246, 0.86);
    font-size: 0.78rem;
    line-height: 1.22;
    letter-spacing: 0.01em;
    white-space: normal;
}

.dp-mini-cta__checks li::before {
    content: "✓";
    color: var(--dp-orange);
    font-weight: 800;
    line-height: 1;
    transform: translateY(1px);
}

.offer-under-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px 10px;
    flex-wrap: wrap;
    margin-top: 12px;
    opacity: 0.8;
}

.offer-proof-inline {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(246, 246, 246, 0.12);
    background: rgba(11, 18, 27, 0.4);
    display: grid;
    gap: 4px;
    text-align: left;
}

.offer-proof-inline-quote {
    margin: 0;
    color: rgba(246, 246, 246, 0.86);
    font-size: 0.85rem;
    line-height: 1.45;
}

.offer-proof-inline-author {
    margin: 0;
    color: rgba(246, 246, 246, 0.62);
    font-size: 0.72rem;
    letter-spacing: 0.02em;
}

.offer-trust-item {
    font-size: 0.69rem;
    color: rgba(246, 246, 246, 0.72);
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.offer-trust-sep {
    width: 1px;
    height: 10px;
    background: rgba(246, 246, 246, 0.2);
    flex-shrink: 0;
}

.offer-guarantee {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(24, 41, 36, 0.9), rgba(18, 33, 30, 0.94));
    border: 1px solid rgba(80, 198, 132, 0.28);
    display: grid;
    gap: 8px;
    text-align: left;
}

.offer-guarantee-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.offer-guarantee-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.offer-guarantee-header strong {
    font-size: 0.83rem;
    color: #55d188;
    letter-spacing: 0.03em;
}

.offer-wrap .offer-guarantee p {
    margin: 0;
    color: rgba(246, 246, 246, 0.66);
    font-size: 0.88rem;
    line-height: 1.58;
}

.offer-guarantee strong {
    color: #5cd98f;
    font-weight: 700;
}

.offer-guarantee--full {
    padding: 16px 20px;
}

.offer-guarantee--inline {
    padding: 11px 14px;
    border-radius: 10px;
    gap: 6px;
}

.offer-guarantee--inline .offer-guarantee-icon {
    font-size: 1rem;
}

.offer-guarantee--inline .offer-guarantee-header strong {
    font-size: 0.78rem;
}

.offer-guarantee--inline p {
    font-size: 0.76rem !important;
    color: rgba(246, 246, 246, 0.76) !important;
    line-height: 1.5 !important;
}

.offer-scarcity {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(246, 246, 246, 0.14);
    background: linear-gradient(160deg, rgba(28, 38, 51, 0.92), rgba(16, 24, 35, 0.94));
    display: grid;
    gap: 14px;
}

.offer-scarcity-spots {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: rgba(246, 246, 246, 0.78);
}

.offer-scarcity-spots strong {
    color: #ff7b6f;
    font-weight: 700;
}

.offer-scarcity-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7b6f;
    flex-shrink: 0;
    animation: offer-dot-pulse 1.8s ease-in-out infinite;
}

@keyframes offer-dot-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 123, 111, 0.42);
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 7px rgba(255, 123, 111, 0);
        opacity: 0.8;
    }
}

.offer-scarcity-track-wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: grid;
    gap: 6px;
}

.offer-scarcity-track {
    width: 100%;
    height: 18px;
    border-radius: 999px;
    background: rgba(246, 246, 246, 0.1);
    overflow: hidden;
}

.offer-scarcity-fill {
    --scarcity-stripe-size: 10px;
    height: 100%;
    width: 0;
    border-radius: 999px;
    background-image:
        linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
        ),
        linear-gradient(90deg, #ff7b6f 0%, var(--dp-orange) 100%);
    background-size: var(--scarcity-stripe-size) var(--scarcity-stripe-size), 100% 100%;
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    animation: scarcity-stripes 900ms linear infinite;
    transition: width var(--fill-duration, 900ms) cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    will-change: width, background-position;
}

@keyframes scarcity-stripes {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: var(--scarcity-stripe-size) 0, 0 0; }
}

@media (prefers-reduced-motion: reduce) {
    .offer-scarcity-fill {
        transition: none;
        animation: none;
    }
}

.offer-scarcity-track-label {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(246, 246, 246, 0.4);
}

.offer-scarcity-divider {
    width: 100%;
    height: 1px;
    background: rgba(246, 246, 246, 0.12);
}

.offer-wrap .offer-countdown-label {
    margin: 0;
    color: rgba(246, 246, 246, 0.52);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.offer-countdown {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
}

.offer-countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.offer-countdown-digit {
    color: var(--dp-white);
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.4rem, 2.9vw, 2rem);
    font-weight: 700;
    line-height: 1;
    border-radius: 8px;
    border: 1px solid rgba(246, 246, 246, 0.2);
    background: rgba(9, 14, 21, 0.7);
    padding: 8px 12px;
    text-align: center;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.offer-countdown-unit-label {
    font-size: 0.56rem;
    color: rgba(246, 246, 246, 0.42);
    letter-spacing: 0.12em;
    font-weight: 700;
    text-transform: uppercase;
}

.offer-countdown-sep {
    color: var(--dp-orange);
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: 1.24rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
    opacity: 0.72;
    user-select: none;
}

.offer-box {
    width: 100%;
    border-radius: 18px;
    border: 1px solid rgba(246, 246, 246, 0.14);
    background: linear-gradient(160deg, rgba(28, 38, 51, 0.92), rgba(16, 24, 35, 0.94));
    overflow: hidden;
}

.offer-wrap .offer-box-header {
    margin: 0;
    padding: 16px 20px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(246, 246, 246, 0.62);
    border-bottom: 1px solid rgba(246, 246, 246, 0.1);
    text-align: left;
}

.offer-includes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
}

.offer-includes li {
    display: grid;
    grid-template-columns: 26px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-top: 1px solid rgba(246, 246, 246, 0.07);
}

.offer-includes li[hidden] {
    display: none !important;
}

.offer-includes-mark {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(92, 217, 143, 0.08);
    border: 1px solid rgba(92, 217, 143, 0.22);
    color: rgba(92, 217, 143, 0.7);
    font-size: 0.65rem;
    font-weight: 800;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.offer-includes-body {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.offer-includes-name {
    color: rgba(246, 246, 246, 0.95);
    /*font-size: 0.88rem;*/
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.3;
}

.offer-includes-sub {
    color: rgba(246, 246, 246, 0.66);
    font-size: 0.78rem;
    line-height: 1.4;
}

/* Category headers */
.offer-includes-category {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    list-style: none;
    padding: 12px 20px 11px;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 145, 36, 0.84);
    border-top: 1px solid rgba(246, 246, 246, 0.07);
    background: rgba(255, 145, 36, 0.06);
    cursor: pointer;
    user-select: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.offer-includes-category[aria-expanded="true"] {
    background: rgba(255, 145, 36, 0.14);
    color: rgba(255, 145, 36, 0.96);
}

.offer-includes-category:hover {
    background: rgba(255, 145, 36, 0.1);
}

.offer-includes-category:focus-visible {
    outline: 2px solid rgba(255, 145, 36, 0.8);
    outline-offset: -2px;
}

.offer-includes-category-left {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.offer-includes-category-title {
    white-space: normal;
}

.offer-includes-category-right {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.offer-includes-category-total {
    color: rgba(246, 246, 246, 0.72);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
}

.offer-includes-category-toggle {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 2px solid rgba(255, 145, 36, 0.68);
    background: rgba(255, 145, 36, 0.18);
    color: transparent;
    display: grid;
    place-items: center;
    position: relative;
    flex-shrink: 0;
    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        background 180ms ease,
        border-color 180ms ease;
}

.offer-includes-category-toggle::before,
.offer-includes-category-toggle::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: rgba(246, 246, 246, 0.95);
}

.offer-includes-category-toggle::after {
    transform: rotate(90deg);
}

.offer-includes-category.is-open .offer-includes-category-toggle {
    border-color: var(--dp-gold);
    transform: rotate(45deg);
}

.offer-includes-category:hover .offer-includes-category-toggle {
    border-color: rgba(255, 145, 36, 0.86);
    background: rgba(255, 145, 36, 0.24);
}

.offer-includes-category.is-open:hover .offer-includes-category-toggle {
    border-color: var(--dp-gold);
}

.offer-includes-category.is-open .offer-includes-category-toggle::before,
.offer-includes-category.is-open .offer-includes-category-toggle::after {
    background: var(--dp-gold);
}

.category-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    opacity: 0.7;
}

.offer-includes-category:first-child {
    border-top: none;
}

/* Bonus divider */
.offer-bonus-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 20px;
    list-style: none;
}

.offer-bonus-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 145, 36, 0.35), transparent);
}

.offer-bonus-divider-label {
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--dp-orange);
    white-space: nowrap;
    opacity: 0.85;
}

/* Bonus items */
.offer-includes-bonus {
    background: rgba(255, 145, 36, 0.04);
}

.offer-includes-mark--bonus {
    color: var(--dp-orange);
    font-size: 0.72rem;
    opacity: 0.8;
}

.offer-value-tag {
    font-style: normal;
    color: rgba(92, 217, 143, 0.72);
    font-weight: 700;
    background: rgba(92, 217, 143, 0.06);
    border: 1px solid rgba(92, 217, 143, 0.15);
    border-radius: 6px;
    padding: 4px 7px;
    white-space: nowrap;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.15;
    gap: 1px;
}

.offer-value-tag-label {
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(92, 217, 143, 0.44);
}

.offer-value-total {
    padding: 13px 20px;
    border-top: 1px solid rgba(246, 246, 246, 0.1);
    background: rgba(8, 12, 18, 0.46);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-value-total-label {
    color: rgba(246, 246, 246, 0.48);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.offer-value-total-amount {
    color: rgba(246, 246, 246, 0.56);
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: 1.36rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(229, 72, 77, 0.62);
}

.offer-box-scarcity {
    padding: 14px 20px;
    border-top: 1px solid rgba(246, 246, 246, 0.1);
    background: rgba(255, 123, 111, 0.06);
    display: grid;
    gap: 10px;
}

.offer-price-countdown {
    width: 100%;
    display: grid;
    gap: 10px;
    text-align: left;
}

.offer-price-countdown--top,
.offer-price-countdown--bottom {
    width: 100%;
    padding: 14px 20px;
    background: rgba(237, 85, 43, 0.06);
}

.offer-price-countdown--top {
    border-top: none;
    border-bottom: 1px solid rgba(246, 246, 246, 0.1);
}

.offer-price-countdown--bottom {
    border-top: 1px solid rgba(246, 246, 246, 0.1);
    border-bottom: none;
}

.offer-price-countdown--top .offer-scarcity-spots {
    padding-top: 10px;
    border-top: 1px solid rgba(246, 246, 246, 0.08);
    font-size: 0.78rem;
}

.offer-price-countdown--bottom .offer-scarcity-spots {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(246, 246, 246, 0.08);
    font-size: 0.78rem;
}

.offer-price-countdown--top .counter,
.offer-price-countdown--bottom .counter {
    color: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
}

.offer-price-countdown .offer-countdown {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.offer-price-countdown .offer-countdown-unit {
    flex: 1;
}

.offer-price-countdown .offer-countdown-digit {
    font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    padding: 12px 8px;
    width: 100%;
    min-width: 0;
}

.offer-price-countdown .offer-countdown-sep {
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-bottom: 0;
    opacity: 0.6;
}

.offer-price-countdown--compact {
    padding: 10px 14px 9px;
    border-bottom: 1px solid rgba(246, 246, 246, 0.12);
    background: linear-gradient(180deg, rgba(237, 85, 43, 0.1), rgba(237, 85, 43, 0.03));
}

.offer-plan-panel .offer-price-countdown--compact {
    margin-top: 0;
    padding: 0 0 10px;
    border-top: none;
    border-bottom: 1px solid rgba(246, 246, 246, 0.12);
    background: transparent;
}

.offer-plan-panel .offer-price-countdown--compact .offer-price-countdown-head {
    justify-items: start;
}

.offer-plan-panel .offer-price-countdown--compact .offer-countdown-label {
    text-align: left;
}

.offer-price-countdown--compact .offer-price-countdown-head {
    display: grid;
    gap: 4px;
    align-items: start;
    justify-items: center;
}

.offer-price-countdown--compact .offer-price-countdown-body {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
}

.offer-price-countdown--compact .offer-scarcity-spots {
    gap: 7px;
    font-size: 0.73rem;
    color: rgba(246, 246, 246, 0.8);
}

.offer-price-countdown--compact .offer-scarcity-spots strong {
    color: #ff9e7d;
}

.offer-price-countdown--compact .offer-scarcity-dot {
    width: 6px;
    height: 6px;
}

.offer-price-countdown--compact .offer-scarcity-track-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
}

.offer-price-countdown--compact .offer-scarcity-track {
    height: 9px;
    background: rgba(246, 246, 246, 0.14);
}

.offer-price-countdown--compact .offer-countdown-label {
    margin: 0;
    color: rgba(246, 246, 246, 0.58);
    font-size: 0.54rem;
    white-space: normal;
    width: 100%;
    text-align: center;
}

.offer-price-countdown--compact .offer-countdown {
    width: 100%;
    gap: 6px;
    justify-content: space-between;
}

.offer-price-countdown--compact .offer-countdown-unit {
    gap: 2px;
    flex: 1;
}

.offer-price-countdown--compact .offer-countdown-digit {
    font-size: clamp(0.96rem, 1.8vw, 1.2rem);
    padding: 4px 6px;
    border-radius: 6px;
    border-color: rgba(246, 246, 246, 0.18);
    background: rgba(8, 13, 20, 0.52);
}

.offer-price-countdown--compact .offer-countdown-unit-label {
    font-size: 0.44rem;
    letter-spacing: 0.09em;
    color: rgba(246, 246, 246, 0.48);
}

.offer-price-countdown--compact .offer-countdown-sep {
    font-size: 0.85rem;
    margin-bottom: 8px;
    opacity: 0.56;
}

.offer-price-panel > .offer-scarcity-progress--compact {
    width: 100%;
    /*
    margin-top: 6px;
    padding: 10px 12px;
    border: 1px solid rgba(246, 246, 246, 0.12);
    border-radius: 10px;
    background: rgba(11, 18, 27, 0.38);
    */
    display: grid;
    gap: 8px;
}

.offer-price-panel > .offer-scarcity-progress--compact .offer-scarcity-spots {
    gap: 7px;
    font-size: 0.73rem;
    color: rgba(246, 246, 246, 0.8);
    justify-content: center;
    text-align: center;
}

.offer-price-panel > .offer-scarcity-progress--compact .offer-scarcity-spots strong {
    color: #ff9e7d;
}

.offer-price-panel > .offer-scarcity-progress--compact .offer-scarcity-dot {
    width: 6px;
    height: 6px;
}

.offer-price-panel > .offer-scarcity-progress--compact .offer-scarcity-track-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
}

.offer-price-panel > .offer-scarcity-progress--compact .offer-scarcity-track {
    height: 9px;
    background: rgba(246, 246, 246, 0.14);
}

.offer-social-proof {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.offer-testimonial {
    padding: 22px;
    border-radius: 14px;
    border: 1px solid rgba(246, 246, 246, 0.12);
    background: linear-gradient(160deg, rgba(28, 38, 51, 0.92), rgba(16, 24, 35, 0.94));
    display: grid;
    gap: 14px;
}

.offer-testimonial-stars {
    color: var(--dp-gold);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
}

.offer-wrap .offer-testimonial-quote {
    margin: 0;
    color: rgba(246, 246, 246, 0.72);
    font-size: 0.97rem;
    line-height: 1.55;
    font-style: italic;
}

.offer-testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offer-testimonial-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 145, 36, 0.5);
    background: rgba(255, 145, 36, 0.16);
    color: var(--dp-gold);
    font-size: 0.73rem;
    font-weight: 700;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    overflow: hidden;
}

.offer-testimonial-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
}

.offer-testimonial-meta {
    display: grid;
    gap: 2px;
}

.offer-testimonial-meta strong {
    color: var(--dp-white);
    font-size: 0.72rem;
    line-height: 1.2;
}

.offer-testimonial-meta span {
    color: rgba(246, 246, 246, 0.48);
    font-size: 0.65rem;
    line-height: 1.25;
}

@media (min-width: 1280px) {
    .offer-social-proof {
        --offer-rail-stagger: 44px;
        order: -1;
        position: sticky;
        top: clamp(88px, 12vh, 132px);
        height: 0;
        z-index: 1;
        pointer-events: none;
        grid-template-columns: 1fr;
        gap: 0;
        overflow: visible;
    }

    .offer-social-proof .offer-testimonial {
        position: absolute;
        top: var(--offer-rail-y, 0px);
        left: 50%;
        transform: translateX(var(--offer-rail-x, 0));
        width: var(--offer-side-card-w);
        padding: 16px 16px 14px;
        gap: 9px;
        opacity: var(--offer-rail-opacity);
        border-color: var(--offer-rail-border);
        background: var(--offer-rail-bg);
        box-shadow: var(--offer-rail-shadow);
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(1px);
        pointer-events: none;
    }

    .offer-social-proof .offer-testimonial:nth-child(odd) {
        --offer-rail-x: calc(-1 * ((var(--offer-content-max) / 2) + var(--offer-side-gap) + var(--offer-side-card-w)));
    }

    .offer-social-proof .offer-testimonial:nth-child(even) {
        --offer-rail-x: calc((var(--offer-content-max) / 2) + var(--offer-side-gap));
        --offer-rail-y: var(--offer-rail-stagger);
    }

    .offer-social-proof .offer-testimonial-stars {
        font-size: 0.58rem;
        color: var(--offer-rail-accent);
        letter-spacing: 0.05em;
    }

    .offer-wrap .offer-social-proof .offer-testimonial-quote {
        font-size: 0.8rem;
        line-height: 1.42;
        color: var(--offer-rail-quote);
    }

    .offer-social-proof .offer-testimonial-meta strong {
        font-size: 0.66rem;
        color: rgba(246, 246, 246, 0.7);
    }

    .offer-social-proof .offer-testimonial-meta span {
        font-size: 0.58rem;
        color: var(--offer-rail-meta);
    }

    .offer-social-proof .offer-testimonial-avatar {
        width: 26px;
        height: 26px;
        border: 1px solid rgba(255, 145, 36, 0.28);
        background: rgba(255, 145, 36, 0.08);
        color: rgba(255, 145, 36, 0.78);
    }
}

@media (max-width: 1279px), (min-width: 1280px) and (max-height: 760px) {
    .offer-social-proof {
        order: 0;
        position: static;
        top: auto;
        height: auto;
        z-index: auto;
        pointer-events: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        overflow: visible;
    }

    .offer-social-proof .offer-testimonial {
        position: static;
        top: auto;
        left: auto;
        width: auto;
        transform: none;
        padding: 22px;
        gap: 14px;
        opacity: 1;
        border-color: var(--offer-inline-border);
        background: var(--offer-inline-bg);
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        pointer-events: auto;
    }

    .offer-social-proof .offer-testimonial-stars {
        font-size: 0.66rem;
    }

    .offer-wrap .offer-social-proof .offer-testimonial-quote {
        font-size: 0.93rem;
        line-height: 1.55;
        color: var(--offer-inline-quote);
    }

    .offer-social-proof .offer-testimonial-meta strong {
        font-size: 0.72rem;
    }

    .offer-social-proof .offer-testimonial-meta span {
        font-size: 0.65rem;
    }

    .offer-social-proof .offer-testimonial-avatar {
        width: 30px;
        height: 30px;
        border: 1px solid rgba(255, 145, 36, 0.5);
        background: rgba(255, 145, 36, 0.16);
        color: var(--dp-gold);
    }
}

@media (min-width: 761px) {
    .offer-checkout-main--split {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
        grid-template-areas:
            "plan price"
            "guarantee guarantee";
    }

    .offer-checkout-main--split .offer-plan-panel {
        grid-area: plan;
        border-bottom: none;
        border-right: 1px solid var(--dp-border);
        padding: 18px;
    }

    .offer-checkout-main--split .offer-price-panel {
        grid-area: price;
        align-content: start;
        padding: 24px;
    }

    .offer-checkout-main--split > .offer-guarantee--inline {
        grid-area: guarantee;
    }

}

@media (max-width: 760px) {
    .offer-overlay {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .offer-wrap {
        gap: 22px;
    }

    .offer-quick-wins {
        justify-content: center;
        gap: 6px;
    }

    .offer-quick-wins li {
        font-size: 0.6rem;
        padding: 6px 9px;
    }

    .offer-price-countdown--top,
    .offer-price-countdown--bottom {
        padding: 12px 14px;
    }

    .offer-price-countdown--top .offer-countdown-digit,
    .offer-price-countdown--bottom .offer-countdown-digit {
        font-size: 1.3rem;
        padding: 8px 6px;
    }

    .offer-price-countdown--compact {
        padding: 8px 10px;
    }

    .offer-plan-panel .offer-price-countdown--compact {
        padding: 0 0 8px;
    }

    .offer-price-countdown--compact .offer-price-countdown-head {
        gap: 5px;
    }

    .offer-price-countdown--compact .offer-price-countdown-body {
        gap: 7px;
    }

    .offer-price-countdown--compact .offer-scarcity-spots {
        font-size: 0.68rem;
    }

    .offer-price-countdown--compact .offer-countdown-label,
    .offer-plan-panel .offer-price-countdown--compact .offer-countdown-label {
        font-size: 0.5rem;
        text-align: center;
    }

    .offer-price-countdown--compact .offer-countdown {
        width: 100%;
        justify-content: space-between;
    }

    .offer-price-countdown--compact .offer-countdown-digit {
        font-size: 1.3rem;
        padding: 6px 8px;
    }

    .offer-price-countdown--compact .offer-countdown-sep {
        margin-bottom: 9px;
    }

    .offer-price-panel > .offer-scarcity-progress--compact {
        padding: 8px 10px;
        gap: 7px;
    }

    .offer-price-panel > .offer-scarcity-progress--compact .offer-scarcity-spots {
        font-size: 0.68rem;
    }

    .offer-plan-panel {
        padding: 12px 14px;
    }

    .offer-checkout-main--split .offer-plan-panel {
        border-right: none;
        border-bottom: 1px solid var(--dp-border);
    }

    .offer-checkout-main--split > .offer-guarantee--inline {
        padding: 11px 14px;
    }

    .offer-plan-panel > .offer-price-eyebrow {
        text-align: left;
    }

    .offer-plan-benefits {
        gap: 10px;
        margin-bottom: 8px;
    }

    .offer-plan-benefits li {
        font-size: 0.74rem;
        padding-left: 14px;
    }

    .offer-plan-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .offer-plan-card {
        padding: 12px 14px;
        text-align: left;
        justify-items: start;
    }

    .offer-plan-title {
        justify-content: flex-start;
    }

    .offer-price-panel {
        padding: 20px;
    }

    .offer-proof-inline {
        padding: 11px 12px;
    }

    .offer-proof-inline-quote {
        font-size: 0.82rem;
    }

    .offer-proof-inline-author {
        font-size: 0.68rem;
    }

    .offer-countdown {
        gap: 6px;
    }

    .offer-countdown-digit {
        font-size: 1.5rem;
        min-width: 44px;
        padding: 8px 7px;
    }

    .offer-countdown-sep {
        display: none;
    }

    .offer-social-proof {
        display: none;
    }

    .offer-social-proof .offer-testimonial {
        padding: 20px;
    }

    .offer-wrap .offer-social-proof .offer-testimonial-quote {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .offer-box-header,
    .offer-includes li,
    .offer-value-total {
        padding-left: 14px;
        padding-right: 14px;
    }

    .offer-under-cta {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px 10px;
        margin-top: 2px;
    }

    .dp-mini-cta {
        margin-top: 30px;
        padding: 22px 18px 18px;
        gap: 6px;
    }

    .dp-mini-cta__lead {
        font-size: 0.7rem;
    }

    .dp-mini-cta__sub {
        margin: 0 0 4px;
        font-size: 1.2rem;
    }

    .dp-mini-cta__checks {
        width: 100%;
        gap: 8px 12px;
    }

    .dp-mini-cta__checks li {
        font-size: 0.64rem;
        line-height: 1.2;
    }

    .offer-trust-sep {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .offer-plan-card,
    .offer-cta {
        transition: none;
    }

    .offer-scarcity-dot {
        animation: none;
    }
}


/* ================================================================
   SITE NAV — sticky header
   ================================================================ */

.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(26, 36, 44, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(246, 246, 246, 0.07);
    transition: background 0.25s ease, border-color 0.25s ease;
    overflow-x: clip;
}

.site-nav.is-scrolled {
    background: rgba(26, 36, 44, 0.96);
    border-color: rgba(246, 246, 246, 0.11);
}

.site-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    min-width: 0;
    overflow-x: clip;
}

/* Logo */
.site-nav__logo {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    flex-shrink: 0;
    height: 100%;
}

.site-nav__logo-mark {
    display: block;
    flex-shrink: 0;
    height: 70%;
    width: auto;
    aspect-ratio: 2.4 / 1;
}

.site-nav__logo-text {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(246, 246, 246, 0.92);
    line-height: 1;
}

/* Desktop links */
.site-nav__links {
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.site-nav__actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.site-nav__header-cta,
.site-nav__header-cta:link,
.site-nav__header-cta:visited,
.site-nav__header-cta:hover,
.site-nav__header-cta:focus,
.site-nav__header-cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 30px;
    padding: 0 12px;
    border-radius: 7px;
    background: var(--dp-orange);
    color: var(--dp-white) !important;
    text-decoration: none;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(237, 85, 43, 0.28);
    transition: transform 0.16s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-nav__header-cta:hover,
.site-nav__header-cta:active {
    transform: translateY(-1px);
    box-shadow: 0 9px 22px rgba(237, 85, 43, 0.36);
    filter: brightness(1.03);
}

.site-nav__header-cta:focus-visible {
    outline: 2px solid rgba(255, 145, 36, 0.85);
    outline-offset: 2px;
}

.site-nav__link {
    position: relative;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: rgba(246, 246, 246, 0.58);
    text-decoration: none;
    padding: 6px 11px;
    border-radius: 6px;
    transition: color 0.18s ease, background 0.18s ease;
}

.site-nav__link::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 3px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--dp-gold), var(--dp-orange));
    transform: scaleX(0.35);
    transform-origin: center;
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link:active {
    color: rgba(246, 246, 246, 0.92);
    background: rgba(246, 246, 246, 0.06);
}

.site-nav__link:hover::after,
.site-nav__link:active::after {
    transform: scaleX(1);
    opacity: 0.6;
}

.site-nav__link.is-active {
    color: rgba(246, 246, 246, 0.96);
    background: rgba(246, 246, 246, 0.08);
}

.site-nav__link.is-active::after {
    transform: scaleX(1);
    opacity: 1;
}

/* Burger button */
.site-nav__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.5px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.site-nav__burger-bar {
    display: block;
    width: 20px;
    height: 1.5px;
    background: rgba(246, 246, 246, 0.7);
    border-radius: 2px;
    transition: transform 0.22s ease, opacity 0.22s ease, width 0.22s ease;
    transform-origin: center;
}

.site-nav__burger[aria-expanded="true"] .site-nav__burger-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.site-nav__burger[aria-expanded="true"] .site-nav__burger-bar:nth-child(2) {
    opacity: 0;
    width: 0;
}
.site-nav__burger[aria-expanded="true"] .site-nav__burger-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Mobile drawer */
.site-nav__mobile {
    display: flex;
    flex-direction: column;
    padding: 8px 16px 14px;
    border-top: 1px solid rgba(246, 246, 246, 0.07);
    background: rgba(26, 36, 44, 0.98);
}

.site-nav__mobile[hidden] {
    display: none;
}

.site-nav__mobile-link {
    position: relative;
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(246, 246, 246, 0.65);
    text-decoration: none;
    padding: 11px 8px 11px 14px;
    border-bottom: 1px solid rgba(246, 246, 246, 0.06);
    transition: color 0.16s ease, background 0.16s ease;
}

.site-nav__mobile-link::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 2px;
    height: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--dp-gold), var(--dp-orange));
    transform: translateY(-50%);
    opacity: 0;
    transition: height 0.2s ease, opacity 0.2s ease;
}

.site-nav__mobile-link:last-child {
    border-bottom: none;
}

.site-nav__mobile-link:hover,
.site-nav__mobile-link:active {
    color: rgba(246, 246, 246, 0.95);
    background: rgba(246, 246, 246, 0.04);
}

.site-nav__mobile-link:hover::before,
.site-nav__mobile-link:active::before,
.site-nav__mobile-link.is-active::before {
    height: 62%;
    opacity: 1;
}

.site-nav__mobile-link.is-active {
    color: rgba(246, 246, 246, 0.97);
    background: rgba(246, 246, 246, 0.06);
}

.site-nav__mobile-link.site-nav__drawer-cta,
.site-nav__mobile-link.site-nav__drawer-cta:hover,
.site-nav__mobile-link.site-nav__drawer-cta:active,
.site-nav__mobile-link.site-nav__drawer-cta:focus,
.site-nav__mobile-link.site-nav__drawer-cta:visited {
    margin-top: 12px;
    border-bottom: none;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dp-orange);
    color: var(--dp-white) !important;
    font-size: 1.06rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(237, 85, 43, 0.28);
}

.site-nav__mobile-link.site-nav__drawer-cta::before {
    display: none;
}

/* Offset page sections so nav doesn't overlap anchor targets */
#process, #games, #pricing, #proof, #faq {
    scroll-margin-top: 56px;
}

/* Push body down so first content isn't hidden under fixed nav */
body.dp-theme {
    padding-top: 48px;
}

@media (max-width: 900px) {
    .site-nav .site-nav__header-cta {
        display: none !important;
    }

    .site-nav__inner {
        padding: 0 14px;
    }

    section.breakout-section,
    .ftm__grid {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .marquee--images,
    .marquee--testimonials,
    .marquee--videos {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
    }
}

@media (max-width: 680px) {
    .site-nav__links {
        display: none;
    }

    .site-nav__actions {
        gap: 0;
    }

    .site-nav__burger {
        display: flex;
    }
}

@media (max-width: 420px) {
    .site-nav__inner {
        padding: 0 10px;
    }

    .site-nav__logo-mark {
        height: 66%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-nav__burger-bar,
    .site-nav__link,
    .site-nav__link::after,
    .site-nav__mobile-link,
    .site-nav__mobile-link::before {
        transition: none;
    }
}

.text-emphasis {
    font-weight: 700;
    text-decoration: underline;
}


/* ── Objections grid ("even if...") ───────────────────────── */

.objections-section {
    padding-bottom: 72px;
}

.objections-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    max-width: 1145px;
    margin: 26px auto 0;
    padding: 0 24px;
}

.objection-card {
    display: block;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(246, 246, 246, 0.12);
    border-radius: 14px;
    padding: 32px;
    background:
        radial-gradient(120% 120% at 10% 0%, rgba(255, 145, 36, 0.07), transparent 48%),
        radial-gradient(120% 120% at 92% 100%, rgba(237, 85, 43, 0.05), transparent 52%),
        linear-gradient(160deg, rgba(28, 38, 51, 0.92), rgba(16, 24, 35, 0.94));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.25s ease;
    cursor: default;
}

/* Keep the original tilted rhythm in this section. */
.objection-card:nth-child(odd) {
    transform: rotate(-1.2deg);
}

.objection-card:nth-child(even) {
    transform: rotate(1.2deg);
}

.objection-card:hover {
    transform: translateY(-4px) rotate(0deg);
    border-color: #ff6a3d;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.objection-card--featured {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 860px;
    justify-self: center;
    padding: 36px 34px;
}

.objection-card__icon-wrap {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 106, 61, 0.08);
    border: 1px solid rgba(255, 106, 61, 0.22);
    flex-shrink: 0;
}

.objection-card__icon {
    width: 20px;
    height: 20px;
    color: #ff6a3d;
}

.objection-card__body {
    min-width: 0;
    display: grid;
    gap: 0;
}

.objection-card__meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 14px;
}

.objection-card__starter {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.1;
}

.objection-card__headline {
    margin: 16px 0 0;
    font-family: "Oswald", "Segoe UI", Arial, sans-serif;
    font-size: clamp(28px, 2.1vw, 32px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #ffffff;
}

.objection-card--featured .objection-card__headline {
    font-size: clamp(32px, 2.5vw, 38px);
    line-height: 1.12;
}

.objection-card__headline-accent {
    color: #ff6a3d;
}

.objection-card__note {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    letter-spacing: 0.005em;
}

.objections-cta {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 760px) {
    .objections-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-top: 22px;
        padding: 0 14px;
    }

    .objection-card--featured {
        grid-column: auto;
        justify-self: stretch;
        width: auto;
        max-width: none;
        padding: 24px 20px;
    }

    .objection-card:nth-child(odd) {
        transform: rotate(-0.6deg);
    }

    .objection-card:nth-child(even) {
        transform: rotate(0.6deg);
    }

    .objection-card {
        padding: 24px 20px;
    }

    .objection-card__meta {
        gap: 10px;
        margin-top: 18px;
        padding-top: 12px;
    }

    .objection-card__icon-wrap {
        width: 20px;
        height: 20px;
    }

    .objection-card__icon {
        width: 18px;
        height: 18px;
    }

    .objection-card__starter {
        font-size: 11px;
        letter-spacing: 0.11em;
    }

    .objection-card__headline {
        font-size: clamp(24px, 7vw, 28px);
        line-height: 1.13;
    }

    .objection-card--featured .objection-card__headline {
        font-size: clamp(26px, 8vw, 30px);
    }

    .objection-card__note {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (prefers-reduced-motion: reduce) {
    .objection-card {
        transition: none;
        transform: none;
    }
}

/* Guard against global paragraph typography resets overriding objections text. */
.objections-section p.objection-card__starter {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: "Oswald", "Segoe UI", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
}

.objections-section p.objection-card__headline {
    margin: 16px 0 0 !important;
    color: #ffffff !important;
    font-family: "Oswald", "Segoe UI", Arial, sans-serif !important;
    font-size: clamp(28px, 2.1vw, 32px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
}

.objections-section .objection-card--featured p.objection-card__headline {
    font-size: clamp(32px, 2.5vw, 38px) !important;
    line-height: 1.12 !important;
}

.objections-section .objection-card__headline-accent {
    color: #ff6a3d !important;
}

.objections-section p.objection-card__note {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.65) !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    letter-spacing: 0.005em !important;
}

@media (max-width: 760px) {
    .objections-section .objections-grid {
        margin-top: 22px !important;
    }

    .objections-section p.objection-card__starter {
        font-size: 11px !important;
        letter-spacing: 0.11em !important;
    }

    .objections-section p.objection-card__headline {
        font-size: clamp(24px, 7vw, 28px) !important;
        line-height: 1.13 !important;
        margin-top: 14px !important;
    }

    .objections-section .objection-card--featured p.objection-card__headline {
        font-size: clamp(26px, 8vw, 30px) !important;
    }

    .objections-section p.objection-card__note {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }
}


/* ── Footer ──────────────────────────────────────────────── */

.dp-footer {
    padding: 24px 24px 20px;
    background: linear-gradient(180deg, var(--dp-dark-blue) 0%, #111820 100%);
    border-top: 1px solid var(--dp-border);
}

.dp-footer .dp-footer__inner {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dp-footer .dp-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.dp-footer .dp-footer__logo-img {
    display: block;
    height: 22px;
    width: auto;
    aspect-ratio: 2.4 / 1;
    object-fit: contain;
    opacity: 0.7;
}

body.dp-theme .dp-footer__tagline {
    font-family: 'Mulish', sans-serif;
    font-size: 0.78rem;
    font-weight: 400;
    color: rgba(212, 220, 239, 0.45);
    margin: 0;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.dp-footer .dp-footer__links {
    display: flex;
    gap: 24px;
}

body.dp-theme .dp-footer__links a {
    font-family: 'Mulish', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(212, 220, 239, 0.5);
    text-decoration: none;
    transition: color 0.15s ease;
}

body.dp-theme .dp-footer__links a:hover {
    color: var(--dp-white);
}

body.dp-theme .dp-footer__copy {
    font-family: 'Mulish', sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    color: rgba(212, 220, 239, 0.3);
    margin: 0;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

@media (max-width: 760px) {
    .dp-footer .dp-footer__inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .dp-footer .dp-footer__brand {
        align-items: center;
    }

    .dp-footer .dp-footer__links {
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .offer-cta,
    .offer-cta:link,
    .offer-cta:visited,
    .offer-cta:hover,
    .offer-cta:focus,
    .offer-cta:active,
    a.dp-cta.offer-cta,
    a.dp-cta.offer-cta:link,
    a.dp-cta.offer-cta:visited,
    a.dp-cta.offer-cta:hover,
    a.dp-cta.offer-cta:focus,
    a.dp-cta.offer-cta:active,
    .dp-section-header-hero a.dp-cta.offer-cta,
    .dp-section-header-hero a.dp-cta.offer-cta:link,
    .dp-section-header-hero a.dp-cta.offer-cta:visited,
    .dp-section-header-hero a.dp-cta.offer-cta:hover,
    .dp-section-header-hero a.dp-cta.offer-cta:focus,
    .dp-section-header-hero a.dp-cta.offer-cta:active {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        max-width: calc(100% - 36px);
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        /*min-height: 60px;*/
        font-weight: 900;
    }

    .site-nav__mobile-link.site-nav__drawer-cta,
    .site-nav__mobile-link.site-nav__drawer-cta:hover,
    .site-nav__mobile-link.site-nav__drawer-cta:active,
    .site-nav__mobile-link.site-nav__drawer-cta:focus,
    .site-nav__mobile-link.site-nav__drawer-cta:visited {
        padding-top: 16px;
        padding-bottom: 16px;
        min-height: 56px;
        font-weight: 900;
    }
}

.section-grid-hero {
    padding-top: 40px;
}

@media (max-width: 900px) {
    .section-grid-hero {
        padding-top: 34px;
    }
}

@media (max-width: 600px) {
    .section-grid-hero {
        padding-top: 28px;
    }
}
