 :root{--primary:#0b5ed7;--dark:#081b33;--accent:#19b5fe;--light:#f5f8fc}body{font-family:Inter,system-ui,sans-serif;color:#172033} .navbar{background:#fff;box-shadow:0 2px 18px rgba(0,0,0,.06)}.navbar-brand{font-weight:800;color:var(--dark)!important}.navbar-brand span{color:var(--primary)}.nav-link{font-weight:600}.hero{background:linear-gradient(135deg,#071a32,#0b5ed7 62%,#19b5fe);color:#fff;padding:105px 0 85px}.hero h1{font-size:clamp(2.3rem,5vw,4.5rem);font-weight:800}.hero p{font-size:1.15rem;max-width:760px}.section{padding:75px 0}.section-soft{background:var(--light)}.section-title{font-weight:800;color:var(--dark)}.section-lead{max-width:760px;color:#65728a}.card{border:0;border-radius:20px;box-shadow:0 10px 35px rgba(11,31,58,.08);height:100%}.icon-box{width:52px;height:52px;border-radius:15px;background:#e9f2ff;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.35rem}.service-card{transition:.25s}.service-card:hover{transform:translateY(-5px)}.journey{background:#081b33;color:#fff;border-radius:28px;padding:48px}.step-num{width:42px;height:42px;border-radius:50%;background:#19b5fe;color:#071a32;font-weight:800;display:flex;align-items:center;justify-content:center}.badge-soft{background:#e9f2ff;color:#0b5ed7;padding:8px 12px;border-radius:999px;font-weight:700}.cta{background:linear-gradient(135deg,#0b5ed7,#19b5fe);color:#fff;border-radius:28px;padding:52px}footer{background:#071a32;color:#c8d4e5;padding:55px 0 25px}footer a{color:#dbe7f5;text-decoration:none}.whatsapp{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;font-size:28px;z-index:1050;box-shadow:0 8px 24px rgba(0,0,0,.2)}@media(max-width:767px){.hero{padding:80px 0 65px}.section{padding:55px 0}.journey,.cta{padding:30px 24px}}