/* 1TAKE Studios landing v4: a framed marketplace PDP (the Swabe Spreadsheets structure in the
   1TAKE Studios red/yellow skin). Everything sits in cards and pills inside one frame; the
   hero is a product-page top (gallery + sticky buy box), the rest are stacked card sections.
   Component looks (buttons, badges, gate, slate, tier cards) stay in components.css. */

:root { --frame: 1180px; --sticky-h: 72px; }
html { scroll-behavior: smooth; }
body { background: var(--page-bg); background-image: radial-gradient(1200px 500px at 50% -10%, rgba(240, 78, 35, 0.16), transparent 70%); color: var(--ink); }
body.has-sticky { padding-bottom: calc(var(--sticky-h) + env(safe-area-inset-bottom)); }
h1, h2, h3 { text-wrap: balance; }
img { display: block; max-width: 100%; }

/* ---- the frame ---- */
.frame { max-width: var(--frame); margin: 0 auto; background: var(--surface); box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.06), 0 30px 80px rgba(60, 20, 5, 0.12); overflow: clip; }
.wrap { max-width: none; margin: 0; padding-inline: 18px; }
main { background: var(--surface); }

/* ---- section rhythm ---- */
.ld-section { padding-block: 24px; }
.ld-tint { background: var(--ground); }
.section-head { margin-bottom: 14px; }
.section-tag { display: inline-block; background: var(--badge); color: var(--badge-ink); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin-bottom: 10px; }
h2.section-title, .section-title { font-family: var(--font-display); font-size: 24px; font-weight: 800; line-height: 1.15; margin: 0 0 8px; display: block; }
.section-lede { color: var(--ink-2); font-size: 15px; line-height: 1.6; margin: 0; max-width: 620px; }
.ld-note { font-size: 13px; color: var(--muted); margin: 12px 0 0; line-height: 1.5; }

/* ---- cards ---- */
.card { background: var(--surface); border: 1px solid var(--rule); border-radius: 16px; padding: 18px 16px; box-shadow: 0 1px 2px rgba(17, 17, 17, 0.04); }
.card-soft { background: var(--ground); border: 1px solid var(--rule); border-radius: 16px; padding: 14px; }
.ld-tint .card { box-shadow: 0 6px 20px rgba(17, 17, 17, 0.05); }
.table-card { padding: 6px 10px; overflow: hidden; }

/* ---- header ---- */
header.site { position: sticky; top: 0; z-index: 40; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--rule); }
header.site nav { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 18px; }
.site-logo { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; flex: none; }
.site-mark { width: 30px; height: 30px; border-radius: 50%; background: var(--accent); position: relative; flex: none; display: inline-block; vertical-align: middle; }
.site-mark::after { content: ""; position: absolute; inset: 9px 8px 9px 12px; border-left: 9px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.site-word { font-family: var(--font-display); font-weight: 800; font-size: 17px; letter-spacing: -0.01em; white-space: nowrap; }
.site-proof { display: inline-flex; align-items: center; background: var(--gold-soft); color: var(--gold-ink); border: 1px solid var(--gold-line); border-radius: 20px; font-size: 11px; font-weight: 800; padding: 4px 9px; white-space: nowrap; }
.site-chat { flex: none; min-height: 40px; padding-inline: 14px; font-size: 13px; }
@media (max-width: 479px) { .site-proof { display: none; } }

/* ---- announcement bar (outside the frame, full width) ---- */
.ann-bar { min-height: 34px; }

/* ================================================================
   PDP TOP
   ================================================================ */
.pdp { padding: 16px 0 24px; }
.pdp-top { margin-bottom: 14px; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; color: var(--accent-text); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 8px; }
.pdp h1 { font-family: var(--font-display); font-size: 32px; font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; margin: 0 0 4px; }
.pdp-sub { font-size: 15px; line-height: 1.6; color: var(--ink-2); margin: 0; max-width: 60ch; }

.pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 0; padding: 0; list-style: none; }
.pills li { display: inline-flex; align-items: center; gap: 6px; background: var(--accent-soft); color: var(--accent-text); border: 1px solid rgba(240, 78, 35, 0.25); border-radius: 20px; font-size: 12px; font-weight: 700; line-height: 1.25; padding: 7px 12px 7px 9px; }
.pills svg { width: 15px; height: 15px; flex: 0 0 15px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.trust-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.trust-pill { display: inline-flex; align-items: center; background: var(--gold-soft); color: var(--gold-ink); border: 1px solid var(--gold-line); border-radius: 20px; font-size: 11px; font-weight: 800; padding: 4px 9px; line-height: 1.2; }

.pdp-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.pdp-grid > * { min-width: 0; }

/* gallery */
.video-slot { position: relative; aspect-ratio: 16 / 10; width: 100%; border-radius: 16px; overflow: hidden; background: var(--inset); border: 1px solid var(--rule); }
.video-slot img, .video-slot video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-slot video { position: absolute; inset: 0; display: none; }
.video-slot[data-playing="true"] video { display: block; }
.video-slot[data-playing="true"] img, .video-slot[data-playing="true"] .play-pill-link { display: none; }
.video-slot[data-playing="true"]:not([data-muted="true"]) .video-note { display: none; }
.video-slot[data-muted="true"] .play-pill { top: auto; bottom: 12px; right: 12px; left: auto; transform: none; padding: 8px 14px 8px 12px; font-size: 12.5px; }
.video-slot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.45)); pointer-events: none; }
.play-pill { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; display: inline-flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.95); color: var(--accent-text); border: 0; border-radius: 40px; padding: 12px 20px 12px 16px; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; white-space: nowrap; box-shadow: 0 10px 28px rgba(17, 17, 17, 0.3); text-decoration: none; }
.play-pill:hover { background: #fff; }
.play-pill .tri { width: 0; height: 0; border-left: 14px solid var(--accent); border-top: 9px solid transparent; border-bottom: 9px solid transparent; margin-left: 2px; }
.video-note { position: absolute; left: 12px; bottom: 10px; z-index: 2; color: #fff; font-size: 12px; font-weight: 700; text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6); }
.video-badge { position: absolute; top: 10px; left: 10px; z-index: 2; }

.thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 2px; }
.thumbs::-webkit-scrollbar { display: none; }
.thumbs button { flex: 0 0 92px; width: 92px; scroll-snap-align: start; display: flex; flex-direction: column; gap: 4px; background: none; border: 0; padding: 0; cursor: pointer; font: inherit; }
.thumbs img { width: 100%; height: 60px; object-fit: cover; border-radius: 8px; border: 1px solid var(--rule); box-shadow: 0 0 0 2px transparent; transition: box-shadow 120ms; }
.thumbs span { font-size: 11px; font-weight: 700; color: var(--muted); text-align: center; line-height: 1.2; }
.thumbs button.is-on img { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent); }
.thumbs button.is-on span { color: var(--accent-text); }
.gallery-note { font-size: 12px; color: var(--muted); margin: 8px 0 0; }

