:root {
    --green-950: #003d20;
    --green-800: #075d31;
    --green-600: #4f8f34;
    --green-100: #eaf4e6;
    --cream: #f8f7f1;
    --ink: #173324;
    --muted: #5e6f63;
    --white: #ffffff;
    --border: #d8e2dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}
a { color: inherit; }
.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1000;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--green-950);
    color: var(--white);
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.site-header, .site-footer, .hero, .section, .final-cta {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}
.site-header {
    min-height: 112px;
    padding-block: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.brand {
    display: inline-flex;
    flex: 0 0 auto;
    text-decoration: none;
}
.brand img {
    display: block;
    width: 108px;
    height: 108px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.site-nav, .footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.site-nav a, .footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    text-decoration: none;
    font-weight: 700;
}
.header-cta {
    padding: 9px 15px;
    border-radius: 999px;
    background: var(--green-800);
    color: var(--white);
}
.hero {
    display: grid;
    gap: 28px;
    padding: 38px 0 72px;
}
.hero h1, .section h2, .final-cta h2 {
    margin: 0;
    letter-spacing: -0.04em;
    line-height: 1.04;
}
.hero h1 { font-size: clamp(2.6rem, 9vw, 5rem); max-width: 860px; }
.hero-text { font-size: 1.15rem; max-width: 650px; color: var(--muted); }
.eyebrow {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    font-weight: 800;
    color: var(--green-600);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid transparent;
    cursor: pointer;
    font: inherit;
}
.button-primary { background: var(--green-800); color: var(--white); }
.button-secondary { background: transparent; border-color: var(--green-800); color: var(--green-800); }
.button-light { background: var(--white); color: var(--green-950); }
.button:focus-visible, a:focus-visible { outline: 3px solid #89b99f; outline-offset: 3px; }
.microcopy { color: var(--muted); font-size: .92rem; }
.hero-card {
    background: var(--green-950);
    color: var(--white);
    border-radius: 28px;
    padding: 28px;
    display: grid;
    gap: 8px;
    min-height: 210px;
    align-content: end;
}
.hero-card strong { font-size: clamp(1.5rem, 6vw, 2.3rem); line-height: 1.05; }
.section { padding: 70px 0; }
.section-heading { max-width: 700px; margin-bottom: 28px; }
.section h2, .final-cta h2 { font-size: clamp(2rem, 7vw, 3.4rem); }
.section-heading p:last-child { color: var(--muted); }
.pricing-grid, .steps-grid { display: grid; gap: 16px; }
.price-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 24px;
    display: grid;
    gap: 14px;
}
.price-card.featured { background: var(--green-100); border-color: #b8d4c4; }
.plan-name { font-weight: 800; margin: 0; }
.price { margin: 0; }
.price span { font-size: 2rem; font-weight: 900; }
.price-card .button { margin-top: auto; }

.pricing-terms { list-style: none; padding: 0; margin: 1rem 0 1.4rem; display: grid; gap: .65rem; }
.pricing-terms li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .4rem .8rem; padding-top: .65rem; border-top: 1px solid rgba(20, 78, 46, .16); }
.pricing-terms span { color: var(--green-700); font-size: .9rem; font-weight: 700; }
.pricing-note { max-width: 760px; margin: 1.25rem auto 0; text-align: center; color: var(--muted); }
.service-area { background: var(--green-100); border-radius: 28px; padding-inline: 24px; }
.steps-grid { list-style: none; padding: 0; margin: 0; }
.steps-grid li {
    background: var(--white);
    border-radius: 18px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.steps-grid strong {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--green-100);
}
.final-cta {
    margin-top: 40px;
    margin-bottom: 72px;
    background: var(--green-800);
    color: var(--white);
    border-radius: 28px;
    padding: 34px 24px;
}
.final-cta p { max-width: 620px; opacity: .9; }
.site-footer {
    padding: 28px 0 40px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.site-footer p { margin: 4px 0 0; color: var(--muted); }
.site-footer a { font-weight: 800; }
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 390px;
}
.footer-brand img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.footer-contact {
    display: grid;
    align-content: start;
    gap: 3px;
}
.footer-contact a {
    color: var(--green-800);
    overflow-wrap: anywhere;
}
.start-shell {
    width: min(760px, calc(100% - 32px));
    margin: 48px auto 80px;
}
.start-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 28px;
}
.start-card h1 { margin-top: 0; font-size: clamp(2.3rem, 8vw, 4rem); line-height: 1.05; letter-spacing: -.04em; }
.form-help { color: var(--muted); }
.form-error, .errorlist { color: #8a2f2f; }
.errorlist { margin: 6px 0 12px; padding-left: 20px; }
.wizard-form, .start-card form { display: grid; gap: 10px; }
.payment-actions {
    display: grid;
    gap: 12px;
    margin: 20px 0 12px;
}
.payment-actions form { margin: 0; }
.payment-actions .button { width: 100%; }
.wizard-form input:not([type="checkbox"]):not([type="radio"]),
.wizard-form textarea,
.start-card input:not([type="checkbox"]):not([type="radio"]),
.start-card textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    color: var(--ink);
    font: inherit;
}
.wizard-form textarea { min-height: 100px; resize: vertical; }
.wizard-form input:focus, .wizard-form textarea:focus {
    outline: 3px solid #89b99f;
    outline-offset: 2px;
}
.wizard-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
}
.wizard-options { display: grid; gap: 12px; margin: 20px 0; }
.service-choice-group { border: 1px solid rgba(20, 78, 46, .18); border-radius: 1rem; padding: 1rem; }
.service-choice-group legend { padding: 0 .35rem; color: var(--green-900); font-size: 1.08rem; font-weight: 800; }
.wizard-option {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 16px;
    cursor: pointer;
}
.wizard-option:has(input:checked) { border-color: var(--green-600); background: var(--green-100); }
.wizard-option strong, .wizard-option small { display: block; }
.wizard-option small { color: var(--muted); margin-top: 2px; }
.review-grid { display: grid; gap: 12px; margin: 22px 0; }
.review-item {
    display: grid;
    gap: 3px;
    padding: 16px;
    border-radius: 14px;
    background: var(--green-100);
}
.review-item span, .review-item small { color: var(--muted); }
.check-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    margin: 8px 0;
}
.check-row input { margin-top: 5px; }
.content-shell {
    width: min(860px, calc(100% - 32px));
    margin: 48px auto 80px;
}
.content-shell > h1 {
    margin: 0 0 18px;
    font-size: clamp(2.35rem, 8vw, 4.2rem);
    line-height: 1.04;
    letter-spacing: -.04em;
}
.content-lead { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.content-stack { display: grid; gap: 14px; margin-top: 26px; }
.info-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 22px;
}
.info-card h2 { margin-top: 0; font-size: 1.2rem; }
.info-card p:last-child { margin-bottom: 0; }
.community-list { columns: 1; padding-left: 22px; }
.community-list li { margin: 7px 0; }
.content-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.legal-copy > h2 { margin-top: 30px; }
.legal-draft-warning {
    margin: 24px 0 30px;
    padding: 18px;
    border: 2px solid #b36b00;
    border-radius: 14px;
    background: #fff7e8;
}
.legal-draft-warning p { margin-bottom: 0; }

