:root {
    --ral-7016: #383e42;
    --ral-7016-deep: #1f2a2f;
    --ral-7016-dark: #162126;
    --ral-6018: #57a639;
    --ral-6018-bright: #68c63f;
    --ral-6018-soft: #edf7e9;
    --ink: #172126;
    --muted: #657077;
    --line: #e2e8ea;
    --surface: #ffffff;
    --surface-alt: #f6f8f8;
    --shadow: 0 18px 50px rgba(20, 32, 38, .10);
    --radius: 12px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.nav-is-open { overflow: hidden; }
a { color: inherit; }
svg { display: block; }
button, input, textarea, select { font: inherit; }

.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 999;
    padding: 10px 14px;
    color: #fff;
    background: var(--ral-6018);
    border-radius: 0 0 8px 8px;
    transition: top .2s ease;
}
.skip-link:focus { top: 0; }

.container {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
}

.site-header {
    position: relative;
    z-index: 30;
    color: #fff;
    background: linear-gradient(110deg, #25333a 0%, var(--ral-7016-dark) 70%, #24343a 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
}
.header-inner {
    width: min(calc(100% - 48px), var(--container));
    min-height: 90px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    text-decoration: none;
    min-width: 0;
}
.brand-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    color: #f5f8f9;
}
.brand-icon svg { width: 100%; height: 100%; }
.brand-copy { display: grid; line-height: 1.05; min-width: 0; }
.brand-copy strong {
    display: block;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(1.2rem, 2vw, 1.75rem);
    letter-spacing: -.035em;
}
.brand-copy small {
    margin-top: 5px;
    color: rgba(255,255,255,.75);
    font-size: .78rem;
}
.brand-accent { color: var(--ral-6018-bright); }

.main-nav {
    display: flex;
    align-items: stretch;
    gap: 8px;
}
.main-nav > a,
.nav-dropdown > summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90px;
    padding: 0 18px;
    color: rgba(255,255,255,.91);
    text-decoration: none;
    cursor: pointer;
    list-style: none;
    font-size: .92rem;
    font-weight: 600;
    transition: color .2s ease, background .2s ease;
}
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.main-nav > a:hover,
.nav-dropdown > summary:hover { color: #fff; background: rgba(255,255,255,.04); }
.main-nav > a::after,
.main-nav > a.active::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 25px;
    height: 2px;
    background: var(--ral-6018-bright);
    transform: scaleX(0);
    transition: transform .2s ease;
}
.main-nav > a:hover::after,
.main-nav > a.active::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown .chevron { width: 12px; height: 12px; margin-left: 8px; transition: transform .2s ease; }
.nav-dropdown[open] .chevron { transform: rotate(180deg); }
.dropdown-menu {
    position: absolute;
    right: 0;
    top: calc(100% - 10px);
    width: 190px;
    padding: 8px;
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
}
.dropdown-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 7px;
    text-decoration: none;
    font-size: .9rem;
}
.dropdown-menu a:hover,
.dropdown-menu a.active { background: var(--ral-6018-soft); color: #2f771e; }

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.nav-toggle svg { width: 20px; height: 20px; }
.nav-close { display: none; }
.nav-is-open .nav-open { display: none; }
.nav-is-open .nav-close { display: block; }

.hero {
    position: relative;
    min-height: 460px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--ral-7016) url('../img/hero-landscape.svg') center 42% / cover no-repeat;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(14, 28, 34, .88) 0%, rgba(18, 34, 40, .72) 48%, rgba(21, 33, 38, .30) 74%, rgba(21, 33, 38, .14) 100%),
        linear-gradient(0deg, rgba(19,31,36,.32), transparent 50%);
}
.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr);
    align-items: center;
    gap: 50px;
    padding-block: 68px;
}
.hero-copy { max-width: 780px; }
.eyebrow,
.section-kicker {
    margin: 0 0 12px;
    color: var(--ral-6018-bright);
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(2.45rem, 5.4vw, 4.3rem);
    line-height: 1.03;
    letter-spacing: -.045em;
    text-wrap: balance;
}
.hero h1 span { color: var(--ral-6018-bright); }
.hero-lead {
    max-width: 720px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}