.hook { display: flex; gap: 12px; align-items: flex-start; margin-top: 14px; }
.hook-avatar { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 14px; }
.hook p { font-size: 14px; line-height: 1.5; color: var(--ink-2); margin: 0 0 4px; }
.hook p b { color: var(--ink); font-weight: 800; }
.hook .sig { display: block; margin-top: 4px; font-size: 11.5px; font-weight: 800; color: var(--accent-text); letter-spacing: 0.3px; }

/* buy box */
.buybox { padding: 18px 16px; }
.price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; }
.price-row .mula { font-size: 14px; font-weight: 700; color: var(--muted); }
.buybox .price-now { font-family: var(--font-display); font-size: 44px; font-weight: 800; line-height: 1; color: var(--accent-text); letter-spacing: -0.02em; }
.price-was-wrap { display: inline-flex; flex-direction: column; line-height: 1.15; }
.buybox .price-was { font-size: 15px; font-weight: 700; color: var(--muted); }
.price-was-label { font-size: 11px; font-weight: 700; color: var(--muted); }
.buybox .price-tag { display: inline-block; background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; padding: 3px 8px; border-radius: 6px; }
.buybox .flash-bar { margin: 8px 0 4px; }
.price-promo { margin: 0 0 6px; font-size: 12.5px; font-weight: 800; color: var(--accent-text); }
.price-promo::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-right: 6px; vertical-align: 1px; animation: promo-pulse 1.6s ease-in-out infinite; }
@keyframes promo-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.8); } }
.ann-item strong { background: var(--badge); color: var(--badge-ink); padding: 2px 8px; border-radius: 20px; font-size: 10.5px; letter-spacing: 0.08em; }
.ann-item.ann-promo { color: #fff; }
.flash-bar-next { display: block; font-size: 12px; color: var(--muted); }

.tier-pick { display: grid; gap: 10px; margin: 14px 0 0; }
.tier-pick-card { position: relative; display: flex; flex-direction: column; gap: 9px; text-align: left; background: var(--surface); border: 1.5px solid var(--rule); border-radius: 14px; padding: 13px; cursor: pointer; font: inherit; color: var(--ink); transition: border-color 120ms, box-shadow 120ms; }
.tier-pick-card:hover { border-color: var(--ink-2); }
.tier-pick-card.is-on { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(240, 78, 35, 0.2); background: linear-gradient(180deg, rgba(240, 78, 35, 0.05), transparent); }
.tpc-flag { position: absolute; top: -10px; left: 12px; background: var(--badge); color: var(--badge-ink); font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em; padding: 3px 8px; border-radius: 20px; }
.tpc-head { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.tpc-name { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.tpc-name b { font-size: 15px; font-weight: 800; }
.tpc-name span { font-size: 12px; color: var(--muted); font-weight: 600; }
.tpc-price .now { font-family: var(--font-display); font-size: 21px; font-weight: 800; color: var(--accent-text); white-space: nowrap; }
.tpc-pick { display: block; text-align: center; font-size: 12px; font-weight: 800; padding: 7px; border-radius: 10px; background: var(--inset); color: var(--ink-2); }
.tier-pick-card.is-on .tpc-pick { background: var(--accent); color: #fff; }

.getlist-head { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; color: var(--muted); margin: 16px 0 6px; }
.getlist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.getlist li { position: relative; padding-left: 22px; font-size: 13.5px; line-height: 1.45; color: var(--ink-2); }
.getlist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 14px; height: 14px; border-radius: 50%; background: var(--good); background-image: var(--icon-check); background-repeat: no-repeat; background-position: center; background-size: 9px; }
.getlist b { color: var(--ink); }

.buybox .btn-buy { margin-top: 16px; font-size: 17px; }
.micro { margin: 8px 0 0; font-size: 13px; font-weight: 800; color: var(--ink); text-align: center; }
.need { margin: 2px 0 0; font-size: 12px; color: var(--muted); text-align: center; }
.guarantee-line { margin: 10px 0 0; font-size: 12.5px; font-weight: 700; color: var(--good); text-align: center; line-height: 1.45; }

.pay-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 12px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--rule); }
.pay-logos img { height: 18px; width: auto; max-width: 64px; object-fit: contain; }
.pay-logos-center { border-top: 0; padding-top: 0; margin-top: 4px; }
.pay-line { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 10px 0 0; font-size: 11.5px; color: var(--muted); font-weight: 600; }
.pay-line .paymongo { height: 14px; width: auto; }

/* ================================================================
   DEMO (generator)
   ================================================================ */
.demo-grid { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: start; }
.card-head { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 15px; margin: 0 0 14px; }
.card-head + .card-head { margin-top: 18px; }
.step-dot { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; }
.demo-form .field + .field, .demo-form .field-2col + .field { margin-top: 14px; }
.field-2col { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 14px; }
.combobox { position: relative; }
.combobox .popover { left: 0; right: 0; top: calc(100% + 4px); width: auto; }
.style-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.style-grid .option-card { padding: 8px; gap: 6px; }
.style-grid .option-card-title { font-size: 13px; }
.style-grid .option-card-sub { font-size: 11px; line-height: 1.3; }
.demo-form .btn-buy { margin-top: 18px; }
.demo-result { display: grid; gap: 12px; align-content: start; }
.demo-placeholder { border: 1px dashed var(--rule); border-radius: 12px; padding: 28px 16px; text-align: center; background: var(--ground); }
.demo-after { display: flex; flex-direction: column; gap: 10px; }
.gate-clip { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.gate-clip figcaption { font-size: 12px; color: var(--muted); text-align: center; }

/* ================================================================
   REVIEWS
   ================================================================ */
.review-row { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 2px 6px; scrollbar-width: none; }
.review-row::-webkit-scrollbar { display: none; }
.review-row .review-card { flex: 0 0 82%; max-width: 320px; scroll-snap-align: start; margin: 0; background: var(--surface); border: 1px solid var(--rule); border-radius: 14px; overflow: hidden; }
.review-card-placeholder .review-card-media { aspect-ratio: 16 / 10; display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(135deg, var(--ground) 0 10px, var(--surface) 10px 20px); color: var(--muted); font-size: 12px; font-weight: 700; border: 1px dashed var(--rule); border-radius: 14px; }

/* ================================================================
   12 STYLES
   ================================================================ */
.style-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.style-tile { margin: 0; position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--rule); background: var(--inset); aspect-ratio: 4 / 3; }
.style-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms var(--ease); }
.style-tile:hover img { transform: scale(1.04); }
.style-tile figcaption { position: absolute; left: 8px; bottom: 8px; background: rgba(255, 255, 255, 0.94); color: var(--ink); font-size: 12px; font-weight: 800; padding: 4px 9px; border-radius: 20px; }

