
:root {
  color-scheme: light;
  --ink: #14231d;
  --muted: #5f7068;
  --green: #0b6b4b;
  --green-dark: #074c37;
  --mint: #dff5e9;
  --lime: #c9f07c;
  --cream: #f6f5ed;
  --paper: #fffefa;
  --line: #dce4de;
  --navy: #0d2620;
  --shadow: 0 24px 60px rgba(12, 55, 40, .11);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; padding: .75rem 1rem; background: white; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 max(24px, calc((100vw - 1180px)/2)); border-bottom: 1px solid rgba(20,35,29,.08); background: rgba(255,254,250,.94); backdrop-filter: blur(16px); }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: white; background: linear-gradient(145deg, var(--green), #169b6d); box-shadow: 0 8px 22px rgba(11,107,75,.24); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #294138; text-decoration: none; font-size: .9rem; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--green); }
.header-cta { padding: .62rem 1rem; border: 1px solid #b8c8c0; border-radius: 999px; }
.mobile-nav { display: none; }
.hero { overflow: hidden; position: relative; color: white; background: var(--navy); }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; right: -180px; top: -340px; border-radius: 50%; background: radial-gradient(circle, rgba(201,240,124,.24), transparent 68%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; left: -230px; bottom: -270px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.025), 0 0 0 144px rgba(255,255,255,.018); }
.hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0 82px; }
.eyebrow, .section-kicker, .card-label { margin: 0 0 15px; color: var(--green); font-size: .73rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--lime); }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.6rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 790px; margin: 28px 0 0; color: #cbd9d3; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.12rem; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: white; text-decoration: none; font-weight: 750; }
.button-primary { border-color: var(--lime); color: #173021; background: var(--lime); }
.button-dark { border-color: var(--navy); color: white; background: var(--navy); }
.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hero-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); width: min(1180px, calc(100% - 48px)); margin: -28px auto 0; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.fact-card { padding: 26px; border-right: 1px solid var(--line); }
.fact-card:last-child { border: 0; }
.fact-card span { display: block; margin-bottom: 8px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fact-card strong { display: block; font-size: .98rem; line-height: 1.35; }
.section { margin: 0 auto; padding: 92px 0; }
.section + .section { border-top: 1px solid var(--line); }
.split-section { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.section h2 { margin: 0 0 20px; font-size: clamp(1.8rem, 3.7vw, 3.2rem); line-height: 1.08; letter-spacing: -.04em; }
.section h3 { margin: 0 0 10px; line-height: 1.2; }
.section p { color: var(--muted); }
.text-link { display: inline-flex; gap: 8px; margin-top: 14px; color: var(--green); font-weight: 800; text-decoration: none; }
.boundary-card { padding: 34px; border-radius: var(--radius); color: white; background: var(--green-dark); box-shadow: var(--shadow); }
.boundary-card .card-label { color: var(--lime); }
.boundary-card ol { list-style: none; margin: 0; padding: 0; }
.boundary-card li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); }
.boundary-card li > span { color: var(--lime); font-weight: 850; }
.boundary-card strong { display: block; }
.boundary-card p { margin: 3px 0 0; color: #bbd0c7; font-size: .9rem; }
.muted-section { position: relative; }
.muted-section::before { content: ""; position: absolute; inset: 22px calc((1180px - 100vw)/2); z-index: -1; background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 36px; }
.section-heading > p { max-width: 430px; margin: 0; }
.section-heading.compact { margin-bottom: 20px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.capability-grid article { min-height: 270px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.capability-index, .number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 36px; border-radius: 50%; color: var(--green-dark); background: var(--mint); font-size: .78rem; font-weight: 850; }
.capability-grid h3 { font-size: 1.12rem; }
.capability-grid p { font-size: .92rem; }
.flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 12px; align-items: stretch; }
.flow > div { min-height: 170px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.flow > i { display: grid; place-items: center; color: var(--green); font-style: normal; }
.flow span { display: block; margin-bottom: 25px; color: var(--green); font-size: .78rem; font-weight: 850; }
.flow strong, .flow small { display: block; }
.flow small { margin-top: 7px; color: var(--muted); line-height: 1.45; }
.separation-panel, .notice { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 50px; border: 0 !important; border-radius: var(--radius); color: white; background: linear-gradient(135deg, var(--green-dark), #0c7051); box-shadow: var(--shadow); }
.separation-panel h2, .notice h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
.separation-panel .section-kicker, .notice .section-kicker { color: var(--lime); }
.separation-panel p, .notice p { color: #d3e4dd; }
.separation-panel a, .notice a { color: white; font-weight: 800; }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.decision-grid article { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.decision-grid ul { display: grid; gap: 12px; list-style: none; margin: 24px 0 0; padding: 0; }
.decision-grid li { position: relative; padding-left: 28px; }
.yes-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.no-card { background: var(--cream); }
.no-card li::before { content: "—"; position: absolute; left: 0; color: #7d5c35; font-weight: 900; }
.content-grid, .security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.content-grid article, .security-grid article { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.content-grid .number { margin-bottom: 50px; }
.content-grid h2, .security-grid h2 { font-size: 1.5rem; }
.table-section { padding-top: 54px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
table { width: 100%; border-collapse: collapse; background: white; }
th, td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--green-dark); background: var(--cream); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 104px; display: grid; gap: 9px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.legal-nav strong { margin-bottom: 8px; }
.legal-nav a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.legal-nav a:hover { color: var(--green); }
.legal-copy section { position: relative; padding: 0 0 46px 66px; border-left: 1px solid var(--line); }
.legal-copy section:last-child { padding-bottom: 0; }
.legal-copy section > span { position: absolute; left: -23px; top: -4px; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); background: white; font-size: .75rem; font-weight: 850; }
.legal-copy h2 { font-size: 1.55rem; }
.security-grid article > span { display: block; margin-bottom: 54px; color: var(--green); font-weight: 850; }
.company-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; }
.company-summary { padding: 38px; border-radius: var(--radius); color: white; background: var(--green-dark); }
.company-summary .section-kicker { color: var(--lime); }
.company-summary p { color: #c7d9d1; }
.company-details { margin: 0; }
.company-details > div { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.company-details dt { color: var(--muted); font-size: .82rem; font-weight: 750; }
.company-details dd { margin: 0; font-weight: 700; }
.company-details a { color: var(--green); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.contact-grid article { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-grid .contact-primary { grid-row: span 2; color: white; background: var(--green-dark); }
.contact-grid .contact-primary .section-kicker { color: var(--lime); }
.contact-grid .contact-primary p { color: #c7d9d1; }
.contact-grid h2 { font-size: clamp(1.35rem, 3vw, 2.1rem); overflow-wrap: anywhere; }
.contact-grid h2 a { text-decoration: none; }
.site-footer { color: white; background: var(--navy); }
.footer-inner { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 40px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 45px; }
.footer-inner .brand { margin-bottom: 18px; }
.footer-inner p { max-width: 360px; color: #a9bdb4; }
.footer-nav { display: grid; align-content: start; gap: 9px; }
.footer-nav strong { margin-bottom: 8px; color: var(--lime); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav a { color: #c5d3cd; text-decoration: none; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 22px 0 34px; border-top: 1px solid rgba(255,255,255,.12); color: #91a79d; font-size: .78rem; }
.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.error-page h1 { font-size: 6rem; margin: 0; color: var(--green); }
@media (max-width: 960px) {
  .site-nav { display: none; }
  .mobile-nav { display: inline-flex; padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; color: var(--green-dark); text-decoration: none; font-size: .8rem; font-weight: 800; }
  .hero-facts, .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-card:nth-child(2) { border-right: 0; }
  .fact-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-section, .separation-panel, .notice, .company-panel { grid-template-columns: 1fr; gap: 28px; }
  .flow { grid-template-columns: 1fr; }
  .flow > i { transform: rotate(90deg); }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .legal-nav strong { grid-column: 1/-1; }
  .footer-inner { grid-template-columns: 1.2fr 1fr; }
}
@media (max-width: 640px) {
  .site-header { min-height: 68px; padding: 0 18px; }
  .brand-copy small { display: none; }
  .hero-inner, .page-shell, .hero-facts, .footer-inner, .footer-bottom { width: min(100% - 32px, 1180px); }
  .hero-inner { padding: 74px 0 60px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-facts, .capability-grid, .decision-grid, .content-grid, .security-grid, .contact-grid { grid-template-columns: 1fr; }
  .fact-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 68px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .muted-section::before { inset: 12px -16px; }
  .separation-panel, .notice { padding: 30px 24px; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-copy section { padding-left: 44px; }
  .company-details > div { grid-template-columns: 1fr; gap: 5px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
