@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");:root{--navy:#071b43;--blue:#1546b6;--purple:#6941c6;--teal:#13a6a2;--mist:#f5f7fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--navy);font-family:DM Sans,Arial,sans-serif}h1,h2,h3{font-family:Manrope,Arial,sans-serif;letter-spacing:-.04em}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}.eyebrow{color:var(--teal);font-size:.75rem;text-transform:uppercase;letter-spacing:.16em}.btn,.eyebrow{font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.9rem 1.25rem;border-radius:.45rem;border:1px solid transparent;transition:.2s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#0d358f;transform:translateY(-2px)}.btn-light{background:white;color:var(--navy)}.section{padding:6.5rem 0}.section-heading{max-width:630px;margin-bottom:2.7rem}.section-heading h2{font-size:clamp(2rem,4vw,3.35rem);margin:.55rem 0 1rem}.section-heading p{color:#55627a;font-size:1.05rem;line-height:1.7}.card{border:1px solid #e4e9f3;background:#fff;box-shadow:0 12px 35px rgba(13,38,91,.07)}.grid{grid-gap:1.4rem;gap:1.4rem}.grid,.hero{display:grid}.hero{min-height:690px;align-items:end;position:relative;color:#fff;background:linear-gradient(90deg,rgba(3,15,47,.88),rgba(3,15,47,.38)),url(https://images.unsplash.com/photo-1562577309-4932fdd64cd1?auto=format&fit=crop&w=2000&q=90) 50%/cover}.hero-content{padding:10rem 0 6rem;max-width:720px}.hero h1{font-size:clamp(3rem,6.5vw,5.9rem);line-height:1.02;margin:.8rem 0 1.3rem}.hero p{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.65;max-width:620px;color:#e6ebfa}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.pill{border-radius:999px}.image-cover{width:100%;height:100%;object-fit:cover}.page-hero{padding:9rem 0 4.5rem;background:linear-gradient(115deg,#071b43,#1546b6);color:white}.page-hero h1{font-size:clamp(2.8rem,6vw,4.8rem);margin:.5rem 0}.page-hero p{max-width:610px;color:#dce6ff;line-height:1.7}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:40;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20c65a;color:white;box-shadow:0 10px 30px #20c65a66;animation:pulse 2.2s infinite}@keyframes pulse{50%{box-shadow:0 10px 0 12px #20c65a20}}.input{width:100%;padding:1rem;border:1px solid #ced7e6;border-radius:.45rem;font:inherit;color:var(--navy)}.input:focus{outline:2px solid #13a6a266;border-color:var(--teal)}@media(max-width:700px){.container{width:min(100% - 32px,1160px)}.section{padding:4rem 0}.hero{min-height:690px}.hero-content{padding:8rem 0 4rem}.hero h1{font-size:3.1rem}.hide-mobile{display:none}.grid{gap:1rem}}