/* Unified, softer headline color */
:root { --headline:#083c34; }  /* deep forest green */
.hero h1 { 
    color: var(--headline); 
    text-shadow: 0 2px 8px rgba(0,0,0,.18); 
}
.hero h1 span { color: inherit !important; }

:root{--emerald-600:#059669;--emerald-700:#047857;--emerald-800:#065f46;--text:#111827;--muted:#6b7280;--muted-strong:#1f2937;--border:#e5e7eb;--bg:#ffffff}
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,'Noto Sans',sans-serif;color:var(--text);background:var(--bg)}
a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.2rem;border-radius:16px;font-weight:600;cursor:pointer}
.btn.primary{background:var(--emerald-600);color:#fff}.btn.primary:hover{background:var(--emerald-700)}
.btn.ghost{border:1px solid var(--border);color:#111827}.btn.ghost:hover{background:#f9fafb}
.badge{display:inline-block;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;background:#ecfdf5;color:var(--emerald-700);border:1px solid #a7f3d0}
.header{position:sticky;top:0;z-index:50;backdrop-filter:saturate(180%) blur(8px);background:rgba(255,255,255,.85);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:12px}
.brand img{height:40px;width:40px;border-radius:999px;box-shadow:0 1px 2px rgba(0,0,0,.08)}.brand .title{font-weight:800;letter-spacing:-0.01em}
.brand .tag{font-size:.72rem;color:var(--muted)}.nav{display:none;gap:24px;align-items:center}
.nav a{font-weight:500;color:#374151}.nav a:hover{color:#111827}.menu-btn{display:inline-flex;padding:8px;border-radius:8px}
.menu-btn:hover{background:#f3f4f6}@media (min-width:768px){.nav{display:flex}.menu-btn{display:none}}
.mobile{border-top:1px solid var(--border);display:none}.mobile.open{display:block}.mobile a{display:block;padding:12px 0;color:#374151}
.hero{position:relative;overflow:hidden}.hero .bg{position:absolute;inset:0;background:url('./assets/hero-forest.svg') center/cover no-repeat}
.hero .overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 0%,rgba(16,185,129,.14),transparent 40%),radial-gradient(ellipse at 80% 0%,rgba(59,130,246,.08),transparent 40%)}
.hero-inner{position:relative;padding:96px 0}.hero h1{font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.1;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.18)}
.hero h1 span{color:var(--emerald-800)} /* darker emerald for contrast */
.hero p{color:var(--muted-strong);max-width:48ch;font-size:1.125rem}
.hero-card{background:rgba(255,255,255,.94);border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 10px 20px rgba(0,0,0,.05)}
.hero-media{border-radius:24px;background:#f3f4f6;border:1px solid var(--border);display:grid;place-items:center;overflow:hidden}
.hero-media img{width:100%;height:100%;object-fit:contain;padding:24px}
.section{padding:80px 0}.section.gray{background:#f8fafc}.h2{font-size:clamp(1.5rem,2.5vw,2rem);margin:0 0 8px 0}.lead{color:#374151;max-width:72ch}
.cards{display:grid;gap:20px}@media (min-width:640px){.cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.cards{grid-template-columns:repeat(3,1fr)}}
.card{border:1px solid var(--border);border-radius:24px;background:#fff;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.03)}.card h3{margin:0 0 8px 0}.small{font-size:.95rem;color:#4b5563}
.kpis{display:grid;gap:20px}@media (min-width:640px){.kpis{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.kpis{grid-template-columns:repeat(4,1fr)}}
.kpi{border:1px solid var(--border);border-radius:24px;background:#fff;padding:24px;text-align:center}.kpi .v{font-size:2rem;font-weight:800;color:var(--emerald-700)}
.form{display:grid;gap:14px}.input,.textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:12px}.textarea{min-height:120px;resize:vertical}
.footer{border-top:1px solid var(--border);padding:28px 0;color:#4b5563;font-size:.95rem}
.trail-band{background:url('./assets/trails-illustration.svg') center/cover no-repeat;min-height:240px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
