:root{--navy: #0f2747;--navy-700: #163356;--navy-50: #eef2f7;--amber: #f5a623;--amber-dark: #d98a0b;--green: #25d366;--ink: #1b2330;--muted: #5b6675;--line: #e4e8ef;--bg: #ffffff;--bg-soft: #f6f8fc;--radius: 14px;--shadow: 0 6px 24px rgba(15, 39, 71, .08);--max: 1080px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;font-size:17px;padding-bottom:64px}a{color:var(--navy);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max);margin:0 auto;padding:0 18px}h1,h2,h3{line-height:1.25;color:var(--navy);margin:0 0 .5em}h1{font-size:2rem}h2{font-size:1.5rem;margin-top:1.6em}h3{font-size:1.15rem}p{margin:0 0 1em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.3rem;border-radius:999px;font-weight:700;font-size:1.02rem;border:2px solid transparent;cursor:pointer;transition:transform .08s ease,box-shadow .15s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-call{background:var(--amber);color:#2a1c00;box-shadow:0 4px 14px #f5a62359}.btn-call:hover{background:var(--amber-dark);color:#2a1c00}.btn-wa{background:var(--green);color:#06351a}.btn-wa:hover{background:#1ebe5b;color:#06351a}.btn-ghost{background:transparent;color:#fff;border-color:#ffffff8c}.btn-ghost:hover{background:#ffffff1f;color:#fff}.site-header{position:sticky;top:0;z-index:50;background:var(--navy);color:#fff;border-bottom:3px solid var(--amber)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:62px}.brand{display:flex;align-items:center;gap:.55rem;color:#fff;font-weight:800;font-size:1.2rem}.brand:hover{text-decoration:none}.brand .key{color:var(--amber)}.header-actions{display:flex;align-items:center;gap:.6rem}.header-phone{color:#fff;font-weight:800;font-size:1.05rem;display:none}.header-phone:hover{color:var(--amber);text-decoration:none}.hero{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-700) 60%,#1d4373 100%);color:#fff;padding:56px 0 48px}.hero h1{color:#fff;font-size:2.3rem;margin-bottom:.35em}.hero p.lead{font-size:1.18rem;color:#d6e0ee;max-width:640px}.hero .cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.hero .badge{display:inline-block;background:#f5a6232e;color:var(--amber);border:1px solid rgba(245,166,35,.4);padding:.25rem .8rem;border-radius:999px;font-weight:700;font-size:.85rem;margin-bottom:1rem}section.block{padding:40px 0}section.soft{background:var(--bg-soft)}.section-intro{max-width:680px;color:var(--muted)}.grid{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.card h3{margin-bottom:.3em}.card p{color:var(--muted);margin-bottom:.2em;font-size:.98rem}.card a.more{font-weight:700;color:var(--navy)}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.6rem 0 0;padding:0;list-style:none}.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.35rem .85rem;font-size:.92rem}.chip a{color:var(--ink)}.feature{display:flex;gap:.8rem;align-items:flex-start}.feature .dot{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:var(--navy-50);color:var(--navy);display:grid;place-items:center;font-weight:800}.faq details{background:#fff;border:1px solid var(--line);border-radius:10px;padding:.4rem 1rem;margin-bottom:.6rem}.faq summary{font-weight:700;cursor:pointer;padding:.5rem 0}.faq p{color:var(--muted)}.site-footer{background:var(--navy);color:#c7d3e3;padding:34px 0 20px;margin-top:30px}.site-footer a{color:#c7d3e3}.site-footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:24px}.site-footer h4{color:#fff;font-size:1rem;margin:0 0 .6em}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:.3rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:22px;padding-top:14px;font-size:.85rem;color:#8ea2bd}.sticky-call{position:fixed;bottom:0;left:0;right:0;z-index:60;display:flex;gap:1px;background:var(--line)}.sticky-call a{flex:1;text-align:center;padding:14px 8px;font-weight:800;font-size:1rem}.sticky-call a:hover{text-decoration:none}.sticky-call .sc-call{background:var(--amber);color:#2a1c00}.sticky-call .sc-wa{background:var(--green);color:#06351a}.breadcrumb{font-size:.9rem;color:var(--muted);padding:14px 0 0}.breadcrumb a{color:var(--muted)}@media (min-width: 720px){.header-phone{display:inline}.sticky-call{display:none}body{padding-bottom:0}}@media (max-width: 860px){.grid-3{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 560px){h1{font-size:1.7rem}.hero h1{font-size:1.9rem}.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}}
