:root{
  --navy:#06275d;
  --navy2:#031f4e;
  --blue:#1158aa;
  --red:#ef2b31;
  --green:#20b75a;
  --text:#0b2b5c;
  --muted:#6d7e97;
  --line:#e5eaf1;
  --bg:#f8fafc;
  --white:#fff;
  --shadow:0 10px 28px rgba(7,40,88,.08);
  --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:"Inter",Arial,sans-serif;color:var(--text);
  background:#fff;line-height:1.55
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

/* TOP */
.topbar{background:var(--navy2);color:#fff;font-size:12px}
.topbar .container{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.topgroup{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.topitem{display:flex;align-items:center;gap:7px;white-space:nowrap}
.topitem i{color:#fff}
.topitem.phone i,.topitem.location i{color:#ff4b54}
.topitem.whatsapp i{color:#2dd36b}
.sep{opacity:.25}

/* HEADER */
.header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);
  border-bottom:1px solid #edf1f5;backdrop-filter:blur(9px)
}
.nav{height:71px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo{display:flex;align-items:center;gap:10px;min-width:185px}
.logo-mark{width:40px;text-align:center;font-size:34px;color:var(--red)}
.logo-text{font-size:16px;font-weight:800;line-height:1.02}
.logo-text strong{display:block;color:var(--red);font-size:21px}
.menu{display:flex;gap:22px;align-items:center;font-size:11px;font-weight:650}
.menu a{position:relative;padding:28px 0}
.menu a:hover{color:var(--red)}
.menu a.active:after{
  content:"";position:absolute;left:0;right:0;bottom:13px;height:3px;background:var(--red);border-radius:5px
}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn{
  border:0;border-radius:8px;padding:12px 17px;display:inline-flex;align-items:center;
  justify-content:center;gap:8px;font-weight:800;cursor:pointer;transition:.2s;white-space:nowrap
}
.btn:hover{transform:translateY(-1px)}
.btn-red{background:var(--red);color:#fff}
.btn-green{background:var(--green);color:#fff}
.btn-navy{background:var(--navy);color:#fff}
.btn-light{background:#fff;color:var(--navy);border:1px solid #dfe6ef}
.menu-toggle{display:none;background:none;border:0;color:var(--navy);font-size:24px}
.mobile-menu{
  display:none;position:fixed;left:0;right:0;top:110px;background:#fff;z-index:45;
  box-shadow:0 10px 24px rgba(0,0,0,.09);padding:10px 20px
}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:11px;border-bottom:1px solid #eef2f6;font-size:13px}

/* HERO */
.hero{overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 47%,#f7f9fc 100%)}
.hero-grid{display:grid;grid-template-columns:51% 49%;min-height:285px}
.hero-copy{padding:34px 0 28px}
.hero h1{font-size:41px;line-height:1.03;letter-spacing:-1.35px;margin:0 0 13px;font-weight:900}
.hero h1 span{display:block;color:var(--red)}
.hero p{font-size:12px;color:#53677f;max-width:520px;margin:0 0 20px}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;max-width:670px}
.hero-feature{
  border:1px solid #e3e9f1;background:#fff;border-radius:8px;padding:9px 8px;
  display:flex;align-items:center;gap:8px;box-shadow:0 3px 10px rgba(0,0,0,.025)
}
.hero-feature i{font-size:19px;color:var(--red)}
.hero-feature b{display:block;font-size:8px}
.hero-feature small{display:block;font-size:7px;color:var(--muted)}
.hero-actions{display:flex;gap:13px;margin-top:17px}
.hero-actions .btn{min-width:185px}
.hero-photo{position:relative;height:285px}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-note{
  position:absolute;right:20px;bottom:16px;background:rgba(4,35,79,.94);color:#fff;
  border-radius:9px;padding:13px 17px;display:flex;gap:10px;align-items:center;font-size:10px;
  box-shadow:0 8px 18px rgba(0,0,0,.16)
}
.hero-note i{font-size:22px}
.hero-note b{display:block}

/* GENERAL */
.section{padding:22px 0}
.section-title{text-align:center;font-size:23px;margin:0 0 3px;font-weight:900}
.section-sub{text-align:center;margin:0 0 17px;color:var(--muted);font-size:10px}

/* AREAS */
.area-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}
.area-card{
  min-height:103px;background:#fff;border:1px solid #e3e9f0;border-radius:11px;
  padding:16px 15px;position:relative;box-shadow:0 4px 14px rgba(7,39,84,.025)
}
.area-head{display:flex;align-items:center;gap:9px;margin-bottom:8px}
.pin{
  width:27px;height:27px;border-radius:50%;display:grid;place-items:center;
  background:#fff3f3;color:var(--red);font-size:15px
}
.area-card h3{font-size:11px;margin:0}
.area-card p{font-size:9px;color:#54677f;margin:0;padding-right:16px}
.area-arrow{position:absolute;right:13px;bottom:11px;color:var(--red);font-size:13px}
.more-wrap{text-align:center;margin-top:14px}
.more-wrap .btn{padding:9px 15px;font-size:9px}

/* WHY */
.why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.why-card{
  border:1px solid #e5eaf1;border-radius:10px;background:#fff;padding:17px 11px;
  text-align:center;min-height:125px
}
.why-card i{font-size:28px;color:var(--red);margin-bottom:11px}
.why-card h3{font-size:10px;margin:0 0 5px}
.why-card p{font-size:8px;color:var(--muted);margin:0}

/* PROCESS */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.process-card{
  border:1px solid #e3e9f0;border-radius:10px;background:#fff;padding:17px 13px;
  min-height:120px;text-align:center;position:relative
}
.step{
  position:absolute;left:16px;top:15px;width:24px;height:24px;border-radius:50%;
  background:var(--red);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900
}
.process-card i{font-size:27px;color:var(--navy);margin:7px 0 10px}
.process-card h3{font-size:11px;margin:0 0 4px}
.process-card p{font-size:8px;color:var(--muted);margin:0}
.process-card:not(:last-child):after{
  content:"→";position:absolute;right:-18px;top:43%;font-size:25px;color:var(--navy)
}

/* ACCESS + MAP */
.access{background:#fafbfd;margin-top:2px}
.access-grid{display:grid;grid-template-columns:44% 56%;align-items:stretch}
.access-copy{padding:22px 25px 20px 0}
.access-copy h2{font-size:22px;margin:0 0 8px}
.access-copy p{font-size:10px;color:#5b6d85;margin:0 0 13px;max-width:455px}
.access-list{list-style:none;padding:0;margin:0}
.access-list li{font-size:9px;margin:7px 0}
.access-list i{
  width:18px;height:18px;border-radius:50%;display:inline-grid;place-items:center;
  background:#eaf9ef;color:#28a85a;margin-right:7px
}
.map-wrap{position:relative;min-height:210px;overflow:hidden}
.map-wrap img{width:100%;height:100%;object-fit:cover}
.coverage{
  position:absolute;right:15px;bottom:14px;background:var(--navy);color:#fff;
  border-radius:9px;padding:11px 15px;display:flex;align-items:center;gap:9px;
  font-size:9px;box-shadow:var(--shadow)
}
.coverage i{color:#31d270;font-size:22px}

/* STATS */
.stats{
  margin-top:-1px;background:var(--navy);color:#fff;border-radius:9px;
  display:grid;grid-template-columns:repeat(4,1fr);padding:13px 10px
}
.stat{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid rgba(255,255,255,.24)}
.stat:last-child{border-right:0}
.stat i{font-size:32px;color:var(--red)}
.stat strong{font-size:25px;line-height:1;display:block}
.stat span{display:block;font-size:9px;margin-top:3px}

/* FAQ */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 15px}
.faq-item{
  border:1px solid #e3e9f0;border-radius:7px;background:#fff;padding:10px 14px;
  display:flex;justify-content:space-between;align-items:center;font-size:9px;font-weight:650;
  cursor:pointer
}
.faq-answer{
  display:none;font-size:8px;color:var(--muted);padding:8px 0 0;grid-column:1/-1
}
.faq-item.open + .faq-answer{display:block}

/* CTA */
.cta{
  margin-top:14px;background:var(--navy);color:#fff;border-radius:9px;padding:15px 20px;
  display:grid;grid-template-columns:1.25fr .85fr .9fr .38fr;align-items:center;gap:18px
}
.cta h3{font-size:18px;line-height:1.05;margin:0 0 4px}
.cta p{font-size:8px;color:#dbe6f5;margin:0}
.cta .btn{font-size:12px}
.cta-emergency{text-align:center}
.cta-emergency i{font-size:27px;color:var(--red)}
.cta-emergency strong{display:block;font-size:17px;line-height:1}
.cta-emergency span{font-size:8px}

/* FOOTER */
.footer{margin-top:9px;background:linear-gradient(180deg,#08316d,#052351);color:#fff}
.footer-main{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr 1.15fr;gap:27px;padding:29px 0 23px}
.footer h4{font-size:11px;margin:0 0 11px}
.footer p,.footer li{font-size:8.5px;color:#d7e2f0}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin:6px 0}
.socials{display:flex;gap:8px;margin-top:12px}
.socials a{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.13);font-size:10px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.17);padding:10px 0;display:flex;
  justify-content:space-between;font-size:8px;color:#d2dfef
}

@media(max-width:1050px){
  .menu{display:none}.menu-toggle{display:block}.nav-actions .btn{display:none}
  .hero-grid{grid-template-columns:55% 45%}
  .hero-features{grid-template-columns:1fr 1fr}
  .area-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:repeat(3,1fr)}
  .footer-main{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .container{width:min(100% - 26px,1180px)}
  .topbar .container{justify-content:center}.topgroup:last-child{display:none}
  .topgroup .topitem:nth-of-type(n+4),.topgroup .sep:nth-of-type(n+3){display:none}
  .nav{height:68px}.mobile-menu{top:107px}
  .logo{min-width:0}.logo-text{font-size:14px}.logo-text strong{font-size:18px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:27px 0 18px}
  .hero h1{font-size:33px}
  .hero-photo{height:280px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .area-grid{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .process-card:nth-child(2):after{display:none}
  .access-grid{grid-template-columns:1fr}
  .access-copy{padding-right:0}
  .map-wrap{min-height:245px}
  .stats{grid-template-columns:1fr 1fr}
  .stat{padding:11px 2px;border-bottom:1px solid rgba(255,255,255,.18)}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(n+3){border-bottom:0}
  .faq-grid{grid-template-columns:1fr}
  .cta{grid-template-columns:1fr}
  .cta .btn{width:100%}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .hero-features{grid-template-columns:1fr}
  .area-grid,.why-grid,.process-grid{grid-template-columns:1fr}
  .process-card:after{display:none!important}
  .stats{grid-template-columns:1fr}
  .stat{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}
  .stat:last-child{border-bottom:0!important}
  .footer-main{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:7px}
}