.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}
.button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 750;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ral-6018-bright); color: #142014; box-shadow: 0 10px 28px rgba(81, 166, 57, .26); }
.button-primary:hover { background: #76d54c; }
.button-ghost { border-color: rgba(255,255,255,.8); color: #fff; background: rgba(19,31,36,.25); }
.button-ghost:hover { background: rgba(255,255,255,.10); }
.button-outline { border-color: #657077; color: var(--ink); background: #fff; }
.button-outline:hover { border-color: var(--ral-6018); color: #2d711d; }
.button-icon { width: 16px; height: 16px; }

.hero-note {
    justify-self: end;
    width: min(100%, 300px);
    padding: 26px 10px 12px;
    text-align: center;
    transform: rotate(-4deg);
    color: rgba(255,255,255,.94);
    font-family: "Segoe Print", "Bradley Hand", cursive;
}
.hero-note span,
.hero-note strong { display: block; font-weight: 500; }
.hero-note span { font-size: 1.35rem; }
.hero-note strong { font-size: 2rem; line-height: 1.05; }
.hero-note i {
    display: block;
    width: 150px;
    height: 5px;
    margin: 14px 12px 0 auto;
    background: var(--ral-6018-bright);
    border-radius: 999px;
    transform: rotate(-7deg);
}

.feature-strip { background: linear-gradient(180deg, #fff, #f8faf9); border-bottom: 1px solid #edf1f2; }
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    padding-block: 40px;
}
.feature { display: grid; grid-template-columns: 84px 1fr; gap: 22px; align-items: center; }
.feature-icon {
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #2b8b20;
    background: radial-gradient(circle at 38% 35%, #f4fbf1 0, #e2f3dc 78%);
}
.feature-icon svg { width: 38px; height: 38px; }
.feature h2 { margin: 0 0 5px; font-size: 1.12rem; letter-spacing: -.015em; }
.feature p { margin: 0; color: var(--muted); font-size: .96rem; }

.content-section { padding: 68px 0 76px; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: stretch; }
.text-column { padding: 12px 0; }
.text-column h2,
.contact-card h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 3vw, 2.35rem); line-height: 1.15; letter-spacing: -.035em; }
.text-column p { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.small-rule { width: 32px; height: 2px; margin: 22px 0; background: var(--ral-6018-bright); }
.text-column .button { margin-top: 8px; }
.info-card {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 20px;
    padding: 36px 38px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, #fbfdfb, var(--ral-6018-soft));
    box-shadow: inset 0 0 0 1px rgba(87,166,57,.08);
}
.info-icon { color: #2a8b20; }
.info-icon svg { width: 34px; height: 34px; }
.info-card h2 { margin: 2px 0 8px; font-size: 1.25rem; }
.info-card p { margin: 0; color: var(--muted); }

.contact-section { padding: 0 0 78px; }
.contact-card {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 48px;
    align-items: center;
    padding: 40px 44px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
}
.contact-card p { margin-bottom: 0; color: var(--muted); }
.contact-actions { display: grid; gap: 12px; }
.contact-link {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: 9px;
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease;
}
.contact-link:hover { transform: translateY(-1px); border-color: var(--ral-6018); }
.contact-link span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #2d841f; background: var(--ral-6018-soft); }
.contact-link span svg { width: 18px; height: 18px; }
.contact-link strong { overflow-wrap: anywhere; }

.site-footer {
    color: rgba(255,255,255,.80);
    background: linear-gradient(115deg, #26353c 0%, #1d2b31 70%, #22343a 100%);
}
.footer-grid {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.3fr .8fr 1fr 1fr;
    gap: 52px;
    padding: 48px 0 54px;
}
.site-footer h2 { margin: 6px 0 14px; color: #fff; font-size: .92rem; }
.site-footer p { margin: 0 0 10px; font-size: .9rem; }
.site-footer a:not(.brand) { display: block; width: fit-content; margin: 7px 0; color: rgba(255,255,255,.78); font-size: .9rem; }
.site-footer a:hover { color: var(--ral-6018-bright); }
.brand-footer { margin-bottom: 26px; }
.brand-footer .brand-icon { width: 35px; height: 35px; flex-basis: 35px; }
.brand-footer .brand-copy strong { font-size: 1.2rem; }
.footer-badge { display: flex; align-items: center; gap: 8px; }
.mini-icon { width: 14px; height: 14px; display: inline-block; }
.footer-note { padding-top: 8px; color: rgba(255,255,255,.52); }

.privacy-strip {
    position: sticky;
    bottom: 0;
    z-index: 40;
    color: #fff;
    background: rgba(18, 29, 34, .98);
    border-top: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 -8px 24px rgba(0,0,0,.14);
}
.privacy-strip[hidden] { display: none; }
.privacy-strip-inner {
    width: min(calc(100% - 48px), var(--container));
    min-height: 76px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 32px 1fr auto;
    gap: 18px;
    align-items: center;
}
.privacy-icon { color: #fff; }
.privacy-icon svg { width: 27px; height: 27px; }
.privacy-strip p { margin: 0; color: rgba(255,255,255,.83); font-size: .87rem; }
.privacy-strip a { color: var(--ral-6018-bright); }
.privacy-strip button {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.48);
    border-radius: 6px;
    color: #fff;
    background: transparent;
    cursor: pointer;
}
.privacy-strip button:hover { border-color: var(--ral-6018-bright); color: var(--ral-6018-bright); }

.legal-hero {
    color: #fff;
    background:
      linear-gradient(110deg, rgba(28,42,48,.98), rgba(56,62,66,.94)),
      url('../img/hero-landscape.svg') center 40% / cover no-repeat;
}
.legal-hero-inner { min-height: 220px; display: flex; align-items: center; gap: 26px; }
.legal-icon { width: 72px; height: 72px; display: grid; place-items: center; color: var(--ral-6018-bright); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.06); }
.legal-icon svg { width: 32px; height: 32px; }
.legal-hero h1 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.6rem); letter-spacing: -.04em; }
.legal-hero p:last-child { margin: 8px 0 0; color: rgba(255,255,255,.72); }
.legal-section { padding: 64px 0 78px; background: var(--surface-alt); }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; align-items: start; }
.legal-card {
    padding: 38px 42px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 14px 38px rgba(24,38,44,.06);
}
.legal-card h2 { margin: 34px 0 10px; font-size: 1.25rem; letter-spacing: -.02em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { color: #56636a; }
.legal-card a { color: #2f7f21; }
.legal-card code { padding: 2px 5px; border-radius: 4px; background: #eff3f4; color: #36464d; }
.legal-aside { position: sticky; top: 24px; }
.aside-box {
    padding: 28px;
    border-radius: var(--radius);
    background: linear-gradient(145deg, #fbfdfb, var(--ral-6018-soft));
    border: 1px solid #dfecd9;
}
.aside-icon { width: 29px; height: 29px; color: #2c8a20; }
.aside-box h2 { margin: 16px 0 8px; font-size: 1.1rem; }
.aside-box p { margin: 0; color: var(--muted); font-size: .93rem; }
.privacy-box { background: linear-gradient(145deg, #f9fbfb, #edf5f6); border-color: #dae5e7; }

@media (max-width: 980px) {
    .header-inner { min-height: 78px; }
    .nav-toggle { display: inline-flex; }
    .main-nav {
        display: none;
        position: fixed;
        inset: 78px 0 auto 0;
        max-height: calc(100vh - 78px);
        overflow: auto;
        padding: 12px 24px 24px;
        background: #1d2b31;
        border-top: 1px solid rgba(255,255,255,.08);
        box-shadow: 0 20px 40px rgba(0,0,0,.25);
    }
    .nav-is-open .main-nav { display: block; }
    .main-nav > a,
    .nav-dropdown > summary { min-height: 52px; padding: 0 6px; border-bottom: 1px solid rgba(255,255,255,.08); }
    .main-nav > a::after { display: none; }
    .nav-dropdown { width: 100%; }
    .dropdown-menu { position: static; width: 100%; margin-top: 8px; box-shadow: none; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-note { display: none; }
    .feature-grid { grid-template-columns: 1fr; gap: 24px; }
    .feature { grid-template-columns: 70px 1fr; }
    .feature-icon { width: 70px; height: 70px; }
    .two-column, .contact-card, .legal-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .legal-aside { position: static; }
}

@media (max-width: 650px) {
    .container,
    .header-inner,
    .footer-grid,
    .privacy-strip-inner { width: min(calc(100% - 32px), var(--container)); }
    .brand-copy small { display: none; }
    .brand-icon { width: 34px; height: 34px; flex-basis: 34px; }
    .brand-copy strong { font-size: 1.08rem; max-width: 230px; }
    .hero { min-height: 500px; background-position: 60% center; }
    .hero-inner { padding-block: 56px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(14,28,34,.91), rgba(18,34,40,.70)); }
    .hero h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
    .button-row { display: grid; }
    .button { width: 100%; }
    .feature-grid { padding-block: 30px; }
    .feature { align-items: start; grid-template-columns: 58px 1fr; gap: 16px; }
    .feature-icon { width: 58px; height: 58px; }
    .feature-icon svg { width: 28px; height: 28px; }
    .content-section { padding: 48px 0 54px; }
    .two-column { gap: 32px; }
    .info-card { grid-template-columns: 1fr; padding: 28px; }
    .contact-section { padding-bottom: 54px; }
    .contact-card { padding: 28px; gap: 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 40px 0; }
    .privacy-strip-inner { min-height: 0; grid-template-columns: 26px 1fr; gap: 12px; padding: 14px 0; }
    .privacy-strip button { grid-column: 1 / -1; width: 100%; }
    .legal-hero-inner { min-height: 190px; gap: 18px; }
    .legal-icon { width: 54px; height: 54px; flex: 0 0 54px; }
    .legal-card { padding: 28px 24px; }
}

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