/* RunMatch landing components — shared by the rebuilt money/listicle pages. All classes gp- prefixed. */
        /* =====================================================================
           get-paid-to-run v3 — landing layout. Every class is gp- prefixed so
           nothing here collides with the shared page stylesheet above.
           ===================================================================== */
        :root {
            --gp-ink: #131313; --gp-ink-2: #4A4B4F; --gp-faint: #86878C;
            --gp-line: rgba(19,19,19,0.09);
            --gp-gold: #D9A600; --gp-gold-hi: #F9C038; --gp-gold-text: #8A6D00;
            --gp-money: #1F9A55; --gp-money-bg: #E4F5EA;
            --gp-night: #11100D; --gp-night-card: #1B1915; --gp-night-line: rgba(243,240,232,0.10);
            --gp-cream: #F3F0E8; --gp-cream-2: rgba(243,240,232,0.70);
            --gp-track: #B24A33;
            --gp-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 18px 44px rgba(60,40,10,0.08);
        }
        .gp-wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
        .gp-sec { padding: 64px 0; position: relative; }
        .gp-dark {
            background:
                radial-gradient(ellipse 70% 60% at 88% 0%, rgba(249,192,56,0.13), transparent 62%),
                radial-gradient(ellipse 55% 45% at 0% 100%, rgba(249,192,56,0.07), transparent 60%),
                var(--gp-night);
            color: var(--gp-cream);
        }
        .gp-kick {
            display: inline-flex; align-items: center; gap: 9px;
            font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
            color: var(--gp-gold-text); margin-bottom: 14px;
        }
        .gp-kick::before { content: ''; width: 18px; height: 2px; border-radius: 2px; background: var(--gp-gold); }
        .gp-dark .gp-kick { color: var(--gp-gold-hi); }
        .gp-h2 {
            font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800;
            font-size: clamp(30px, 4.4vw, 48px); line-height: 1.05; letter-spacing: -1.6px;
            color: var(--gp-ink); max-width: 20ch; text-wrap: balance; margin-bottom: 16px;
        }
        .gp-dark .gp-h2 { color: var(--gp-cream); }
        .gp-h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -0.5px; color: var(--gp-ink); }
        .gp-dark .gp-h3 { color: var(--gp-cream); }
        .gp-copy p { font-size: 16.5px; line-height: 1.72; color: var(--gp-ink-2); margin-bottom: 1em; max-width: 64ch; }
        .gp-copy p:last-child { margin-bottom: 0; }
        .gp-copy strong { color: var(--gp-ink); }
        .gp-copy a, .gp-link { color: var(--gp-gold-text); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(217,166,0,0.45); }
        .gp-dark .gp-copy p { color: var(--gp-cream-2); }
        .gp-dark .gp-copy strong { color: var(--gp-cream); }
        .gp-dark .gp-copy a { color: var(--gp-gold-hi); }
        .gp-money { color: var(--gp-money); }

        /* Buttons */
        .gp-btn, .gp-btn-ghost, .gp-btn-dark {
            display: inline-flex; align-items: center; justify-content: center; gap: 9px;
            min-height: 52px; padding: 0 28px; border-radius: 999px;
            font-weight: 700; font-size: 15.5px; text-decoration: none; white-space: nowrap;
            transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
        }
        .gp-btn { background: linear-gradient(135deg, #F4BE2A, var(--gp-gold) 55%, #B38F00); color: #131313; box-shadow: 0 8px 24px rgba(217,166,0,0.32); }
        .gp-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(217,166,0,0.40); }
        .gp-btn-ghost { background: #fff; color: #131313; border: 1px solid rgba(19,19,19,0.14); }
        .gp-btn-ghost:hover { border-color: rgba(217,166,0,0.55); }
        .gp-btn-dark { background: #131313; color: var(--gp-gold-hi); box-shadow: 0 8px 22px rgba(0,0,0,0.22); }
        .gp-btn-dark:hover { transform: translateY(-2px); }
        .gp-btn:focus-visible, .gp-btn-ghost:focus-visible, .gp-btn-dark:focus-visible { outline: 3px solid var(--gp-gold-hi); outline-offset: 3px; }

        /* ---------------- Hero ---------------- */
        .gp-hero { position: relative; overflow: hidden; padding: 112px 0 56px; }
        .gp-hero::before {
            content: ''; position: absolute; inset: 0; pointer-events: none;
            background: radial-gradient(ellipse 50% 60% at 78% 40%, rgba(249,192,56,0.20), transparent 70%);
        }
        .gp-hero-grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
        .gp-hero-top, .gp-hero-act { min-width: 0; }
        .gp-h1 {
            font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800;
            font-size: clamp(38px, 5.8vw, 66px); line-height: 1.0; letter-spacing: -2.4px;
            color: var(--gp-ink); margin: 0 0 20px; max-width: 13ch; text-wrap: balance;
        }
        .gp-deck { font-size: clamp(18px, 2vw, 21px); line-height: 1.45; color: var(--gp-ink-2); max-width: 34ch; margin-bottom: 28px; font-weight: 500; }
        .gp-deck b { color: var(--gp-ink); font-weight: 700; }
        .gp-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
        .gp-proof { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 24px 0 0; }
        .gp-proof li { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--gp-ink-2); }
        .gp-proof svg { width: 16px; height: 16px; color: var(--gp-money); flex: none; }
        .gp-disclose { margin-top: 22px; font-size: 12.5px; line-height: 1.6; color: var(--gp-faint); max-width: 58ch; }
        .gp-disclose a { color: var(--gp-gold-text); }

        /* Device scene */
        .gp-scene { position: relative; width: 100%; max-width: 330px; margin: 0 auto 8px; aspect-ratio: 1 / 1.2; }
        .gp-lanes-bg { position: absolute; inset: -6% -14%; width: 128%; height: 112%; pointer-events: none; }
        .gp-phone {
            position: absolute; right: 3%; top: 1%; width: 56%; aspect-ratio: 9 / 19;
            padding: 1.9%; border-radius: 15% / 7.2%; container-type: inline-size;
            background: linear-gradient(160deg, #2E2E31, #0C0C0D 60%, #1F1F22);
            box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.12), 0 34px 70px rgba(70,48,10,0.26), 0 6px 18px rgba(0,0,0,0.12);
            z-index: 1;
        }
        .gp-screen {
            position: relative; height: 100%; overflow: hidden; border-radius: 13% / 6.1%;
            background: #F7F4EE; color: #18150F;
            font-family: ui-rounded, 'SF Pro Rounded', 'Plus Jakarta Sans', system-ui, sans-serif;
            padding: 18cqw 5.5cqw 5.5cqw; display: flex; flex-direction: column; gap: 3.2cqw;
        }
        .gp-island { position: absolute; top: 3cqw; left: 50%; transform: translateX(-50%); width: 30cqw; height: 8.4cqw; border-radius: 99px; background: #0B0B0B; }
        .gp-status { position: absolute; top: 4.2cqw; left: 9cqw; right: 8cqw; display: flex; justify-content: space-between; align-items: center; font-size: 4.3cqw; font-weight: 700; }
        .gp-batt { width: 7.5cqw; height: 3.5cqw; border: 0.5cqw solid #18150F; border-radius: 1cqw; position: relative; }
        .gp-batt::after { content: ''; position: absolute; inset: 0.45cqw; right: 1.6cqw; background: #18150F; border-radius: 0.4cqw; }
        .gp-app-kick { display: block; font-size: 3.5cqw; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #8C8372; }
        .gp-app-title { display: block; font-size: 7.4cqw; font-weight: 800; letter-spacing: -0.2cqw; line-height: 1.1; }
        .gp-pot { background: #fff; border-radius: 6cqw; padding: 4.6cqw 5cqw; display: flex; justify-content: space-between; align-items: flex-start; box-shadow: 0 1.2cqw 4cqw rgba(74,57,29,0.10); }
        .gp-pot-l { display: block; font-size: 3.3cqw; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #A89F8E; }
        .gp-pot-n { display: block; font-size: 13cqw; font-weight: 800; letter-spacing: -0.4cqw; line-height: 1.05; color: #25AD63; }
        .gp-pot-s { display: block; font-size: 3.4cqw; font-weight: 600; color: #6D6558; }
        .gp-live { display: inline-flex; align-items: center; gap: 1.4cqw; font-size: 3.2cqw; font-weight: 800; color: #A57505; background: #FEF8E5; border: 0.35cqw solid rgba(224,154,21,0.45); border-radius: 99px; padding: 1.2cqw 2.6cqw; white-space: nowrap; }
        .gp-live i { width: 1.8cqw; height: 1.8cqw; border-radius: 50%; background: #F2A81E; }
        .gp-leadline { font-size: 4cqw; font-weight: 800; color: #A57505; display: flex; align-items: center; gap: 1.4cqw; }
        .gp-board { list-style: none; background: #fff; border-radius: 6cqw; padding: 2cqw 4.4cqw; box-shadow: 0 1.2cqw 4cqw rgba(74,57,29,0.08); }
        .gp-board li { display: grid; grid-template-columns: 6cqw 15cqw 1fr 10cqw; gap: 2.4cqw; align-items: center; padding: 2.1cqw 0; font-size: 3.7cqw; font-weight: 600; border-bottom: 0.3cqw solid #EFEAE0; }
        .gp-board li:last-child { border-bottom: 0; }
        .gp-board b { width: 6cqw; height: 6cqw; border-radius: 50%; display: grid; place-items: center; font-size: 3cqw; font-weight: 800; background: #F1ECE2; color: #6D6558; }
        .gp-board .br { height: 1.9cqw; border-radius: 99px; background: #F1ECE2; overflow: hidden; }
        .gp-board .br i { display: block; height: 100%; width: var(--w); border-radius: 99px; background: #D8D0C0; }
        .gp-board .mi { text-align: right; font-weight: 800; font-variant-numeric: tabular-nums; }
        .gp-board li.me { font-weight: 800; }
        .gp-board li.me b { background: linear-gradient(145deg, #FFD852, #F2A81E); color: #18150F; }
        .gp-board li.me .br i { background: linear-gradient(90deg, #F2A81E, #FFD852); }
        .gp-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 3cqw; }
        .gp-mini div { background: #fff; border-radius: 5cqw; padding: 3.2cqw 4cqw; box-shadow: 0 1.2cqw 4cqw rgba(74,57,29,0.08); }
        .gp-mini span { display: block; font-size: 3.2cqw; font-weight: 700; color: #A89F8E; text-transform: uppercase; letter-spacing: 0.08em; }
        .gp-mini b { display: block; font-size: 6cqw; font-weight: 800; letter-spacing: -0.2cqw; }
        .gp-startbtn { margin-top: auto; height: 12.5cqw; border-radius: 99px; background: linear-gradient(180deg, #FFD852, #F2A81E); display: flex; align-items: center; justify-content: center; gap: 2cqw; font-size: 4.6cqw; font-weight: 800; box-shadow: 0 1.5cqw 4cqw rgba(242,168,30,0.35); }

        /* Apple Watch frame, used in the hero, the verification steps and the final CTA */
        .gp-watch { position: relative; isolation: isolate; }
        .gp-watch::before, .gp-watch::after { content: ''; position: absolute; left: 17%; right: 17%; height: 30%; background: linear-gradient(90deg, #1E1C18, #34312B 50%, #1E1C18); z-index: -1; }
        .gp-watch::before { bottom: 90%; border-radius: 14px 14px 3px 3px; }
        .gp-watch::after { top: 90%; border-radius: 3px 3px 14px 14px; }
        .gp-watch-case {
            position: relative; padding: 8.5%; border-radius: 27% / 23%;
            background: linear-gradient(150deg, #45454A, #0E0E0F 52%, #2B2B2F);
            box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.16), 0 20px 44px rgba(20,14,4,0.38);
        }
        .gp-watch-case::after { content: ''; position: absolute; right: -4.5%; top: 25%; width: 5.5%; height: 16%; border-radius: 3px; background: linear-gradient(90deg, #2A2A2D, #77777D); }
        .gp-watch-case img { display: block; width: 100%; height: auto; border-radius: 19% / 16%; }
        .gp-scene .gp-watch { position: absolute; left: 1%; bottom: 13%; width: 38%; z-index: 2; }

        /* Floating chips */
        .gp-chip {
            position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px;
            background: rgba(255,255,255,0.97); border: 1px solid rgba(19,19,19,0.06);
            border-radius: 16px; padding: 9px 14px 9px 9px; white-space: nowrap;
            box-shadow: 0 14px 34px rgba(60,40,10,0.18);
            animation: gpFloat 6s ease-in-out infinite;
        }
        .gp-chip b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; letter-spacing: -0.3px; color: var(--gp-ink); line-height: 1.2; }
        .gp-chip small { display: block; font-size: 11px; font-weight: 600; color: #6B6B70; }
        .gp-chip-ic { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--gp-money-bg); color: var(--gp-money); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 16px; flex: none; }
        .gp-chip-ic svg { width: 17px; height: 17px; }
        .gp-chip-ic.hr { background: #FDE8EE; color: #E0305C; }
        .gp-chip.pay b { color: var(--gp-money); }
        .gp-scene .gp-chip.pay { left: -2%; top: 9%; }
        .gp-scene .gp-chip.hr { left: -2%; bottom: 1%; animation-delay: -3s; }
        @keyframes gpFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

        /* ---------------- Scoreboard strip ---------------- */
        .gp-score { padding: 26px 0; border-top: 1px solid rgba(249,192,56,0.18); }
        .gp-score-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; }
        .gp-score-k { grid-column: 1 / -1; font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gp-gold-hi); }
        .gp-score-c { min-width: 0; padding-left: 14px; border-left: 1px solid var(--gp-night-line); }
        .gp-score-c .n { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(26px, 3.2vw, 36px); letter-spacing: -1px; line-height: 1.05; color: var(--gp-cream); font-variant-numeric: tabular-nums; white-space: nowrap; }
        .gp-score-c .n small { font-size: 0.5em; opacity: 0.6; letter-spacing: 0; }
        .gp-score-c .l { display: block; font-size: 12.5px; line-height: 1.45; color: var(--gp-cream-2); margin-top: 5px; }
        .gp-score-c.hot { border-left-color: var(--gp-gold-hi); }
        .gp-score-c.hot .n { color: var(--gp-gold-hi); }

        /* ---------------- The payout track ---------------- */
        .gp-intro { display: grid; gap: 8px 48px; grid-template-columns: 1fr; align-items: start; }
        .gp-track { background: #fff; border: 1px solid var(--gp-line); border-radius: 28px; padding: 22px 18px 18px; margin-top: 34px; box-shadow: var(--gp-shadow); }
        .gp-track-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 16px; margin: 0 4px 14px; }
        .gp-track-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: var(--gp-ink); letter-spacing: -0.3px; }
        .gp-track-src { font-size: 12px; color: var(--gp-faint); }
        .gp-ruler { position: relative; height: 20px; margin: 0 22px 6px 14px; }
        .gp-ruler span { position: absolute; left: calc(var(--p) * (100% - 34px) + 17px); transform: translateX(-50%); font-size: 11px; font-weight: 700; color: var(--gp-faint); font-variant-numeric: tabular-nums; white-space: nowrap; }
        .gp-ruler span.fin { color: var(--gp-gold-text); }
        .gp-lanes { position: relative; border-radius: 20px; overflow: hidden; background: linear-gradient(180deg, #BB5238, var(--gp-track)); box-shadow: inset 0 2px 0 rgba(255,255,255,0.12), inset 0 -3px 0 rgba(0,0,0,0.10); }
        .gp-lanes::after {
            content: ''; position: absolute; top: 0; bottom: 0; right: 22px; width: 14px; pointer-events: none;
            background: repeating-conic-gradient(#fff 0 25%, #1A1A1A 0 50%) 0 0 / 14px 14px;
            box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
        }
        .gp-lane { position: relative; height: 96px; border-top: 2px solid rgba(255,255,255,0.58); }
        .gp-lane:first-child { border-top: 0; }
        .gp-lane-meta { position: absolute; left: 14px; right: 46px; top: 9px; display: grid; grid-template-columns: 1fr auto; column-gap: 10px; color: #fff; z-index: 2; }
        .gp-lane-name { grid-column: 1; grid-row: 1; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 800; display: flex; align-items: center; gap: 7px; }
        .gp-lane-val { grid-column: 2; grid-row: 1; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14.5px; font-weight: 800; white-space: nowrap; font-variant-numeric: tabular-nums; text-align: right; }
        .gp-lane-val small { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 11px; opacity: 0.8; }
        .gp-lane-basis { grid-column: 1 / -1; grid-row: 2; font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,0.82); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .gp-lanes .ours-chip { background: #fff; color: var(--gp-gold-text); border-color: transparent; top: 0; }
        .gp-run { position: absolute; left: 14px; right: 22px; bottom: 9px; height: 34px; }
        .gp-band { position: absolute; top: 50%; height: 8px; margin-top: -4px; border-radius: 8px; background: rgba(255,255,255,0.30); left: calc(var(--a) * (100% - 34px) + 17px); width: calc((var(--b) - var(--a)) * (100% - 34px)); }
        .gp-tok {
            position: absolute; top: 0; left: calc(var(--p) * (100% - 34px));
            width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
            background: #FBF7EE; color: #3B3A36; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: -0.3px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.28);
            transition: left 1.4s cubic-bezier(0.2, 0.85, 0.25, 1);
        }
        .gp-tok.rm { background: #131313; box-shadow: 0 0 0 3px #FFD852, 0 8px 20px rgba(0,0,0,0.35); z-index: 3; }
        .gp-tok.rm img { width: 21px; height: 21px; border-radius: 5px; }
        .gp-lane:nth-child(2) .gp-tok { transition-delay: 0.08s; }
        .gp-lane:nth-child(3) .gp-tok { transition-delay: 0.16s; }
        .gp-lane:nth-child(4) .gp-tok { transition-delay: 0.24s; }
        .gp-lane:nth-child(5) .gp-tok { transition-delay: 0.32s; }
        .js .gp-track:not(.go) .gp-tok { left: 0; }
        .gp-track-note { font-size: 12px; line-height: 1.55; color: var(--gp-faint); margin: 12px 4px 0; }

        /* App-by-app list */
        .gp-apps { margin-top: 22px; border: 1px solid var(--gp-line); border-radius: 24px; background: #fff; overflow: hidden; box-shadow: var(--gp-shadow); }
        .gp-apps-hd { display: none; }
        .gp-app { display: grid; grid-template-columns: 42px 1fr; gap: 6px 14px; padding: 18px; border-top: 1px solid var(--gp-line); align-items: start; }
        .gp-app:first-of-type { border-top: 0; }
        .gp-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: #F1EFE9; color: #55565A; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 800; grid-row: 1; }
        .gp-app-name { grid-column: 2; align-self: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 16px; color: var(--gp-ink); }
        .gp-app-model, .gp-app-money { grid-column: 1 / -1; font-size: 14.5px; line-height: 1.55; color: var(--gp-ink-2); }
        .gp-app-money { color: var(--gp-ink); font-weight: 600; }
        .gp-lbl { display: block; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gp-faint); margin-bottom: 2px; }
        .gp-app.ours { background: linear-gradient(90deg, rgba(249,192,56,0.14), rgba(249,192,56,0.04)); }
        .gp-app.ours .gp-ic { background: #131313; }
        .gp-app.ours .gp-ic img { width: 26px; height: 26px; border-radius: 6px; }

        .gp-calc { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; margin-top: 22px; padding: 22px 24px; border-radius: 24px; background: #fff; border: 1px dashed rgba(217,166,0,0.55); color: var(--gp-ink-2); }
        .gp-calc-copy a { color: var(--gp-gold-text); font-weight: 700; text-underline-offset: 3px; }
        .gp-calc-math { display: flex; align-items: center; gap: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 22px; color: var(--gp-ink); font-variant-numeric: tabular-nums; }
        .gp-calc-math i { font-style: normal; color: var(--gp-faint); font-weight: 600; }
        .gp-calc-math .net { color: var(--gp-money); }
        .gp-calc-copy { flex: 1 1 280px; font-size: 14.5px; line-height: 1.55; }
        .gp-calc-copy b { color: var(--gp-gold-text); white-space: nowrap; }

        /* Gold CTA ribbon */
        .gp-ribbon { padding: 12px 0 8px; }
        .gp-ribbon-in {
            position: relative; overflow: hidden; display: grid; gap: 20px; align-items: center;
            border-radius: 30px; padding: 30px 26px;
            background: linear-gradient(120deg, #FFD34D, #F2B21E 45%, #D99A0A);
            box-shadow: 0 20px 50px rgba(217,166,0,0.30);
        }
        .gp-ribbon-in::after { content: ''; position: absolute; right: -60px; top: -80px; width: 280px; height: 280px; border-radius: 50%; border: 36px solid rgba(255,255,255,0.18); pointer-events: none; }
        .gp-ribbon-h { position: relative; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(22px, 2.8vw, 30px); letter-spacing: -0.8px; line-height: 1.12; color: #131313; max-width: 22ch; }
        .gp-ribbon-s { position: relative; font-size: 15px; line-height: 1.55; color: rgba(19,19,19,0.78); margin-top: 8px; max-width: 54ch; }
        .gp-ribbon .gp-btn-dark { position: relative; justify-self: start; }

        /* Rewards: coffee meter */
        .gp-split { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
        .gp-fig { background: #fff; border: 1px solid var(--gp-line); border-radius: 26px; padding: 24px; box-shadow: var(--gp-shadow); }
        .gp-fig-t { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 15px; color: var(--gp-ink); margin-bottom: 18px; }
        .gp-months { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; align-items: end; height: 96px; padding-bottom: 6px; border-bottom: 2px solid #EFEAE0; }
        .gp-mo { display: flex; flex-direction: column-reverse; align-items: center; gap: 2px; }
        .gp-mo i { width: 30px; height: 10px; border-radius: 50%; background: linear-gradient(180deg, #FFD852, #D99A0A); box-shadow: 0 1.5px 0 #A57505; }
        .gp-mo-l { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 7px; font-size: 11px; font-weight: 700; color: var(--gp-faint); text-align: center; }
        .gp-eq { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding: 16px; border-radius: 18px; background: #FAF7F0; }
        .gp-eq svg { width: 52px; height: 52px; color: #7A5A3A; flex: none; }
        .gp-eq b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -0.5px; color: var(--gp-ink); }
        .gp-eq small { display: block; font-size: 13px; color: var(--gp-ink-2); }
        .gp-subhead { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 19px; letter-spacing: -0.4px; color: var(--gp-ink); margin: 26px 0 10px; }
        .gp-callout { display: flex; gap: 12px; align-items: flex-start; margin-top: 22px; padding: 16px 18px; border-radius: 18px; background: #131313; color: var(--gp-cream); font-size: 15px; line-height: 1.6; }
        .gp-callout .tag { flex: none; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #131313; background: var(--gp-gold-hi); border-radius: 99px; padding: 4px 10px; margin-top: 2px; }

        /* Stakes: pot flow */
        .gp-pot-flow { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 14px; margin: 38px 0 12px; }
        .gp-avs { display: flex; justify-content: center; }
        .gp-av { width: 54px; height: 54px; margin-left: -10px; border-radius: 50%; display: grid; place-items: center; position: relative; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 18px; color: #131313; border: 3px solid var(--gp-night); }
        .gp-av:first-child { margin-left: 0; }
        .gp-av:nth-child(1) { background: #F9C038; } .gp-av:nth-child(2) { background: #E7D9BF; } .gp-av:nth-child(3) { background: #C9D8CF; } .gp-av:nth-child(4) { background: #D8C9DB; } .gp-av:nth-child(5) { background: #C8D3E3; }
        .gp-pf-cap { text-align: center; font-size: 13px; color: var(--gp-cream-2); margin-top: 8px; }
        .gp-pf-cap b { color: var(--gp-cream); }
        .gp-arrow { width: 2px; height: 34px; background: linear-gradient(var(--gp-night-line), var(--gp-gold-hi)); position: relative; }
        .gp-arrow::after { content: ''; position: absolute; left: 50%; bottom: -1px; width: 10px; height: 10px; border-right: 2px solid var(--gp-gold-hi); border-bottom: 2px solid var(--gp-gold-hi); transform: translateX(-50%) rotate(45deg); }
        .gp-pot-ring {
            width: 176px; height: 176px; border-radius: 50%; display: grid; place-content: center; text-align: center;
            background: radial-gradient(circle at 50% 35%, rgba(249,192,56,0.24), rgba(249,192,56,0.04) 70%);
            border: 2px solid rgba(249,192,56,0.65);
            box-shadow: 0 0 0 10px rgba(249,192,56,0.07), 0 0 60px rgba(249,192,56,0.22);
        }
        .gp-pot-ring .n { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 46px; letter-spacing: -1.5px; line-height: 1; color: var(--gp-gold-hi); }
        .gp-pot-ring .l { font-size: 13px; font-weight: 600; color: var(--gp-cream); margin-top: 4px; }
        .gp-pot-ring small { font-size: 11px; color: var(--gp-cream-2); margin-top: 2px; }
        .gp-winner { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: 20px; background: var(--gp-night-card); border: 1px solid var(--gp-night-line); }
        .gp-winner svg { width: 34px; height: 34px; color: var(--gp-gold-hi); flex: none; }
        .gp-winner .n { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -1px; color: #45D17F; line-height: 1; }
        .gp-winner .l { font-size: 13px; line-height: 1.45; color: var(--gp-cream-2); }
        .gp-winner .l b { color: var(--gp-cream); display: block; font-size: 14px; }

        .gp-duo { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
        .gp-dcard { display: flex; flex-direction: column; min-width: 0; border-radius: 26px; padding: 26px 24px; background: var(--gp-night-card); border: 1px solid var(--gp-night-line); }
        .gp-dcard.ours { background: linear-gradient(160deg, rgba(249,192,56,0.16), rgba(249,192,56,0.03) 60%), var(--gp-night-card); border-color: rgba(249,192,56,0.45); }
        .gp-dcard-hd { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
        .gp-dcard-hd .gp-ic { background: rgba(243,240,232,0.10); color: var(--gp-cream); }
        .gp-dcard.ours .gp-dcard-hd .gp-ic { background: #0B0A08; box-shadow: inset 0 0 0 1px rgba(249,192,56,0.45); }
        .gp-dark .ours-chip { background: var(--gp-gold-hi); color: #131313; border-color: transparent; }
        .gp-dcard.ours .gp-dcard-hd .gp-ic img { width: 26px; height: 26px; border-radius: 6px; }
        .gp-dcard p { font-size: 15px; line-height: 1.65; color: var(--gp-cream-2); }
        .gp-dcard p strong { color: var(--gp-cream); }
        .gp-mech { list-style: none; display: flex; flex-direction: column; gap: 13px; margin: 16px 0 4px; }
        .gp-mech li { display: flex; gap: 12px; font-size: 14.5px; line-height: 1.6; color: var(--gp-cream-2); }
        .gp-mech .n { flex: none; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--gp-gold-hi); color: #131313; font-size: 12px; font-weight: 800; margin-top: 1px; }
        .gp-dstat { margin: 0 0 16px; padding-bottom: 16px; border-bottom: 1px dashed var(--gp-night-line); }
        .gp-dstat .n { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 40px; letter-spacing: -1.2px; line-height: 1; color: var(--gp-cream); }
        .gp-dcard.ours .gp-dstat .n { color: #45D17F; }
        .gp-dstat .l { font-size: 12.5px; color: var(--gp-cream-2); margin-top: 6px; }

        .gp-verify { margin-top: 56px; padding-top: 44px; border-top: 1px solid var(--gp-night-line); }
        .gp-verify-sub { font-size: 15px; color: var(--gp-cream-2); margin-top: 6px; max-width: 58ch; }
        .gp-steps { list-style: none; display: grid; grid-template-columns: 1fr; gap: 34px; margin-top: 44px; }
        .gp-step { display: grid; grid-template-columns: 116px 1fr; gap: 20px; align-items: center; }
        .gp-step .gp-watch { width: 116px; }
        .gp-step-n { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--gp-gold-hi); color: #131313; font-size: 12px; font-weight: 800; margin-bottom: 8px; }
        .gp-step b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 800; color: var(--gp-cream); margin-bottom: 4px; }
        .gp-step span.t { display: block; font-size: 14px; line-height: 1.55; color: var(--gp-cream-2); }
        .gp-legit { margin-top: 36px; font-size: 15px; color: var(--gp-cream-2); }
        .gp-legit a { color: var(--gp-gold-hi); font-weight: 600; }

        /* RunBet + Charity */
        .gp-pair { display: grid; grid-template-columns: 1fr; gap: 18px; }
        .gp-card { background: #fff; border: 1px solid var(--gp-line); border-radius: 28px; padding: 28px 26px; box-shadow: var(--gp-shadow); scroll-margin-top: 92px; }
        .gp-card-ic { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 18px; }
        .gp-card-ic svg { width: 26px; height: 26px; }
        .gp-card-ic.closed { background: #F3EFE7; color: #6E6A62; }
        .gp-card-ic.heart { background: #FDE8EE; color: #E0305C; }
        .gp-card .gp-h2 { font-size: clamp(24px, 2.8vw, 32px); letter-spacing: -1px; max-width: none; }
        .gp-card .notice-chip { margin-bottom: 12px; }

        /* Which one */
        .gp-picks { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
        .gp-pick { position: relative; background: #fff; border: 1px solid var(--gp-line); border-radius: 24px; padding: 22px 22px 22px 84px; box-shadow: var(--gp-shadow); font-size: 15.5px; line-height: 1.55; color: var(--gp-ink-2); }
        .gp-pick strong { display: block; color: var(--gp-ink); font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16.5px; line-height: 1.35; margin-bottom: 6px; }
        .gp-pick-ic { position: absolute; left: 22px; top: 22px; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: #F3EFE7; color: #6E6A62; }
        .gp-pick-ic svg { width: 22px; height: 22px; }
        .gp-pick.ours { background: #131313; border-color: #131313; color: var(--gp-cream-2); }
        .gp-pick.ours strong { color: var(--gp-cream); }
        .gp-pick.ours a { color: var(--gp-gold-hi); font-weight: 700; }
        .gp-pick.ours .gp-pick-ic { background: linear-gradient(145deg, #FFD852, #E6A41C); color: #131313; }

        /* Realistically: earnings ladder */
        .gp-ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: end; height: 250px; padding: 0 4px; border-bottom: 2px solid #EFEAE0; }
        .gp-rung { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }
        .gp-rung .bar { border-radius: 14px 14px 4px 4px; background: #ECE8DF; position: relative; }
        .gp-rung.r1 .bar { height: 22%; }
        .gp-rung.r2 .bar { height: 58%; background: linear-gradient(180deg, #FFD852, #E6A41C); box-shadow: 0 10px 26px rgba(217,166,0,0.28); }
        .gp-rung.r3 .bar { height: 100%; background: repeating-linear-gradient(135deg, #ECE8DF 0 10px, #F5F2EC 10px 20px); }
        .gp-rung .bar span { position: absolute; top: 10px; left: 0; right: 0; text-align: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 13px; color: var(--gp-ink); }
        .gp-rung-l { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; padding: 0 4px; }
        .gp-rung-l div { font-size: 12.5px; line-height: 1.4; color: var(--gp-ink-2); }
        .gp-rung-l b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; color: var(--gp-ink); }

        /* FAQ accordion */
        .gp-faq { margin-top: 28px; display: grid; gap: 12px; }
        .gp-faq details { background: #fff; border: 1px solid var(--gp-line); border-radius: 20px; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
        .gp-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 22px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 17px; color: var(--gp-ink); }
        .gp-faq summary::-webkit-details-marker { display: none; }
        .gp-faq summary::after { content: '+'; flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: #F3EFE7; font-size: 20px; font-weight: 600; color: var(--gp-ink); transition: transform 0.2s; }
        .gp-faq details[open] summary::after { transform: rotate(45deg); background: var(--gp-gold-hi); }
        .gp-faq summary:focus-visible { outline: 3px solid var(--gp-gold-hi); outline-offset: 2px; border-radius: 20px; }
        .gp-faq-a { padding: 0 22px 20px; font-size: 15.5px; line-height: 1.65; color: var(--gp-ink-2); max-width: 70ch; }
        .gp-related { margin-top: 22px; font-size: 14.5px; line-height: 1.6; color: var(--gp-ink-2); max-width: 80ch; }
        .gp-related a { color: var(--gp-gold-text); font-weight: 600; }

        /* Final CTA */
        .gp-final { padding: 72px 0; overflow: hidden; }
        .gp-final-grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
        .gp-final-h { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(38px, 5.4vw, 64px); line-height: 1; letter-spacing: -2.2px; color: var(--gp-cream); max-width: 12ch; }
        .gp-final-h span { color: var(--gp-gold-hi); }
        .gp-final-s { font-size: 17px; line-height: 1.55; color: var(--gp-cream-2); margin: 18px 0 26px; max-width: 46ch; }
        .gp-final-s a { color: var(--gp-gold-hi); }
        .gp-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; }
        .gp-trust li { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--gp-cream-2); }
        .gp-trust svg { width: 15px; height: 15px; color: #45D17F; }
        .gp-fine { margin-top: 14px; font-size: 12px; color: rgba(243,240,232,0.5); }
        .gp-fine a { color: rgba(243,240,232,0.75); }
        .gp-final-art { position: relative; width: 230px; margin: 10px auto 30px; }
        .gp-final-art .gp-chip { left: 30%; top: 91%; }

        /* ---------------- ≥ 769px ---------------- */
        @media (min-width: 769px) {
            .gp-wrap { padding: 0 32px; }
            .gp-sec { padding: 96px 0; }
            .gp-hero { padding: 138px 0 76px; }
            .gp-hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 0 48px; }
            .gp-hero-top { grid-column: 1; grid-row: 1; align-self: end; }
            .gp-hero-act { grid-column: 1; grid-row: 2; align-self: start; }
            .gp-scene { grid-column: 2; grid-row: 1 / span 2; max-width: 500px; margin: 0 0 0 auto; }
            .gp-scene .gp-chip.hr { left: -8%; bottom: 6%; }
            .gp-split > .gp-fig { position: sticky; top: 110px; align-self: start; }
            .gp-chip b { font-size: 16px; }
            .gp-score { padding: 30px 0; }
            .gp-score-grid { grid-template-columns: 110px repeat(4, minmax(0, 1fr)); align-items: center; gap: 22px; }
            .gp-score-k { grid-column: auto; line-height: 1.5; }
            .gp-track { padding: 26px 26px 20px; }
            .gp-lane { height: 76px; }
            .gp-lane-meta { grid-template-columns: auto 1fr auto; top: 10px; }
            .gp-lane-basis { grid-column: 2; grid-row: 1; align-self: center; padding-left: 12px; }
            .gp-lane-val { grid-column: 3; }
            .gp-apps-hd { display: grid; grid-template-columns: 42px 170px 1fr 1fr; gap: 20px; padding: 14px 22px; background: #FAF8F3; font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gp-faint); }
            .gp-app { grid-template-columns: 42px 170px 1fr 1fr; gap: 20px; padding: 18px 22px; align-items: center; }
            .gp-app-name { grid-column: 2; }
            .gp-app-model { grid-column: 3; }
            .gp-app-money { grid-column: 4; }
            .gp-lbl { display: none; }
            .gp-ribbon-in { grid-template-columns: 1fr auto; padding: 36px 44px; }
            .gp-ribbon .gp-btn-dark { justify-self: end; }
            .gp-split { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 56px; }
            .gp-pot-flow { grid-template-columns: auto 60px auto 60px auto; justify-content: center; align-items: center; gap: 18px; }
            .gp-arrow { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gp-night-line), var(--gp-gold-hi)); }
            .gp-arrow::after { left: auto; right: -1px; bottom: auto; top: 50%; transform: translateY(-50%) rotate(-45deg); }
            .gp-duo { grid-template-columns: 1fr 1.25fr; gap: 20px; }
            .gp-steps { grid-template-columns: repeat(3, 1fr); gap: 28px; }
            .gp-step { grid-template-columns: 1fr; justify-items: start; gap: 26px; }
            .gp-step .gp-watch { width: 150px; }
            .gp-pair { grid-template-columns: 1fr 1fr; gap: 22px; }
            .gp-card { padding: 36px 34px; }
            .gp-picks { grid-template-columns: 1fr 1fr; gap: 16px; }
            .gp-final-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); }
            .gp-final-art { width: 270px; margin: 0 auto; }
        }
        @media (max-width: 768px) {
            .gp-hero-act .gp-btn-ghost { display: none; }
            .gp-hero-act .gp-btn { width: 100%; }
            .gp-hero { padding-top: 100px; }
            .gp-hero-grid { gap: 14px; }
        }
        @media (max-width: 380px) {
            .gp-calc-math { font-size: 18px; }
            .gp-scene .gp-chip { transform-origin: left center; }
            .gp-chip b { font-size: 13.5px; }
            .gp-chip small { font-size: 10px; }
        }
        @media (prefers-reduced-motion: reduce) {
            .gp-chip { animation: none; }
            .gp-tok { transition: none; }
            .js .gp-track:not(.go) .gp-tok { left: calc(var(--p) * (100% - 34px)); }
        }
        /* ===================== v3.1 — RunMatch-first sections ===================== */
        .gp-tint { background: linear-gradient(180deg, #FBF5E6 0%, #F7F2E6 60%, #F5F5F3 100%); }
        .gp-lede { font-size: 17.5px; line-height: 1.6; color: var(--gp-ink-2); max-width: 58ch; }
        .gp-dark .gp-lede { color: var(--gp-cream-2); }

        /* What you can win */
        .gp-earn-row { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
        .gp-bubbles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 10px; align-items: end; justify-items: center; --k: 0.8; }
        .gp-bub { display: flex; flex-direction: column; align-items: center; text-align: center; min-width: 0; }
        .gp-bub .c { width: calc(var(--d) * var(--k)); height: calc(var(--d) * var(--k)); border-radius: 50%; margin-bottom: 10px; background: radial-gradient(circle at 34% 28%, #FFE39A, #F4B524 55%, #C98E06); box-shadow: 0 6px 16px rgba(217,166,0,0.26); }
        .gp-bub.big { grid-column: 1 / -1; }
        .gp-bub.big .c { display: grid; place-items: center; box-shadow: 0 0 0 12px rgba(249,192,56,0.12), 0 24px 60px rgba(217,166,0,0.34); }
        .gp-bub.big .c span { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: calc(62px * var(--k)); letter-spacing: -2px; color: #131313; }
        .gp-bub b { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -0.5px; color: var(--gp-ink); line-height: 1.1; font-variant-numeric: tabular-nums; }
        .gp-bub small { font-size: 12px; line-height: 1.35; color: var(--gp-ink-2); margin-top: 3px; max-width: 13ch; }
        .gp-fig-note { font-size: 11.5px; line-height: 1.5; color: var(--gp-faint); margin-top: 18px; }
        .gp-panel-dark {
            border-radius: 28px; padding: 28px 22px; color: var(--gp-cream);
            background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(249,192,56,0.16), transparent 65%), var(--gp-night);
            box-shadow: 0 24px 60px rgba(20,14,4,0.22);
        }
        .gp-panel-t { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 16px; color: var(--gp-cream); text-align: center; }
        .gp-panel-dark .gp-pot-flow { grid-template-columns: 1fr; justify-items: center; gap: 12px; margin: 20px 0 0; }
        .gp-panel-dark .gp-arrow { width: 2px; height: 30px; background: linear-gradient(var(--gp-night-line), var(--gp-gold-hi)); }
        .gp-panel-dark .gp-arrow::after { left: 50%; right: auto; top: auto; bottom: -1px; transform: translateX(-50%) rotate(45deg); }
        .gp-panel-dark .gp-pot-ring { width: 158px; height: 158px; }
        .gp-panel-dark .gp-pot-ring .n { font-size: 42px; }

        /* Ways to race: drawn app tiles */
        .gp-fmts { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
        .gp-fmt { background: #fff; border: 1px solid var(--gp-line); border-radius: 26px; padding: 18px 18px 22px; box-shadow: var(--gp-shadow); display: flex; flex-direction: column; min-width: 0; }
        .gp-fmt .gp-h3 { margin: 18px 4px 6px; font-size: 21px; }
        .gp-fmt p { font-size: 15px; line-height: 1.6; color: var(--gp-ink-2); margin: 0 4px; }
        .gp-tile { background: #F7F4EE; border-radius: 20px; padding: 16px; min-height: 172px; color: #18150F; font-family: ui-rounded, 'SF Pro Rounded', 'Plus Jakarta Sans', system-ui, sans-serif; }
        .gp-tile-k { display: flex; justify-content: space-between; gap: 8px; font-size: 10.5px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: #A89F8E; margin-bottom: 12px; }
        .gp-tile-k em { font-style: normal; color: #A57505; white-space: nowrap; }
        .gp-tile-big { font-size: 28px; font-weight: 800; letter-spacing: -0.6px; line-height: 1.05; font-variant-numeric: tabular-nums; }
        .gp-tile-sub { font-size: 12px; font-weight: 600; color: #6D6558; }
        .gp-tile-lead { font-size: 12.5px; font-weight: 800; color: #A57505; margin-top: 8px; }
        .gp-ring-row { display: flex; align-items: center; gap: 16px; }
        .gp-ring { width: 104px; height: 104px; flex: none; position: relative; }
        .gp-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
        .gp-ring .v { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
        .gp-ring .v b { font-size: 24px; font-weight: 800; line-height: 1; }
        .gp-ring .v small { font-size: 10px; font-weight: 700; color: #8C8372; }
        .gp-mbars { display: grid; gap: 7px; margin-top: 12px; }
        .gp-mbar { display: grid; grid-template-columns: 46px 1fr 30px; gap: 8px; align-items: center; font-size: 11.5px; font-weight: 700; }
        .gp-mbar i { display: block; height: 7px; border-radius: 99px; background: #E4DDCF; width: var(--w); }
        .gp-mbar.me i { background: linear-gradient(90deg, #F2A81E, #FFD852); }
        .gp-mbar span:last-child { text-align: right; font-variant-numeric: tabular-nums; }
        .gp-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-top: 14px; }
        .gp-day { aspect-ratio: 1; border-radius: 8px; display: grid; place-items: center; font-size: 12px; font-weight: 800; background: #ECE7DC; color: #B7AE9C; }
        .gp-day.ok { background: linear-gradient(145deg, #FFD852, #F2A81E); color: #18150F; }
        .gp-day.miss { background: #FBE3E1; color: #CD3E38; }
        .gp-days-l { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-top: 5px; font-size: 9.5px; font-weight: 800; color: #A89F8E; text-align: center; }
        .gp-fmt.solo { background: #131313; border-color: #131313; }
        .gp-fmt.solo .gp-h3 { color: var(--gp-cream); }
        .gp-fmt.solo p { color: var(--gp-cream-2); }
        .gp-fmt.solo .gp-tile { background: #211F1B; color: var(--gp-cream); }
        .gp-fmt.solo .gp-tile-sub { color: var(--gp-cream-2); }
        .gp-prog { height: 9px; border-radius: 99px; background: rgba(243,240,232,0.12); margin: 12px 0 6px; overflow: hidden; }
        .gp-prog i { display: block; height: 100%; width: 40%; border-radius: 99px; background: linear-gradient(90deg, #F2A81E, #FFD852); }
        .gp-stake-line { display: flex; justify-content: space-between; gap: 10px; margin-top: 12px; padding-top: 10px; border-top: 1px dashed rgba(243,240,232,0.16); font-size: 12px; font-weight: 700; color: var(--gp-cream-2); }
        .gp-stake-line b { color: var(--gp-gold-hi); }

        /* How it works: drawn invite + payout cards beside the real Watch screens */
        .gp-hvis { display: grid; place-items: center; min-height: 150px; width: 100%; }
        .gp-invite, .gp-payout { width: 100%; max-width: 156px; background: #F7F4EE; color: #18150F; border-radius: 18px; padding: 14px 10px; text-align: center; font-family: ui-rounded, 'SF Pro Rounded', 'Plus Jakarta Sans', system-ui, sans-serif; box-shadow: 0 18px 40px rgba(0,0,0,0.38); }
        .gp-invite small, .gp-payout small { display: block; font-size: 10px; font-weight: 800; color: #A89F8E; text-transform: uppercase; letter-spacing: 0.08em; }
        .gp-invite b { display: block; font-size: 20px; font-weight: 800; letter-spacing: 0.12em; color: #C48A08; margin: 6px 0 10px; }
        .gp-invite span, .gp-payout span { display: inline-block; font-size: 11px; font-weight: 800; border-radius: 99px; padding: 4px 11px; }
        .gp-invite span { color: #A57505; border: 1.5px solid rgba(224,154,21,0.55); }
        .gp-payout b { display: block; font-size: 22px; font-weight: 800; color: #25AD63; margin: 4px 0 2px; letter-spacing: -0.5px; }
        .gp-payout em { display: block; font-style: normal; font-size: 10.5px; font-weight: 600; color: #6D6558; margin-bottom: 10px; }
        .gp-payout span { background: linear-gradient(180deg, #FFD852, #F2A81E); color: #18150F; }
        .gp-how-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 44px; }
        .gp-how-cta small { font-size: 13px; color: var(--gp-cream-2); }

        /* Other apps, compact */
        .gp-others { display: grid; grid-template-columns: 1fr; gap: 18px; }
        .gp-rew-grid { display: grid; grid-template-columns: 1fr; gap: 4px 44px; }
        .gp-others .gp-h2 { font-size: clamp(22px, 2.4vw, 28px); letter-spacing: -0.8px; max-width: none; }
        .gp-others .gp-copy p { font-size: 15px; }
        .gp-others .gp-subhead { margin-top: 0; font-size: 17px; }

        @media (max-width: 380px) {
            .gp-lg { display: none; }
        }
        @media (max-width: 768px) {
            .gp-step .gp-invite b { font-size: 16px; }
            .gp-step .gp-payout b { font-size: 18px; }
        }
        @media (min-width: 769px) {
            .gp-bubbles { grid-template-columns: auto auto auto auto; justify-content: center; gap: 14px; --k: 0.8; }
            .gp-bub small { max-width: 11ch; }
            .gp-bub.big { grid-column: auto; }
            .gp-fmts { grid-template-columns: repeat(2, 1fr); }
            .gp-steps.four { grid-template-columns: repeat(4, 1fr); gap: 24px; }
            .gp-steps.four { align-items: start; }
            .gp-steps.four .gp-step { align-content: start; }
            .gp-steps.four .gp-hvis { min-height: 250px; }
            .gp-rew-grid { grid-template-columns: 1fr 1fr; }
            .gp-others .gp-pair { margin-top: 0; }
        }
        @media (min-width: 1080px) {
            .gp-earn-row { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 20px; align-items: stretch; }
            .gp-earn-row > .gp-fig { display: flex; flex-direction: column; justify-content: center; }
            .gp-intro { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
            .gp-intro .gp-copy { padding-top: 28px; }
            .gp-fmts { grid-template-columns: repeat(4, 1fr); }
            .gp-tile { min-height: 214px; }
            .gp-ring { width: 92px; height: 92px; }
        }

        /* ===================== shared page furniture ===================== */
        .page-eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 16px; }
        .eyebrow-date { font-size: 12px; color: var(--gray-dim, #8B8B90); font-weight: 500; }
        @media (max-width: 768px) {
            .sticky-cta { justify-content: space-between !important; gap: 12px; text-align: left; }
            .sticky-cta .sc-copy { display: flex; flex-direction: column; line-height: 1.22; }
            .sticky-cta .sc-h { font-size: 14px; font-weight: 800; letter-spacing: -0.2px; }
            .sticky-cta .sc-s { font-size: 11px; font-weight: 600; opacity: 0.68; }
            .sticky-cta .sc-btn { flex: none; background: #131313; color: var(--gp-gold-hi); border-radius: 999px; padding: 9px 16px; font-size: 13px; font-weight: 700; }
        }

        /* ===================== listicle pieces (v3.2) ===================== */
        .gp-appgrid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
        .gp-acard { background: #fff; border: 1px solid var(--gp-line); border-radius: 24px; padding: 22px; box-shadow: var(--gp-shadow); display: flex; flex-direction: column; min-width: 0; }
        .gp-acard-hd { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
        .gp-acard-hd .gp-h3 { font-size: 18px; }
        .gp-acard p { font-size: 15px; line-height: 1.62; color: var(--gp-ink-2); margin-bottom: 14px; }
        .gp-acard p strong { color: var(--gp-ink); }
        .gp-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--gp-line); }
        .gp-price .n { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.5px; color: var(--gp-ink); white-space: nowrap; }
        .gp-price .l { font-size: 12.5px; color: var(--gp-faint); }
        .gp-acard.paywall .gp-price .n { color: #B8412F; }
        .gp-statement { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.12; letter-spacing: -1px; color: var(--gp-ink); max-width: 18ch; text-wrap: balance; }
        .gp-statement span { color: var(--gp-gold-text); }
        .gp-stake-row { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 30px; }
        .gp-why { background: #fff; border: 1px solid var(--gp-line); border-radius: 28px; padding: 26px 24px; box-shadow: var(--gp-shadow); }
        .gp-why .gp-copy p { font-size: 15.5px; }
        .gp-why .gp-mech li { color: var(--gp-ink-2); }
        .gp-why-hd { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
        .gp-why-hd .gp-ic { background: #131313; }
        .gp-why-hd .gp-ic img { width: 26px; height: 26px; border-radius: 6px; }
        .gp-fmts.three { margin-top: 18px; }
        .gp-chip.join b { color: var(--gp-ink); }
        @media (max-width: 768px) {
            .gp-scene .gp-chip { padding: 7px 11px 7px 7px; gap: 8px; border-radius: 13px; }
            .gp-scene .gp-chip b { font-size: 13px; }
            .gp-scene .gp-chip small { font-size: 10px; }
            .gp-scene .gp-chip-ic, .gp-scene .gp-chip-av { width: 26px; height: 26px; font-size: 13px; border-radius: 8px; }
            .gp-scene .gp-chip-av { border-radius: 50%; }
        }
        @media (min-width: 1080px) { .gp-why.wide .gp-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; } .gp-why.wide .gp-copy p { margin: 0; } }
        .gp-chip-av { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #C9D8CF; color: #131313; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 14px; flex: none; }
        @media (max-width: 380px) {
            .gp-av { width: 44px; height: 44px; margin-left: -12px; font-size: 15px; }
            .gp-panel-dark { padding: 24px 16px; }
        }
        @media (min-width: 769px) {
            .gp-appgrid { grid-template-columns: 1fr 1fr; gap: 18px; }
        }
        @media (min-width: 1080px) {
            .gp-stake-row { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 20px; align-items: stretch; }
            .gp-fmts.three { grid-template-columns: repeat(3, 1fr); }
        }

        /* ===================== Download buttons with motion + a CTA in every section (v3.3) ===================== */
        .gp-btn, .gp-btn-dark { position: relative; overflow: hidden; isolation: isolate; }
        .gp-btn::after, .gp-btn-dark::after {
            content: ''; position: absolute; top: -10%; bottom: -10%; left: -70%; width: 50%;
            z-index: -1; pointer-events: none; transform: skewX(-20deg);
            animation: gpShine 4.2s ease-in-out infinite;
        }
        .gp-btn::after { background: linear-gradient(100deg, transparent, rgba(255,255,255,0.65), transparent); }
        .gp-btn-dark::after { background: linear-gradient(100deg, transparent, rgba(249,192,56,0.38), transparent); }
        @keyframes gpShine { 0%, 58% { left: -70%; } 88%, 100% { left: 140%; } }
        .gp-nudge { display: inline-block; font-weight: 800; animation: gpNudge 4.2s ease-in-out infinite; }
        @keyframes gpNudge { 0%, 60%, 100% { transform: translateX(0); } 70% { transform: translateX(6px); } 80% { transform: translateX(0); } 87% { transform: translateX(3px); } }
        .gp-btn:hover .gp-nudge, .gp-btn-dark:hover .gp-nudge { animation: none; transform: translateX(6px); transition: transform 0.2s; }
        .gp-btn:active, .gp-btn-dark:active { transform: scale(0.97); }
        .gp-btn.gp-glow { animation: gpGlow 2.6s ease-in-out infinite; }
        @keyframes gpGlow {
            0%, 100% { box-shadow: 0 8px 24px rgba(217,166,0,0.32), 0 0 0 0 rgba(249,192,56,0.55); }
            65% { box-shadow: 0 8px 24px rgba(217,166,0,0.32), 0 0 0 16px rgba(249,192,56,0); }
        }
        .gp-sec-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 34px; }
        .gp-cta-note { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--gp-ink-2); }
        .gp-cta-note::before { content: ''; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--gp-money); box-shadow: 0 0 0 4px var(--gp-money-bg); }
        .gp-dark .gp-cta-note { color: var(--gp-cream-2); }
        .gp-dark .gp-cta-note::before { background: #45D17F; box-shadow: 0 0 0 4px rgba(69,209,127,0.16); }
        .sticky-cta { overflow: hidden; isolation: isolate; }
        .sticky-cta::after {
            content: ''; position: absolute; top: 0; bottom: 0; left: -60%; width: 40%; z-index: -1; pointer-events: none;
            background: linear-gradient(100deg, transparent, rgba(255,255,255,0.5), transparent);
            transform: skewX(-20deg); animation: gpShine 4.2s ease-in-out infinite; animation-delay: 1.4s;
        }
        @media (max-width: 768px) {
            .gp-sec-cta { gap: 12px; }
            .gp-sec-cta .gp-btn { width: 100%; }
            .gp-cta-note { width: 100%; justify-content: center; text-align: center; }
            .gp-cta-note::before { display: none; }
        }
        @media (prefers-reduced-motion: reduce) {
            .gp-btn::after, .gp-btn-dark::after, .sticky-cta::after, .gp-nudge, .gp-btn.gp-glow { animation: none; }
        }

        /* ===================== v3.4 — core idea up front, less clutter ===================== */
        .gp-center { text-align: center; margin-left: auto; margin-right: auto; }
        .gp-ways { padding-top: 56px; padding-bottom: 36px; }
        .gp-ways .gp-h2 { max-width: 20ch; }
        .gp-ways-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
        .gp-way { background: #fff; border: 1px solid var(--gp-line); border-radius: 28px; padding: 26px 24px; box-shadow: var(--gp-shadow); }
        .gp-way.dark { background: #131313; border-color: #131313; }
        .gp-way-art { display: flex; align-items: center; gap: 14px; min-height: 88px; margin-bottom: 18px; }
        .gp-way .gp-av { width: 48px; height: 48px; font-size: 16px; border-color: #fff; }
        .gp-way-arrow { font-size: 24px; font-weight: 800; color: var(--gp-gold); }
        .gp-way-pot { display: grid; place-content: center; text-align: center; width: 88px; height: 88px; border-radius: 50%; line-height: 1; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 25px; letter-spacing: -0.5px; color: #131313; background: radial-gradient(circle at 34% 28%, #FFE39A, #F4B524 55%, #C98E06); box-shadow: 0 10px 26px rgba(217,166,0,0.30); }
        .gp-way-pot small { display: block; margin-top: 3px; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.65; }
        .gp-goal { background: #211F1B; border-radius: 18px; padding: 12px 18px; color: var(--gp-cream); font-family: ui-rounded, 'SF Pro Rounded', 'Plus Jakarta Sans', system-ui, sans-serif; }
        .gp-goal-k { display: block; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #A89F8E; }
        .gp-goal b { display: block; font-size: 28px; font-weight: 800; letter-spacing: -0.5px; line-height: 1.1; }
        .gp-goal small { font-size: 12px; font-weight: 700; color: var(--gp-gold-hi); }
        .gp-way-stake { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 32px; letter-spacing: -1px; line-height: 1; color: #45D17F; }
        .gp-way-stake small { display: block; margin-top: 5px; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0; color: var(--gp-cream-2); }
        .gp-way-t { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 25px; letter-spacing: -0.7px; color: var(--gp-ink); margin-bottom: 8px; }
        .gp-way.dark .gp-way-t { color: var(--gp-cream); }
        .gp-way p { font-size: 16.5px; line-height: 1.6; color: var(--gp-ink-2); }
        .gp-way.dark p { color: var(--gp-cream-2); }
        .gp-proofline { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 30px; margin-top: 28px; font-size: 14.5px; font-weight: 500; color: var(--gp-ink-2); }
        .gp-proofline li { display: inline-flex; align-items: baseline; gap: 7px; }
        .gp-proofline b { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 19px; letter-spacing: -0.4px; color: var(--gp-ink); }

        .gp-more-lede { font-size: 16px; color: var(--gp-ink-2); margin-top: -4px; }
        .gp-more { display: grid; gap: 12px; margin-top: 22px; }
        .gp-more details { background: #fff; border: 1px solid var(--gp-line); border-radius: 22px; }
        .gp-more summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; }
        .gp-more summary::-webkit-details-marker { display: none; }
        .gp-more summary::after { content: '+'; flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: #F3EFE7; font-size: 20px; font-weight: 600; color: var(--gp-ink); transition: transform 0.2s; }
        .gp-more details[open] summary::after { transform: rotate(45deg); background: var(--gp-gold-hi); }
        .gp-more summary:focus-visible { outline: 3px solid var(--gp-gold-hi); outline-offset: 2px; border-radius: 22px; }
        .gp-more-h { margin: 0; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(17px, 2vw, 20px); letter-spacing: -0.4px; line-height: 1.3; color: var(--gp-ink); }
        .gp-more-body { padding: 0 22px 24px; }
        .gp-more .gp-split > .gp-fig { position: static; }
        .gp-more .gp-callout { margin-top: 16px; }

        .gp-picklist { list-style: none; margin-top: 18px; border: 1px solid var(--gp-line); border-radius: 20px; overflow: hidden; background: #fff; }
        .gp-picklist li { padding: 15px 20px; border-top: 1px solid var(--gp-line); font-size: 15.5px; line-height: 1.55; color: var(--gp-ink-2); }
        .gp-picklist li:first-child { border-top: 0; }
        .gp-picklist strong { color: var(--gp-ink); }
        .gp-picklist li.ours { background: #131313; color: var(--gp-cream-2); }
        .gp-picklist li.ours strong { color: var(--gp-cream); }
        .gp-picklist li.ours a { color: var(--gp-gold-hi); font-weight: 700; }

        @media (min-width: 769px) {
            .gp-ways { padding-top: 84px; padding-bottom: 48px; }
            .gp-ways-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
            .gp-way { padding: 32px 30px; }
        }
        @media (max-width: 380px) {
            .gp-way { padding: 22px 18px; }
            .gp-way-art { gap: 10px; flex-wrap: wrap; }
            .gp-way .gp-av { width: 40px; height: 40px; font-size: 14px; }
            .gp-way-pot { width: 74px; height: 74px; font-size: 21px; }
            .gp-goal { padding: 10px 14px; }
            .gp-goal b { font-size: 24px; }
            .gp-way-stake { font-size: 27px; }
        }

        /* ===================== base fallbacks for older templates (same values as the newer pages) ===================== */
        .ours-chip { font-size: 9.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #8A6D00; background: rgba(217,166,0,0.10); border: 1px solid rgba(179,143,0,0.30); border-radius: 999px; padding: 2px 8px; position: relative; top: -1px; }
        .gp-h1 .gold { background: linear-gradient(135deg, #B38F00, #D9A600); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
        .page-eyebrow .category-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #8A6D00; background: rgba(217,166,0,0.10); border: 1px solid rgba(179,143,0,0.30); padding: 7px 14px; border-radius: 999px; }
        .page-eyebrow .category-tag .dot { width: 6px; height: 6px; background: #D9A600; border-radius: 50%; }
        .sticky-cta { display: none; }
        @media (max-width: 768px) {
            .sticky-cta { display: flex; align-items: center; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 90; padding: 15px 20px; border-radius: 999px; background: linear-gradient(135deg, #D9A600, #B38F00); color: #0A0A0A; font-weight: 700; font-size: 15px; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,0.18), 0 6px 18px rgba(217,166,0,0.30); }
            footer { padding-bottom: 96px; }
        }

        /* ===================== listicle v3.5: categories, six-column table, ranked rows, stack panels ===================== */
        .gp-cats { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 26px 0 22px; }
        .gp-cat { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--gp-line); border-radius: 20px; padding: 16px 18px; }
        .gp-cat-ic { flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: #F3EFE7; color: #6E6A62; }
        .gp-cat-ic svg { width: 21px; height: 21px; }
        .gp-cat b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: var(--gp-ink); }
        .gp-cat .t { display: block; font-size: 14px; line-height: 1.5; color: var(--gp-ink-2); margin-top: 2px; }
        .gp-cat.ours { background: #131313; border-color: #131313; }
        .gp-cat.ours .gp-cat-ic { background: linear-gradient(145deg, #FFD852, #E6A41C); color: #131313; }
        .gp-cat.ours b { color: var(--gp-cream); }
        .gp-cat.ours .t { color: var(--gp-cream-2); }
        .gp-cat-tag { display: inline-block; margin-top: 8px; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #131313; background: var(--gp-gold-hi); border-radius: 99px; padding: 3px 9px; }

        .gp-ranks { display: grid; gap: 14px; margin-top: 18px; }
        .gp-rank { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 22px 20px; background: #fff; border: 1px solid var(--gp-line); border-radius: 24px; scroll-margin-top: 92px; }
        .gp-rank-n { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 30px; line-height: 1; letter-spacing: -1px; color: rgba(19,19,19,0.2); }
        .gp-rank-body { min-width: 0; }
        .gp-rank-hd { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 12px; margin-bottom: 12px; }
        .gp-rank-h { margin: 0; flex: 1 1 200px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(18px, 2vw, 21px); letter-spacing: -0.4px; line-height: 1.3; color: var(--gp-ink); }
        .gp-rank p { font-size: 15.5px; line-height: 1.68; color: var(--gp-ink-2); margin-bottom: 10px; max-width: 74ch; }
        .gp-rank p:last-child { margin-bottom: 0; }
        .gp-rank p strong { color: var(--gp-ink); }
        .gp-rank p a { color: var(--gp-gold-text); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
        .gp-bestfor b { display: inline-block; margin-right: 8px; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gp-gold-text); background: rgba(217,166,0,0.13); border-radius: 99px; padding: 3px 9px; vertical-align: 1px; }
        .gp-rank.ours { background: #131313; border-color: #131313; box-shadow: 0 24px 60px rgba(20,14,4,0.22); }
        .gp-rank.ours .gp-rank-n { color: var(--gp-gold-hi); }
        .gp-rank.ours .gp-rank-h { color: var(--gp-cream); }
        .gp-rank.ours p { color: var(--gp-cream-2); }
        .gp-rank.ours p strong { color: var(--gp-cream); }
        .gp-rank.ours p a { color: var(--gp-gold-hi); }
        .gp-rank.ours .gp-bestfor b { color: #131313; background: var(--gp-gold-hi); }
        .gp-rank.ours .gp-ic { background: #0B0A08; box-shadow: inset 0 0 0 1px rgba(249,192,56,0.45); }
        .gp-rank.ours .gp-ic img, .gp-rank .gp-ic img { width: 26px; height: 26px; border-radius: 6px; }
        .gp-rank-art { display: flex; align-items: center; gap: 22px; margin: 22px 0 4px; }
        .gp-rank-art .gp-watch { width: 104px; margin: 16px 0; }
        .gp-rank-pot { display: grid; place-content: center; text-align: center; width: 110px; height: 110px; border-radius: 50%; border: 2px solid rgba(249,192,56,0.6); background: radial-gradient(circle at 50% 35%, rgba(249,192,56,0.22), rgba(249,192,56,0.03) 70%); }
        .gp-rank-pot span { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 30px; color: var(--gp-gold-hi); line-height: 1; }
        .gp-rank-pot small { font-size: 10px; color: var(--gp-cream-2); margin-top: 4px; padding: 0 10px; line-height: 1.3; }
        .gp-rank.ours .gp-sec-cta { margin-top: 18px; }

        .gp-apps.six .gp-app { grid-template-columns: 42px 1fr; }
        .gp-apps.six .gp-app-money, .gp-apps.six .gp-app-model { grid-column: 1 / -1; }

        .gp-stack-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
        .gp-panel { background: #fff; border: 1px solid var(--gp-line); border-radius: 28px; padding: 28px 22px; box-shadow: var(--gp-shadow); min-width: 0; }
        .gp-panel .gp-h2 { font-size: clamp(24px, 2.8vw, 30px); letter-spacing: -0.9px; max-width: none; }
        .gp-stack { list-style: none; display: grid; gap: 10px; margin: 18px 0; }
        .gp-stack li { display: flex; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 16px; background: #F7F4EE; font-size: 15px; line-height: 1.5; color: var(--gp-ink-2); }
        .gp-stack li strong { color: var(--gp-ink); }
        .gp-stack li.ours { background: #131313; color: var(--gp-cream-2); }
        .gp-stack li.ours strong { color: var(--gp-cream); }
        .gp-stack li.ours .gp-cat-ic { background: linear-gradient(145deg, #FFD852, #E6A41C); color: #131313; }
        .gp-map li { display: block; padding: 13px 16px; }
        .gp-arrow-t { color: var(--gp-gold); font-weight: 800; margin: 0 2px; }
        .gp-map li.ours .gp-arrow-t { color: var(--gp-gold-hi); }

        .gp-rels { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 16px 0 22px; }
        .gp-rel { display: block; text-decoration: none; background: #fff; border: 1px solid var(--gp-line); border-radius: 18px; padding: 18px 20px; transition: border-color 0.2s, transform 0.2s; }
        .gp-rel:hover { border-color: rgba(217,166,0,0.5); transform: translateY(-2px); }
        .gp-rel-tag { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gp-gold-text); background: rgba(217,166,0,0.12); border-radius: 99px; padding: 3px 9px; }
        .gp-rel-min { font-size: 12px; color: var(--gp-faint); margin-left: 8px; }
        .gp-rel b { display: block; margin-top: 10px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: var(--gp-ink); line-height: 1.35; }

        @media (min-width: 769px) {
            .gp-rank { grid-template-columns: 60px 1fr; gap: 18px; padding: 28px 30px; }
            .gp-rank-n { font-size: 42px; }
            .gp-rels { grid-template-columns: repeat(3, 1fr); }
            .gp-panel { padding: 32px 30px; }
        }
        @media (min-width: 1080px) {
            .gp-cats { grid-template-columns: repeat(5, 1fr); }
            .gp-cat { flex-direction: column; }
            .gp-apps.six .gp-apps-hd, .gp-apps.six .gp-app { grid-template-columns: 42px 130px 1.15fr 1fr 0.8fr 1.25fr; gap: 16px; }
            .gp-apps.six .gp-apps-hd { display: grid; }
            .gp-apps.six .gp-app-name { grid-column: 2; }
            .gp-apps.six .gp-app-money, .gp-apps.six .gp-app-model { grid-column: auto; }
            .gp-apps.six .gp-lbl { display: none; }
            .gp-stack-grid { grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
        }
        @media (min-width: 769px) and (max-width: 1079px) {
            .gp-apps.six .gp-apps-hd { display: none; }
            .gp-apps.six .gp-app { grid-template-columns: 42px 1fr 1fr; gap: 6px 18px; align-items: start; }
            .gp-apps.six .gp-app-name { grid-column: 2 / -1; }
            .gp-apps.six .gp-app-money, .gp-apps.six .gp-app-model { grid-column: auto; }
            .gp-apps.six .gp-lbl { display: block; }
        }
        .gp-rank.ours .ours-chip { background: var(--gp-gold-hi); color: #131313; border-color: transparent; }
        .gp-rank-h { flex: 0 1 auto; }

        /* ===================== homepage v4 ===================== */
        .gp-h2 .gold { background: linear-gradient(135deg, #B38F00, #D9A600); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
        .gp-dark .gp-h2 .gold, .gp-final-h .gold { background: none; -webkit-text-fill-color: currentColor; color: var(--gp-gold-hi); }
        .gp-head-c { text-align: center; max-width: 760px; margin: 0 auto; }
        .gp-head-c .gp-h2 { margin-left: auto; margin-right: auto; max-width: 22ch; }
        .gp-head-c .gp-lede { margin: 0 auto; }
        .gp-badge-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--gp-gold-text); background: rgba(217,166,0,0.10); border: 1px solid rgba(179,143,0,0.30); text-decoration: none; }
        .gp-badge-link .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gp-gold); box-shadow: 0 0 0 4px rgba(217,166,0,0.18); }
        .gp-badge-link:hover { border-color: var(--gp-gold); }
        .gp-trustline { margin-top: 20px; font-size: 13.5px; color: var(--gp-ink-2); line-height: 1.7; }
        .gp-trustline strong { color: var(--gp-ink); }
        .gp-trustline a { color: var(--gp-gold-text); font-weight: 600; text-decoration: none; white-space: nowrap; }

        .gp-way-sub { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gp-gold-text); margin-bottom: 4px; }
        .gp-way.dark .gp-way-sub { color: var(--gp-gold-hi); }
        .gp-way-steps { list-style: none; display: grid; gap: 14px; margin-top: 18px; }
        .gp-way-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
        .gp-way-steps .n { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 800; background: #F3EFE7; color: var(--gp-ink); }
        .gp-way.dark .gp-way-steps .n { background: var(--gp-gold-hi); color: #131313; }
        .gp-way-steps b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: var(--gp-ink); }
        .gp-way.dark .gp-way-steps b { color: var(--gp-cream); }
        .gp-way-steps span.t { display: block; font-size: 14.5px; line-height: 1.55; color: var(--gp-ink-2); margin-top: 2px; }
        .gp-way.dark .gp-way-steps span.t { color: var(--gp-cream-2); }

        .gp-steps3 { list-style: none; display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
        .gp-step3 { background: #fff; border: 1px solid var(--gp-line); border-radius: 26px; padding: 22px; box-shadow: var(--gp-shadow); display: grid; grid-template-columns: 96px 1fr; gap: 18px; align-items: center; }
        .gp-step3-vis { display: grid; place-items: center; min-height: 112px; }
        .gp-step3-vis .gp-watch { width: 88px; }
        .gp-appicon { width: 76px; height: 76px; border-radius: 20px; display: grid; place-items: center; background: #131313; box-shadow: 0 12px 26px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(249,192,56,0.4); }
        .gp-appicon img { width: 46px; height: 46px; }
        .gp-step3 .gp-payout { max-width: 104px; padding: 12px 8px; box-shadow: 0 12px 26px rgba(60,40,10,0.16); border: 1px solid var(--gp-line); }
        .gp-step3 .gp-payout b { font-size: 18px; }
        .gp-step3 .gp-step-n { margin-bottom: 6px; }
        .gp-step3 b.h { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 800; color: var(--gp-ink); }
        .gp-step3 span.t { display: block; font-size: 14.5px; line-height: 1.55; color: var(--gp-ink-2); margin-top: 3px; }
        .gp-earn2 { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; margin-top: 40px; }
        .gp-wincard { margin: 0 auto; text-align: center; }
        .gp-wincard img { width: 240px; height: auto; filter: drop-shadow(0 30px 40px rgba(60,40,10,0.22)); }
        .gp-wincard figcaption { margin-top: 10px; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gp-faint); }
        .gp-fine-l { margin-top: 12px; font-size: 12.5px; color: var(--gp-faint); }
        .gp-fine-l a { color: var(--gp-gold-text); }

        .gp-feats { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
        .gp-feat { background: #fff; border: 1px solid var(--gp-line); border-radius: 26px; padding: 18px 18px 24px; box-shadow: var(--gp-shadow); display: flex; flex-direction: column; min-width: 0; }
        .gp-feat-vis { height: 170px; border-radius: 20px; background: #F7F4EE; display: grid; place-items: center; overflow: hidden; position: relative; }
        .gp-feat-vis .gp-watch { width: 104px; }
        .gp-feat-vis.dark { background: radial-gradient(ellipse 70% 70% at 50% 45%, rgba(249,192,56,0.18), transparent 70%), #151411; }
        .gp-feat-vis .gp-pot-ring { width: 128px; height: 128px; }
        .gp-feat-vis .gp-pot-ring .n { font-size: 34px; }
        .gp-feat-vis .gp-days { width: 230px; margin: 0; }
        .gp-feat-tag { align-self: flex-start; margin: 18px 4px 6px; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gp-gold-text); background: rgba(217,166,0,0.12); border-radius: 99px; padding: 3px 9px; }
        .gp-feat .gp-h3 { margin: 0 4px 10px; font-size: 21px; }
        .gp-checks { list-style: none; display: grid; gap: 8px; margin: 0 4px 14px; }
        .gp-checks li { display: flex; gap: 9px; font-size: 14.5px; line-height: 1.5; color: var(--gp-ink-2); }
        .gp-checks li svg { flex: none; width: 16px; height: 16px; margin-top: 3px; color: var(--gp-money); }
        .gp-feat p.k { margin: auto 4px 0; font-size: 14px; font-weight: 700; color: var(--gp-ink); }

        .gp-club { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
        .gp-lb { background: #fff; border: 1px solid var(--gp-line); border-radius: 28px; padding: 22px; box-shadow: 0 30px 70px rgba(60,40,10,0.12); font-family: ui-rounded, 'SF Pro Rounded', 'Plus Jakarta Sans', system-ui, sans-serif; }
        .gp-lb-hd { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 14px; }
        .gp-lb-hd span { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #8C8372; }
        .gp-lb-hd b { font-size: 13px; font-weight: 800; color: #25AD63; background: #E6F6EC; border-radius: 99px; padding: 5px 11px; }
        .gp-lb-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 12px; border-radius: 16px; }
        .gp-lb-row + .gp-lb-row { margin-top: 4px; }
        .gp-lb-row.first { background: linear-gradient(90deg, rgba(249,192,56,0.20), rgba(249,192,56,0.05)); }
        .gp-lb-rank { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 14px; font-weight: 800; background: #F1ECE2; color: #6D6558; }
        .gp-lb-row.first .gp-lb-rank { background: linear-gradient(145deg, #FFD852, #F2A81E); color: #18150F; }
        .gp-lb-name { font-size: 15.5px; font-weight: 800; color: #18150F; }
        .gp-lb-sub { font-size: 12px; font-weight: 600; color: #8C8372; }
        .gp-lb-mi { font-size: 20px; font-weight: 800; color: #18150F; font-variant-numeric: tabular-nums; }
        .gp-lb-mi small { font-size: 12px; font-weight: 700; color: #8C8372; margin-left: 2px; }
        .gp-lb-ft { display: flex; justify-content: space-between; gap: 10px; margin-top: 14px; padding-top: 12px; border-top: 1px dashed #E9E3D6; font-size: 12.5px; font-weight: 700; color: #8C8372; }

        .gp-quotes { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
        .gp-quote { background: #fff; border: 1px solid var(--gp-line); border-radius: 24px; padding: 24px; box-shadow: var(--gp-shadow); display: flex; flex-direction: column; }
        .gp-quote .stars { color: var(--gp-gold); letter-spacing: 2px; font-size: 14px; margin-bottom: 10px; }
        .gp-quote blockquote { font-size: 16px; line-height: 1.6; color: var(--gp-ink); margin-bottom: 18px; }
        .gp-quote-by { display: flex; align-items: center; gap: 10px; margin-top: auto; }
        .gp-quote-av { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 800; background: #F3EFE7; color: var(--gp-ink); }
        .gp-quote-by b { display: block; font-size: 14px; color: var(--gp-ink); }
        .gp-quote-by small { font-size: 12.5px; color: var(--gp-faint); }

        .gp-guides { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
        .gp-guide { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--gp-line); border-radius: 24px; padding: 24px; text-decoration: none; box-shadow: var(--gp-shadow); transition: transform 0.2s, border-color 0.2s; }
        .gp-guide:hover { transform: translateY(-3px); border-color: rgba(217,166,0,0.5); }
        .gp-guide .gp-cat-ic { margin-bottom: 14px; }
        .gp-guide .gp-h3 { font-size: 19px; margin-bottom: 6px; }
        .gp-guide p { font-size: 14.5px; line-height: 1.55; color: var(--gp-ink-2); margin-bottom: 14px; }
        .gp-guide span.go { margin-top: auto; font-size: 14px; font-weight: 700; color: var(--gp-gold-text); }
        .gp-guides-more { margin-top: 18px; font-size: 15px; font-weight: 600; }
        .gp-guides-more a { color: var(--gp-gold-text); }

        @media (max-width: 380px) {
            .gp-step3 { grid-template-columns: 80px 1fr; gap: 14px; padding: 18px; }
            .gp-step3-vis .gp-watch { width: 74px; }
            .gp-appicon { width: 64px; height: 64px; }
            .gp-step3 .gp-payout { max-width: 86px; }
        }
        @media (min-width: 769px) {
            .gp-steps3 { grid-template-columns: repeat(3, 1fr); }
            .gp-step3 { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 28px 22px; }
            .gp-step3-vis { min-height: 190px; }
            .gp-step3-vis .gp-watch { width: 120px; }
            .gp-appicon { width: 96px; height: 96px; border-radius: 26px; }
            .gp-appicon img { width: 58px; height: 58px; }
            .gp-step3 .gp-payout { max-width: 150px; padding: 16px 12px; }
            .gp-step3 .gp-payout b { font-size: 24px; }
            .gp-earn2 { grid-template-columns: 1.2fr 0.8fr; gap: 48px; }
            .gp-feats { grid-template-columns: repeat(3, 1fr); }
            .gp-club { grid-template-columns: 1.05fr 0.95fr; gap: 56px; }
            .gp-quotes { grid-template-columns: repeat(3, 1fr); }
            .gp-guides { grid-template-columns: repeat(3, 1fr); }
        }
        .gp-wincard img { border-radius: 30px; filter: none; box-shadow: 0 30px 60px rgba(60,40,10,0.24), 0 8px 18px rgba(0,0,0,0.10); }
        @media (min-width: 769px) {
            .gp-step3 { align-content: start; }
            .gp-step3-vis { height: 196px; min-height: 0; }
        }

        /* ===================== v5: house-cut bars, game timeline, audience tiles ===================== */
        .gp-cuts { background: #fff; border: 1px solid var(--gp-line); border-radius: 26px; padding: 22px; margin-top: 30px; box-shadow: var(--gp-shadow); }
        .gp-cuts-hd { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 16px; margin: 0 4px 16px; }
        .gp-cuts-t { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; letter-spacing: -0.3px; color: var(--gp-ink); }
        .gp-cuts-src { font-size: 12px; color: var(--gp-faint); }
        .gp-cut { padding: 12px 4px; border-top: 1px solid var(--gp-line); }
        .gp-cut:first-of-type { border-top: 0; }
        .gp-cut-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 12px; margin-bottom: 8px; }
        .gp-cut-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; color: var(--gp-ink); display: flex; align-items: center; gap: 8px; }
        .gp-cut-basis { display: block; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; color: var(--gp-faint); margin-top: 2px; }
        .gp-cut-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; color: var(--gp-ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
        .gp-cut-bar { display: flex; height: 34px; border-radius: 10px; overflow: hidden; background: #F1ECE2; }
        .gp-cut-bar span { display: grid; place-items: center; font-size: 12.5px; font-weight: 800; white-space: nowrap; overflow: hidden; }
        .gp-cut-keep { background: repeating-linear-gradient(135deg, #C9503A 0 8px, #B8452F 8px 16px); color: #fff; }
        .gp-cut-keep.range { background: repeating-linear-gradient(135deg, rgba(201,80,58,0.45) 0 7px, rgba(201,80,58,0.25) 7px 14px); color: #8A2F1E; }
        .gp-cut-pay { background: linear-gradient(90deg, #E6F6EC, #D7F0E1); color: #1B7A46; }
        .gp-cut-pay.ours { background: linear-gradient(90deg, #35C77C, #23A863); color: #06261A; }
        .gp-cut-unknown { flex: 1; background: repeating-linear-gradient(135deg, #EDE7DB 0 8px, #F6F2E9 8px 16px); color: #8A8371; }
        .gp-cut-note { font-size: 12px; line-height: 1.55; color: var(--gp-faint); margin: 14px 4px 0; }

        .gp-game { display: grid; gap: 12px; }
        .gp-game-row { display: flex; align-items: center; gap: 12px; }
        .gp-game-chip { flex: none; min-width: 74px; text-align: center; background: #F7F4EE; border-radius: 14px; padding: 10px 12px; }
        .gp-game-chip b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 800; color: var(--gp-ink); line-height: 1; }
        .gp-game-chip small { font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gp-faint); }
        .gp-weeks { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; flex: 1; }
        .gp-week { text-align: center; font-size: 10px; font-weight: 800; color: var(--gp-faint); }
        .gp-week i { display: block; height: 26px; border-radius: 8px; background: linear-gradient(145deg, #FFD852, #F2A81E); margin-bottom: 4px; }
        .gp-week.warm i { background: #ECE7DC; }
        .gp-game-out { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 16px; background: #F7F4EE; }
        .gp-game-out b { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 800; color: var(--gp-money); }
        .gp-game-out span { font-size: 12.5px; color: var(--gp-ink-2); line-height: 1.4; }

        .gp-auds { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
        .gp-aud { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--gp-line); border-radius: 20px; padding: 18px; box-shadow: var(--gp-shadow); }
        .gp-aud .gp-cat-ic { flex: none; }
        .gp-aud b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: var(--gp-ink); margin-bottom: 2px; }
        .gp-aud span.t { font-size: 14.5px; line-height: 1.55; color: var(--gp-ink-2); }
        .gp-ctacard { display: grid; gap: 10px; justify-items: start; background: linear-gradient(120deg, #FFD34D, #F2B21E 45%, #D99A0A); border-radius: 26px; padding: 28px 26px; margin-top: 30px; color: #131313; }
        .gp-ctacard h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(22px, 2.6vw, 28px); font-weight: 800; letter-spacing: -0.7px; color: #131313; margin: 0; }
        .gp-ctacard h3 span { color: #fff; }
        .gp-ctacard p { font-size: 15px; color: rgba(19,19,19,0.78); margin: 0 0 6px; }
        @media (min-width: 769px) {
            .gp-auds { grid-template-columns: 1fr 1fr; }
            .gp-cuts { padding: 26px 26px 20px; }
        }
        .gp-dcard p a, .gp-dark .gp-lede a { color: var(--gp-gold-hi); font-weight: 600; text-underline-offset: 3px; }


        /* ---- training plan rows with visual interval bars (couch-to-10k, 5k, 10k) ---- */
        .gp-legend { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin: 0 0 16px; font-size: 12.5px; font-weight: 700; color: var(--gp-ink-2); }
        .gp-legend span { display: inline-flex; align-items: center; gap: 7px; }
        .gp-legend i { width: 15px; height: 11px; border-radius: 3px; display: block; }
        .gp-legend i.r { background: linear-gradient(180deg, #FFD852, #E6A41C); }
        .gp-legend i.w { background: #E2DACB; }
        .gp-legend i.c { width: 30px; background: linear-gradient(90deg, #E6A41C, #FFD852); }

        .gp-plan { display: grid; gap: 9px; }
        .gp-prow {
            display: grid; grid-template-columns: 62px 1fr 104px; gap: 16px; align-items: center;
            background: #FFFFFF; border: 1px solid var(--gp-line); border-radius: 15px;
            padding: 13px 16px; box-shadow: 0 1px 2px rgba(0,0,0,0.035);
        }
        .gp-prow.big { border-color: rgba(217,166,0,0.45); background: linear-gradient(140deg, rgba(217,166,0,0.07), #FFFFFF 60%); }
        .gp-prow.race { border-color: rgba(217,166,0,0.6); background: linear-gradient(140deg, rgba(217,166,0,0.14), #FFFFFF 70%); }
        .gp-pwk { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gp-faint); }
        .gp-pwk b { display: block; font-size: 21px; letter-spacing: -0.5px; color: var(--gp-ink); text-transform: none; }
        .gp-pbody { min-width: 0; }
        .gp-pdesc { font-size: 13.5px; font-weight: 700; color: var(--gp-ink); margin-bottom: 7px; line-height: 1.35; }
        .gp-pdesc em { font-style: normal; color: var(--gp-gold-text); }
        .gp-ivl { display: flex; gap: 2px; height: 22px; border-radius: 7px; overflow: hidden; background: #F4F1EA; }
        .gp-ivl i { display: block; min-width: 2px; }
        .gp-ivl i.r { background: linear-gradient(180deg, #FFD852, #E6A41C); }
        .gp-ivl i.w { background: #E2DACB; }
        .gp-ivl i.c { background: linear-gradient(90deg, #E6A41C 0%, #FFD852 100%); }
        .gp-ptot { text-align: right; font-size: 11px; font-weight: 700; color: var(--gp-faint); line-height: 1.3; }
        .gp-ptot b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; color: var(--gp-ink); letter-spacing: -0.3px; }
        /* block, not flex: inline <b>/<em> inside the note must not become flex items */
        .gp-pnote {
            display: block; position: relative; padding-left: 20px; margin-top: 7px;
            font-size: 12.5px; line-height: 1.45; color: var(--gp-gold-text); font-weight: 600;
        }
        .gp-pnote::before { content: '\2691'; position: absolute; left: 0; top: 0; font-size: 13px; line-height: 1.45; }

        /* ---- finish-time range band ---- */
        .gp-band-wrap { background: #FFFFFF; border: 1px solid var(--gp-line); border-radius: 18px; padding: 26px 24px 20px; box-shadow: var(--gp-shadow); }
        .gp-range { position: relative; height: 54px; margin: 30px 0 8px; }
        .gp-range-t { position: absolute; left: 0; right: 0; top: 20px; height: 12px; border-radius: 99px; background: linear-gradient(90deg, #EFEADF, #E2DACB); }
        .gp-range-f { position: absolute; top: 20px; height: 12px; border-radius: 99px; background: linear-gradient(90deg, #F2A81E, #FFD852); box-shadow: 0 6px 18px rgba(217,166,0,0.3); }
        .gp-range-m { position: absolute; top: -4px; transform: translateX(-50%); text-align: center; }
        .gp-range-m u { display: block; width: 2px; height: 22px; margin: 4px auto 0; background: var(--gp-ink); opacity: 0.25; text-decoration: none; }
        .gp-range-m b { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 800; color: var(--gp-ink); white-space: nowrap; }
        .gp-range-l { display: flex; justify-content: space-between; font-size: 11.5px; font-weight: 700; color: var(--gp-faint); }

        /* ---- entry test / requirement checklist ---- */
        .gp-test { display: grid; gap: 10px; margin-top: 20px; }
        .gp-test li {
            list-style: none; display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start;
            background: #FFFFFF; border: 1px solid var(--gp-line); border-radius: 13px; padding: 13px 15px;
            font-size: 14px; line-height: 1.5; color: var(--gp-ink-2);
        }
        .gp-test li b { color: var(--gp-ink); }
        .gp-test li span.tk {
            width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
            background: var(--gp-money-bg); color: var(--gp-money); font-size: 13px; font-weight: 900;
        }
        .gp-test li.no span.tk { background: rgba(178,74,51,0.12); color: var(--gp-track); }

        /* ---- quit-week cards ---- */
        .gp-quit { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
        .gp-qcard { background: #FFFFFF; border: 1px solid var(--gp-line); border-left: 4px solid var(--gp-track); border-radius: 16px; padding: 22px 22px 20px; box-shadow: var(--gp-shadow); }
        .gp-qcard .wk { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gp-track); margin-bottom: 8px; }
        .gp-qcard h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -0.3px; color: var(--gp-ink); margin-bottom: 10px; }
        .gp-qcard p { font-size: 14.5px; line-height: 1.6; color: var(--gp-ink-2); margin-bottom: 10px; }
        .gp-qcard .fix { font-size: 14px; line-height: 1.55; color: var(--gp-ink); background: #F7F4ED; border-radius: 11px; padding: 12px 14px; }
        .gp-qcard .fix b { color: var(--gp-gold-text); }

        @media (max-width: 720px) {
            .gp-prow { grid-template-columns: 46px 1fr; gap: 12px; padding: 12px 13px; }
            .gp-ptot { grid-column: 1 / -1; text-align: left; display: flex; align-items: baseline; gap: 7px; }
            .gp-ptot b { display: inline; font-size: 15px; }
            .gp-pwk b { font-size: 18px; }
        }
        @media print {
            nav, footer, .gp-dark, .gp-sec-cta, .sticky-cta, .gp-final, .gp-hero-ctas { display: none !important; }
            .gp-sec { padding: 14px 0; break-inside: avoid; }
            .gp-prow { break-inside: avoid; box-shadow: none; }
            body { background: #fff; }
        }


        /* ---- light stat trio (dark-section .gp-dstat has a different job) ---- */
        .gp-stats3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 28px; }
        .gp-stat { background: #FFFFFF; border: 1px solid var(--gp-line); border-radius: 18px; padding: 22px 20px; box-shadow: var(--gp-shadow); }
        .gp-stat b { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 34px; font-weight: 800; letter-spacing: -1px; color: var(--gp-ink); line-height: 1; margin-bottom: 8px; }
        .gp-stat span { font-size: 13.5px; line-height: 1.45; color: var(--gp-ink-2); }
        .gp-dark .gp-stat { background: var(--gp-night-card); border-color: var(--gp-night-line); box-shadow: none; }
        .gp-dark .gp-stat b { color: var(--gp-cream); }
        .gp-dark .gp-stat span { color: var(--gp-cream-2); }

        /* ---- inline tag (the absolutely-positioned .gp-chip is for hero art) ---- */
        .gp-tag { display: inline-block; margin-top: 10px; padding: 5px 12px; border-radius: 99px; background: rgba(217,166,0,0.12);
            border: 1px solid rgba(217,166,0,0.28); font-size: 12px; font-weight: 800; letter-spacing: 0.02em; color: var(--gp-gold-text); }

        /* ---- verbatim API response block ---- */
        /* lives inside a white .gp-fig card in both light and dark sections, so it is always light */
        .gp-code {
            margin: 16px 0 12px; padding: 18px 20px; border-radius: 14px; overflow-x: auto;
            background: #FBF8F1; border: 1px solid rgba(19,19,19,0.10); border-left: 3px solid var(--gp-gold);
            font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
            font-size: 13px; line-height: 1.7; color: #4A3D18; white-space: pre; -webkit-overflow-scrolling: touch;
        }
        @media (max-width: 520px) { .gp-code { font-size: 11.5px; padding: 14px 15px; } }

        /* ---- run-type segments for mileage plans (reuses .gp-ivl geometry) ---- */
        .gp-ivl i.e { background: #E7DEC8; }
        .gp-ivl i.t { background: #F2BC4A; }
        .gp-ivl i.x { background: #DD8A1C; }
        .gp-ivl i.l { background: linear-gradient(180deg, #FFD852, #E6A41C); }
        .gp-legend i.e { background: #E7DEC8; }
        .gp-legend i.t { background: #F2BC4A; }
        .gp-legend i.x { background: #DD8A1C; }
        .gp-legend i.l { background: linear-gradient(180deg, #FFD852, #E6A41C); }
        .gp-prow.cut { background: linear-gradient(140deg, rgba(19,19,19,0.035), #FFFFFF 55%); }
        .gp-prow.cut .gp-pwk b { color: var(--gp-faint); }
        .gp-ladder-note { margin-top: 18px; font-size: 13px; color: var(--gp-faint); }

        /* ---- plain data table (real <table>, adapts to dark sections) ---- */
        .gp-tbl { width: 100%; border-collapse: collapse; margin-top: 22px; background: #FFFFFF;
            border: 1px solid var(--gp-line); border-radius: 18px; overflow: hidden; box-shadow: var(--gp-shadow); }
        .gp-tbl caption { caption-side: bottom; text-align: left; padding: 12px 2px 0; font-size: 12.5px; color: var(--gp-faint); }
        .gp-tbl th { text-align: left; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
            color: var(--gp-faint); background: #FAF8F3; padding: 13px 18px; font-weight: 800; }
        .gp-tbl td { padding: 14px 18px; font-size: 14.5px; line-height: 1.5; color: var(--gp-ink-2); border-top: 1px solid var(--gp-line); }
        .gp-tbl td:first-child { font-weight: 700; color: var(--gp-ink); white-space: nowrap; }
        .gp-tbl tr.hl td { background: rgba(217,166,0,0.09); }
        .gp-tbl tr.hl td:first-child { color: var(--gp-gold-text); }
        .gp-dark .gp-tbl { background: var(--gp-night-card); border-color: var(--gp-night-line); box-shadow: none; }
        .gp-dark .gp-tbl caption { color: var(--gp-cream-2); }
        .gp-dark .gp-tbl th { background: rgba(243,240,232,0.05); color: var(--gp-cream-2); }
        .gp-dark .gp-tbl td { color: var(--gp-cream-2); border-top-color: var(--gp-night-line); }
        .gp-dark .gp-tbl td:first-child { color: var(--gp-cream); }
        .gp-dark .gp-tbl tr.hl td { background: rgba(249,192,56,0.10); }
        @media (max-width: 560px) { .gp-tbl th, .gp-tbl td { padding: 11px 12px; font-size: 13.5px; }
            .gp-tbl td:first-child { white-space: normal; } }

        /* run-type swatches used in the four-run-types cards */
        .gp-swatch-e { background: #E7DEC8; }
        .gp-swatch-t { background: #F2BC4A; }
        .gp-swatch-x { background: #DD8A1C; }
        .gp-swatch-l { background: linear-gradient(180deg, #FFD852, #E6A41C); }

        /* ---- hero art card: a compact, page-specific figure beside the H1 ---- */
        .gp-art { background: #FFFFFF; border: 1px solid var(--gp-line); border-radius: 22px; padding: 20px 20px 16px;
            box-shadow: var(--gp-shadow); }
        .gp-art-t { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 0.1em;
            text-transform: uppercase; color: var(--gp-faint); margin-bottom: 14px; }
        .gp-art-n { margin-top: 13px; font-size: 12px; line-height: 1.45; color: var(--gp-faint); }
        .gp-dark .gp-art { background: var(--gp-night-card); border-color: var(--gp-night-line); box-shadow: none; }

        /* horizontal labelled bars (payouts, free-vs-locked) */
        .gp-hbars { display: grid; gap: 11px; }
        .gp-hbar { display: grid; grid-template-columns: 92px 1fr auto; gap: 10px; align-items: center; font-size: 12px; font-weight: 700; }
        .gp-hbar > span:first-child { color: var(--gp-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
        .gp-hbar u { display: block; height: 14px; border-radius: 6px; background: #FAF7F0; text-decoration: none;
            overflow: hidden; box-shadow: inset 0 0 0 1px rgba(19,19,19,0.06); }
        .gp-hbar u i { display: block; height: 100%; background: linear-gradient(90deg, #E6A41C, #FFD852); }
        .gp-hbar u i.mute { background: #DCD3C0; }
        .gp-hbar u i.lock { background: repeating-linear-gradient(135deg, #E3DACA 0 6px, #EEE8DC 6px 12px); }
        .gp-hbar > span:last-child { color: var(--gp-ink-2); font-variant-numeric: tabular-nums; white-space: nowrap; }
        .gp-hbar.me > span:first-child, .gp-hbar.me > span:last-child { color: var(--gp-gold-text); }
        .gp-hbar u.split { display: flex; }

        /* weekly-mileage sparkline: shows cutback weeks as dips */
        .gp-spark { display: flex; align-items: flex-end; gap: 4px; height: 118px; }
        .gp-spark div { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }
        .gp-spark div u { display: block; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, #FFD852, #E6A41C); text-decoration: none; }
        .gp-spark div.cut u { background: #E3DACA; }
        .gp-spark div.race u { background: #131313; }
        .gp-spark div b { display: block; text-align: center; font-size: 9px; font-weight: 800; color: var(--gp-faint); margin-top: 5px; }

        /* evidence ladder: four rungs, worst to best */
        .gp-rungs { display: grid; gap: 8px; }
        .gp-rungs div { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center;
            padding: 10px 13px; border-radius: 11px; background: #F6F2E9; font-size: 12.5px; font-weight: 700; color: var(--gp-ink-2); }
        .gp-rungs div em { font-style: normal; font-size: 11px; font-weight: 800; color: #B24A33; }
        .gp-rungs div.ok { background: linear-gradient(90deg, rgba(217,166,0,0.16), rgba(217,166,0,0.05)); color: var(--gp-ink); }
        .gp-rungs div.ok em { color: var(--gp-money); }

        /* two-state contrast (week 1 vs week 8) */
        .gp-vs { display: grid; gap: 14px; }
        .gp-vs div b { display: block; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gp-faint); margin-bottom: 6px; }
        .gp-vs div span { display: block; margin-top: 7px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; color: var(--gp-ink); }

        /* watch screenshot trio */
        .gp-watches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
        .gp-watches figure { margin: 0; text-align: center; }
        .gp-watches img { width: 100%; height: auto; border-radius: 14px; display: block; background: #000; }
        .gp-watches figcaption { margin-top: 7px; font-size: 10.5px; font-weight: 700; color: var(--gp-faint); }
        @media (max-width: 520px) { .gp-hbar { grid-template-columns: 78px 1fr auto; font-size: 11.5px; } }