.about-section { scroll-margin-top: 24px; }
.about-intro {
    display: grid;
    gap: 32px;
    align-items: center;
}
.about-logo {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 22px;
}
.about-logo img {
    display: block;
    width: 100%;
    max-width: 410px;
    margin-inline: auto;
    mix-blend-mode: multiply;
}
.about-copy h2 { margin-bottom: 20px; }
.about-copy p:not(.eyebrow) { color: var(--muted); }
.about-values {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}
.about-value {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 20px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
}
.about-value > span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--green-800);
    color: var(--white);
    font-weight: 900;
}
.about-value h3 { margin: 2px 0 5px; }
.about-value p { margin: 0; color: var(--muted); }
.contact-section {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding-inline: 24px;
}
.contact-grid {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}
.contact-card {
    display: grid;
    gap: 4px;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 18px;
    color: var(--green-800);
    text-decoration: none;
    overflow-wrap: anywhere;
}
.contact-card span {
    color: var(--muted);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.contact-card strong { font-size: clamp(1rem, 3.6vw, 1.2rem); }
.contact-card:hover { border-color: var(--green-600); background: var(--green-100); }
.contact-note { color: var(--muted); }

@media (min-width: 760px) {
    .site-header, .site-footer, .hero, .section, .final-cta { width: min(1120px, calc(100% - 64px)); }
    .hero { grid-template-columns: 1.35fr .65fr; align-items: stretch; padding-top: 48px; }
    .pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: repeat(3, 1fr); }
    .service-area { padding-inline: 40px; }
    .final-cta { padding: 52px; }
    .review-grid { grid-template-columns: 1fr 1fr; }
    .community-list { columns: 2; }
    .about-intro { grid-template-columns: .8fr 1.2fr; }
    .about-values { grid-template-columns: repeat(3, 1fr); }
    .contact-section { padding-inline: 40px; }
    .contact-grid { grid-template-columns: 1.3fr .7fr; }
}

.back-to-top {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 900;
    display: inline-grid;
    place-items: center;
    align-content: center;
    width: 58px;
    height: 58px;
    padding: 5px;
    border: 2px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 61, 32, .28);
    background: var(--green-800);
    color: var(--white);
    font: inherit;
    font-size: .7rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}
.back-to-top[hidden] { display: none; }
.back-to-top span:first-child { font-size: 1.35rem; margin-bottom: 2px; }
.back-to-top:hover { background: var(--green-950); transform: translateY(-2px); }
.back-to-top:focus-visible { outline: 3px solid #89b99f; outline-offset: 3px; }


@media (max-width: 720px) {
    .site-header { align-items: flex-start; padding-block: 8px; }
    .brand img { width: 86px; height: 86px; }
    .site-nav { justify-content: flex-end; gap: 7px 11px; font-size: .88rem; }
    .header-cta { padding: 7px 11px; }
    .footer-links { align-items: flex-start; flex-direction: column; }
    .footer-brand, .footer-contact, .footer-links { width: 100%; }
}

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