:root{--green:#173b31;--green2:#245246;--ivory:#f8f5ee;--gold:#b99655;--ink:#202825;--muted:#68736e;--line:#dfe3df;--white:#fff;--shadow:0 18px 50px rgba(18,47,39,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.7}h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;line-height:1.08;margin:0 0 18px}h1{font-size:clamp(3rem,7vw,6.8rem);font-weight:600;letter-spacing:-.04em}h2{font-size:clamp(2.3rem,4.5vw,4.3rem);font-weight:600}h3{font-size:1.75rem}p{margin:0 0 20px}.container{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:999}.site-header{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid rgba(223,227,223,.8)}.nav-wrap{min-height:86px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--green)}.brand-mark{width:43px;height:43px;border:1px solid var(--gold);display:grid;place-items:center;font-family:Georgia,serif;color:var(--gold)}.brand strong,.brand small{display:block}.brand small{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.primary-nav{display:flex;align-items:center;gap:22px}.primary-nav a{color:var(--ink);text-decoration:none;font-size:.88rem}.primary-nav a[aria-current=page]{color:var(--green);font-weight:600}.primary-nav .nav-cta,.button{background:var(--green);color:white;padding:12px 20px;border:1px solid var(--green);display:inline-block;text-decoration:none;transition:.2s}.button:hover,.nav-cta:hover{background:var(--green2)}.button.secondary{background:transparent;color:var(--green)}.nav-toggle{display:none;background:none;border:0}.hero{min-height:720px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(15,44,36,.94),rgba(15,44,36,.68)),url('../images/hero.svg') center/cover;color:white}.hero-content{max-width:900px;padding:110px 0}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.72rem;font-weight:600;color:var(--gold);margin-bottom:22px}.hero p{font-size:1.18rem;max-width:680px;color:#edf2ef}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.hero .secondary{border-color:#fff;color:#fff}.section{padding:110px 0}.section.soft{background:var(--ivory)}.section.dark{background:var(--green);color:white}.intro{max-width:760px;margin-bottom:50px}.intro p{font-size:1.08rem;color:var(--muted)}.dark .intro p{color:#dae5e0}.grid-3,.grid-4,.grid-2{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{padding:34px;background:white;border:1px solid var(--line);min-height:240px}.card:hover{box-shadow:var(--shadow);transform:translateY(-3px);transition:.25s}.card .number{font-family:Georgia,serif;font-size:2rem;color:var(--gold)}.card p{color:var(--muted)}.metric{text-align:center;padding:35px 20px;border-right:1px solid rgba(255,255,255,.18)}.metric:last-child{border:0}.metric strong{display:block;font-family:Georgia,serif;font-size:3rem;color:var(--gold)}.page-hero{padding:120px 0 90px;background:var(--ivory)}.page-hero h1{font-size:clamp(3.2rem,6vw,5.5rem);color:var(--green)}.page-hero p{max-width:760px;font-size:1.15rem;color:var(--muted)}.timeline{border-left:1px solid var(--gold);margin-left:10px}.timeline article{padding:0 0 45px 35px;position:relative}.timeline article:before{content:"";position:absolute;left:-7px;top:5px;width:13px;height:13px;background:var(--gold);border-radius:50%}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.quote{font-family:Georgia,serif;font-size:2rem;color:var(--green);border-left:3px solid var(--gold);padding-left:25px}.checklist{list-style:none;padding:0}.checklist li{padding:11px 0 11px 28px;border-bottom:1px solid var(--line);position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--gold)}form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{font-size:.84rem;font-weight:600}input,select,textarea{width:100%;padding:14px;border:1px solid #cfd6d2;background:white;font:inherit}textarea{min-height:140px}.notice{padding:18px;background:#edf7f1;border-left:4px solid var(--green)}.site-footer{background:#102c25;color:#dbe5e1;padding:75px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:45px}.site-footer h3{font-size:1.25rem;color:white}.site-footer a{display:block;color:#dbe5e1;text-decoration:none;margin:8px 0}.site-footer p{color:#aebdb7}.footer-brand{color:white;margin-bottom:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;font-size:.8rem;color:#aebdb7}.whatsapp{position:fixed;right:22px;bottom:22px;width:52px;height:52px;border-radius:50%;background:#245246;color:#fff;display:grid;place-items:center;text-decoration:none;font-weight:700;box-shadow:var(--shadow)}.sr-only{position:absolute;clip:rect(0,0,0,0)}@media(max-width:900px){.nav-toggle{display:grid;gap:5px}.nav-toggle span:not(.sr-only){width:25px;height:2px;background:var(--green)}.primary-nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:25px 20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.primary-nav.open{display:flex}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.split,.footer-grid{grid-template-columns:1fr}.hero{min-height:640px}.metric{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}}@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.section{padding:75px 0}.grid-4,.grid-3,.grid-2,.form-row{grid-template-columns:1fr}.hero-content{padding:80px 0}.page-hero{padding:80px 0 60px}.footer-bottom{flex-direction:column;gap:8px}.brand small{display:none}}
