:root{--primary:#0e7490;--primary-dark:#155e75;--accent:#14b8a6;--ink:#0f172a;--muted:#64748b;--light:#f8fafc;--white:#fff;--line:#e2e8f0;--shadow:0 18px 50px rgba(15,23,42,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:#082f49;color:#e0f2fe;font-size:.9rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0;flex-wrap:wrap}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.8)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:74px}.logo{font-weight:900;font-size:1.45rem;color:var(--primary-dark);letter-spacing:-.5px}.logo span{color:var(--accent)}.menu{display:flex;gap:24px;align-items:center}.menu a{font-weight:700;font-size:.95rem}.menu a:hover,.menu a.active{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:12px;background:var(--primary);color:#fff;font-weight:800;border:0;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px);background:var(--primary-dark)}.btn.secondary{background:#fff;color:var(--primary-dark);border:1px solid var(--line)}.menu-toggle{display:none;background:none;border:0;font-size:1.5rem}.hero{padding:88px 0;background:linear-gradient(135deg,#ecfeff 0%,#f8fafc 58%,#ccfbf1 100%);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(20,184,166,.13);right:-120px;top:-100px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;position:relative;z-index:1}.eyebrow{display:inline-block;background:#cffafe;color:#155e75;padding:8px 12px;border-radius:999px;font-weight:800;font-size:.85rem}.hero h1{font-size:clamp(2.3rem,5vw,4.6rem);line-height:1.05;margin:18px 0;letter-spacing:-2px}.hero p{font-size:1.12rem;color:var(--muted);max-width:700px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-card{background:#fff;padding:28px;border-radius:26px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.6)}.hero-card h3{margin-top:0}.checklist{list-style:none;padding:0;margin:0}.checklist li{padding:10px 0;border-bottom:1px solid var(--line)}.checklist li:last-child{border:0}.section{padding:82px 0}.section.alt{background:var(--light)}.section-head{max-width:760px;margin-bottom:34px}.section-head h2{font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:0 0 14px}.section-head p{color:var(--muted);margin:0}.grid{display:grid;gap:22px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 8px 25px rgba(15,23,42,.05)}.card h3{margin:10px 0 8px}.card p{color:var(--muted);margin:0}.icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#ccfbf1;color:#115e59;font-size:1.5rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{padding:22px;border-radius:18px;background:#083344;color:#fff;text-align:center}.stat strong{display:block;font-size:2rem}.process{counter-reset:step}.process .card{position:relative;padding-left:78px}.process .card:before{counter-increment:step;content:counter(step);position:absolute;left:24px;top:24px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:900}.cta{background:linear-gradient(135deg,#0e7490,#115e59);color:#fff;border-radius:28px;padding:46px;display:flex;justify-content:space-between;align-items:center;gap:26px}.cta h2{margin:0 0 8px}.cta p{margin:0;color:#d1fae5}.page-hero{padding:62px 0;background:linear-gradient(135deg,#ecfeff,#f8fafc)}.page-hero h1{font-size:clamp(2.2rem,4vw,3.6rem);margin:0 0 12px}.breadcrumbs{color:var(--muted);font-size:.92rem;margin-bottom:12px}.content-wrap{display:grid;grid-template-columns:1fr 330px;gap:34px}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.service-list a{padding:17px;border:1px solid var(--line);border-radius:14px;font-weight:800;background:#fff}.sidebar .card{position:sticky;top:100px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.form-group{margin-bottom:16px}.form-group label{display:block;font-weight:800;margin-bottom:6px}.form-control{width:100%;padding:14px;border:1px solid #cbd5e1;border-radius:12px;font:inherit}.footer{background:#0f172a;color:#cbd5e1;padding:58px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:32px}.footer h3,.footer h4{color:#fff}.footer-links{display:grid;gap:8px}.footer-bottom{margin-top:36px;padding-top:18px;border-top:1px solid #334155;font-size:.9rem}.whatsapp{position:fixed;right:18px;bottom:18px;background:#16a34a;color:#fff;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:var(--shadow);z-index:40}.notice{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:14px 16px;border-radius:12px;font-size:.92rem}
@media(max-width:900px){.menu{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;padding:18px 4%;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.menu.open{display:flex}.menu-toggle{display:block}.hero-grid,.content-wrap,.contact-grid{grid-template-columns:1fr}.grid-3,.stats{grid-template-columns:repeat(2,1fr)}.sidebar .card{position:static}.hero{padding:64px 0}.cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.grid-3,.grid-2,.stats,.service-list,.footer-grid{grid-template-columns:1fr}.topbar .container{display:block}.hero h1{letter-spacing:-1px}.section{padding:62px 0}.cta{padding:30px}.whatsapp{right:12px;bottom:12px}}
.brand-logo{display:flex;align-items:center}.brand-logo img{width:205px;height:auto}.topbar a{font-weight:800}.hero-modern{position:relative;overflow:hidden;background:linear-gradient(120deg,#062f4f 0%,#075985 48%,#0ea5e9 100%);color:#fff;padding:78px 0}.hero-modern:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 25%,rgba(255,255,255,.13),transparent 33%),radial-gradient(circle at 80% 75%,rgba(34,197,94,.24),transparent 35%)}.hero-modern .hero-grid{grid-template-columns:1.02fr .98fr}.hero-modern h1{font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.02;margin:18px 0;letter-spacing:-2px}.hero-modern p{color:#dbeafe;font-size:1.12rem}.hero-modern .eyebrow{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.22)}.hero-photo{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 30px 80px rgba(2,6,23,.35);min-height:500px}.hero-photo img{width:100%;height:100%;min-height:500px;object-fit:cover}.hero-badge{position:absolute;left:22px;bottom:22px;background:#fff;color:#0f172a;padding:15px 18px;border-radius:16px;font-weight:900;box-shadow:var(--shadow)}.hero-contact{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px;color:#e0f2fe;font-weight:700}.hero-contact span{display:flex;align-items:center;gap:8px}.trust-strip{margin-top:-30px;position:relative;z-index:5}.trust-box{background:#fff;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.trust-item{padding:22px;text-align:center;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item strong{display:block;color:var(--primary-dark);font-size:1.15rem}.photo-card{padding:0;overflow:hidden}.photo-card img{width:100%;height:220px;object-fit:cover}.photo-card .card-body{padding:24px}.photo-card .card-body a{color:var(--primary);font-weight:900}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.why-photo{border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.why-photo img{width:100%;min-height:480px;object-fit:cover}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.feature{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.feature strong{display:block;margin-bottom:4px}.region-pills{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.region-pills a{background:#e0f2fe;color:#075985;padding:10px 15px;border-radius:999px;font-weight:900}.phone-cta{background:linear-gradient(135deg,#14532d,#22c55e);color:#fff;border-radius:28px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:24px}.phone-cta .number{font-size:clamp(1.7rem,4vw,2.8rem);font-weight:950}.mini-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#bae6fd}.footer .brand-logo img{filter:brightness(0) invert(1);max-width:190px;margin-bottom:16px}.service-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.address-line{max-width:520px}.btn.green{background:#22c55e}.btn.green:hover{background:#16a34a}
@media(max-width:980px){.service-card-grid{grid-template-columns:repeat(2,1fr)}.trust-box{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.why-grid{grid-template-columns:1fr}.hero-modern .hero-grid{grid-template-columns:1fr}.hero-photo{min-height:420px}.hero-photo img{min-height:420px}.brand-logo img{width:175px}}
@media(max-width:620px){.service-card-grid,.feature-list,.trust-box{grid-template-columns:1fr}.trust-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}.hero-modern{padding:56px 0}.hero-photo,.hero-photo img{min-height:340px}.phone-cta{align-items:flex-start;flex-direction:column;padding:30px}.brand-logo img{width:155px}.topbar .container span:last-child{margin-top:4px;display:block}.hero-modern h1{font-size:2.55rem}}
