:root{--teal: #1f4d4f;--teal-deep: #153637;--teal-soft: #2e6b6d;--teal-tint: #dcefe6;--teal-tint-2: #eef6f1;--cream: #f6f7f3;--white: #ffffff;--gold: #c9a96a;--gold-soft: #f1e7d0;--ink: #14292a;--muted: #4f6564;--line: #d9e3df;--whatsapp: #25d366;--whatsapp-dark: #128c7e;--font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius: 20px;--radius-sm: 12px;--shadow: 0 10px 30px -12px rgba(20, 41, 42, .18);--shadow-lg: 0 30px 60px -20px rgba(20, 41, 42, .25);--container: 1180px;--header-h: 76px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased}img,svg,video,iframe{max-width:100%;display:block}img{height:auto}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}button{font:inherit;cursor:pointer}h1,h2,h3,h4{margin:0;line-height:1.15;font-weight:800;letter-spacing:-.02em;color:var(--teal-deep)}h1{font-size:clamp(2.1rem,4.5vw,3.4rem)}h2{font-size:clamp(1.7rem,3.2vw,2.5rem)}h3{font-size:1.2rem}p{margin:0 0 1rem}:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:4px}.skip-link{position:absolute;left:-999px;top:8px;z-index:1000;background:var(--teal);color:#fff;padding:.5rem 1rem;border-radius:8px}.skip-link:focus{left:8px}.container{width:min(100% - 2.5rem,var(--container));margin-inline:auto}.section{padding:clamp(3.5rem,8vw,6.5rem) 0}.section--tight{padding:clamp(2.5rem,5vw,4rem) 0}.section--tint{background:var(--teal-tint-2)}.section--dark{background:var(--teal-deep);color:#e6f0ec}.section--dark h2,.section--dark h3{color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-soft);margin-bottom:.9rem}.eyebrow:before{content:"";width:22px;height:3px;border-radius:3px;background:var(--gold)}.section--dark .eyebrow{color:#a9d5c5}.lead{font-size:1.12rem;color:var(--muted);max-width:62ch}.section--dark .lead{color:#c8ddd5}.section-head{max-width:720px;margin-bottom:clamp(2rem,4vw,3rem)}.section-head--center{margin-inline:auto;text-align:center}.section-head--center .eyebrow{justify-content:center}.section-head--center .lead{margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.85rem 1.4rem;border-radius:999px;font-weight:700;font-size:.95rem;border:2px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;text-decoration:none!important;white-space:nowrap}.btn svg{width:20px;height:20px;flex:none}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn--primary{background:var(--teal);color:#fff}.btn--primary:hover{background:var(--teal-deep)}.btn--whatsapp{background:var(--whatsapp);color:#063;color:#0b3d2c}.btn--whatsapp:hover{background:#1fc65b}.btn--ghost{background:transparent;border-color:var(--teal);color:var(--teal)}.btn--ghost:hover{background:var(--teal-tint)}.btn--light{background:#fff;color:var(--teal)}.btn--outline-light{background:transparent;border-color:#ffffff80;color:#fff}.btn--outline-light:hover{background:#ffffff1a}.btn--sm{padding:.6rem 1rem;font-size:.88rem}.btn-row{display:flex;flex-wrap:wrap;gap:.8rem}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px #14292a08}.grid{display:grid;gap:1.4rem}.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr))}.icon-badge{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--teal-tint);color:var(--teal);flex:none}.icon-badge svg{width:26px;height:26px}.page-hero{padding:calc(var(--header-h) + 2.5rem) 0 3rem;background:radial-gradient(60% 120% at 100% 0%,var(--teal-tint) 0%,transparent 60%),var(--cream)}.page-hero h1{margin-top:.5rem}.breadcrumb{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;padding:0;margin:0 0 1rem;font-size:.85rem;color:var(--muted)}.breadcrumb li+li:before{content:"/";margin-right:.4rem;opacity:.5}.breadcrumb a{color:var(--muted)}.prose{max-width:70ch}.prose p{color:#33494a;font-size:1.05rem}.prose ul{padding-left:1.2rem;color:#33494a}.prose li{margin-bottom:.4rem}.checklist{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.checklist li{display:flex;gap:.7rem;align-items:flex-start;color:#2e4445}.checklist li:before{content:"";flex:none;width:22px;height:22px;margin-top:.1rem;border-radius:50%;background:var(--teal-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f4d4f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat}.section--dark .checklist li{color:#d8e8e1}.section--dark .checklist li:before{background-color:#ffffff1f}.faq{display:grid;gap:.8rem;max-width:820px;margin-inline:auto}.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:0 1.2rem}.faq summary{cursor:pointer;font-weight:700;padding:1rem 0;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center;color:var(--teal-deep)}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.4rem;line-height:1;color:var(--teal);transition:transform .2s}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{color:var(--muted);padding-bottom:1.1rem;margin:0}.text-center{text-align:center}.muted{color:var(--muted)}.mt-2{margin-top:2rem}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}}[data-icon]{width:1.25em;height:1.25em;flex:none}