/* ================================================================
   HOW IT WORKS (flow)
   ================================================================ */
.flow { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.flow-node { position: relative; padding: 18px 16px 16px 16px; }
.flow-num { position: absolute; top: -10px; left: 14px; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; font-size: 13px; display: inline-flex; align-items: center; justify-content: center; }
.flow-time { position: absolute; top: 12px; right: 12px; }
.flow-node h3 { font-family: var(--font-display); font-size: 17px; margin: 4px 0 4px; }
.flow-node p { font-size: 13.5px; line-height: 1.5; color: var(--ink-2); margin: 0; }
.flow-arrow { display: flex; justify-content: center; color: var(--accent); }
.flow-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transform: rotate(90deg); }
.how-total { font-weight: 800; text-align: center; margin: 16px 0 0; }

/* ================================================================
   COMPARE / ANCHOR
   ================================================================ */
.table-wrap { overflow-x: auto; }
.compare-popular { display: block; margin-top: 4px; font-size: 12px; }
.compare-cta-row { margin-top: 16px; text-align: center; }
.compare-cta-row .btn { min-width: 220px; }
.anchor-table { width: 100%; }
.anchor-table th, .anchor-table td { padding: 12px 8px; }
.anchor-us-row th, .anchor-us-row td { font-weight: 800; color: var(--accent-text); border-top: 2px solid var(--accent); background: var(--accent-soft); }

