:root {
  --ink: #151c22;
  --paper: #f7f6f1;
  --white: #fff;
  --sage: #8fa39a;
  --sage-pale: #e8eeea;
  --line: #d6d8d3;
  --muted: #5f6b67;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Poppins, Arial, sans-serif; }
a { color: inherit; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 20; background: white; padding: .7rem 1rem; }

.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.25rem var(--pad); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 700; font-size: 1.35rem; }
.brand svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 3; }
.brand .mark-fill { fill: var(--sage); stroke: none; }
nav { display: flex; align-items: center; gap: 1.5rem; }
nav a { text-decoration: none; font-size: .9rem; }
nav a[aria-current="page"] { border-bottom: 1px solid currentColor; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: .7rem 1.1rem; }

.hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; min-height: 670px; padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.eyebrow { margin: 0 0 1.4rem; color: var(--sage); text-transform: uppercase; letter-spacing: .2em; font-size: .76rem; font-weight: 700; }
.eyebrow.light { color: #b9c8c1; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 1.8rem; font-size: clamp(3.1rem, 7.2vw, 7.4rem); line-height: .92; letter-spacing: -.065em; }
h1 em { color: var(--sage); font-style: normal; font-weight: 500; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem; margin-top: 2.3rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .9rem 1.35rem; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .9rem; }
.button.primary { background: var(--sage); color: white; }
.text-link { text-underline-offset: .35rem; }

.price-summary { position: relative; overflow: hidden; min-height: 360px; padding: clamp(2rem, 4vw, 3.5rem); border-radius: 28px; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: center; }
.price-summary::after { content: ''; position: absolute; width: 220px; height: 220px; right: -80px; bottom: -90px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.summary-kicker { color: #b9c8c1; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 700; }
.price-summary strong { margin: .6rem 0 1.2rem; font-size: clamp(2.8rem, 5vw, 5.5rem); line-height: .95; letter-spacing: -.05em; }
.summary-total { color: #c9d5cf; font-size: 1.25rem; font-weight: 700; }
.price-summary p { max-width: 430px; margin: 1.4rem 0 0; color: #b9c0bd; line-height: 1.65; }

.pricing, .terms, .steps { padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.pricing { background: white; }
.section-head { max-width: 900px; margin-bottom: 3.5rem; }
.section-head.compact { max-width: 760px; }
.section-head h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: 1; letter-spacing: -.055em; }
.section-head > p:last-child { color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.price-card { min-height: 290px; padding: clamp(2rem, 4vw, 3.2rem); border-radius: 24px; }
.price-card.accent { background: var(--sage-pale); }
.price-card.dark { background: var(--ink); color: white; }
.phase { display: block; margin-bottom: 3rem; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; }
.amount { margin-bottom: 1.3rem; font-size: 1rem; }
.amount strong { display: block; font-size: clamp(3rem, 6vw, 6rem); line-height: .95; letter-spacing: -.06em; }
.price-card > p:last-child { max-width: 420px; color: var(--muted); line-height: 1.6; }
.price-card.dark > p:last-child { color: #b9c0bd; }
.calculation { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.2rem; margin-top: 1rem; padding: 2rem; border: 1px solid var(--line); border-radius: 18px; font-size: clamp(1rem, 2vw, 1.35rem); }
.calculation strong { color: var(--sage); font-size: 1.3em; }

.terms-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.terms-grid article { min-height: 320px; padding: 2.2rem; border-right: 1px solid var(--line); }
.terms-grid article:last-child { border-right: 0; }
.terms-grid article > span { color: var(--sage); font-size: .75rem; font-weight: 700; }
.terms-grid h3 { margin: 3rem 0 1rem; font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.15; letter-spacing: -.035em; }
.terms-grid p { color: var(--muted); line-height: 1.65; }

.transparency { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 10vw, 9rem) var(--pad); background: var(--ink); color: white; }
.transparency h2 { max-width: 640px; font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: 1; letter-spacing: -.055em; }
.transparency > div:last-child { padding-top: 2rem; }
.transparency > div:last-child p { color: #bac1be; line-height: 1.8; }

.steps ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 1rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--sage); font-size: .8rem; font-weight: 700; }
.steps h3 { margin-bottom: .7rem; font-size: clamp(1.5rem, 3vw, 2.4rem); letter-spacing: -.04em; }
.steps p { max-width: 720px; margin-bottom: 0; color: var(--muted); line-height: 1.65; }

.contact { padding: clamp(5rem, 10vw, 9rem) var(--pad); background: var(--sage-pale); text-align: center; }
.contact h2 { margin: 0 auto 2.5rem; max-width: 1000px; font-size: clamp(2.7rem, 6vw, 6.7rem); line-height: .98; letter-spacing: -.06em; }
.contact h2 span { color: var(--sage); }
.dark-button { background: var(--ink); color: white; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: end; padding: 3rem var(--pad); background: white; }
.footer-brand { display: flex; flex-direction: column; gap: .35rem; }
.footer-brand span, footer p { margin: 0; color: #7a8581; font-size: .75rem; }
.footer-links { display: flex; gap: 1.5rem; font-size: .8rem; }

@media (max-width: 900px) {
  .site-header { min-height: 76px; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .price-summary { min-height: 300px; }
  .terms-grid { grid-template-columns: 1fr; }
  .terms-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .transparency { grid-template-columns: 1fr; }
  .transparency > div:last-child { padding-top: 0; }
  footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 620px) {
  .brand { font-size: 1rem; }
  .brand svg { width: 26px; height: 26px; }
  .nav-cta { padding: .6rem .8rem; font-size: .75rem; }
  .hero { padding-top: 4rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 250px; }
  .calculation { align-items: flex-start; flex-direction: column; }
  .calculation b { transform: rotate(90deg); }
  .steps li { grid-template-columns: 50px minmax(0, 1fr); }
  .button { width: 100%; text-align: center; }
  footer { gap: 2rem; }
}
