html { -webkit-font-smoothing: antialiased; }

:root {
  --ink: #0b1716;
  --ink-soft: #122321;
  --cream: #f4f0e8;
  --paper: #fffdf8;
  --green: #bbef6f;
  --green-deep: #183d34;
  --muted: #66716e;
  --line: rgba(11, 23, 22, 0.13);
  --radius: 1.25rem;
  --background: #f4f0e8;
  --foreground: #0b1716;
  --card: #fffdf8;
  --card-foreground: #0b1716;
  --popover: #fffdf8;
  --popover-foreground: #0b1716;
  --primary: #183d34;
  --primary-foreground: #ffffff;
  --secondary: #e8e3d9;
  --secondary-foreground: #0b1716;
  --muted-foreground: #66716e;
  --border: rgba(11, 23, 22, 0.13);
  --input: rgba(11, 23, 22, 0.18);
  --ring: #183d34;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, 90vw); margin-inline: auto; }
.site-header { min-height: 80px; padding: 14px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); background: var(--ink); color: white; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(187,239,111,.5); border-radius: 50%; color: var(--green); font-size: 12px; letter-spacing: .08em; }
.site-header nav { display: flex; gap: 30px; color: #b9c3c0; font-size: 13px; }
.site-header nav a:hover { color: white; }
.header-cta { justify-self: end; font-size: 14px; color: var(--green); border-bottom: 1px solid var(--green); padding-bottom: 3px; }
.hero { min-height: 700px; padding: 88px 7vw 82px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.65fr); gap: 7vw; align-items: center; background: var(--ink); color: white; position: relative; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-glow { position: absolute; width: 520px; height: 520px; left: 32%; top: 15%; background: rgba(62,120,95,.22); filter: blur(110px); border-radius: 50%; pointer-events: none; }
.hero-copy, .offer-card { position: relative; z-index: 1; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.eyebrow { color: #d5dfda; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--green); }
h1 { max-width: 800px; margin: 22px 0 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 6.1vw, 86px); font-weight: 400; line-height: .96; letter-spacing: -.055em; }
h1 em { color: var(--green); font-style: italic; }
.hero-lead { max-width: 670px; color: #cbd6d2; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 38px; flex-wrap: wrap; }
.hero-actions p { display: flex; align-items: center; gap: 7px; margin: 0; color: #aebbb7; font-size: 13px; }
.button { min-height: 54px; padding: 0 22px; border: 0; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; gap: 10px; border-radius: 6px; font-weight: 750; font-size: 14px; transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.primary { background: var(--green); color: var(--ink); box-shadow: 0 12px 35px rgba(187,239,111,.12); }
.offer-card { background: var(--paper); color: var(--ink); border-radius: 12px; padding: 30px; box-shadow: 0 28px 75px rgba(0,0,0,.28); transform: rotate(1deg); }
.offer-topline { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; }
.live-dot { color: var(--green-deep); }
.live-dot::before { content: ''; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #73bd45; box-shadow: 0 0 0 5px rgba(115,189,69,.12); }
.price-block { padding-top: 42px; }
.price-block p, .then { margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.price-block strong { display: block; font-family: Georgia, serif; font-size: 47px; font-weight: 400; letter-spacing: -.04em; }
.price-block small { color: var(--muted); }
.divider { height: 1px; background: var(--line); margin: 28px 0; }
.check-list { list-style: none; padding: 0; margin: 16px 0 26px; display: grid; gap: 12px; font-size: 14px; }
.check-list li { display: flex; align-items: center; gap: 9px; }
.check-list svg { color: #3e7b5e; background: #e9f2e5; border-radius: 50%; padding: 2px; }
.card-button { width: 100%; background: var(--ink); color: white; }
.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); max-width: 1180px; margin: -1px auto 0; padding: 30px 5vw; border-bottom: 1px solid var(--line); }
.trust-strip div { display: flex; align-items: center; gap: 13px; padding: 8px 30px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip svg { color: var(--green-deep); }
.trust-strip span { display: grid; gap: 3px; color: var(--muted); font-size: 12px; }
.trust-strip strong { color: var(--ink); font-size: 14px; }
.problem-section { padding-block: 120px; }
.section-kicker { color: #557166; }
.problem-section > h2, .section-heading h2, .definition-copy h2, .offer-heading h2, .fit-card h2, .application-copy h2, .faq-heading h2, .final-cta h2 { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
.problem-section > h2 { max-width: 900px; font-size: clamp(35px,4.8vw,62px); margin: 20px 0 55px; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.problem-grid article { min-height: 250px; padding: 28px; background: rgba(255,255,255,.45); border: 1px solid var(--line); border-radius: 10px; }
.problem-grid article > span { color: #6d7d77; font-size: 12px; letter-spacing: .15em; }
.problem-grid h3 { margin: 76px 0 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.problem-grid p { color: var(--muted); line-height: 1.55; font-size: 14px; }
.problem-grid .highlight-card { background: var(--green-deep); color: white; }
.highlight-card p, .highlight-card > span { color: #c7d8d1 !important; }
.mechanism-section { padding: 115px 0; background: var(--ink-soft); color: white; }
.section-kicker.light { color: var(--green); }
.section-heading.split { display: grid; grid-template-columns: 1.45fr .55fr; gap: 8vw; align-items: end; }
.section-heading h2 { font-size: clamp(38px, 5vw, 65px); margin: 18px 0 0; }
.section-heading > p { color: #aebbb7; line-height: 1.7; margin: 0 0 8px; font-size: 15px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; list-style: none; padding: 0; margin: 70px 0 0; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.12); }
.steps li { min-height: 315px; padding: 26px; background: var(--ink-soft); display: flex; flex-direction: column; }
.step-icon { width: 49px; height: 49px; display: grid; place-items: center; border: 1px solid rgba(187,239,111,.3); border-radius: 50%; color: var(--green); }
.steps small { margin-top: auto; color: #788984; letter-spacing: .14em; }
.steps h3 { margin: 14px 0 10px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.steps p { margin: 0; color: #aebbb7; font-size: 14px; line-height: 1.55; }
.definition-section { padding-block: 125px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.definition-copy h2 { font-size: clamp(40px,4.3vw,58px); margin: 18px 0 22px; }
.definition-copy > p:not(.section-kicker) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.text-link { margin-top: 22px; display: inline-flex; align-items: center; gap: 9px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.definition-board { border: 1px solid var(--line); background: rgba(255,255,255,.5); padding: 10px; border-radius: 12px; }
.board-head, .board-row { display: grid; grid-template-columns: 1fr 150px; align-items: center; padding: 18px 20px; }
.board-head { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.board-head span:last-child { text-align: right; }
.board-row { border-top: 1px solid var(--line); font-size: 14px; }
.board-row > span:last-child { display: flex; justify-content: flex-end; align-items: center; gap: 8px; color: #8a5148; font-weight: 700; }
.board-row.paid { margin-top: 8px; border: 0; border-radius: 7px; background: var(--green-deep); color: white; }
.board-row.paid > span:last-child { color: var(--green); }
.offer-section { background: #dfe6d9; padding: 120px 0; }
.offer-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.offer-heading { position: sticky; top: 40px; align-self: start; }
.offer-heading h2 { font-size: clamp(38px,4.5vw,60px); margin: 18px 0 22px; }
.offer-heading > p:last-child { color: var(--muted); line-height: 1.6; }
.deliverables { background: rgba(255,255,255,.38); border: 1px solid var(--line); padding: 0 28px; border-radius: 12px; }
.deliverables article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.deliverables article:last-child { border: 0; }
.deliverables article > span { color: #6d7d77; letter-spacing: .1em; font-size: 11px; padding-top: 4px; }
.deliverables h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.deliverables p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.fit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding-block: 120px; }
.fit-card { padding: 46px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.48); }
.fit-card.good { background: var(--paper); box-shadow: 0 16px 50px rgba(11,23,22,.06); }
.fit-card h2 { font-size: clamp(31px,3.5vw,45px); margin: 20px 0 42px; }
.fit-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; font-size: 14px; }
.fit-card li { display: flex; gap: 10px; align-items: flex-start; }
.good li svg { color: #4d805f; }
.not-fit li { color: var(--muted); }
.not-fit li svg { color: #985f55; }
.application-section { background: var(--green-deep); color: white; padding: 110px max(5vw, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.application-copy h2 { font-size: clamp(40px,4.5vw,59px); margin: 18px 0 24px; }
.application-copy > p:not(.section-kicker) { color: #c2d0cb; line-height: 1.7; }
.application-note { margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); display: flex; gap: 13px; align-items: center; color: var(--green); }
.application-note span { display: grid; gap: 4px; color: #adbfba; font-size: 12px; }
.application-note strong { color: white; font-size: 14px; }
.lead-form { background: var(--paper); color: var(--ink); padding: 34px; border-radius: 12px; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: grid; gap: 8px; margin-bottom: 16px; color: #3e4e49; font-size: 12px; font-weight: 700; }
.lead-form input, .lead-form select { width: 100%; min-height: 50px; border: 1px solid var(--line); background: white; border-radius: 6px; padding: 0 14px; color: var(--ink); font-size: 14px; outline: none; }
.lead-form input:focus, .lead-form select:focus { border-color: #517b68; box-shadow: 0 0 0 3px rgba(81,123,104,.11); }
.submit-button { width: 100%; background: var(--green); color: var(--ink); margin-top: 3px; }
.privacy { text-align: center; color: #85908d; font-size: 10px; line-height: 1.5; }
.form-success { margin-top: 14px; padding: 13px; display: flex; align-items: center; gap: 8px; border-radius: 6px; background: #e9f2e5; color: #315b43; font-size: 12px; }
.faq-section { padding-block: 125px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; }
.faq-heading h2 { font-size: clamp(40px,4.5vw,58px); margin: 18px 0; }
.faq-heading > p:last-child { color: var(--muted); line-height: 1.6; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; text-align: left; cursor: pointer; color: var(--ink); font-weight: 700; }
.faq-item button svg { flex: 0 0 auto; transition: transform .2s; }
.faq-item.open button svg { transform: rotate(180deg); }
.faq-item p { margin: -5px 40px 26px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.final-cta { padding: 105px 5vw; background: var(--ink); color: white; display: flex; flex-direction: column; align-items: center; text-align: center; }
.final-cta > svg { color: var(--green); margin-bottom: 30px; }
.final-cta h2 { max-width: 850px; font-size: clamp(42px,5vw,68px); margin: 18px 0 35px; }
footer { padding: 42px 5vw; background: #07100f; color: #91a09c; display: grid; grid-template-columns: .7fr 1.6fr .7fr; align-items: center; gap: 5vw; font-size: 11px; line-height: 1.55; }
.footer-brand { color: white; }
footer > span { text-align: right; }
@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .offer-card { max-width: 520px; transform: none; }
  .section-heading.split, .definition-section, .offer-layout, .application-section, .faq-section { grid-template-columns: 1fr; }
  .section-heading.split { align-items: start; }
  .section-heading > p { max-width: 650px; margin-top: 28px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .offer-heading { position: static; }
  .definition-section, .offer-layout, .application-section, .faq-section { gap: 55px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .fit-card { padding: 32px; }
  footer { grid-template-columns: 1fr; }
  footer > span { text-align: left; }
}
@media (max-width: 720px) {
  .problem-grid, .fit-section { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 210px; }
  .problem-grid h3 { margin-top: 50px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 250px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .board-head, .board-row { grid-template-columns: 1fr 100px; padding-inline: 12px; }
}
@media (max-width: 600px) {
  .section-shell { width: min(100% - 40px, 1180px); }
  .site-header { padding: 13px 20px; }
  .header-cta { display: none; }
  .hero { padding: 58px 20px 62px; }
  h1 { font-size: 49px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .offer-card { padding: 24px; }
  .problem-section, .mechanism-section, .definition-section, .offer-section, .fit-section, .faq-section { padding-block: 82px; }
  .application-section { padding: 82px 20px; }
  .lead-form { padding: 24px 18px; }
  .fit-card { padding: 28px 22px; }
  .definition-board { padding: 6px; }
  .board-row { font-size: 12px; }
  .final-cta { padding: 80px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .faq-item button svg { transition: none; }
}
.faq-item p { display: none; }
.faq-item.open p { display: block; }

svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button svg, .text-link svg { width: 1.1rem; height: 1.1rem; }
.form-success[hidden] { display: none; }