/* ================================================================
   MOAT
   ================================================================ */
.moat-grid { display: grid; gap: 10px; }
.moat-index { display: block; font-size: 13px; color: var(--accent-text); font-weight: 800; margin-bottom: 6px; }
.moat-card h3 { font-family: var(--font-display); font-size: 17px; margin: 0 0 4px; }
.moat-card p { font-size: 13.5px; color: var(--ink-2); margin: 0; line-height: 1.5; }

/* ================================================================
   SCENE BUILDER (accordion in a tinted band)
   ================================================================ */
.ld-accordion-section > summary { list-style: none; cursor: pointer; display: flex; flex-direction: column; gap: 4px; }
.ld-accordion-section > summary::-webkit-details-marker { display: none; }
.ld-accordion-section > summary::after { content: "Tap to expand \25BE"; font-size: 12px; font-weight: 700; color: var(--accent-text); }
.ld-accordion-section[open] > summary::after { content: "Tap to collapse \25B4"; }
.ld-accordion-section > .accordion-body { padding: 16px 0 0; }
.scene-beats { display: flex; flex-direction: column; gap: 10px; margin: 14px 0; padding: 0; list-style: none; }
.scene-beat-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.scene-beat-index { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-text); font-size: 13px; flex-shrink: 0; }
.scene-beat-label { font-weight: 800; font-size: 13px; color: var(--ink-2); flex: 1; }
.scene-beat-line { color: var(--ink); margin: 0; font-size: 14px; line-height: 1.5; }
.scene-beat-full { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--rule); display: flex; flex-direction: column; gap: 8px; }
.scene-beat-continuity, .scene-beat-full .mono { font-size: 13px; color: var(--ink-2); }
.scene-beat-vo { font-style: italic; color: var(--ink-2); margin: 0; }
.scene-roi { font-weight: 800; margin: 0 0 12px; }

/* ================================================================
   PRANGKAHAN + FAQ
   ================================================================ */
.faq-grid { display: grid; gap: 24px; }
.not-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.not-list li { background: var(--surface); border: 1px solid var(--rule); border-left: 4px solid var(--warn); border-radius: 12px; padding: 12px 14px; font-size: 14px; line-height: 1.5; }
.faq-list { padding: 4px 16px; }
.faq-list .accordion { border-bottom: 1px solid var(--rule); }
.faq-list .accordion:last-child { border-bottom: 0; }

/* ================================================================
   WHO / CHECKOUT / FINAL / FOOTER
   ================================================================ */
.who-card { display: flex; align-items: center; gap: 16px; }
.who-photo { position: relative; flex: none; width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; }
.who-photo img { width: 100%; height: 100%; object-fit: cover; }
.who-initials { font-family: var(--font-display); font-weight: 800; color: var(--accent-text); font-size: 22px; }
.who-name { font-family: var(--font-display); font-weight: 800; font-size: 17px; margin: 0 0 4px; }
.who-line { font-size: 13.5px; color: var(--ink-2); margin: 0; line-height: 1.5; }

.checkout-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.bump-card { display: grid; grid-template-columns: 20px 1fr; column-gap: 12px; align-items: start; }
.bump-card .option-card-title { display: flex; justify-content: space-between; gap: 8px; }
.bump-card .option-card-sub { grid-column: 2; }
.bump-check { grid-row: 1 / span 2; width: 18px; height: 18px; margin-top: 2px; border: 1px solid var(--rule); border-radius: 4px; background: var(--surface); flex-shrink: 0; }
.bump-card[aria-pressed="true"] .bump-check { background: var(--accent); border-color: var(--accent); background-image: var(--icon-check); background-repeat: no-repeat; background-position: center; background-size: 12px; }
.bump-card[disabled] { cursor: default; opacity: 0.75; }
.checkout-total-row { justify-content: space-between; }
.checkout-total { font-size: 24px; }
.checkout-tier-price { display: flex; align-items: baseline; gap: 6px; font-weight: 800; color: var(--accent-text); }
.checkout-tier-next { font-family: inherit; font-weight: 600; font-size: 12px; color: var(--muted); text-decoration: line-through; }
.checkout-tier-outcome { display: block; }
.checkout-offer-badge { display: inline-block; background: var(--badge); color: var(--badge-ink); font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 2px 8px; border-radius: 20px; align-self: flex-start; }
.checkout-summary-tier-name { font-family: var(--font-display); font-weight: 800; font-size: 15px; margin: 0 0 4px; }
.checkout-summary-bullets { margin: 0 0 10px; padding-left: 18px; display: flex; flex-direction: column; gap: 4px; font-size: 13px; color: var(--ink-2); }
.checkout-summary-bump { margin: 0 0 10px; font-size: 13px; font-weight: 600; }
.checkout-total-display { font-family: var(--font-display); font-size: 24px; }
.checkout-guarantee { margin: 10px 0 0; font-size: 12.5px; font-weight: 700; color: var(--good); }
.checkout-mobile-total { display: flex; align-items: center; justify-content: space-between; width: 100%; background: var(--surface); border: 1px solid var(--rule); border-radius: 12px; padding: 12px 16px; cursor: pointer; }
.checkout-summary { display: none; margin-top: 10px; }
.checkout-summary.is-open { display: block; }
.checkout-chips { justify-content: center; text-align: center; }
.checkout-steps { margin: 4px 0 0; padding-left: 18px; display: flex; flex-direction: column; gap: 4px; font-size: 12.5px; color: var(--ink-2); }

