:root {
  --bg: #f7f5ef;
  --surface: #fffefa;
  --surface-2: #efede5;
  --ink: #142019;
  --muted: #5e6b64;
  --line: #d7ddd8;
  --accent: #ef5b35;
  --accent-soft: #ffe1d7;
  --accent-ink: #7b230e;
  --dark: #142019;
  --signal: #dfff6f;
}

body.theme-gap {
  --bg: #f3f6fb;
  --surface: #ffffff;
  --surface-2: #e9eef8;
  --ink: #111b32;
  --muted: #59677f;
  --line: #d2dbea;
  --accent: #214dff;
  --accent-soft: #dfe6ff;
  --accent-ink: #1730a3;
  --dark: #101a30;
  --signal: #72f2c1;
}

body.theme-trust {
  --bg: #f2f7f3;
  --surface: #ffffff;
  --surface-2: #e2eee7;
  --ink: #10251d;
  --muted: #587067;
  --line: #cbdcd3;
  --accent: #087354;
  --accent-soft: #d7f3e8;
  --accent-ink: #074d3a;
  --dark: #10251d;
  --signal: #f2ed64;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, Arial, Helvetica, sans-serif; }
button, input, a { font: inherit; }
a { color: inherit; }
.wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.concept-back { position: fixed; z-index: 50; right: 16px; bottom: 16px; padding: 12px 16px; border-radius: 999px; background: var(--dark); color: white; text-decoration: none; font-size: 12px; font-weight: 800; box-shadow: 0 14px 35px #101b2630; }
.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 19px; font-weight: 900; letter-spacing: -.045em; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; background: var(--dark); color: white; font-size: 11px; letter-spacing: -.07em; }
.brand-mark i { color: var(--signal); font-style: normal; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 750; }
.site-nav a { text-decoration: none; }
.nav-cta { padding: 12px 17px; border-radius: 9px; background: var(--dark); color: white; }
.hero { padding: 78px 0 82px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.category { display: inline-flex; align-items: center; gap: 9px; color: var(--accent-ink); background: var(--accent-soft); padding: 8px 11px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.category:before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
h1 { max-width: 680px; margin: 27px 0 26px; font: 650 clamp(58px, 6.9vw, 104px)/.9 Georgia, "Times New Roman", serif; letter-spacing: -.065em; }
h1 em { color: var(--accent); font-style: normal; }
.definition { max-width: 690px; margin: 0; font-size: 19px; line-height: 1.55; color: var(--muted); }
.definition strong { color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.btn { min-height: 52px; padding: 0 21px; border: 1px solid var(--dark); border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; text-decoration: none; font-size: 12px; font-weight: 850; cursor: pointer; transition: .2s ease; }
.btn.primary { background: var(--dark); color: white; }
.btn.primary:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.btn.secondary { background: var(--surface); }
.hero-proof { margin-top: 16px; font-size: 10px; color: #79847e; }
.product-window { border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 35px 80px #23362c1c; overflow: hidden; }
.window-bar { min-height: 44px; padding: 0 15px; background: var(--dark); color: #bdc9c2; display: flex; align-items: center; justify-content: space-between; font-size: 8px; letter-spacing: .12em; font-weight: 800; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #52615a; }
.window-dots i:first-child { background: var(--signal); }
.product-body { display: grid; grid-template-columns: 142px 1fr; min-height: 490px; }
.product-side { padding: 17px 10px; background: var(--surface-2); border-right: 1px solid var(--line); }
.side-title { margin: 6px 7px 16px; font-size: 8px; font-weight: 900; letter-spacing: .12em; color: var(--muted); }
.side-link { padding: 9px 8px; margin-bottom: 3px; border-radius: 7px; font-size: 8px; font-weight: 750; color: var(--muted); }
.side-link.active { background: var(--surface); color: var(--ink); box-shadow: 0 5px 12px #0000000b; }
.side-link b { float: right; color: var(--accent); }
.product-main { padding: 22px; }
.product-kicker { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.status { padding: 5px 7px; border-radius: 99px; background: var(--accent-soft); color: var(--accent-ink); }
.product-main h2 { max-width: 440px; margin: 22px 0 9px; font: 600 29px/1.05 Georgia, serif; letter-spacing: -.04em; }
.product-main > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.source-row { display: flex; flex-wrap: wrap; gap: 5px; margin: 15px 0; }
.source-row span { padding: 6px 8px; border-radius: 99px; background: var(--accent-soft); color: var(--accent-ink); font-size: 7px; font-weight: 850; }
.output { padding: 17px; border: 1px solid var(--line); background: white; min-height: 205px; }
.output small { color: var(--muted); font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.output h3 { margin: 13px 0 8px; font: 600 17px Georgia, serif; }
.output p { color: #5d6862; font-size: 9px; line-height: 1.6; }
.output-highlight { padding: 8px 9px; border-left: 3px solid var(--accent); background: var(--accent-soft); }
.output-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 13px; font-size: 8px; color: var(--muted); }
.output-actions button { border: 0; background: var(--accent); color: white; padding: 9px 11px; border-radius: 6px; font-size: 8px; font-weight: 850; }
.what { background: var(--dark); color: white; padding: 94px 0; }
.section-label { color: var(--signal); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-heading { max-width: 900px; margin: 18px 0 20px; font: 600 clamp(42px, 5.1vw, 73px)/.98 Georgia, serif; letter-spacing: -.055em; }
.section-copy { max-width: 720px; color: #b7c2bc; font-size: 18px; line-height: 1.62; }
.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 54px; background: #3b4943; border: 1px solid #3b4943; }
.job { min-height: 235px; padding: 28px; background: var(--dark); }
.job-num { color: #76827c; font-size: 9px; letter-spacing: .12em; font-weight: 900; }
.job h3 { margin: 36px 0 12px; font: 600 24px/1.05 Georgia, serif; }
.job p { margin: 0; color: #aab6b0; font-size: 13px; line-height: 1.6; }
.job .example { display: inline-block; margin-top: 17px; color: var(--signal); font-size: 9px; font-weight: 850; }
.pain-section { padding: 105px 0; }
.pain-head { display: grid; grid-template-columns: 1fr .8fr; gap: 75px; align-items: end; }
.pain-head .section-label { color: var(--accent); }
.pain-head p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.pain-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 50px; }
.pain-card { position: relative; min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); overflow: hidden; }
.pain-card:after { content: attr(data-icon); position: absolute; right: 18px; bottom: -20px; color: var(--accent-soft); font: 700 110px/1 Georgia, serif; }
.pain-card blockquote { position: relative; z-index: 2; margin: 35px 0 15px; max-width: 470px; font: 600 25px/1.12 Georgia, serif; letter-spacing: -.03em; }
.pain-card p { position: relative; z-index: 2; max-width: 480px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.pain-tag { position: relative; z-index: 2; color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.how { padding: 100px 0; background: var(--surface-2); }
.how-head { max-width: 790px; }
.how-head .section-label { color: var(--accent); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 50px; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 28px; min-height: 310px; }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--accent); color: white; font-weight: 900; font-size: 11px; }
.step h3 { margin: 55px 0 13px; font: 600 26px/1.08 Georgia, serif; }
.step p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.clarity { padding: 100px 0; }
.clarity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.clarity-card { border-radius: 18px; padding: 32px; min-height: 390px; }
.clarity-card.no { background: var(--surface-2); }
.clarity-card.yes { background: var(--accent); color: white; }
.clarity-card small { font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.clarity-card h3 { margin: 30px 0 20px; font: 600 31px/1.08 Georgia, serif; }
.clarity-card ul { list-style: none; padding: 0; margin: 0; }
.clarity-card li { padding: 11px 0; border-top: 1px solid currentColor; font-size: 13px; opacity: .85; }
.pricing { padding: 105px 0 125px; background: var(--surface); }
.pricing-head { text-align: center; max-width: 780px; margin: auto; }
.pricing-head .section-label { color: var(--accent); }
.pricing-head p { color: var(--muted); line-height: 1.6; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 50px; text-align: left; }
.plan { min-height: 390px; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg); display: flex; flex-direction: column; }
.plan.featured { background: var(--dark); color: white; transform: translateY(-10px); }
.plan-name { color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.featured .plan-name { color: var(--signal); }
.price { margin: 28px 0 10px; font: 600 48px Georgia, serif; letter-spacing: -.05em; }
.price small { font: 10px Arial; color: var(--muted); letter-spacing: 0; }
.plan p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.featured p { color: #b7c2bc; }
.plan ul { list-style: none; padding: 18px 0; border-top: 1px solid var(--line); }
.plan li { padding: 7px 0; font-size: 11px; }
.plan li:before { content: "+"; color: var(--accent); margin-right: 8px; font-weight: 900; }
.featured li:before { color: var(--signal); }
.plan .btn { width: 100%; margin-top: auto; }
.featured .btn { background: var(--signal); color: var(--dark); border-color: var(--signal); }
.final-cta { padding: 90px 0; background: var(--accent); color: white; }
.final-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.final-cta h2 { margin: 0; font: 600 clamp(44px, 5.5vw, 80px)/.93 Georgia, serif; letter-spacing: -.06em; }
.final-cta .btn { background: white; color: var(--accent-ink); border-color: white; }
.final-cta p { font-size: 10px; opacity: .8; margin: 13px 12px 0; }
footer { padding: 34px 0; background: var(--dark); color: #a7b3ad; font-size: 10px; }
footer .wrap { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 920px) {
  .hero, .pain-head, .final-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; }
  .product-window { max-width: 680px; }
  .job-grid, .steps, .plan-grid { grid-template-columns: 1fr; }
  .plan.featured { transform: none; }
}

@media (max-width: 640px) {
  .wrap { width: calc(100% - 28px); }
  .site-nav a:not(.nav-cta) { display: none; }
  h1 { font-size: 58px; }
  .hero { gap: 45px; padding-bottom: 65px; }
  .product-body { grid-template-columns: 1fr; min-height: 0; }
  .product-side { display: none; }
  .pain-list, .clarity-grid { grid-template-columns: 1fr; }
  .what, .pain-section, .how, .clarity, .pricing { padding-top: 72px; padding-bottom: 72px; }
  footer .wrap { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
