:root {
    --bg: #f5f7f3;
    --panel: #ffffff;
    --ink: #111915;
    --muted: #5f6f66;
    --line: #d9e2db;
    --accent: #0f5f42;
    --accent-strong: #063622;
    --accent-soft: #e7f4ee;
    --gold: #c9982e;
    --gold-soft: #fff7df;
    --shadow: 0 24px 80px rgba(17, 25, 21, .12);
    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;
    min-height: 100vh;
    color: var(--ink);
    background: var(--bg);
    font-size: 16px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}

h1,
h2,
h3,
p {
    margin: 0;
}

.site-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1180px, calc(100% - 36px));
    margin: 18px auto 0;
    padding: 10px 10px 10px 12px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 12px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 14px 38px rgba(17, 25, 21, .1);
    backdrop-filter: blur(18px);
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-weight: 900;
    font-size: 1.08rem;
    text-decoration: none;
}

.brand-lockup img {
    width: 36px;
    height: 36px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 8px;
    color: #25342c;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 780;
}

.nav-links a:hover {
    background: rgba(15, 95, 66, .08);
    color: var(--accent-strong);
}

.nav-links .nav-cta {
    color: #fff;
    background: var(--accent);
    box-shadow: 0 10px 22px rgba(15, 95, 66, .2);
}

.nav-links .nav-cta:hover {
    background: var(--accent-strong);
    color: #fff;
}

.hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: #e9f1ec;
}

.hero-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(246, 248, 244, .98) 0%, rgba(246, 248, 244, .92) 34%, rgba(246, 248, 244, .58) 58%, rgba(246, 248, 244, .08) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .55) 0%, rgba(255, 255, 255, 0) 44%, rgba(245, 247, 243, .92) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 126px 0 72px;
}

.eyebrow {
    color: var(--accent);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 670px;
    margin-top: 16px;
    color: #0d1611;
    font-size: clamp(3rem, 7vw, 6.75rem);
    line-height: .9;
    letter-spacing: 0;
}

.hero-copy {
    max-width: 640px;
    margin-top: 24px;
    color: #344139;
    font-size: clamp(1.08rem, 1.7vw, 1.34rem);
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid rgba(15, 95, 66, .16);
    border-radius: 8px;
    padding: 0 18px;
    text-decoration: none;
    font-weight: 850;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button.primary {
    color: #fff;
    background: linear-gradient(180deg, #17825d, var(--accent));
    border-color: var(--accent);
    box-shadow: 0 16px 34px rgba(15, 95, 66, .24);
}

.button.primary:hover {
    background: linear-gradient(180deg, #1a9066, var(--accent-strong));
}

.button.secondary {
    color: var(--accent-strong);
    background: rgba(255, 255, 255, .78);
    border-color: rgba(15, 95, 66, .22);
    box-shadow: 0 12px 28px rgba(17, 25, 21, .08);
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.trust-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid rgba(15, 95, 66, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    padding: 0 12px;
    color: #28362e;
    font-size: .86rem;
    font-weight: 820;
}

.privacy-band,
.feature-split,
.feature-grid,
.cta-panel,
.site-footer {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}

.privacy-band {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
    gap: 34px;
    align-items: end;
    margin-top: 56px;
    padding: 32px;
    border: 1px solid rgba(15, 95, 66, .14);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--shadow);
}

.privacy-band h2,
.feature-copy h2,
.cta-panel h2 {
    margin-top: 10px;
    color: #0e1712;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: .96;
    letter-spacing: 0;
}

.privacy-band p,
.feature-copy p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.62;
}

.feature-split {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(360px, 1fr);
    gap: 42px;
    align-items: center;
    padding: 94px 0 46px;
}

.feature-copy p {
    margin-top: 20px;
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: #27362e;
    font-weight: 760;
    line-height: 1.45;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background: var(--accent);
    box-shadow: inset 0 0 0 4px #ccefdc;
}

.graphic-frame {
    margin: 0;
    border: 1px solid rgba(17, 25, 21, .1);
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    box-shadow: var(--shadow);
}

.graphic-frame img {
    border-radius: 8px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 22px 0 78px;
}

.feature-grid article {
    min-height: 188px;
    border: 1px solid rgba(17, 25, 21, .1);
    border-radius: 8px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(17, 25, 21, .06);
}

.feature-grid h3 {
    color: #101914;
    font-size: 1.12rem;
    line-height: 1.2;
}

.feature-grid p {
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.58;
}

.cta-panel {
    display: grid;
    justify-items: start;
    gap: 18px;
    margin-bottom: 42px;
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(6, 54, 34, .94), rgba(15, 95, 66, .9)),
        #063622;
    padding: 38px;
    color: #fff;
    box-shadow: 0 26px 78px rgba(6, 54, 34, .25);
}

.cta-panel .eyebrow {
    color: #b8eccf;
}

.cta-panel h2 {
    max-width: 840px;
    color: #fff;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 0 34px;
    color: var(--muted);
    font-size: .9rem;
}

:focus-visible {
    outline: 3px solid rgba(15, 95, 66, .25);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .site-nav {
        position: absolute;
    }

    .nav-links a:not(.nav-cta) {
        display: none;
    }

    .hero {
        min-height: 700px;
    }

    .hero-shade {
        background:
            linear-gradient(180deg, rgba(246, 248, 244, .96) 0%, rgba(246, 248, 244, .9) 48%, rgba(246, 248, 244, .48) 100%),
            linear-gradient(90deg, rgba(246, 248, 244, .94) 0%, rgba(246, 248, 244, .72) 100%);
    }

    .hero-art {
        object-position: 64% center;
        opacity: .55;
    }

    .privacy-band,
    .feature-split,
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-split {
        padding-top: 64px;
    }
}

@media (max-width: 620px) {
    .site-nav,
    .privacy-band,
    .feature-split,
    .feature-grid,
    .cta-panel,
    .site-footer,
    .hero-content {
        width: min(100% - 24px, 1180px);
    }

    .site-nav {
        margin-top: 12px;
    }

    .brand-lockup span {
        display: none;
    }

    .hero-content {
        padding-top: 116px;
    }

    .hero h1 {
        font-size: clamp(2.6rem, 14vw, 4.4rem);
    }

    .hero-actions .button {
        width: 100%;
    }

    .privacy-band,
    .cta-panel {
        padding: 24px;
    }

    .feature-split {
        grid-template-columns: 1fr;
    }

    .graphic-frame {
        padding: 6px;
    }

    .feature-grid article {
        min-height: 0;
    }

    .site-footer {
        display: grid;
    }
}
