:root{--blue:#0054a6;--blue-dark:#07315c;--gold:#f5a623;--ink:#142033;--soft:#f3f6fa;--white:#fff;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}a{color:inherit}.topbar{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);background:#fff;border-bottom:1px solid #e7ebf0;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;font-size:1.2rem}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}.top-cta{padding:12px 18px;border-radius:999px;background:var(--blue);color:#fff;text-decoration:none;font-weight:700}.hero{min-height:calc(100vh - 80px);display:grid;grid-template-columns:1.1fr .9fr;background:linear-gradient(135deg,#eef5ff 0%,#fff 56%);overflow:hidden}.hero-copy{padding:clamp(64px,9vw,130px) 7vw;align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--blue);font-size:.78rem;font-weight:800}.hero h1{font-size:clamp(3rem,6vw,6.2rem);line-height:.94;letter-spacing:-.06em;margin:.2em 0}.lead{font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.65;max-width:720px;color:#526174}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 18px}.button{padding:16px 22px;border-radius:12px;text-decoration:none;font-weight:800;display:inline-flex;justify-content:center}.primary{background:var(--blue);color:#fff}.secondary{border:2px solid var(--blue);color:var(--blue);background:transparent}.service-area{font-size:.92rem;color:#64748b}.hero-photo{margin:0;min-height:620px;position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.categories{padding:100px 6vw}.categories h2,.trust h2,.final-cta h2{font-size:clamp(2.1rem,4vw,4rem);letter-spacing:-.045em;margin:.25em 0 .7em}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-grid article{background:var(--soft);border-radius:var(--radius);padding:28px;min-height:250px}.category-grid span{font-weight:900;color:var(--gold)}.category-grid h3{font-size:1.35rem;margin:50px 0 12px}.category-grid p{color:#5d6878;line-height:1.55}.trust{padding:100px 7vw;background:var(--blue-dark);color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.trust .eyebrow{color:#83bcff}.trust ul{padding:0;margin:0;list-style:none}.trust li{display:grid;gap:7px;padding:24px 0;border-bottom:1px solid #ffffff30}.trust li strong{font-size:1.25rem}.trust li span{color:#d2dfed}.final-cta{text-align:center;padding:110px 6vw;background:var(--gold)}.final-cta p{max-width:650px;margin-left:auto;margin-right:auto;line-height:1.6}.final-cta .eyebrow{color:var(--blue-dark)}.centered{justify-content:center}.light{border-color:var(--blue-dark);color:var(--blue-dark)}footer{padding:34px 6vw;background:#091c31;color:#fff;display:flex;justify-content:space-between;gap:24px}footer div{display:flex;gap:18px;flex-wrap:wrap}footer span,footer a{color:#b9c8d8}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:30;background:#17a85b;color:#fff;text-decoration:none;padding:15px 20px;border-radius:999px;font-weight:800;box-shadow:0 10px 30px #0003}@media(max-width:1000px){.hero{grid-template-columns:1fr}.hero-photo{min-height:520px}.category-grid{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:1fr}}@media(max-width:620px){.topbar{height:68px}.brand span{display:none}.top-cta{font-size:.85rem}.hero{min-height:auto}.hero-copy{padding:64px 24px}.hero h1{font-size:3.4rem}.hero-photo{min-height:470px}.categories,.trust,.final-cta{padding:70px 24px}.category-grid{grid-template-columns:1fr}.category-grid article{min-height:190px}.category-grid h3{margin-top:28px}.actions .button{width:100%}footer{flex-direction:column}.floating-whatsapp{right:14px;bottom:14px}}