.ld-final { padding-block: 24px 40px; }
.final-card { background: var(--ink); color: #fff; border-radius: 20px; padding: 28px 20px; text-align: center; }
.final-line { font-family: var(--font-display); font-size: 22px; font-weight: 800; line-height: 1.25; margin: 0 0 18px; }
.final-card .btn-buy { margin-bottom: 10px; }
.final-card .guarantee-line { color: var(--good-on-ink); }
.onetime-line { margin: 6px 0 0; font-size: 12.5px; color: rgba(255, 255, 255, 0.75); }

footer.site-footer { background: var(--accent); color: rgba(255, 255, 255, 0.85); padding-block: 26px 30px; font-size: 13px; }
.footer-wrap .flogo { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 17px; color: #fff; }
.footer-wrap .flogo .site-mark { background: #fff; }
.footer-wrap .flogo .site-mark::after { border-left-color: var(--accent); }
.footer-wrap .flinks { display: flex; flex-wrap: wrap; gap: 4px 18px; margin: 10px 0; }
.footer-wrap .flinks a { color: #fff; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.footer-wrap .flinks a:hover { text-decoration: underline; }
.pay-logos-footer { justify-content: flex-start; border-top: 0; padding: 10px 12px; margin: 4px 0 12px; background: #fff; border-radius: 12px; display: inline-flex; }
.footer-wrap .fcopy { margin: 4px 0 0; color: rgba(255, 255, 255, 0.85); }

/* ---- sticky buy bar: price + strike + proof, one button, no chat ---- */
.sticky-buy { grid-template-columns: 1fr auto; }
.sticky-info { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.sticky-price { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--accent-text); display: flex; align-items: baseline; gap: 6px; white-space: nowrap; }
.sticky-price s { font-size: 12px; color: var(--muted); font-weight: 700; }
.sticky-proof { font-size: 11px; font-weight: 800; color: var(--gold-ink); white-space: nowrap; }
.sticky-buy .pill-btn-red { font-size: 15px; padding-inline: 22px; }
#sticky-buy-label { white-space: nowrap; }

/* ---- exit-intent + banner (unchanged behaviour) ---- */
.exit-intent-body { display: flex; flex-direction: column; gap: 12px; text-align: center; }
.exit-intent-sheet { max-width: 420px; left: 50%; right: auto; transform: translate(-50%, 100%); border-radius: 14px; bottom: 16px; }
.exit-intent-sheet[data-open="true"] { transform: translate(-50%, 0); }
#banner-region .banner { border-radius: 0; }

/* 44 px tap floor on phones */
@media (max-width: 767px) {
  #demo-tone-group .chip { min-height: 44px; padding: 10px 14px; }
  .site-chat { min-height: 44px; }
}

/* ================================================================
   TABLET+ : two columns where it pays
   ================================================================ */
@media (min-width: 640px) {
  .field-2col { grid-template-columns: 1fr 1fr; }
  .style-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .moat-grid { grid-template-columns: repeat(2, 1fr); }
  .review-row .review-card { flex-basis: 320px; }
}

/* ================================================================
   DESKTOP
   ================================================================ */
@media (min-width: 860px) {
  body { padding-top: 0; }
  .frame { margin: 0 auto 32px; border-radius: 0 0 24px 24px; }
  .wrap { padding-inline: 36px; }
  .ld-section { padding-block: 36px; }
  h2.section-title, .section-title { font-size: 30px; }
  .pdp { padding: 26px 0 40px; }
  .pdp h1 { font-size: 44px; max-width: 20ch; }
  .pdp-sub { font-size: 16px; }
  .pdp-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 400px); gap: 36px; align-items: start; }
  .buybox { position: sticky; top: 74px; }
  .thumbs button { flex: 1 1 0; width: auto; max-width: 110px; }
  .demo-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
  .demo-result { position: sticky; top: 84px; }
  .style-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
  .flow { flex-direction: row; align-items: stretch; gap: 10px; }
  .flow-node { flex: 1; }
  .flow-arrow { align-items: center; }
  .flow-arrow svg { transform: none; }
  .faq-grid { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 32px; }
  .final-card { padding: 40px; }
  .final-line { font-size: 28px; }
  .sticky-buy { width: min(720px, 100%); left: 50%; right: auto; transform: translateX(-50%); border-radius: 14px 14px 0 0; }
}

/* Demo clip: a compact phone with the style frame as poster until the real render lands. */
.gate-clip .phone-frame { width: min(180px, 48vw); border-width: 5px; border-radius: 18px; }
.gate-clip figcaption { max-width: 320px; }
@media (min-width: 860px) {
  .demo-result { grid-template-columns: minmax(0, 1fr) 190px; align-items: start; }
  .demo-result .card-head, .gate-stage, .demo-placeholder, .demo-after { grid-column: 1 / -1; }
  .gate-slate { grid-column: 1; grid-row: 3; }
  .gate-clip { grid-column: 2; grid-row: 3; }
}

/* Anchor table: plain sentence-case labels, prices right-aligned and never clipped. */
.anchor-table { table-layout: auto; }
.anchor-table th { text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 600; color: var(--ink-2); white-space: normal; text-align: left; }
.anchor-table td { text-align: right; white-space: nowrap; font-weight: 800; font-size: 15px; }
.anchor-us-row th { font-weight: 800; }

/* Announcement bar: one line, ellipsis on narrow phones so two items never overlap mid-fade. */
.ann-item { white-space: normal; overflow: visible; display: flex; line-height: 1.3; padding-block: 6px; text-align: center; }
.ann-item.is-on { display: block; }
.ann-item:not(.is-on) { opacity: 0; transition: none; }

/* ---- v4.1 tighten ---- */
/* Pang-Studio: the shiny one. Gold gradient frame, a soft glow when selected, a slow shine sweep, bigger price. */
.tier-pick-card.gold { border: 1.5px solid transparent; background: linear-gradient(var(--surface), var(--surface)) padding-box, linear-gradient(135deg, #F0DDA5 0%, #C99A2E 35%, #F7E7B4 55%, #B8860B 100%) border-box; }
.tier-pick-card.gold::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.6) 50%, transparent 65%); background-size: 300% 100%; background-position: 150% 0; animation: tpc-shine 4.5s ease-in-out infinite; pointer-events: none; }
@keyframes tpc-shine { 0%, 55% { background-position: 150% 0; } 85%, 100% { background-position: -150% 0; } }
@media (prefers-reduced-motion: reduce) { .tier-pick-card.gold::before { animation: none; display: none; } }
.tier-pick-card.gold.is-on { box-shadow: 0 0 0 2px rgba(201, 154, 46, 0.35), 0 10px 26px rgba(201, 154, 46, 0.28); background: linear-gradient(180deg, #FFF8E1 0%, var(--surface) 70%) padding-box, linear-gradient(135deg, #F0DDA5 0%, #C99A2E 35%, #F7E7B4 55%, #B8860B 100%) border-box; }
.tier-pick-card.gold .tpc-name b { font-size: 16.5px; }
.tier-pick-card.gold .tpc-price .now { font-size: 25px; color: var(--gold-ink); }
.tier-pick-card.gold.is-on .tpc-pick { background: linear-gradient(135deg, #B8860B, #6B4E0B); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }
.tpc-flag-gold { background: linear-gradient(135deg, #F7E7B4, #C99A2E); color: #4A3406; box-shadow: 0 2px 6px rgba(107, 78, 11, 0.25); }
.tpc-flag-gold::before { content: "\2605"; margin-right: 4px; font-size: 9px; vertical-align: 1px; }
.tpc-flag-muted { background: var(--inset); color: var(--ink-2); }
/* Compare table: the Studio column wears the same gold as the buy box. */
.compare-col-studio .compare-plan { border-color: #C99A2E; background: linear-gradient(180deg, #FFF8E1 0%, var(--surface) 70%); box-shadow: 0 0 0 2px rgba(201, 154, 46, 0.25), 0 8px 22px rgba(201, 154, 46, 0.22); }
.compare-col-studio .compare-plan-price { color: var(--gold-ink); }
.compare-table tbody td:nth-child(3), .compare-table tfoot td:nth-child(3) { background: rgba(240, 221, 165, 0.28); }
.compare-col-pro .compare-plan { border-color: var(--rule); box-shadow: none; }
.compare-table tbody td:nth-child(2), .compare-table tfoot td:nth-child(2) { background: var(--ground); }
.compare-flag-muted { background: var(--inset); color: var(--ink-2); box-shadow: 0 2px 6px rgba(17, 17, 17, 0.1); }
.getlist-studio li::before { background-color: var(--good); }
.micro { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 10px; }
.micro-good { color: var(--good); }
.demo-result[hidden] { display: none; }
/* Full frost: nothing of the design reads through until the gate is passed. */
.demo-form .btn-buy { position: sticky; bottom: calc(var(--sticky-h) + 8px); z-index: 2; }
@media (min-width: 860px) { .demo-form .btn-buy { position: static; } }

/* Sample frame in the demo is frosted once generated; it refreshes (still frosted) on every try. */
.gate-clip[data-state="gated"] .phone-frame img,
.gate-clip[data-state="gated"] .phone-frame video { filter: blur(10px) saturate(1.1); transform: scale(1.08); }
.gate-clip .phone-frame { position: relative; }
.gate-clip[data-state="gated"] .phone-frame::after { content: "PREVIEW"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--badge); color: var(--badge-ink); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; padding: 4px 10px; border-radius: 20px; }

/* Checkout card mirrors the buy box. */
.checkout-card { box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06); }
.checkout-card .tier-pick { margin-top: 10px; }
.checkout-card .bump-card { border-radius: 14px; }
.checkout-email-field { margin-top: 16px; }
.checkout-card .btn-buy { margin-top: 14px; font-size: 17px; }
.checkout-card .checkout-steps { margin: 12px 0 0; padding-left: 18px; }
.checkout-card #checkout-message { margin-top: 10px; }

/* brand descriptor next to the wordmark */
.site-desc { display: inline-block; font-size: 9.5px; font-weight: 800; letter-spacing: 0.12em; color: var(--accent-text); border: 1px solid rgba(240, 78, 35, 0.35); border-radius: 4px; padding: 2px 5px; margin-left: 2px; white-space: nowrap; vertical-align: middle; }
.site-desc-light { color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.site-word { font-size: 20px; letter-spacing: -0.03em; }
@media (max-width: 359px) { .site-desc { display: none; } }

/* ---- scripts section ---- */

/* ---- brand logo ---- */
.site-logo-img { height: 30px; width: auto; display: block; }
.footer-wrap .flogo { gap: 10px; }
.flogo-plate { display: inline-flex; background: #fff; border-radius: 10px; padding: 4px 10px; }
.flogo-plate img { height: 32px; width: auto; display: block; }
@media (min-width: 860px) { .site-logo-img { height: 34px; } }

/* checkout card: two columns from tablet up, everything left-aligned like the rest of the page */
.co-grid { display: grid; gap: 18px; }
.co-right .getlist-head { margin-top: 0; }
@media (min-width: 860px) {
  .co-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; align-items: start; }
  .co-right { position: sticky; top: 84px; }
}

/* review screenshots: natural height, white card, no crop */
.review-row .review-card { flex: 0 0 78%; max-width: 300px; }
.review-row .review-card-media img { width: 100%; height: auto; display: block; }
header.site nav { justify-content: flex-start; }
header.site .site-proof { margin-left: auto; }
.review-row .review-card-media { aspect-ratio: auto; background: #fff; padding: 8px; }
.review-row .review-card-media img { object-fit: contain; height: auto; }

/* ================================================================
   SCRIPTS v2: one video, three sets of words. Each card = icon + plan
   badge, name, one-line definition, the sample styled as the real
   output (labelled figure), then count chips.
   ================================================================ */
.script-grid { display: grid; gap: 12px; }
.script-card { display: flex; flex-direction: column; padding: 18px 18px 16px; position: relative; }
.script-card-studio { border-color: var(--gold-line); background: linear-gradient(180deg, var(--gold-soft) 0%, var(--surface) 42%); }
.script-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.script-ico { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--ink); color: #fff; }
.script-card-studio .script-ico { background: var(--gold-ink); }
.script-ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.script-badge { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 9px; border-radius: 20px; background: var(--inset); color: var(--ink-2); white-space: nowrap; }
.script-badge-gold { background: var(--gold-ink); color: #fff; }
.script-badge-red { background: var(--accent); color: #fff; }
.script-card h3 { font-family: var(--font-display); font-size: 22px; line-height: 1.1; letter-spacing: -0.01em; margin: 0 0 6px; }
.script-what { font-size: 14px; line-height: 1.5; color: var(--ink-2); margin: 0 0 14px; }
.script-sample { margin: 0 0 14px; padding: 0; border: 1px solid var(--rule); border-radius: 12px; background: var(--ground); overflow: hidden; }
.script-sample figcaption { font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); padding: 8px 12px 0; }
.script-sample blockquote { margin: 0; padding: 8px 12px 10px; font-family: var(--font-display); font-size: 16px; line-height: 1.4; color: var(--ink); }
.script-sample blockquote::before { content: '\201C'; color: var(--accent); margin-right: 2px; }
.script-sample blockquote::after { content: '\201D'; color: var(--accent); margin-left: 2px; }
.script-sample-foot { display: block; font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); padding: 7px 12px; border-top: 1px dashed var(--rule); background: var(--surface); }
.script-chips { list-style: none; margin: auto 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.script-chips li { font-size: 12px; font-weight: 700; color: var(--ink-2); background: var(--surface); border: 1px solid var(--rule); border-radius: 20px; padding: 4px 10px; }
.script-chips li::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--good); margin-right: 6px; vertical-align: 2px; }
@media (min-width: 640px) { .script-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* ================================================================
   COMPARE v2: plan columns read as cards. The plan header is its own
   card (name, price, sub), the badges overlay the column top edge, and
   the tier columns get a full-height tint so the eye reads columns,
   not cells. Still a real <table> for screen readers.
   ================================================================ */
.compare-board { padding-top: 14px; }
.compare-wrap { overflow-x: auto; overflow-y: visible; padding: 14px 2px 2px; margin: -14px -2px -2px; }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; }
.compare-table th, .compare-table td { padding: 12px 10px; text-align: center; vertical-align: middle; border-bottom: 1px solid var(--rule); }
.compare-table thead th { border-bottom: 0; padding: 0 6px 12px; vertical-align: bottom; position: relative; }
.compare-table tbody th { text-align: left; font-weight: 700; color: var(--ink); padding-left: 0; min-width: 132px; }
.compare-table tbody th small { display: block; font-size: 11.5px; font-weight: 500; color: var(--muted); line-height: 1.35; margin-top: 2px; }
.compare-table td em { display: block; font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--ink-2); margin-top: 2px; }
.compare-corner { text-align: left; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); padding-left: 0 !important; }
.compare-col { min-width: 132px; }
@media (min-width: 640px) { .compare-table { table-layout: fixed; } .compare-table tbody th, .compare-corner { width: 34%; } .compare-plan { padding: 24px 14px 14px; } .compare-plan-price { font-size: 30px; } }
.compare-plan { display: flex; flex-direction: column; gap: 2px; padding: 22px 10px 12px; border-radius: 14px; border: 1px solid var(--rule); background: var(--surface); box-shadow: 0 1px 2px rgba(17, 17, 17, 0.05); }
.compare-plan-name { font-size: 13px; font-weight: 800; color: var(--ink-2); }
.compare-plan-price { font-family: var(--font-display); font-size: 26px; line-height: 1; letter-spacing: -0.02em; color: var(--ink); }
.compare-plan-sub { font-size: 11.5px; color: var(--muted); }
.compare-col-pro .compare-plan { border-color: var(--badge); box-shadow: 0 0 0 2px var(--badge-soft); }
.compare-col-studio .compare-plan { border-color: var(--accent); background: linear-gradient(180deg, var(--accent-soft) 0%, var(--surface) 70%); box-shadow: 0 6px 18px rgba(240, 78, 35, 0.14); }
.compare-col-studio .compare-plan-price { color: var(--accent-text); }
.compare-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); z-index: 2; white-space: nowrap; box-shadow: 0 2px 6px rgba(17, 17, 17, 0.15); }
/* Column tints run the full height of the tier column, header to CTA */
.compare-table tbody td:nth-child(2), .compare-table tfoot td:nth-child(2) { background: var(--badge-soft); }
.compare-table tbody td:nth-child(3), .compare-table tfoot td:nth-child(3) { background: var(--accent-soft); }
.compare-table tbody td:nth-child(2) { border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); }
.compare-table tbody td:nth-child(3) { border-right: 1px solid var(--rule); }
.compare-table tbody tr:first-child td { border-top: 1px solid var(--rule); }
.compare-table .yes { color: var(--good); font-weight: 800; }
.compare-table .no { color: var(--muted); }
.compare-addon { font-weight: 700; color: var(--muted); }
.compare-table tfoot td { padding: 12px 8px 14px; border-bottom: 0; border-radius: 0 0 14px 14px; }
.compare-table tfoot td:nth-child(2) { border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.compare-table tfoot td:nth-child(3) { border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.compare-btn { width: 100%; white-space: nowrap; }
.compare-note { text-align: center; margin-top: 14px; }
@media (max-width: 639px) {
  .compare-table { font-size: 12.5px; table-layout: fixed; }
  .compare-table th, .compare-table td { padding: 10px 4px; }
  .compare-table thead th { padding: 0 3px 10px; }
  .compare-table tbody th { min-width: 0; width: 31%; padding-right: 4px; font-size: 12.5px; }
  .compare-table tbody th small { font-size: 10.5px; }
  .compare-table td em { font-size: 10.5px; }
  .compare-corner { font-size: 10px; letter-spacing: 0.05em; }
  .compare-col { min-width: 0; width: 34.5%; }
  .compare-plan { padding: 18px 4px 10px; border-radius: 12px; }
  .compare-plan-name { font-size: 12px; }
  .compare-plan-price { font-size: 21px; }
  .compare-plan-sub { font-size: 10.5px; }
  .compare-flag { font-size: 9.5px; padding: 3px 7px; top: -11px; }
  .compare-btn { font-size: 12.5px; padding-left: 6px; padding-right: 6px; }
}

/* "and many more" tile: spans the whole row under the 12 style frames */
.style-more { grid-column: 1 / -1; aspect-ratio: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 4px; padding: 26px 18px; background: var(--ink); color: #fff; border-color: var(--ink); background-image: radial-gradient(circle at 12% 0%, rgba(240, 78, 35, 0.45), transparent 42%), radial-gradient(circle at 92% 100%, rgba(255, 212, 0, 0.35), transparent 40%); }
.style-more-kicker { font-family: var(--font-display); font-size: 40px; line-height: 1; color: var(--badge); }
.style-more b { font-family: var(--font-display); font-size: 26px; line-height: 1.1; letter-spacing: -0.01em; }
.style-more-sub { font-size: 14px; line-height: 1.45; color: rgba(255, 255, 255, 0.82); max-width: 42ch; }
@media (min-width: 640px) { .style-more { flex-direction: row; gap: 16px; text-align: left; padding: 22px 28px; } .style-more b { font-size: 30px; } .style-more-sub { margin-left: auto; text-align: right; } }
