:root {
  --ink: #17201d;
  --muted: #65706c;
  --paper: #f7f5ef;
  --surface: #ffffff;
  --soft: #eeefe9;
  --line: #d8ddd7;
  --green: #174a3b;
  --lime: #d7f36a;
  --peach: #f5c29b;
  --blue: #b9d8f3;
  --lav: #d8c7f0;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(17, 34, 29, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247,245,239,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(23,32,29,.08);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; }
.brand-mark { width: 36px; height: 49px; display: block; flex-shrink: 0; object-fit: contain; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: white;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
  box-shadow: 0 10px 24px rgba(23,74,59,.18);
}
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 14px; }
.button-ghost { background: transparent; color: var(--green); border: 1px solid rgba(23,74,59,.25); box-shadow: none; }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(23,32,29,.25); padding-bottom: 3px; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; padding-top: 70px; padding-bottom: 80px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; color: var(--green); }
.hero h1, .section-heading h2, .request-copy h2, .price-card h2, .section-dark h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0;
}
.hero h1 { font-size: clamp(58px, 8vw, 104px); }
.hero h1 span { color: var(--green); }
.hero-lede { max-width: 660px; font-size: clamp(19px, 2vw, 23px); color: #3e4945; margin: 28px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.price-line { margin-top: 30px; color: var(--muted); }
.price-line strong { color: var(--ink); }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(23,74,59,.17); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 360px; height: 360px; }
.phone-card { position: relative; z-index: 2; width: min(330px, 82vw); border-radius: 34px; background: #13231e; padding: 13px; box-shadow: var(--shadow); transform: rotate(2.5deg); }
.phone-topline { height: 48px; display: flex; align-items: center; padding: 0 14px; gap: 8px; color: #dce9e4; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.live-dot { width: 8px; height: 8px; background: #ff6e63; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,110,99,.16); }
.scene { height: 390px; position: relative; overflow: hidden; border-radius: 23px; background: #b9d8f3; }
.sky { position: absolute; inset: 0 0 53% 0; background: linear-gradient(#b9d8f3, #e8eee3); }
.building { position: absolute; bottom: 31%; background: #ece1cd; border-top: 16px solid #735f4f; }
.b1 { left: -4%; width: 55%; height: 42%; transform: skewY(-2deg); }
.b2 { right: -5%; width: 54%; height: 49%; background: #cdb69a; transform: skewY(2deg); }
.road { position: absolute; bottom: -5%; left: -16%; width: 132%; height: 43%; background: #707a77; clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%); }
.route-line { position: absolute; width: 8px; height: 180px; background: var(--lime); bottom: 0; left: 51%; transform: perspective(120px) rotateX(46deg); border-radius: 999px; opacity: .9; }
.voice-bubble { position: relative; margin: 14px 4px 16px 24px; padding: 12px 14px; border-radius: 18px 18px 4px 18px; background: white; color: var(--ink); font-size: 14px; }
.voice-bubble::after { content: ""; position: absolute; right: 0; bottom: -10px; width: 14px; height: 14px; background: white; clip-path: polygon(0 0, 100% 0, 100% 100%); }
.voice-label { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.voice-label svg { flex: 0 0 14px; width: 14px; height: 14px; }
.voice-bubble p { margin: 6px 0 0; }
.session-meta { display: flex; justify-content: space-between; gap: 10px; color: #a8b7b1; font-size: 11px; padding: 12px 6px 5px; }
.floating-note { position: absolute; z-index: 3; padding: 10px 14px; border-radius: 999px; background: white; box-shadow: 0 12px 32px rgba(17,34,29,.12); font-weight: 700; font-size: 13px; }
.note-one { left: 0; top: 25%; }
.note-two { right: 0; bottom: 30%; background: var(--lime); }

.proof-strip { background: var(--green); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid > div { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.15); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-family: Manrope, sans-serif; font-size: 19px; }
.proof-grid span { font-size: 13px; color: #c8d8d2; margin-top: 4px; }

.section { padding-top: 110px; padding-bottom: 110px; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 820px; margin-bottom: 50px; }
.section-heading.narrow { max-width: 680px; }
.section-heading h2, .request-copy h2, .price-card h2, .section-dark h2 { font-size: clamp(40px, 5.5vw, 68px); }
.use-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.use-card { min-height: 330px; padding: 30px; border-radius: var(--radius); border: 1px solid rgba(23,32,29,.09); display: flex; flex-direction: column; }
.use-card h3 { font-family: Manrope, sans-serif; font-size: 34px; margin: 50px 0 10px; letter-spacing: -.03em; }
.use-card p { font-size: 17px; max-width: 500px; color: #414d48; }
.card-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.67); font-weight: 800; }
.card-link { margin-top: auto; align-self: flex-start; padding: 0; border: 0; background: none; text-decoration: none; font-weight: 800; cursor: pointer; color: var(--ink); }
.accent-a { background: #e9e3f6; }
.accent-b { background: #dceef7; }
.accent-c { background: #f7ddc9; }
.accent-d { background: #e5f1b8; }

.steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.step { padding: 24px 20px; background: rgba(255,255,255,.6); border: 1px solid rgba(23,32,29,.08); border-radius: 20px; }
.step > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: white; font-weight: 800; }
.step h3 { font-family: Manrope, sans-serif; font-size: 18px; margin: 25px 0 8px; }
.step p { font-size: 14px; color: var(--muted); margin: 0; }

.pricing-section { padding-top: 70px; padding-bottom: 70px; }
.price-card { background: var(--green); color: white; border-radius: 30px; padding: 44px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.price-card .eyebrow { color: var(--lime); }
.price-card h2 { font-size: clamp(38px, 5vw, 60px); }
.price-card h2 span { color: var(--lime); }
.price-card p:not(.eyebrow) { color: #c7d8d2; max-width: 730px; margin-bottom: 0; }
.price-card .button { background: var(--lime); color: var(--ink); box-shadow: none; }

.request-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.request-copy { position: sticky; top: 120px; }
.request-copy > p:not(.eyebrow) { font-size: 18px; color: var(--muted); }
.plain-list { padding-left: 20px; color: #47524e; }
.plain-list li { margin: 10px 0; }
.request-form { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 30px; box-shadow: 0 14px 50px rgba(17,34,29,.05); }
.request-form label > span, .request-form legend { display: block; font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.request-form label, .request-form fieldset { display: block; margin: 0 0 22px; }
.request-form fieldset { border: 0; padding: 0; }
.request-form input:not([type="radio"]):not([type="checkbox"]), .request-form textarea, .request-form select {
  width: 100%;
  border: 1px solid #ccd3cf;
  background: #fbfcfa;
  border-radius: 14px;
  padding: 14px 15px;
  color: var(--ink);
  outline: none;
}
.request-form input:focus, .request-form textarea:focus, .request-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,74,59,.08); }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.choice { margin: 0 !important; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { margin: 0 !important; border: 1px solid #ccd3cf; border-radius: 14px; padding: 12px 13px; cursor: pointer; background: #fbfcfa; }
.choice input:checked + span { border-color: var(--green); background: #e9f0ed; box-shadow: inset 0 0 0 1px var(--green); }
.choice-wide { grid-column: 1 / -1; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkline { display: flex !important; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
.checkline input { margin-top: 4px; }
.checkline span { font-weight: 400 !important; margin: 0 !important; }
.submit-button { width: 100%; }
.form-status { margin: 14px 0 0; font-size: 14px; min-height: 1.5em; }
.form-status.success { color: #14633e; }
.form-status.error { color: #a72a2a; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.section-dark { background: #11221c; color: white; padding: 100px 0; }
.faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.eyebrow-light { color: var(--lime); }
.muted-light { color: #a9bbb5; max-width: 480px; font-size: 18px; }
.faq-list details { border-top: 1px solid rgba(255,255,255,.15); padding: 20px 0; }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.faq-list summary { cursor: pointer; font-weight: 700; font-size: 17px; }
.faq-list p { color: #b8c7c2; margin-bottom: 0; }

footer { background: #0c1814; color: white; padding: 34px 0; }
.footer-row { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-row strong, .footer-row span { display: block; }
.footer-row span, .footer-note { color: #82968f; font-size: 13px; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 55px; }
  .hero-visual { min-height: 500px; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid > div { border-bottom: 1px solid rgba(255,255,255,.15); }
  .proof-grid > div:first-child { padding-left: 24px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .request-layout, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .request-copy { position: static; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 1160px); }
  .nav { min-height: 64px; }
  .nav .button { display: none; }
  .hero { min-height: auto; padding-top: 42px; padding-bottom: 55px; }
  .hero-lede { margin-top: 20px; }
  .hero-visual { min-height: 430px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 285px; height: 285px; }
  .phone-card { width: 276px; }
  .scene { height: 310px; }
  .floating-note { font-size: 11px; }
  .note-one { left: -2px; top: 18%; }
  .note-two { right: -2px; bottom: 30%; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding: 20px 14px !important; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .use-grid { grid-template-columns: 1fr; }
  .use-card { min-height: 290px; }
  .steps { grid-template-columns: 1fr; }
  .price-card { grid-template-columns: 1fr; padding: 30px 24px; align-items: start; }
  .request-form { padding: 22px 16px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-wide { grid-column: auto; }
  .two-col { grid-template-columns: 1fr; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}
