﻿:root{--navy:#071f45;--blue:#163b69;--green:#ed1c24;--ice:#f4f6f9;--white:#fff;--text:#1c2b3d;--muted:#667384;--line:#dfe4eb;--shadow:0 16px 45px rgba(7,31,69,.13);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(1160px,calc(100% - 40px));margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-weight:800;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.eyebrow:before{content:"";width:26px;height:2px;background:currentColor}.section{padding:88px 0}.section.alt{background:var(--ice)}h1,h2,h3{font-weight:800;line-height:1.15;margin:0 0 18px;color:var(--navy)}h1{font-size:clamp(2.5rem,6vw,5.15rem);letter-spacing:-.055em}h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.035em}h3{font-size:1.25rem}p{margin:0 0 22px}.lead{font-size:1.12rem;color:var(--muted);max-width:650px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.25s;cursor:pointer}.btn.primary{background:var(--green);color:white;box-shadow:0 10px 24px rgba(237,28,36,.24)}.btn.primary:hover{background:#c9141b;transform:translateY(-2px)}.btn.secondary{border-color:#b9d1d9;background:#fff;color:var(--navy)}.btn.secondary:hover{border-color:var(--blue);color:var(--blue)}.btn.light{background:white;color:var(--navy)}
.topbar{background:var(--navy);color:#dce9ee;font-size:.84rem}.topbar .container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-links{display:flex;gap:22px}.navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,232,236,.8)}.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;gap:11px;font-weight:900;color:var(--navy);letter-spacing:-.03em;font-size:1.18rem}.brand-mark{width:43px;height:43px;border-radius:14px;background:linear-gradient(140deg,var(--green),var(--navy));display:grid;place-items:center;color:#fff;box-shadow:0 8px 20px rgba(7,31,69,.2)}.brand small{font-weight:700;color:var(--muted);display:block;font-size:.66rem;letter-spacing:.12em}.nav-links{display:flex;align-items:center;gap:7px}.nav-links a{padding:10px 12px;border-radius:10px;font-weight:700;font-size:.92rem}.nav-links a:hover,.nav-links a.active{color:var(--blue);background:var(--ice)}.menu-btn{display:none;border:0;background:var(--ice);width:44px;height:44px;border-radius:12px;font-size:1.35rem;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#f1f4f8 100%);padding:86px 0 70px}.hero:after{content:"";position:absolute;width:570px;height:570px;border-radius:50%;background:radial-gradient(circle,rgba(237,28,36,.13) 0%,rgba(237,28,36,0) 68%);right:-100px;top:-180px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px}.hero h1 span{color:var(--green)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}.trust-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px;color:var(--muted);font-size:.9rem;font-weight:700}.trust-row span:before{content:"\2713";color:var(--green);margin-right:7px}.hero-visual{min-height:460px;position:relative;display:grid;place-items:center}.service-orbit{width:390px;height:390px;border-radius:50%;background:linear-gradient(145deg,var(--navy),#163b69);position:relative;box-shadow:0 30px 70px rgba(7,31,69,.28);display:grid;place-items:center;color:white}.service-orbit:before,.service-orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}.service-orbit:before{inset:34px}.service-orbit:after{inset:72px}.orbit-center{position:relative;z-index:2;text-align:center}.orbit-center strong{font-size:4.2rem;display:block;line-height:1}.orbit-center span{font-weight:800}.float-card{position:absolute;background:#fff;border-radius:16px;padding:16px 18px;box-shadow:var(--shadow);z-index:3;font-weight:800;color:var(--navy);display:flex;align-items:center;gap:11px}.float-card i{width:38px;height:38px;background:var(--ice);color:var(--blue);border-radius:11px;display:grid;place-items:center;font-style:normal}.fc1{left:-35px;top:65px}.fc2{right:-30px;bottom:82px}.fc3{left:22px;bottom:10px}.page-hero{padding:78px 0;background:linear-gradient(120deg,var(--navy),#163b69);color:white;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:340px;height:340px;border:70px solid rgba(255,255,255,.04);border-radius:50%;right:8%;top:-160px}.page-hero h1{color:white;font-size:clamp(2.5rem,5vw,4.2rem)}.page-hero p{color:#c9dce4;max-width:680px;font-size:1.1rem}.crumb{color:#ffb8bb;font-weight:800;font-size:.85rem;margin-bottom:16px}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:42px}.section-head p{max-width:550px;color:var(--muted)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.icon{width:54px;height:54px;border-radius:16px;background:var(--ice);display:grid;place-items:center;color:var(--blue);font-size:1.55rem;margin-bottom:22px}.card p{color:var(--muted);font-size:.95rem}.text-link{font-weight:800;color:var(--blue)}.stats{background:var(--navy);border-radius:30px;padding:40px;color:white;display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:20px}.stat strong{font-size:2.4rem;display:block;color:white}.stat span{color:#a9c2cd;font-size:.9rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}.feature-panel{background:linear-gradient(145deg,#f4f6f9,#fff0f1);border-radius:30px;padding:45px;min-height:420px;position:relative;overflow:hidden}.feature-panel .big-icon{font-size:8rem;opacity:.18;position:absolute;right:30px;bottom:10px}.check-list{list-style:none;margin:25px 0;padding:0}.check-list li{padding:10px 0 10px 34px;position:relative}.check-list li:before{content:"\2713";position:absolute;left:0;top:9px;width:23px;height:23px;border-radius:50%;background:#ffe7e8;color:var(--green);display:grid;place-items:center;font-weight:900}.process{counter-reset:step}.process .card{position:relative;padding-top:68px}.process .card:before{counter-increment:step;content:"0" counter(step);position:absolute;top:24px;left:28px;color:var(--green);font-weight:900;font-size:1.25rem}.reference-card{min-height:260px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;background:linear-gradient(145deg,#f4f6f9,#fff0f1)}.reference-card:before{content:attr(data-symbol);position:absolute;font-size:8rem;top:15px;right:20px;opacity:.09}.reference-card .tag{align-self:flex-start;background:white;color:var(--blue);font-size:.75rem;font-weight:800;padding:6px 10px;border-radius:999px;margin-bottom:15px}.testimonial{font-size:1.05rem}.testimonial footer{margin-top:22px;font-weight:800;color:var(--navy)}.testimonial footer span{display:block;color:var(--muted);font-weight:500;font-size:.85rem}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:38px}.contact-item{display:flex;gap:15px;margin:25px 0}.contact-item .icon{flex:0 0 auto;margin:0}.contact-form{background:white;border:1px solid var(--line);border-radius:26px;padding:35px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-weight:800;font-size:.86rem;color:var(--navy)}input,select,textarea{width:100%;border:1px solid #cbd3df;border-radius:12px;padding:13px 14px;font:inherit;color:var(--text);background:#fbfdfd}textarea{min-height:130px;resize:vertical}.map-placeholder{height:310px;border-radius:24px;background:linear-gradient(145deg,#eef1f5,#fff0f1);display:grid;place-items:center;text-align:center;color:var(--muted);margin-top:35px;border:1px solid var(--line)}
.cta-band{background:linear-gradient(110deg,var(--green),#b80f18);color:white;border-radius:30px;padding:45px 50px;display:flex;justify-content:space-between;gap:30px;align-items:center}.cta-band h2{color:white;margin-bottom:8px;font-size:clamp(1.7rem,3vw,2.6rem)}.cta-band p{margin:0;color:#fff1f2}.footer{background:#06162e;color:#b7c8d0;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer h3{color:white;font-size:1rem}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:9px 0}.footer .brand{color:white;margin-bottom:18px}.copyright{border-top:1px solid #203846;margin-top:45px;padding-top:22px;font-size:.82rem;display:flex;justify-content:space-between;gap:20px}.floating-actions{position:fixed;right:20px;bottom:20px;z-index:40;display:flex;flex-direction:column;gap:10px}.fab{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:white;font-size:1.4rem;box-shadow:0 10px 25px rgba(0,0,0,.18)}.fab.whatsapp{background:#25d366}.fab.phone{background:var(--blue)}.notice{display:none;background:#ffe7e8;color:#8f1117;padding:13px;border-radius:12px;margin-top:15px;font-weight:700}
@media(max-width:960px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero-visual{min-height:400px}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{position:absolute;top:78px;left:0;right:0;background:white;padding:18px 20px 25px;box-shadow:0 20px 35px rgba(13,38,56,.13);display:none;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-links .btn{margin-top:8px}.menu-btn{display:block}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.topbar .container{justify-content:center}.topbar span{display:none}.topbar-links{gap:14px}.section{padding:64px 0}.hero{padding:62px 0 44px}.hero-grid{gap:24px}.hero-visual{min-height:330px;transform:scale(.86);margin:-20px}.service-orbit{width:330px;height:330px}.fc1{left:-12px}.fc2{right:-15px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section-head{display:block}.stats{padding:28px 15px}.stat strong{font-size:1.8rem}.feature-panel{min-height:340px;padding:30px}.cta-band{padding:34px 25px;display:block}.cta-band .btn{margin-top:22px}.footer-grid{grid-template-columns:1fr}.copyright{display:block}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.contact-form{padding:24px}.brand small{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card,.btn{transition:none}}
.brand-logo{display:block;object-fit:contain}.header-logo{width:74px;height:74px}.footer-logo{width:170px;height:170px;border-radius:16px}.footer .brand{display:inline-flex;background:#fff;border-radius:18px;padding:4px}.footer .brand+.footer-copy{margin-top:18px}@media(max-width:640px){.header-logo{width:62px;height:62px}.footer-logo{width:145px;height:145px}}
.map-wrap{margin-top:35px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.map-wrap iframe{display:block;width:100%;height:360px;border:0}.map-link{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 20px;font-weight:800;color:var(--navy)}.map-link a{color:var(--blue)}
.icon svg,.float-card i svg,.contact-item .icon svg,.fab svg{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.float-card i svg{width:21px;height:21px}.fab svg{width:23px;height:23px}.trust-row span:before{content:"\2713"}.check-list li:before{content:"\2713"}


.reference-card:before{content:"";width:150px;height:150px;top:20px;right:20px;border:22px solid var(--navy);border-radius:50%;opacity:.045}

