:root {
  --ink: #13211d;
  --muted: #61706a;
  --cream: #f5f2e9;
  --paper: #fffdf8;
  --green: #1f6752;
  --green-dark: #123d32;
  --mint: #d9efe6;
  --line: #dfe5df;
  --orange: #e98b57;
  --shadow: 0 24px 70px rgba(24, 52, 43, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
}
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1,h2,h3 { font-family: "Manrope", sans-serif; margin: 0; line-height: 1.08; }
p { line-height: 1.65; }
.section-shell { max-width: 1180px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.section-space { padding-top: 110px; padding-bottom: 110px; }
.announcement {
  background: var(--green-dark);
  color: white;
  text-align: center;
  font-size: 13px;
  padding: 9px 20px;
  letter-spacing: .02em;
}
.site-header {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  background: rgba(255,253,248,.92);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope; font-weight: 800; font-size: 22px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--green); color: white; }
.desktop-nav { display: flex; gap: 32px; color: #394842; font-size: 14px; }
.desktop-nav a:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { border: 0; border-radius: 11px; padding: 12px 18px; font-weight: 700; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--ink); color: white; }
.button-primary { background: var(--green); color: white; box-shadow: 0 10px 24px rgba(31,103,82,.22); }
.button-outline { color: var(--ink); background: transparent; border: 1px solid #b9c4bd; }
.button-ghost { background: transparent; color: var(--ink); }
.button-white { background: white; color: var(--green-dark); }
.button-large { padding: 15px 23px; border-radius: 13px; }
.full { width: 100%; }
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 68px;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 95px;
}
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: var(--green); margin-bottom: 17px; }
.eyebrow.light { color: #a9d6c6; }
.hero h1 { font-size: clamp(44px, 5.2vw, 70px); letter-spacing: -.055em; max-width: 720px; }
.hero-subtitle { color: var(--muted); font-size: 18px; max-width: 620px; margin: 24px 0 30px; }
.hero-actions { display: flex; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 26px; color: #53625c; font-size: 13px; }
.hero-product { border-radius: 18px; background: white; box-shadow: var(--shadow); overflow: hidden; transform: rotate(.7deg); border: 1px solid #e7ebe7; }
.browser-top { height: 42px; background: #eef1ee; display: flex; align-items: center; padding: 0 14px; position: relative; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 8px; height: 8px; border-radius: 50%; background: #bcc5bf; }
.browser-address { position: absolute; left: 50%; transform: translateX(-50%); background: white; border-radius: 6px; padding: 5px 55px; color: #93a099; font-size: 9px; white-space: nowrap; }
.app-shell { display: grid; grid-template-columns: 56px 1fr; min-height: 470px; }
.app-sidebar { background: var(--green-dark); display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 14px 0; }
.mini-brand { color: white; font-weight: 800; margin-bottom: 12px; }
.app-sidebar button { width: 34px; height: 34px; border: 0; border-radius: 9px; background: transparent; color: #a8c3ba; }
.app-sidebar button.active { background: rgba(255,255,255,.14); color: white; }
.app-content { background: #f8f9f7; padding: 27px; }
.app-heading, .calculator-title, .dashboard-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.app-heading h3 { font-size: 18px; margin-top: 4px; }
.muted-label { color: #8b9891; letter-spacing: .12em; font-weight: 800; font-size: 9px; }
.status-pill { background: var(--mint); color: var(--green); border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 700; }
.offer-summary { margin-top: 24px; background: white; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.offer-price { display: flex; align-items: end; justify-content: space-between; padding: 18px; border-bottom: 1px solid var(--line); }
.offer-price span, .offer-grid span { color: var(--muted); font-size: 10px; }
.offer-price strong { font-size: 23px; }
.offer-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.offer-grid div { padding: 13px 17px; display: flex; flex-direction: column; gap: 4px; border-bottom: 1px solid var(--line); }
.offer-grid div:nth-child(odd) { border-right: 1px solid var(--line); }
.offer-grid div:nth-child(n+3) { border-bottom: 0; }
.offer-grid strong { font-size: 12px; }
.plain-english { display: flex; gap: 13px; padding: 16px; background: #edf7f2; border-radius: 12px; margin-top: 16px; }
.icon-bubble { flex: 0 0 auto; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--green); color: white; font-size: 11px; font-weight: 800; }
.plain-english p { margin: 4px 0 0; font-size: 11px; line-height: 1.5; }
.net-card { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; background: var(--ink); color: white; border-radius: 12px; padding: 16px; }
.net-card strong { display: block; font-size: 24px; margin-top: 4px; }
.small-link, .text-button { border: 0; background: none; color: inherit; font-weight: 700; font-size: 11px; }
.logo-strip { background: var(--cream); text-align: center; padding: 26px; border-top: 1px solid #ebe7dc; border-bottom: 1px solid #ebe7dc; }
.logo-strip p { color: #7a827c; margin: 0 0 14px; font-size: 12px; }
.logo-strip div { display: flex; justify-content: center; flex-wrap: wrap; gap: 44px; color: #8a918c; font-family: Manrope; font-weight: 800; letter-spacing: .18em; font-size: 12px; }
.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .feature-copy h2 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -.04em; }
.section-heading p { color: var(--muted); max-width: 660px; margin: 18px auto 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step-card { position: relative; border: 1px solid var(--line); border-radius: 18px; padding: 25px; background: white; }
.step-number { position: absolute; top: 24px; right: 24px; font-family: Manrope; font-weight: 800; color: #abb5af; font-size: 12px; }
.step-card h3 { font-size: 21px; margin-top: 25px; }
.step-card p { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.step-visual { height: 170px; border-radius: 13px; background: #eff5f1; display: grid; place-items: center; overflow: hidden; }
.listing-visual { grid-template-columns: 1fr 1fr; padding: 26px; gap: 16px; }
.home-thumb { display: grid; place-items: center; height: 95px; border-radius: 10px; background: var(--green); color: #cfe7de; font-size: 11px; font-weight: 800; }
.listing-lines i, .closing-lines i { display: block; height: 8px; background: #cbd7d0; border-radius: 10px; margin: 10px 0; width: 100%; }
.listing-lines i:nth-child(2) { width: 72%; }
.listing-lines i:nth-child(3) { width: 48%; }
.offer-visual { background: var(--ink); color: white; align-content: center; gap: 14px; }
.offer-visual > span { font-family: Manrope; font-size: 28px; font-weight: 800; }
.offer-visual div { display: flex; gap: 7px; }
.offer-visual i { display: block; width: 46px; height: 7px; border-radius: 10px; background: #547168; }
.closing-visual { grid-template-columns: .9fr 1.1fr; padding: 24px; gap: 15px; }
.progress-ring { width: 85px; height: 85px; display: grid; place-items: center; border-radius: 50%; border: 9px solid var(--green); border-right-color: #cfdad4; font-weight: 800; }
.feature-band { background: var(--green-dark); color: white; padding: 105px 0; }
.split-feature { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.feature-copy p { color: #bed0ca; max-width: 570px; }
.check-list { list-style: none; padding: 0; margin: 27px 0 0; display: grid; gap: 13px; }
.check-list li:before { content: "✓"; color: #a9d6c6; margin-right: 10px; }
.calculator-card { background: white; color: var(--ink); padding: 28px; border-radius: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.calculator-card h3 { margin-top: 5px; }
.estimate-tag { padding: 7px 10px; background: var(--cream); border-radius: 999px; color: #7f887f; font-size: 10px; font-weight: 700; }
.calculator-card label { display: block; color: #64716c; font-size: 12px; font-weight: 700; margin-top: 18px; }
.input-money { display: flex; align-items: center; border: 1px solid #d9e0db; border-radius: 10px; margin-top: 7px; padding: 0 12px; background: #fbfcfa; }
.input-money span { color: #8d9892; }
.input-money input { width: 100%; border: 0; outline: 0; background: transparent; padding: 12px 7px; font-weight: 700; color: var(--ink); }
.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.net-total { margin-top: 22px; border-radius: 12px; background: #eaf5f0; padding: 18px; display: flex; align-items: center; justify-content: space-between; }
.net-total span { font-size: 12px; color: #536960; }
.net-total strong { font-size: 27px; color: var(--green); }
.fine-print { font-size: 9px; color: #8e9792; margin-bottom: 0; }
.dashboard-demo { border: 1px solid var(--line); border-radius: 20px; padding: 34px; background: #fff; box-shadow: 0 20px 60px rgba(24,52,43,.08); }
.dashboard-top h3 { font-size: 25px; margin-top: 5px; }
.completion { text-align: right; color: var(--muted); font-size: 11px; }
.completion strong { display: block; color: var(--green); font-size: 22px; margin-top: 3px; }
.progress-bar { height: 8px; border-radius: 20px; background: #e6ebe7; margin: 22px 0 31px; overflow: hidden; }
.progress-bar i { display: block; width: 72%; height: 100%; background: var(--green); }
.milestone-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.milestone-grid article { border: 1px solid var(--line); border-radius: 13px; padding: 16px; display: flex; gap: 12px; align-items: center; }
.milestone-icon { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #eef1ee; color: #8d9892; font-size: 11px; font-weight: 800; }
.milestone-grid article.done .milestone-icon { background: var(--mint); color: var(--green); }
.milestone-grid article.current { border-color: var(--green); background: #f2f8f5; }
.milestone-grid article.current .milestone-icon { background: var(--green); color: white; }
.milestone-grid b { display: block; font-size: 12px; }
.milestone-grid small { display: block; color: #89938e; font-size: 9px; margin-top: 4px; }
.ai-section { background: var(--cream); padding: 105px 0; }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.inspection-card { background: white; border-radius: 18px; padding: 18px; box-shadow: var(--shadow); }
.inspection-head { display: flex; align-items: center; gap: 12px; padding: 4px 4px 18px; border-bottom: 1px solid var(--line); }
.file-icon { display: grid; place-items: center; width: 42px; height: 46px; border-radius: 8px; background: #e76d5d; color: white; font-size: 10px; font-weight: 800; }
.inspection-head b, .inspection-head small { display: block; }
.inspection-head small { color: #8d9892; margin-top: 3px; }
.issue-row { display: grid; grid-template-columns: 62px 1fr 10px; gap: 12px; align-items: center; padding: 17px 4px; border-bottom: 1px solid var(--line); }
.issue-row:last-child { border-bottom: 0; }
.issue-row b, .issue-row small { display: block; }
.issue-row b { font-size: 13px; }
.issue-row small { color: #8a9590; font-size: 10px; margin-top: 4px; }
.severity { padding: 6px 7px; text-align: center; border-radius: 999px; font-size: 9px; font-weight: 800; }
.safety { background: #fde8df; color: #a84b30; }
.major { background: #fff2c9; color: #886814; }
.upkeep { background: #e9f2f8; color: #3d6d8a; }
.dark-copy p { color: var(--muted); }
.text-button { padding: 0; color: var(--green); font-size: 13px; margin-top: 8px; }
.pricing-grid { max-width: 790px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.price-card { position: relative; border: 1px solid var(--line); border-radius: 18px; padding: 30px; background: white; }
.price-card.featured { border: 2px solid var(--green); box-shadow: 0 20px 50px rgba(31,103,82,.12); }
.popular { position: absolute; right: 18px; top: 18px; background: var(--mint); color: var(--green); padding: 7px 9px; border-radius: 999px; font-size: 9px; font-weight: 800; }
.plan-label { font-size: 10px; letter-spacing: .14em; color: var(--green); font-weight: 800; }
.price-card h3 { font-size: 38px; margin-top: 12px; }
.price-note { color: var(--muted); font-size: 12px; margin-top: 6px; }
.price-card ul { list-style: none; padding: 0; margin: 27px 0; display: grid; gap: 13px; font-size: 13px; }
.price-card li:before { content: "✓"; color: var(--green); margin-right: 8px; }
.cta { margin-top: 20px; margin-bottom: 90px; background: var(--green); color: white; border-radius: 24px; padding-top: 60px; padding-bottom: 60px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { font-size: clamp(34px, 4vw, 50px); }
.cta p { color: #d2e7df; margin-bottom: 0; }
footer { background: var(--ink); color: white; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 55px; }
.footer-brand .brand-mark { background: white; color: var(--green-dark); }
.footer-grid p { color: #97a59f; max-width: 330px; font-size: 13px; }
.footer-grid div:not(:first-child) { display: grid; align-content: start; gap: 12px; }
.footer-grid b { font-size: 12px; margin-bottom: 8px; }
.footer-grid a:not(.brand) { color: #9caaa4; font-size: 12px; }
.footer-bottom { margin-top: 55px; border-top: 1px solid #32413c; padding-top: 22px; padding-bottom: 26px; color: #7f8d87; font-size: 11px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 30; display: none; place-items: center; background: rgba(8,20,16,.66); padding: 20px; }
.modal-backdrop.open { display: grid; }
.modal { position: relative; width: min(540px,100%); border-radius: 20px; background: white; padding: 34px; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal-close { position: absolute; right: 17px; top: 14px; border: 0; background: transparent; font-size: 28px; color: #718079; }
.modal h2 { font-size: 31px; margin-bottom: 12px; }
.modal p { color: var(--muted); }
.modal-options { display: grid; gap: 11px; margin-top: 22px; }
.modal-option { border: 1px solid var(--line); background: #fbfcfa; border-radius: 12px; padding: 15px; text-align: left; }
.modal-option b, .modal-option small { display: block; }
.modal-option small { color: var(--muted); margin-top: 4px; }
.modal-form { display: grid; gap: 12px; margin-top: 20px; }
.modal-form input { border: 1px solid var(--line); border-radius: 10px; padding: 13px; outline: 0; }
@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .hero, .split-feature, .ai-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 65px; }
  .hero-product { max-width: 650px; }
  .split-feature, .ai-grid { gap: 50px; }
  .steps-grid { grid-template-columns: 1fr; }
  .milestone-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}
@media (max-width: 620px) {
  .section-shell { padding-left: 18px; padding-right: 18px; }
  .section-space { padding-top: 78px; padding-bottom: 78px; }
  .site-header { padding: 0 16px; }
  .header-actions .button-ghost { display: none; }
  .hero { gap: 42px; }
  .hero h1 { font-size: 43px; }
  .hero-actions, .trust-row { flex-direction: column; align-items: stretch; }
  .browser-address { padding: 5px 15px; max-width: 180px; overflow: hidden; }
  .app-content { padding: 18px 14px; }
  .app-shell { grid-template-columns: 42px 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-grid div { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .offer-grid div:last-child { border-bottom: 0 !important; }
  .input-row, .pricing-grid, .milestone-grid { grid-template-columns: 1fr; }
  .dashboard-demo { padding: 20px; }
  .dashboard-top, .calculator-title { align-items: flex-start; }
  .cta { margin-left: 16px; margin-right: 16px; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
