:root{--primary:#0f766e;--primary-dark:#0d5f58;--text:#4b5563;--text-h:#111827;--bg:#fff;--surface:#fff;--surface-alt:#f0fdfa;--border:#e5e7eb;--hero-bg:#ecfdf5;--footer-bg:#134e4a;--footer-text:#ecfdf5;--card-shadow:0 1px 3px #00000014;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-width:320px;margin:0}#root{min-height:100svh}h1,h2,h3{color:var(--text-h);font-weight:600}a{color:var(--primary)}.layout{flex-direction:column;min-height:100svh;display:flex}.site-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:100;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.logo{color:var(--text-h);letter-spacing:-.02em;font-size:1.35rem;font-weight:700;text-decoration:none}.logo span{color:var(--primary)}.site-nav{align-items:center;gap:1.5rem;display:flex}.site-nav a{color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.site-nav a:hover,.site-nav a.active{color:var(--primary)}.site-main{flex:1}.site-footer{background:var(--footer-bg);color:var(--footer-text);margin-top:auto;padding:3rem 2rem}.footer-inner{text-align:center;max-width:1100px;margin:0 auto}.footer-brand a{color:#fff;font-size:1.25rem;font-weight:700;text-decoration:none}.footer-tagline{opacity:.85;margin:.5rem 0 1.5rem;font-size:.95rem}.footer-nav{justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.footer-nav a{color:#ffffffe6;font-size:.9rem;text-decoration:none}.footer-nav a:hover{text-decoration:underline}.footer-copy{opacity:.7;margin:0;font-size:.85rem}@media (width<=640px){.site-header{flex-direction:column;gap:1rem;padding:1rem}.site-nav{flex-wrap:wrap;justify-content:center;gap:1rem}}.landing .hero{text-align:center;background:linear-gradient(180deg, var(--hero-bg) 0%, var(--bg) 100%);max-width:800px;margin:0 auto;padding:5rem 2rem 4rem}.hero-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin:0 0 1rem;font-size:.8rem;font-weight:600}.landing .hero h1{letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.25rem);line-height:1.15}.hero-subtitle{color:var(--text);max-width:560px;margin:0 auto 2rem;font-size:1.15rem;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{border-radius:8px;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-block}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #0f766e59}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--surface);color:var(--text-h);border:1px solid var(--border)}.section{max-width:1100px;margin:0 auto;padding:4rem 2rem}.section h2{text-align:center;margin:0 0 .75rem;font-size:2rem}.section-lead{text-align:center;max-width:520px;color:var(--text);margin:0 auto 2.5rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);text-align:left;box-shadow:var(--card-shadow);border-radius:12px;padding:1.75rem}.feature-card h3{color:var(--text-h);margin:0 0 .75rem;font-size:1.15rem}.feature-card p{margin:0;font-size:.95rem;line-height:1.55}.about{background:var(--surface-alt);border-radius:16px;grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:calc(1100px - 4rem);margin:0 2rem 2rem;display:grid}.about h2{text-align:left;margin-bottom:1rem}.about-content p{margin-bottom:1.25rem;line-height:1.65}.about-list{color:var(--text-h);margin:0;padding-left:1.25rem;line-height:1.8}.about-stats{flex-direction:column;gap:1.25rem;display:flex}.stat{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1.25rem 1.5rem}.stat strong{color:var(--primary);margin-bottom:.25rem;font-size:1.75rem;display:block}.stat span{color:var(--text);font-size:.9rem}.cta{text-align:center;padding-bottom:5rem}.cta p{color:var(--text);margin-bottom:1.5rem}.cta-legal{font-size:.85rem;margin-top:1.5rem!important}.cta-legal a{color:var(--primary)}@media (width<=768px){.about{grid-template-columns:1fr;margin:0 1rem 1rem}.about h2{text-align:center}}.legal-page{text-align:left;max-width:720px;margin:0 auto;padding:3rem 2rem 4rem}.legal-page h1{text-align:left;margin:0 0 .5rem;font-size:2rem}.legal-updated{color:var(--text);margin:0 0 2rem;font-size:.9rem}.legal-page h2{text-align:left;margin:2rem 0 .75rem;font-size:1.2rem}.legal-page p,.legal-page li{color:var(--text);margin:0 0 1rem;line-height:1.65}.legal-page ul{margin:0 0 1rem;padding-left:1.5rem}.legal-page a{color:var(--primary)}
