:root {
  --ink: #111820;
  --muted: #5e6873;
  --paper: #f4f5f2;
  --white: #fff;
  --line: #d9dddf;
  --dark: #0c1117;
  --teal: #168d81;
  --blue: #376fa9;
  --copper: #b9683f;
  --rose: #915c72;
  --accent: #168d81;
  --accent-soft: #dff3ef;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: #fff; border-radius: 4px; background: var(--dark); text-decoration: none; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.sales-nav { position: sticky; top: 0; z-index: 30; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px max(22px, calc((100% - 1240px) / 2)); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(217,221,223,.86); backdrop-filter: blur(18px); }
.sales-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.sales-brand-mark { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--dark); border-radius: 5px; font-size: .76rem; }
.sales-nav nav { display: flex; align-items: center; gap: 22px; }
.sales-nav nav a { color: #39434c; text-decoration: none; font-size: .9rem; font-weight: 700; }
.sales-nav .nav-cta { padding: 10px 14px; color: #fff; background: var(--dark); border-radius: 5px; }

.sales-hero { position: relative; min-height: min(780px, calc(100svh - 68px)); display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--dark); isolation: isolate; }
.sales-hero-media { position: absolute; z-index: -2; inset: 0; background: var(--hero-image) center top / cover no-repeat; transform: scale(1.02); }
.sales-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(7,12,17,.73); }
.sales-hero-inner { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 82px; }
.sales-hero-copy { max-width: 790px; }
.eyebrow { margin: 0 0 18px; color: var(--accent-soft); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.sales-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.3rem, 7.5vw, 7.6rem); line-height: .94; font-weight: 760; letter-spacing: 0; }
.sales-hero .hero-promise { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.32rem); line-height: 1.6; }
.hero-actions, .sales-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; }
.sales-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid transparent; border-radius: 5px; text-decoration: none; font-weight: 820; cursor: pointer; }
.sales-button.primary { color: #07100f; background: #fff; }
.sales-button.dark { color: #fff; background: var(--dark); }
.sales-button.accent { color: #fff; background: var(--accent); }
.sales-button.outline { color: inherit; background: transparent; border-color: currentColor; }
.sales-button:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(22,141,129,.32); outline-offset: 3px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 34px; color: rgba(255,255,255,.72); font-size: .84rem; font-weight: 700; }
.hero-proof span::before { content: "✓"; margin-right: 7px; color: #79d3c8; }

.sales-section { padding: 112px max(24px, calc((100% - 1240px) / 2)); }
.sales-section.white { background: #fff; }
.sales-section.dark { color: #fff; background: var(--dark); }
.sales-section.soft { background: var(--paper); }
.section-head { max-width: 860px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 0; font-size: clamp(2.35rem, 5.3vw, 5rem); line-height: 1.01; font-weight: 740; letter-spacing: 0; }
.section-head p:not(.eyebrow) { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.dark .section-head p:not(.eyebrow) { color: rgba(255,255,255,.68); }

.outcome-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-strip article { min-height: 200px; padding: 28px; border-right: 1px solid var(--line); }
.outcome-strip article:last-child { border-right: 0; }
.outcome-strip span { color: var(--accent); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.outcome-strip h3 { margin: 34px 0 8px; font-size: 1.23rem; }
.outcome-strip p { margin: 0; color: var(--muted); line-height: 1.6; }

.snapshot-promo { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; padding: 64px max(24px,calc((100% - 1240px) / 2)); color: #101820; background: #e9f2ef; }
.snapshot-promo h2 { margin: 0; font-size: clamp(2.1rem,4vw,4rem); line-height: 1.02; }
.snapshot-promo p:not(.eyebrow) { max-width: 700px; color: #5e6873; line-height: 1.7; }

.product-proof { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); align-items: center; gap: 70px; }
.product-proof-copy h2 { margin: 0; font-size: clamp(2.5rem,5vw,4.8rem); line-height: 1.02; }
.product-proof-copy > p { color: var(--muted); line-height: 1.75; }
.proof-list { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.proof-list div { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.proof-list span { color: var(--accent); font-weight: 850; }
.proof-list p { margin: 0; line-height: 1.55; }
.product-shot { overflow: hidden; border: 1px solid #cfd5d8; border-radius: 7px; background: #fff; box-shadow: 0 24px 70px rgba(16,25,33,.14); }
.product-shot img { width: 100%; height: auto !important; display: block; object-fit: contain; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fit-panel { padding: 30px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.fit-panel h3 { margin: 0 0 18px; font-size: 1.35rem; }
.fit-panel ul { margin: 0; padding: 0; list-style: none; }
.fit-panel li { position: relative; padding: 11px 0 11px 28px; border-top: 1px solid #e7e9ea; line-height: 1.55; }
.fit-panel li::before { position: absolute; left: 0; content: "✓"; color: var(--teal); font-weight: 900; }
.fit-panel.is-not li::before { content: "×"; color: var(--copper); }

.process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.process-step { min-height: 270px; padding: 28px; border-top: 3px solid var(--accent); background: #fff; }
.process-step span { color: var(--accent); font-size: .78rem; font-weight: 850; }
.process-step h3 { margin: 76px 0 12px; font-size: 1.35rem; }
.process-step p { margin: 0; color: var(--muted); line-height: 1.65; }
.purchase-flow .section-head { margin-bottom: 34px; }
.purchase-steps .process-step { min-height: 205px; }
.purchase-steps .process-step h3 { margin-top: 38px; }

.price-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(340px,1.2fr); gap: 72px; align-items: center; }
.price-copy h2 { margin: 0; font-size: clamp(2.5rem,5vw,5rem); line-height: 1; }
.price-copy > p { color: rgba(255,255,255,.68); line-height: 1.7; }
.price-card { padding: 34px; color: var(--ink); border-radius: 7px; background: #fff; }
.price-card.featured { border-top: 6px solid var(--accent); }
.price-label { margin: 0; color: var(--accent); font-size: .77rem; font-weight: 850; text-transform: uppercase; }
.price-row { display: flex; align-items: end; gap: 12px; margin: 18px 0 8px; }
.price { font-size: clamp(2.8rem,5vw,4.7rem); line-height: 1; font-weight: 780; }
.reference-price { color: #7a8187; text-decoration: line-through; }
.price-note { margin: 0; color: var(--muted); font-size: .88rem; }
.price-card ul { display: grid; gap: 11px; margin: 28px 0; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 24px; line-height: 1.5; }
.price-card li::before { position: absolute; left: 0; content: "✓"; color: var(--teal); font-weight: 900; }
.price-card .sales-button { width: 100%; }
.offer-trust { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 14px; }
.offer-trust span { min-height: 46px; display: grid; place-items: center; padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; color: #31414d; background: #f5f8f7; font-size: .72rem; font-weight: 780; line-height: 1.35; text-align: center; }
.offer-trust span::before { content: "✓"; margin-right: 5px; color: var(--accent); }
.price-assurance { margin: 14px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; text-align: center; }

.bundle-callout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; padding: 44px; color: #fff; border-radius: 7px; background: #19324a; }
.bundle-callout h2 { margin: 0; font-size: clamp(2.2rem,4vw,4rem); line-height: 1.02; }
.bundle-callout p { color: rgba(255,255,255,.72); line-height: 1.7; }
.bundle-products { display: grid; grid-template-columns: 1fr 1fr; align-self: end; gap: 10px; }
.bundle-products span { padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: rgba(255,255,255,.05); font-weight: 750; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 76px; }
.faq-layout h2 { margin: 0; font-size: clamp(2.3rem,4vw,4rem); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 0; cursor: pointer; font-weight: 800; }
.faq-list p { margin: 0 0 20px; color: var(--muted); line-height: 1.7; }

.lead-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; padding: 46px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.lead-band h2 { margin: 0; font-size: clamp(2rem,4vw,3.7rem); line-height: 1.02; }
.lead-band p { color: var(--muted); line-height: 1.65; }
.lead-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.lead-form input[type="email"] { min-height: 50px; width: 100%; padding: 0 14px; border: 1px solid #bfc6ca; border-radius: 5px; }
.mobile-purchase-bar { display: none; }
.lead-consent { grid-column: 1 / -1; display: flex; gap: 9px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.form-status { grid-column: 1 / -1; min-height: 20px; margin: 0; font-size: .85rem; font-weight: 700; }
.form-status[data-mode="success"] { color: var(--teal); }
.form-status[data-mode="error"] { color: #a53e3e; }

.catalog-hero { position: relative; min-height: 640px; display: grid; align-items: end; padding: 100px max(24px, calc((100% - 1240px) / 2)) 70px; overflow: hidden; color: #fff; background: var(--dark); isolation: isolate; }
.catalog-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,13,18,.98) 0%, rgba(8,13,18,.91) 40%, rgba(8,13,18,.35) 76%, rgba(8,13,18,.2) 100%); }
.catalog-hero-media { position: absolute; z-index: -2; inset: 0 0 0 42%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; transform: scale(1.035); }
.catalog-hero-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.catalog-hero-copy { position: relative; z-index: 1; }
.catalog-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.6rem,8vw,8.4rem); line-height: .92; }
.catalog-hero p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); font-size: 1.12rem; line-height: 1.7; }
.system-hero { min-height: min(780px,calc(100svh - 68px)); }
.system-hero .catalog-hero-copy { max-width: 780px; }
.system-start-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.system-start-grid .process-step { min-height: 295px; }
.system-start-grid .process-step h3 { margin-top: 58px; }
.system-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.system-product { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.system-product img { width: 100%; height: 310px; display: block; object-fit: cover; object-position: top left; border-bottom: 1px solid var(--line); }
.system-product > div { padding: 28px; }
.system-product span { color: var(--accent); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.system-product h3 { margin: 14px 0 8px; font-size: 1.8rem; }
.system-product p { margin: 0; color: var(--muted); line-height: 1.65; }

.creator-proof { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; padding: 96px max(24px,calc((100% - 1240px) / 2)); color: #101820; background: #e9f2ef; }
.creator-proof-copy { min-width: 0; max-width: 760px; }
.creator-proof h2 { margin: 0; font-size: clamp(2.45rem,4.9vw,5rem); line-height: 1.02; }
.creator-proof-copy > p:not(.eyebrow) { margin: 24px 0 0; max-width: 690px; color: #52636c; font-size: 1.02rem; line-height: 1.75; }
.creator-proof-copy .sales-button { margin-top: 28px; }
.creator-facts { display: grid; margin: 0; }
.creator-facts div { padding: 24px 0; border-top: 1px solid rgba(16,24,32,.17); }
.creator-facts dt { font-size: 1.55rem; font-weight: 850; }
.creator-facts dd { margin: 7px 0 0; color: #617079; line-height: 1.5; }
.catalog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bundle-access { border-bottom: 1px solid var(--line); }
.bundle-access-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.catalog-card { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.catalog-card-media { height: 250px; overflow: hidden; background: #eef0ee; }
.catalog-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.catalog-card-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.catalog-card h2 { margin: 0; font-size: 2rem; }
.catalog-card p { color: var(--muted); line-height: 1.65; }
.catalog-card-meta { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: auto; padding-top: 22px; }
.catalog-price { font-size: 1.7rem; font-weight: 800; }

.finder { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.finder h2 { margin: 0; font-size: clamp(2.3rem,4.5vw,4.4rem); line-height: 1.02; }
.finder-choices { display: grid; gap: 10px; }
.finder-choice { width: 100%; display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 18px; color: var(--ink); border: 1px solid var(--line); border-radius: 5px; background: #fff; text-align: left; cursor: pointer; }
.finder-choice:hover { border-color: var(--accent); }
.finder-choice span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--dark); }
.finder-result { margin-top: 16px; padding: 22px; border-left: 4px solid var(--accent); background: var(--accent-soft); }
.finder-result h3 { margin: 0; }
.finder-result p { color: #31403f; line-height: 1.6; }

.sales-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 46px max(24px, calc((100% - 1240px) / 2)); color: rgba(255,255,255,.68); background: #080c10; }
.sales-footer strong { color: #fff; }
.sales-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.sales-footer a { text-decoration: none; }
.legal-note { grid-column: 1 / -1; margin: 0; font-size: .72rem; }

@media (max-width: 900px) {
  .sales-nav nav a:not(.nav-cta) { display: none; }
  .outcome-strip { grid-template-columns: 1fr 1fr; }
  .outcome-strip article:nth-child(2) { border-right: 0; }
  .outcome-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-proof, .price-layout, .bundle-callout, .faq-layout, .lead-band, .finder { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: 1fr; }
  .system-start-grid { grid-template-columns: 1fr 1fr; }
  .bundle-access-grid { grid-template-columns: 1fr 1fr; }
  .product-proof { gap: 42px; }
  .price-layout, .faq-layout, .finder { gap: 42px; }
}

@media (max-width: 600px) {
  body:has(.mobile-purchase-bar) { padding-bottom: 78px; }
  .mobile-purchase-bar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 12px; min-height: 72px; padding: 10px 14px max(10px,env(safe-area-inset-bottom)); border-top: 1px solid rgba(16,24,32,.12); background: rgba(255,255,255,.97); box-shadow: 0 -12px 30px rgba(16,24,32,.12); backdrop-filter: blur(16px); }
  .mobile-purchase-bar > div { min-width: 0; display: grid; gap: 1px; }
  .mobile-purchase-bar strong { font-size: 1.05rem; line-height: 1.1; }
  .mobile-purchase-bar span { color: var(--muted); font-size: .72rem; }
  .mobile-purchase-bar .sales-button { min-height: 48px; padding: 0 18px; white-space: nowrap; }
  .sales-nav { min-height: 62px; padding-inline: 16px; }
  .sales-nav .nav-cta { padding: 9px 11px; font-size: .8rem; }
  .sales-hero { min-height: 730px; }
  .sales-hero-inner { width: calc(100% - 32px); padding: 90px 0 54px; }
  .sales-hero h1 { font-size: clamp(3.2rem,16vw,5.1rem); }
  .sales-section { padding: 78px 18px; }
  .section-head { margin-bottom: 38px; }
  .outcome-strip { grid-template-columns: 1fr; }
  .snapshot-promo { grid-template-columns: 1fr; align-items: start; padding: 58px 18px; }
  .outcome-strip article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-strip article:last-child { border-bottom: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 230px; }
  .fit-grid { grid-template-columns: 1fr; }
  .price-card { padding: 24px; }
  .bundle-callout { padding: 28px 22px; }
  .bundle-products { grid-template-columns: 1fr; }
  .lead-band { padding: 28px 20px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form button { width: 100%; }
  .catalog-hero { min-height: 600px; padding: 100px 18px 54px; }
  .catalog-hero h1 { font-size: clamp(2.7rem,11.5vw,3.5rem); }
  .catalog-hero-media { inset: 0; grid-template-columns: 1fr; opacity: .45; }
  .catalog-hero-media img:not(:first-child) { display: none; }
  .catalog-hero::after { background: rgba(8,13,18,.78); }
  .system-start-grid, .system-product-grid { grid-template-columns: 1fr; }
  .system-start-grid .process-step { min-height: 230px; }
  .system-product img { height: 220px; }
  .creator-proof { grid-template-columns: 1fr; gap: 46px; padding: 78px 18px; }
  .creator-proof h2 { font-size: clamp(2rem,9.5vw,2.5rem); overflow-wrap: anywhere; }
  .creator-facts { min-width: 0; }
  .offer-trust { grid-template-columns: 1fr; }
  .catalog-card { min-height: 480px; }
  .bundle-access-grid { grid-template-columns: 1fr; }
  .catalog-card-media { height: 210px; }
  .catalog-card-meta { align-items: stretch; flex-direction: column; }
  .catalog-card-meta .sales-button { width: 100%; }
  .sales-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
