:root {
    color-scheme: light;
    --ink: #17312b;
    --muted: #52645e;
    --green: #146147;
    --green-dark: #0b4934;
    --cream: #f6f4ef;
    --line: #dce4dd;
    --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 1rem/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--green); text-underline-offset: .2em; }
a:hover { color: var(--green-dark); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #bf6d19; outline-offset: 5px; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.035em; }
h1 { font-size: clamp(2.35rem, 4.6vw, 4.2rem); margin-bottom: 1.3rem; }
h2 { font-size: clamp(1.9rem, 3vw, 2.75rem); margin-bottom: 1rem; }
h3 { font-size: 1.2rem; letter-spacing: -.02em; margin-bottom: .65rem; }
p { margin-bottom: 1.25rem; }
.container { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -6rem; background: white; padding: .7rem 1rem; z-index: 10; }
.skip-link:focus { top: 1rem; }
.site-header { border-bottom: 1px solid var(--line); background: white; }
.header-inner, .site-nav, .brand, .actions, .footer-inner { display: flex; align-items: center; }
.header-inner { justify-content: space-between; gap: 1.5rem; min-height: 96px; padding-block: 1rem; }
.brand { gap: .7rem; flex-shrink: 0; color: var(--ink); font-size: 1.1rem; font-weight: 750; text-decoration: none; letter-spacing: -.025em; }
.brand-mark { width: 31px; height: 34px; border: 3px solid var(--green); border-radius: 5px; position: relative; }
.brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid var(--green); border-radius: 1px; }
.site-nav { flex-wrap: wrap; justify-content: flex-end; gap: .25rem 1.1rem; }
.site-nav a { padding: .6rem .1rem; font-size: .94rem; text-decoration: none; color: var(--muted); }
.site-nav a[aria-current="page"] { color: var(--green); text-decoration: underline; font-weight: 650; }
.site-nav .nav-signup { color: var(--green); border: 1px solid #a7bfb2; border-radius: 7px; padding: .55rem .85rem; font-weight: 650; }
.eyebrow { text-transform: uppercase; font-size: .75rem; letter-spacing: .15em; font-weight: 750; color: var(--green); margin-bottom: 1rem; }
.hero { background: var(--cream); padding-block: 4.5rem; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.hero-copy { max-width: 32rem; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 44rem; }
.actions { gap: .8rem 1.3rem; flex-wrap: wrap; margin-block: 1.8rem 1rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .7rem 1.3rem; border-radius: 7px; background: var(--green); color: white; font-weight: 650; text-decoration: none; }
.button:hover { background: var(--green-dark); color: white; }
.text-link { font-weight: 650; padding-block: .6rem; }
.small-note { font-size: .88rem; color: var(--muted); }
.hero-figure { margin: 0; }
.hero-slides { position: relative; aspect-ratio: 8 / 5; border-radius: 12px; overflow: hidden; background: #e3e8df; box-shadow: 0 20px 40px -24px #26483d70; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; pointer-events: none; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure figcaption { margin-top: 1rem; min-height: 2.8em; color: var(--muted); font-size: .85rem; text-align: center; }
.hero-progress { height: 2px; margin-top: 12px; overflow: hidden; border-radius: 2px; background: #14614714; }
.hero-progress[hidden] { display: none; }
.hero-progress-fill { display: block; width: 100%; height: 100%; background: #14614770; transform: scaleX(0); transform-origin: left center; }
.section { padding-block: 4.5rem; }
.section-tint { background: var(--cream); }
.section-heading { max-width: 42rem; margin-bottom: 2.25rem; }
.section-heading p { color: var(--muted); }
.cards, .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card { padding: 1.6rem; border: 1px solid var(--line); border-radius: 10px; }
.card p { color: var(--muted); margin-bottom: 0; }
.card-label { display: block; font-size: .75rem; font-weight: 700; color: var(--green); margin-bottom: 1.4rem; letter-spacing: .1em; }
.steps { list-style: none; padding: 0; margin: 0; counter-reset: steps; }
.steps li { counter-increment: steps; }
.steps li::before { content: "0" counter(steps); display: block; color: var(--green); font-weight: 700; font-size: .95rem; margin-bottom: 1rem; }
.steps p { color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.check-list { padding-left: 1.3rem; margin-block: 0 1.5rem; }
.check-list li { margin-bottom: .75rem; padding-left: .3rem; }
.check-list li::marker { color: var(--green); }
.callout { padding: 2rem; border-radius: 10px; background: #eaf1ea; }
.callout h2 { font-size: 1.7rem; }
.callout p:last-child { margin-bottom: 0; }
.cta { background: var(--green-dark); color: white; }
.cta .split { align-items: center; }
.cta p { color: #dce9df; margin-bottom: 0; }
.cta .actions { justify-content: flex-end; margin: 0; }
.cta .button { color: var(--green-dark); background: white; }
.page-intro { padding-block: 3.5rem; background: var(--cream); }
.page-intro h1 { max-width: 52rem; }
.page-intro .lead { margin-bottom: 0; }
.breadcrumbs { font-size: .87rem; margin-bottom: 2rem; color: var(--muted); }
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.breadcrumbs li + li::before { content: "/"; margin-right: .6rem; }
.jump-links { display: flex; gap: .5rem 1.5rem; flex-wrap: wrap; margin-top: 1.8rem; }
.jump-links a { padding-block: .4rem; font-weight: 650; }
.setup-steps { list-style: none; padding: 0; margin: 0; counter-reset: setup; }
.setup-steps > li { counter-increment: setup; position: relative; padding: 0 0 2rem 3.8rem; }
.setup-steps > li::before { content: counter(setup); position: absolute; left: 0; top: 0; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #eaf1ea; color: var(--green); text-align: center; line-height: 2.5rem; font-weight: 750; }
.setup-steps h3 { padding-top: .4rem; }
.setup-steps p { margin-bottom: .75rem; }
.setup-steps > li:last-child { padding-bottom: 0; }
.prose { max-width: 48rem; }
.prose p { color: var(--muted); }
.faq-list { max-width: 52rem; }
details { border-top: 1px solid var(--line); padding-block: 1.25rem; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; color: var(--ink); font-weight: 650; padding-right: 1rem; }
details p { color: var(--muted); margin: 1rem 0 0; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; text-align: left; }
caption { text-align: left; font-size: 1.7rem; font-weight: 700; margin-bottom: 1rem; color: var(--ink); }
th, td { border-bottom: 1px solid var(--line); padding: 1.1rem .6rem; vertical-align: top; }
thead th { font-size: .88rem; color: var(--muted); }
tbody th { font-weight: 600; }
.table-note { margin-top: 1rem; }
.site-footer { border-top: 1px solid var(--line); padding-block: 2rem; }
.footer-inner { justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-inner p { color: var(--muted); font-size: .87rem; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.footer-links a { font-size: .9rem; padding-block: .5rem; }
@media (max-width: 950px) {
    .header-inner { flex-direction: column; gap: .65rem; }
    .site-nav { justify-content: center; }
    .hero-grid { gap: 2rem; }
    .split { gap: 2rem; }
}
@media (max-width: 700px) {
    .container { width: calc(100% - 2rem); }
    .hero, .section { padding-block: 3rem; }
    .hero-grid, .split, .cards, .steps { grid-template-columns: 1fr; }
    .hero-copy { max-width: none; }
    .hero-figure { margin-top: .5rem; }
    .site-nav { gap: .1rem .9rem; }
    .site-nav a { font-size: .88rem; min-height: 44px; display: inline-flex; align-items: center; }
    .steps { gap: 1rem; }
    .steps p { margin-bottom: .75rem; }
    .page-intro { padding-block: 2.5rem; }
    .callout { padding: 1.5rem; }
    .cta .actions { justify-content: flex-start; }
    .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero-slide { transition: none; }
}
