:root {
  --ink: #132321;
  --muted: #61706d;
  --paper: #f7faf8;
  --white: #ffffff;
  --green-950: #082e2b;
  --green-900: #0b3b38;
  --green-800: #11534e;
  --green-700: #176860;
  --green-500: #29a68f;
  --green-100: #dff3ec;
  --lime: #ccf26a;
  --sand: #f2efe8;
  --orange: #f4a649;
  --border: #dfe8e4;
  --shadow: 0 24px 60px rgba(9, 44, 41, 0.12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 2000;
  background: var(--white); padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(223,232,228,0.8);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { flex: 0 0 auto; }
.brand span { display: grid; line-height: 1.03; letter-spacing: -0.02em; }
.brand strong { font-size: 1.05rem; }
.brand small { color: var(--green-700); font-size: 0.66rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 0.93rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: #3f514e; }
.main-nav > a:not(.nav-cta):hover { color: var(--green-700); }
.nav-cta { background: var(--green-900); color: var(--white); padding: 12px 18px; border-radius: 999px; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 78px;
  background:
    radial-gradient(circle at 84% 20%, rgba(204,242,106,0.32), transparent 23%),
    radial-gradient(circle at 12% 76%, rgba(41,166,143,0.15), transparent 25%),
    linear-gradient(145deg, #f4faf7 0%, #ffffff 55%, #eef7f3 100%);
}
.hero::before {
  content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(23,104,96,0.11);
  border-radius: 50%; right: -180px; top: -210px;
  box-shadow: 0 0 0 80px rgba(23,104,96,0.025), 0 0 0 160px rgba(23,104,96,0.018);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.88fr; align-items: center; gap: 82px; position: relative; }
.eyebrow { margin: 0 0 14px; color: var(--green-700); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.76rem; font-weight: 900; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 6.1vw, 5.75rem); line-height: 0.98; letter-spacing: -0.066em; margin-bottom: 28px; max-width: 760px; }
h1 span { color: var(--green-700); display: block; }
.hero-text { max-width: 650px; color: #50615e; font-size: 1.16rem; line-height: 1.74; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 51px; padding: 13px 22px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-900); color: var(--white); box-shadow: 0 12px 26px rgba(11,59,56,0.18); }
.button-primary:hover { background: var(--green-800); box-shadow: 0 16px 31px rgba(11,59,56,0.23); }
.button-secondary { border-color: #cbdad5; background: rgba(255,255,255,0.78); color: var(--green-900); }
.full { width: 100%; }
.hero-points { padding: 0; margin: 0; display: flex; gap: 26px; flex-wrap: wrap; list-style: none; color: #425451; font-size: 0.9rem; font-weight: 750; }
.hero-points li::before { content: "✓"; color: var(--green-700); margin-right: 8px; font-weight: 900; }

.hero-panel {
  position: relative; padding: 28px; border-radius: 30px; color: var(--white);
  background: linear-gradient(145deg, var(--green-900), #062825);
  box-shadow: 0 38px 85px rgba(6,40,37,0.3);
}
.hero-panel::after {
  content: ""; position: absolute; inset: 12px; pointer-events: none; border: 1px solid rgba(255,255,255,0.08); border-radius: 22px;
}
.panel-top, .score-row { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.panel-top { border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 20px; }
.panel-top strong, .score-row strong { display: block; font-size: 1.05rem; }
.mini-label { color: #a8cbc4; display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.status-pill { color: #143a35; background: var(--lime); font-size: .78rem; font-weight: 900; padding: 7px 12px; border-radius: 999px; }
.score-row { justify-content: flex-start; padding: 26px 0; }
.score-row small { color: #a8cbc4; }
.score-ring {
  width: 94px; height: 94px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto;
  background: conic-gradient(var(--lime) 0 100%);
  position: relative;
}
.score-ring::before { content: ""; position: absolute; inset: 8px; background: #0b3935; border-radius: 50%; }
.score-ring span { position: relative; font-size: .93rem; font-weight: 950; letter-spacing: .08em; }
.check-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.check-card { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.09); border-radius: 15px; padding: 15px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; }
.check-card > span { grid-row: 1 / 3; width: 26px; height: 26px; border-radius: 50%; background: rgba(204,242,106,.14); color: var(--lime); display: grid; place-items: center; font-weight: 900; }
.check-card strong { font-size: .87rem; }
.check-card small { color: #9dbeb8; }
.check-card.warning > span { background: rgba(244,166,73,.15); color: var(--orange); }
.panel-note { position: relative; z-index: 1; margin-top: 16px; padding: 12px 14px; background: rgba(204,242,106,.09); border-radius: 12px; color: #d8e9e5; font-size: .85rem; text-align: center; }

.trust-strip { background: var(--green-900); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 25px 22px; border-left: 1px solid rgba(255,255,255,.1); }
.trust-grid div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid strong { display: block; font-size: .94rem; }
.trust-grid span { color: #9fc2bc; font-size: .79rem; }

.section-heading { max-width: 690px; margin-bottom: 45px; }
.section-heading h2 { font-size: clamp(2.25rem, 4.2vw, 4rem); letter-spacing: -0.052em; line-height: 1.05; margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 28px; background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius); min-height: 270px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #bdd8cf; }
.icon-box { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 26px; color: var(--green-900); background: var(--green-100); font-size: 1.2rem; font-weight: 900; }
.service-card h3 { font-size: 1.18rem; letter-spacing: -0.02em; margin-bottom: 10px; }
.service-card p { color: var(--muted); margin-bottom: 0; }



/* Founder / about section */
.about-section { background: linear-gradient(180deg, #ffffff 0%, #f3f8f5 100%); }
.about-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 78px; align-items: center; }
.about-copy h2 { font-size: clamp(2.35rem, 4.4vw, 4.25rem); line-height: 1.03; letter-spacing: -.055em; margin-bottom: 24px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.independence-note { margin-top: 25px; padding: 15px 17px; border-left: 4px solid var(--green-500); background: var(--white); border-radius: 0 12px 12px 0; font-size: .9rem !important; }
.credential-panel { padding: 29px; border-radius: 27px; color: var(--white); background: linear-gradient(145deg, var(--green-900), #062825); box-shadow: 0 30px 70px rgba(6,40,37,.23); }
.credential-panel > .mini-label { margin-bottom: 17px; }
.credential-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.credential-grid > div { padding: 18px; min-height: 112px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; display: flex; flex-direction: column; justify-content: space-between; }
.credential-grid strong { color: var(--lime); font-size: 1.35rem; letter-spacing: -.03em; }
.credential-grid span { color: #b5cfca; font-size: .84rem; line-height: 1.35; }
.about-principle { margin-top: 13px; padding: 17px 18px; border-radius: 15px; background: rgba(204,242,106,.1); }
.about-principle span { display: block; color: #a8cbc4; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.about-principle strong { display: block; margin-top: 5px; font-size: 1rem; }

.pricing-addons { position: relative; z-index: 1; margin: 24px auto 0; max-width: 930px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.055); }
.pricing-addons > div { padding: 17px 19px; border-right: 1px solid rgba(255,255,255,.1); }
.pricing-addons > div:last-child { border-right: 0; }
.pricing-addons span { display: block; color: #9fc2bc; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.pricing-addons strong { display: block; margin-top: 3px; color: var(--white); font-size: .95rem; }

.section-dark { background: linear-gradient(145deg, #082f2c, #0b3d39 56%, #0b3330); color: var(--white); position: relative; overflow: hidden; }
.section-dark::after { content: ""; width: 500px; height: 500px; border-radius: 50%; position: absolute; right: -220px; bottom: -260px; background: rgba(204,242,106,.09); filter: blur(1px); }
.section-heading.light > p:last-child { color: #a9c5c0; }
.section-heading.light .eyebrow { color: var(--lime); }
.pricing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; background: #f6faf8; color: var(--ink); border-radius: 24px; padding: 31px; }
.price-card.featured { background: var(--white); outline: 3px solid var(--lime); transform: translateY(-10px); box-shadow: 0 26px 55px rgba(0,0,0,.2); }
.popular { position: absolute; top: -15px; right: 24px; background: var(--lime); color: var(--green-950); padding: 7px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 950; }
.plan-name { font-weight: 900; color: var(--green-700); margin-bottom: 5px; }
.price { font-size: 3.25rem; line-height: 1; letter-spacing: -.05em; font-weight: 950; margin: 8px 0 12px; }
.price > span { font-size: 1.6rem; vertical-align: top; margin-right: 2px; }
.price small { display: inline-block; max-width: 76px; font-size: .72rem; line-height: 1.15; color: var(--muted); letter-spacing: 0; font-weight: 800; margin-left: 7px; }
.price-note { color: var(--muted); min-height: 48px; }
.price-card ul { list-style: none; padding: 0; margin: 12px 0 28px; display: grid; gap: 12px; flex: 1; }
.price-card li { position: relative; padding-left: 25px; color: #43514f; font-size: .94rem; line-height: 1.45; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-700); font-weight: 950; }
.pricing-footnote { position: relative; z-index: 1; color: #b7d0cb; max-width: 860px; margin: 28px auto 0; text-align: center; font-size: .88rem; }
.pricing-footnote strong { color: var(--white); }

.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 24px; border: 1px solid var(--border); border-radius: 19px; background: var(--white); }
.steps li > span { color: var(--green-700); font-weight: 950; font-size: 1.35rem; letter-spacing: -.04em; }
.steps h3 { margin-bottom: 6px; font-size: 1.05rem; }
.steps p { color: var(--muted); margin-bottom: 0; }

.coverage-section { padding: 70px 0; background: var(--sand); }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.coverage-grid h2 { font-size: clamp(2rem, 3.7vw, 3.45rem); line-height: 1.05; letter-spacing: -.05em; margin-bottom: 14px; }
.coverage-grid p:last-child { color: var(--muted); margin-bottom: 0; }
.town-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.town-list span { background: var(--white); border: 1px solid #e2ddd2; border-radius: 999px; padding: 11px 16px; font-weight: 800; color: #46534f; }

.faq-wrap { max-width: 900px; }
.accordion { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary { list-style: none; cursor: pointer; font-size: 1.08rem; font-weight: 850; padding: 24px 42px 24px 0; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 20px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-900); font-size: 1.15rem; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); padding: 0 50px 23px 0; margin: 0; }

.contact-section { padding: 102px 0; background: #edf7f3; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: center; }
.contact-copy h2 { font-size: clamp(2.3rem, 4.4vw, 4.2rem); line-height: 1.03; letter-spacing: -.055em; margin-bottom: 18px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.contact-details { display: grid; margin-top: 32px; gap: 12px; }
.contact-details > * { display: grid; padding: 14px 16px; background: rgba(255,255,255,.74); border: 1px solid #d5e5df; border-radius: 13px; }
.contact-details span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.contact-details strong { font-size: .94rem; overflow-wrap: anywhere; }
.contact-form { background: var(--white); padding: 30px; border-radius: 24px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; margin-bottom: 15px; font-size: .84rem; font-weight: 800; color: #42514e; }
input, select, textarea { width: 100%; border: 1px solid #cfddd8; background: #fbfdfc; border-radius: 11px; padding: 12px 13px; outline: none; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(41,166,143,.12); }
textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: .85rem; color: var(--green-700); text-align: center; }

.site-footer { background: #061f1d; color: var(--white); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1.2fr; gap: 54px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div > p { color: #94b2ad; font-size: .87rem; }
.footer-grid > div > strong { display: block; margin-bottom: 14px; }
.footer-grid > div > a:not(.brand) { color: #9bb6b1; display: block; margin: 8px 0; font-size: .88rem; }
.footer-grid > div > a:hover { color: var(--white); }
.footer-legal { padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.035); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #799b95; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero-grid, .process-grid, .contact-grid, .about-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { max-width: 760px; }
  .hero-panel { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .price-card.featured { transform: none; }
  .pricing-addons { grid-template-columns: 1fr; }
  .pricing-addons > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .pricing-addons > div:last-child { border-bottom: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-grid { grid-template-columns: 1fr; gap: 28px; }
  .town-list { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .menu-button { display: block; }
  .main-nav {
    position: absolute; left: 14px; right: 14px; top: 68px; padding: 18px;
    background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 17px;
    display: none; align-items: stretch; flex-direction: column; gap: 5px;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .nav-cta { text-align: center; }
  .hero { padding: 66px 0 62px; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.5rem); }
  .hero-actions .button { width: 100%; }
  .check-grid, .service-grid, .field-row, .credential-grid { grid-template-columns: 1fr; }
  .hero-panel { padding: 21px; border-radius: 23px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:last-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding-inline: 0; }
  .service-card { min-height: 0; }
  .coverage-section { padding: 58px 0; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-grid > div:first-child, .footer-legal { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
