
:root {
  --ink: #13231f;
  --muted: #5b6965;
  --paper: #fbfcf9;
  --surface: #ffffff;
  --soft: #eef4ef;
  --line: #dbe5df;
  --accent: #22684f;
  --accent-dark: #174937;
  --accent-pale: #dcefe6;
  --shadow: 0 18px 60px rgba(18, 45, 36, .10);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-dark); }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(219, 229, 223, .9); background: rgba(251, 252, 249, .92); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.18rem; font-weight: 800; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: var(--accent); color: #fff; font-weight: 900; box-shadow: 0 8px 24px rgba(34,104,79,.25); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--muted); text-decoration: none; font-size: .94rem; font-weight: 650; }
.main-nav a.active, .main-nav a:hover { color: var(--ink); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); padding: 9px 12px; font: inherit; font-weight: 700; color: var(--ink); }
.hero { padding: 92px 0 72px; background: radial-gradient(circle at 85% 15%, rgba(119, 190, 154, .22), transparent 26%), linear-gradient(180deg, #f8fbf7, var(--paper)); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.2rem); max-width: 850px; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 3.4vw, 3rem); }
h3 { margin: 0 0 10px; font-size: 1.25rem; }
p { margin-top: 0; }
.hero-copy { max-width: 740px; margin: 28px 0 0; font-size: 1.16rem; color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 18px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 18px; border-radius: 13px; font-weight: 800; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-1px); }
.primary { background: var(--accent); color: #fff; box-shadow: 0 10px 25px rgba(34,104,79,.22); }
.primary:hover { color: #fff; background: var(--accent-dark); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.7); color: var(--ink); }
.microcopy { color: var(--muted); font-size: .9rem; }
.trust-panel { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.trust-panel:before { content: ""; position: absolute; inset: -12px 16px 12px -16px; z-index: -1; border-radius: 30px; background: var(--accent-pale); }
.panel-label { display: block; margin-bottom: 16px; font-weight: 850; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 14px 0 14px 34px; border-top: 1px solid var(--line); }
.check-list li:first-child { border-top: 0; }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 12px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--accent-pale); color: var(--accent-dark); font-weight: 900; }
.section { padding: 88px 0; }
.soft-section { background: var(--soft); border-block: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading > p:last-child, .split > div > p { color: var(--muted); font-size: 1.06rem; }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 28px rgba(20,45,37,.05); }
.card p { color: var(--muted); }
.card-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; border-radius: 12px; background: var(--soft); color: var(--accent); font-weight: 900; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.text-link { font-weight: 850; text-decoration: none; }
.business-card { padding: 32px; border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.business-card-label { color: var(--accent); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
dl { margin: 24px 0 0; }
dl div { display: grid; grid-template-columns: 145px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
dt { color: var(--muted); font-size: .9rem; }
dd { margin: 0; font-weight: 700; }
.callout { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 44px; border-radius: 28px; background: var(--ink); color: #fff; }
.callout h2 { max-width: 700px; }
.callout p { color: #c9d5d0; }
.callout .eyebrow { color: #8fd2b3; }
.page-hero { padding: 82px 0 58px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #f4f8f3, var(--paper)); }
.page-hero p:last-child { color: var(--muted); font-size: 1.1rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 70px; align-items: start; }
.prose { font-size: 1.04rem; }
.prose h2 { margin-top: 48px; font-size: 1.8rem; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #40504b; }
.prose a { font-weight: 700; }
.info-box, .disclosure-banner { margin: 28px 0; padding: 24px; border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: 14px; background: var(--soft); }
.article-aside { position: sticky; top: 110px; }
.aside-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.aside-card h2 { font-size: 1.25rem; }
.aside-card ul { padding-left: 20px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.contact-card h2 { font-size: 1.65rem; overflow-wrap: anywhere; }
address { margin-bottom: 24px; color: var(--muted); font-style: normal; }
.legal-copy h2 { font-size: 1.5rem; }
.site-footer { padding: 70px 0 30px; background: #10201b; color: #d8e2de; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr 1.2fr; gap: 42px; }
.footer-brand { color: #fff; }
.footer-copy { max-width: 300px; margin-top: 18px; color: #9eaaa5; }
.site-footer h2 { margin: 0 0 16px; color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { display: block; margin: 8px 0; color: #c7d4cf; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer p { color: #aebbb6; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p:last-child { max-width: 650px; text-align: right; }
@media (max-width: 860px) {
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 68px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; border-radius: 10px; }
  .main-nav a:hover { background: var(--soft); }
  .hero-grid, .split, .article-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .article-aside { position: static; }
  .card-grid.three { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .container, .narrow { width: min(100% - 28px, 1120px); }
  .hero { padding-top: 64px; }
  h1 { font-size: 2.65rem; }
  .section { padding: 66px 0; }
  .button-row .button { width: 100%; }
  .callout { align-items: stretch; flex-direction: column; padding: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
  dl div { grid-template-columns: 1fr; gap: 4px; }
}
