:root{--navy:#073b61;--blue:#0073b9;--teal:#008d92;--mint:#eaf7f5;--soft:#f4f8fa;--ink:#0b2e4b;--line:#d6e2e7;--white:#fff;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.55;background:#fff}a{color:inherit}.topbar{height:86px;display:flex;align-items:center;gap:28px;max-width:var(--max);margin:auto;padding:0 20px;background:#fff}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;margin-right:auto}.brand b{display:block;letter-spacing:1.6px;font-size:20px}.brand small{display:block;color:#38a94f;letter-spacing:1.5px;font-weight:700}.brand-mark{width:48px;height:32px;position:relative}.brand-mark i{position:absolute;width:43px;height:8px;border-radius:100% 10%;transform:rotate(-9deg);background:#1885b7;top:5px}.brand-mark i+ i{background:#45ad55;top:18px;left:5px;width:38px}.topbar nav{display:flex;gap:27px}.topbar nav a{text-decoration:none;font-weight:700;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--teal);color:#fff;text-decoration:none;border-radius:10px;padding:17px 23px;font-weight:800;box-shadow:0 10px 25px rgba(0,123,135,.12)}.button.small{padding:12px 20px;border-radius:28px;white-space:nowrap}.hero{background:linear-gradient(110deg,#f3fbfa 0%,#eff9f8 55%,#dff3f1 100%);padding:72px max(7vw,20px) 0;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(350px,.8fr);gap:50px;overflow:hidden}.hero-copy{max-width:650px;padding-bottom:40px}.eyebrow{color:var(--teal);font-size:13px;letter-spacing:2px;font-weight:900;margin:0 0 22px}.hero h1{font-size:60px;line-height:1.06;letter-spacing:-2.5px;margin:0 0 25px;color:var(--navy)}.lead{font-size:20px;max-width:620px;color:#48677e}.actions{display:flex;align-items:center;gap:28px;margin:28px 0}.text-link{font-weight:800;text-decoration:none;border-bottom:1px solid var(--teal);padding-bottom:5px}.trust{font-size:14px;color:#526f82}.hero-visual{position:relative;display:flex;justify-content:center;align-items:flex-end}.arch{width:min(390px,100%);height:470px;border-radius:200px 200px 28px 28px;overflow:hidden;background:#b7dfda;box-shadow:-25px 22px 0 #8fcfc7}.arch img{width:100%;height:100%;object-fit:cover}.visual-card{position:absolute;left:-20px;bottom:22px;background:#fff;border-radius:14px;padding:18px 25px;box-shadow:0 18px 35px rgba(7,59,97,.16)}.visual-card b,.visual-card span{display:block}.visual-card span{font-size:13px;color:#60798b}.hero-strip{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:18px 18px 0 0;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 -10px 30px rgba(7,59,97,.04)}.hero-strip div{padding:22px 28px;border-right:1px solid var(--line)}.hero-strip div:last-child{border:0}.hero-strip b,.hero-strip span{display:block}.hero-strip span{font-size:13px;color:#61798a}.section{padding:100px max(7vw,20px)}.center{text-align:center}.section h2,.cta h2{font-size:48px;line-height:1.15;letter-spacing:-1.5px;margin:0 0 20px;color:var(--navy)}.section-intro{max-width:800px;margin:0 auto 48px;color:#5a7283}.cards{max-width:1100px;margin:auto;display:grid;gap:22px;text-align:left}.three{grid-template-columns:repeat(3,1fr)}.cards article,.stack article{border:1px solid var(--line);padding:34px;border-radius:18px;background:#fff}.icon{width:48px;height:48px;background:var(--mint);color:var(--teal);display:grid;place-items:center;border-radius:13px;font-size:25px;font-weight:900}.cards h3,.stack h3,.service-grid h3,.steps h3{margin:20px 0 7px;font-size:21px}.cards p,.stack p,.service-grid p,.steps p{margin:0;color:#5a7283}.soft{background:var(--soft)}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split>div>p:not(.eyebrow){color:#526f82}.notice{background:#fff;border-left:4px solid var(--teal);padding:17px 20px;margin:25px 0}.stack{display:grid;gap:18px}.stack .accent{background:var(--navy);color:#fff;border-color:var(--navy)}.stack .accent h3,.stack .accent p{color:#fff}.stack .accent .eyebrow{color:#74ded7}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:1100px;margin:auto;text-align:left}.service-grid article{display:flex;gap:20px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:15px;background:var(--soft)}.service-grid b,.steps li>b{flex:0 0 46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff}.service-grid h3{margin:0 0 3px}.pale{background:var(--mint)}.steps ol{list-style:none;margin:0;padding:0;display:grid;gap:14px}.steps li{display:flex;gap:18px;align-items:center;background:#fff;padding:18px;border-radius:14px}.steps h3{margin:0}.cta{text-align:center;background:var(--navy);color:#fff;padding:100px 20px}.cta h2{color:#fff;max-width:1000px;margin:0 auto 20px}.cta>p:not(.eyebrow){max-width:700px;margin:0 auto 32px}.cta .eyebrow{color:#72d6cf}.button.light{background:#fff;color:var(--navy)}footer{max-width:var(--max);margin:auto;padding:30px 20px;display:grid;grid-template-columns:1fr 1.5fr 2fr;gap:30px;align-items:center}footer small{color:#60798b}.float{position:fixed;right:25px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#10c869;color:#fff;text-decoration:none;font-size:30px;box-shadow:0 10px 25px rgba(0,0,0,.18)}
@media(max-width:900px){.topbar{height:72px}.topbar nav{display:none}.hero{grid-template-columns:1fr;padding-top:48px}.hero h1{font-size:44px}.hero-visual{min-height:430px}.hero-strip{grid-template-columns:1fr}.hero-strip div{border-right:0;border-bottom:1px solid var(--line)}.split{grid-template-columns:1fr;gap:40px}.three{grid-template-columns:1fr}.section h2,.cta h2{font-size:38px}.service-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr}.visual-card{left:8px}.topbar .small{font-size:0;padding:11px 16px}.topbar .small:after{content:'WhatsApp';font-size:14px}}@media(max-width:520px){.topbar{padding:0 14px}.brand b{font-size:16px}.brand small{font-size:10px}.brand-mark{width:38px}.hero{padding-left:20px;padding-right:20px}.hero h1{font-size:38px;letter-spacing:-1.5px}.lead{font-size:17px}.actions{align-items:stretch;flex-direction:column;gap:18px}.actions .text-link{text-align:center}.arch{height:405px}.section{padding:72px 20px}.section h2,.cta h2{font-size:34px}.hero-strip{margin:0 -20px}.service-grid article{align-items:flex-start}.float{width:54px;height:54px;right:16px}.visual-card{bottom:8px}.topbar .small{display:none}}
