:root{
  --y-navy:#071e42;
  --y-navy-2:#0a2c60;
  --y-blue:#0d4fa3;
  --y-orange:#ff8a00;
  --y-orange-2:#ffad31;
  --y-ink:#101828;
  --y-muted:#5f6b7a;
  --y-soft:#f3f6fa;
  --y-line:#dfe5ec;
  --y-white:#fff;
  --y-shadow:0 20px 55px rgba(7,30,66,.12);
}
html{scroll-behavior:smooth}
body{color:var(--y-ink);background:#fff;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
.container{width:min(1320px,calc(100% - 48px));margin-inline:auto}
img{max-width:100%;display:block}
a{text-decoration:none}

/* Top service bar */
.service-topbar-v2{background:var(--y-navy);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.service-topbar-v2__inner{height:42px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px}
.service-topbar-v2__promise,.service-topbar-v2__links{display:flex;align-items:center;gap:18px}
.service-topbar-v2__promise strong{letter-spacing:.03em}
.service-topbar-v2__promise>span:last-child{color:#aab8cb}
.status-pulse{width:8px;height:8px;border-radius:50%;background:#35d07f;box-shadow:0 0 0 6px rgba(53,208,127,.12)}
.service-topbar-v2__links a{color:#dce6f3;display:inline-flex;align-items:center;gap:7px;transition:.2s}
.service-topbar-v2__links a:hover{color:#fff}
.service-topbar-v2__request{padding-left:18px;border-left:1px solid rgba(255,255,255,.16);font-weight:800!important;color:var(--y-orange-2)!important}

/* Main header */
.site-header-v2{position:sticky;top:0;z-index:1100;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(7,30,66,.08);transition:box-shadow .25s,transform .25s}
.site-header-v2.is-scrolled{box-shadow:0 16px 40px rgba(7,30,66,.11)}
.site-header-v2__inner{min-height:92px;display:flex;align-items:center;gap:28px}
.brand-logo-v2{width:250px;min-width:250px;display:flex;align-items:center}
.brand-logo-v2 img{width:100%;height:auto;max-height:68px;object-fit:contain}
.main-nav-v2{margin-left:auto;display:flex;align-items:center;gap:26px;height:92px}
.main-nav-v2>a,.nav-dropdown-v2>a{height:92px;display:flex;align-items:center;gap:6px;color:#1f2d40;font-size:14px;font-weight:750;position:relative;white-space:nowrap}
.main-nav-v2>a:after,.nav-dropdown-v2>a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--y-orange);transform:scaleX(0);transform-origin:center;transition:.22s}
.main-nav-v2>a:hover:after,.nav-dropdown-v2>a:hover:after,.main-nav-v2 .is-active:after{transform:scaleX(1)}
.main-nav-v2>a:hover,.nav-dropdown-v2>a:hover,.main-nav-v2 .is-active{color:var(--y-navy)}
.nav-dropdown-v2{position:relative;height:92px;display:flex;align-items:center}
.nav-mega-v2{position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%,12px);width:690px;background:#fff;border:1px solid var(--y-line);box-shadow:0 28px 65px rgba(7,30,66,.18);padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:.22s;border-radius:0 0 16px 16px}
.nav-dropdown-v2:hover .nav-mega-v2{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.nav-mega-v2__head{padding:0 4px 17px;border-bottom:1px solid var(--y-line);display:flex;align-items:end;justify-content:space-between;gap:20px}
.nav-mega-v2__head span{font-size:10px;font-weight:900;letter-spacing:.16em;color:var(--y-orange)}
.nav-mega-v2__head strong{font-size:15px;color:var(--y-navy)}
.nav-mega-v2__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.nav-mega-v2__grid>a{display:flex;gap:13px;align-items:center;padding:13px;border-radius:10px;color:var(--y-ink);transition:.2s}
.nav-mega-v2__grid>a:hover{background:var(--y-soft);transform:translateX(2px)}
.nav-mega-v2__grid>a>i{width:38px;height:38px;border-radius:9px;background:#eef4fb;color:var(--y-blue);display:grid;place-items:center}
.nav-mega-v2__grid strong{display:block;font-size:13px;margin-bottom:3px}.nav-mega-v2__grid small{font-size:11px;color:var(--y-muted)}
.nav-mega-v2__all{margin-top:14px;padding:14px 15px;background:var(--y-navy);color:#fff!important;border-radius:10px;display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:13px}
.header-actions-v2{display:flex;align-items:center;gap:10px;margin-left:4px}
.header-action-icon{width:42px;height:42px;border:1px solid var(--y-line);border-radius:50%;display:grid;place-items:center;color:#23a85a;font-size:18px}
.header-service-v2{display:flex;align-items:center;gap:9px;color:var(--y-navy);padding:7px 10px;border-radius:10px;transition:.2s}
.header-service-v2:hover{background:var(--y-soft)}
.header-service-v2>i{font-size:21px;color:var(--y-orange)}
.header-service-v2 small{display:block;font-size:8px;font-weight:900;letter-spacing:.11em;color:#738096}.header-service-v2 strong{font-size:12px}
.btn-brand-v2{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--y-orange);color:var(--y-navy)!important;border:1px solid var(--y-orange);font-weight:900;border-radius:8px;padding:13px 20px;transition:.22s;box-shadow:0 8px 20px rgba(255,138,0,.18)}
.btn-brand-v2:hover{background:var(--y-orange-2);border-color:var(--y-orange-2);transform:translateY(-2px)}
.btn-brand-v2--large{padding:17px 25px;font-size:14px}
.header-quote-v2{padding:12px 17px;font-size:12px;white-space:nowrap}
.mobile-menu-toggle-v2{display:none}

/* Hero */
.hero-v2{position:relative;overflow:hidden;background:linear-gradient(115deg,#061a3a 0%,#0a2e64 58%,#0c3a7b 100%);color:#fff;min-height:710px;display:flex;align-items:center}
.hero-v2__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,#000,transparent 85%)}
.hero-v2__glow{position:absolute;width:700px;height:700px;border-radius:50%;right:-180px;top:-250px;background:radial-gradient(circle,rgba(18,102,205,.62),transparent 68%)}
.hero-v2__inner{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:70px;padding-top:78px;padding-bottom:78px}
.hero-v2__eyebrow{display:flex;align-items:center;gap:12px;font-size:11px;letter-spacing:.18em;font-weight:900;color:#b7cae6;margin-bottom:23px}.hero-v2__eyebrow span{width:34px;height:3px;background:var(--y-orange)}
.hero-v2 h1{font-size:66px;line-height:1.04;letter-spacing:-.045em;margin:0 0 24px;font-weight:900;color:#fff}.hero-v2 h1 em{font-style:normal;color:var(--y-orange)}
.hero-v2__copy>p{max-width:680px;font-size:18px;line-height:1.75;color:#ced9e8;margin-bottom:31px}
.hero-v2__actions{display:flex;gap:13px;flex-wrap:wrap}
.btn-outline-v2{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #c9d6e5;color:var(--y-navy);background:transparent;font-weight:850;border-radius:8px;padding:13px 20px;transition:.22s}.btn-outline-v2:hover{border-color:var(--y-orange);color:var(--y-orange)}
.btn-outline-v2--large{padding:17px 25px;color:#fff;border-color:rgba(255,255,255,.45)}
.btn-outline-v2--light{color:#fff;border-color:rgba(255,255,255,.48)}
.hero-v2__proof{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:46px;border-top:1px solid rgba(255,255,255,.14);padding-top:27px;max-width:700px}
.hero-v2__proof>div{display:flex;gap:12px;align-items:center;padding-right:20px}.hero-v2__proof>div+div{border-left:1px solid rgba(255,255,255,.14);padding-left:20px}
.hero-v2__proof strong{font-size:20px;color:#fff;white-space:nowrap}.hero-v2__proof span{font-size:11px;line-height:1.45;color:#9fb2ce}
.hero-v2__visual{position:relative;min-height:565px}
.hero-v2__image{position:absolute;inset:0 0 30px 70px;border-radius:22px 0 22px 22px;overflow:hidden;box-shadow:0 36px 80px rgba(0,0,0,.34)}
.hero-v2__image img{width:100%;height:100%;object-fit:cover}.hero-v2__image-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,21,48,.08),rgba(4,21,48,.52))}
.hero-v2__image:before{content:"";position:absolute;z-index:2;inset:22px;border:1px solid rgba(255,255,255,.32);border-radius:12px}
.hero-v2__sensor{position:absolute;right:25%;top:30%;z-index:3;width:120px;height:120px;border-radius:50%;display:grid;place-items:center}.hero-v2__sensor span{position:absolute;border:1px solid rgba(255,138,0,.55);border-radius:50%;animation:sensorPulse 3s infinite}.hero-v2__sensor span:nth-child(1){width:40px;height:40px}.hero-v2__sensor span:nth-child(2){width:76px;height:76px;animation-delay:.4s}.hero-v2__sensor span:nth-child(3){width:112px;height:112px;animation-delay:.8s}@keyframes sensorPulse{0%,100%{opacity:.18;transform:scale(.9)}50%{opacity:1;transform:scale(1.06)}}
.hero-v2__brand-card{position:absolute;left:0;top:62px;width:270px;background:#fff;border-radius:14px;padding:17px 18px 14px;box-shadow:var(--y-shadow);z-index:4}.hero-v2__brand-card img{width:100%;height:66px;object-fit:contain}.hero-v2__brand-card small{display:block;text-align:center;color:var(--y-navy);font-size:8px;letter-spacing:.13em;font-weight:900;margin-top:7px}
.hero-v2__service-card{position:absolute;right:18px;bottom:0;z-index:4;width:355px;background:var(--y-orange);color:var(--y-navy);display:flex;gap:15px;align-items:center;padding:20px;border-radius:13px;box-shadow:0 22px 46px rgba(0,0,0,.25);transition:.22s}.hero-v2__service-card:hover{transform:translateY(-4px);color:var(--y-navy)}
.hero-v2__service-icon{width:52px;height:52px;border-radius:50%;background:var(--y-navy);color:#fff;display:grid;place-items:center;font-size:22px;flex:0 0 52px}.hero-v2__service-card small,.hero-v2__service-card strong,.hero-v2__service-card em{display:block}.hero-v2__service-card small{font-size:9px;letter-spacing:.12em;font-weight:900}.hero-v2__service-card strong{font-size:17px;margin:3px 0 7px}.hero-v2__service-card em{font-style:normal;font-size:11px;font-weight:800}

/* Trust strip */
.trust-strip-v2{background:#fff;border-bottom:1px solid var(--y-line);box-shadow:0 9px 24px rgba(7,30,66,.035)}
.trust-strip-v2__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-strip-v2__grid>div{min-height:106px;display:flex;align-items:center;gap:14px;padding:20px 26px}.trust-strip-v2__grid>div+div{border-left:1px solid var(--y-line)}
.trust-strip-v2 i{width:44px;height:44px;border-radius:10px;background:#edf3fa;color:var(--y-blue);display:grid;place-items:center;font-size:18px}.trust-strip-v2 strong,.trust-strip-v2 small{display:block}.trust-strip-v2 strong{font-size:13px;color:var(--y-navy);margin-bottom:4px}.trust-strip-v2 small{font-size:11px;color:var(--y-muted);line-height:1.45}

/* General sections */
.section-v2{padding:105px 0}.eyebrow-v2{display:block;font-size:10px;line-height:1;letter-spacing:.18em;font-weight:950;color:var(--y-orange);margin-bottom:17px}.eyebrow-v2--light{color:var(--y-orange-2)}
.heading-v2{margin-bottom:50px}.heading-v2 h2,.brand-story-v2 h2,.region-v2 h2,.faq-v2 h2,.cta-v2 h2{font-size:48px;line-height:1.12;letter-spacing:-.035em;color:var(--y-navy);font-weight:900;margin:0}.heading-v2 p{font-size:16px;line-height:1.75;color:var(--y-muted);margin:0 0 16px}.heading-v2--split{display:grid;grid-template-columns:1fr .75fr;align-items:end;gap:70px}.heading-v2--center{text-align:center;max-width:820px;margin:0 auto 52px}.heading-v2--center p{max-width:690px;margin:18px auto 0}.heading-v2--light h2{color:#fff}.heading-v2--light p{color:#b8c5d7}
.link-v2{display:inline-flex;align-items:center;gap:9px;color:var(--y-navy);font-weight:900;font-size:13px;border-bottom:1px solid rgba(7,30,66,.28);padding-bottom:4px}.link-v2:hover{color:var(--y-orange);border-color:var(--y-orange)}.link-v2--light{color:#fff;border-color:rgba(255,255,255,.36)}

/* Products */
.products-v2{background:#fff}
.products-v2__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card-v2{border:1px solid var(--y-line);background:#fff;border-radius:15px;overflow:hidden;transition:.28s;position:relative}.product-card-v2:hover{transform:translateY(-7px);box-shadow:var(--y-shadow);border-color:transparent}
.product-card-v2__media{height:285px;background:linear-gradient(145deg,#f8fafc,#edf2f7);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card-v2__media:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#fff;box-shadow:0 16px 36px rgba(7,30,66,.07)}
.product-card-v2__media img{position:relative;z-index:2;width:78%;height:78%;object-fit:contain;mix-blend-mode:multiply;transition:.3s}.product-card-v2:hover .product-card-v2__media img{transform:scale(1.055)}
.product-card-v2__number{position:absolute;left:18px;top:17px;font-size:11px;font-weight:900;color:#9ba8b8;z-index:3}.product-card-v2__label{position:absolute;right:15px;top:14px;background:#fff;border:1px solid var(--y-line);padding:7px 9px;border-radius:999px;font-size:9px;font-weight:850;color:var(--y-navy);z-index:3}
.product-card-v2__body{padding:28px 28px 27px;position:relative}.product-card-v2__icon{position:absolute;right:24px;top:-24px;width:49px;height:49px;border-radius:10px;background:var(--y-orange);color:var(--y-navy);display:grid;place-items:center;font-size:18px;box-shadow:0 10px 25px rgba(255,138,0,.25)}
.product-card-v2 h3{font-size:21px;line-height:1.25;margin:0 55px 12px 0}.product-card-v2 h3 a{color:var(--y-navy)}.product-card-v2 p{font-size:13px;line-height:1.7;color:var(--y-muted);min-height:66px;margin:0 0 18px}.product-card-v2__link{display:inline-flex;gap:8px;align-items:center;color:var(--y-navy);font-size:12px;font-weight:900}.product-card-v2__link i{color:var(--y-orange);transition:.2s}.product-card-v2:hover .product-card-v2__link i{transform:translateX(4px)}

/* Brand story */
.brand-story-v2{background:var(--y-soft)}
.brand-story-v2__grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:90px}
.brand-story-v2__visual{position:relative;min-height:590px}.brand-story-v2__image-main{position:absolute;left:0;top:0;width:79%;height:515px;border-radius:18px;overflow:hidden;box-shadow:var(--y-shadow)}.brand-story-v2__image-main img,.brand-story-v2__image-small img{width:100%;height:100%;object-fit:cover}.brand-story-v2__image-small{position:absolute;right:0;bottom:0;width:46%;height:250px;border:9px solid var(--y-soft);border-radius:16px;overflow:hidden;box-shadow:0 20px 45px rgba(7,30,66,.16)}
.brand-story-v2__years{position:absolute;left:38px;bottom:25px;background:var(--y-orange);color:var(--y-navy);padding:22px 25px;border-radius:12px;display:flex;align-items:center;gap:13px;box-shadow:0 20px 40px rgba(7,30,66,.2)}.brand-story-v2__years strong{font-size:38px;line-height:1}.brand-story-v2__years span{font-size:11px;line-height:1.35;font-weight:900}
.brand-story-v2__copy>p{font-size:15px;line-height:1.8;color:var(--y-muted)}.brand-story-v2__copy .lead-v2{font-size:19px;color:#253a55;font-weight:600;line-height:1.65;margin:22px 0 14px}
.brand-story-v2__points{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px;margin:30px 0 32px}.brand-story-v2__points>div{display:flex;gap:12px;align-items:flex-start}.brand-story-v2__points i{width:39px;height:39px;border-radius:9px;background:#fff;color:var(--y-blue);display:grid;place-items:center;flex:0 0 39px}.brand-story-v2__points strong,.brand-story-v2__points small{display:block}.brand-story-v2__points strong{font-size:13px;color:var(--y-navy);margin-bottom:4px}.brand-story-v2__points small{font-size:11px;color:var(--y-muted);line-height:1.45}
.btn-dark-v2{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--y-navy);color:#fff!important;padding:14px 21px;border-radius:8px;font-weight:900;font-size:13px;transition:.22s}.btn-dark-v2:hover{background:var(--y-blue);transform:translateY(-2px)}

/* Services */
.service-system-v2{background:linear-gradient(130deg,#061a3a,#0a2e63);position:relative;overflow:hidden}.service-system-v2:before{content:"";position:absolute;right:-250px;top:-260px;width:700px;height:700px;border:1px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.02),0 0 0 180px rgba(255,255,255,.015)}
.service-system-v2 .container{position:relative;z-index:2}.service-system-v2__layout{display:grid;grid-template-columns:1fr 390px;gap:26px}.service-system-v2__grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.service-card-v2{position:relative;min-height:244px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.11);border-radius:13px;padding:27px;color:#fff;overflow:hidden;transition:.25s}.service-card-v2:hover{background:#fff;color:var(--y-navy);transform:translateY(-5px)}
.service-card-v2__index{position:absolute;right:18px;top:16px;color:rgba(255,255,255,.35);font-size:10px;font-weight:900}.service-card-v2:hover .service-card-v2__index{color:#a0adbd}.service-card-v2__icon{width:48px;height:48px;border-radius:11px;background:rgba(255,138,0,.14);color:var(--y-orange);display:grid;place-items:center;font-size:19px;margin-bottom:23px}.service-card-v2 h3{font-size:18px;margin:0 0 11px;color:inherit}.service-card-v2 p{font-size:12px;line-height:1.65;color:#aebed3;margin:0 35px 0 0}.service-card-v2:hover p{color:var(--y-muted)}.service-card-v2__arrow{position:absolute;right:20px;bottom:20px;color:var(--y-orange)}
.emergency-card-v2{background:var(--y-orange);border-radius:16px;padding:34px 31px;color:var(--y-navy);position:relative;overflow:hidden}.emergency-card-v2:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;border:1px solid rgba(7,30,66,.12);right:-120px;bottom:-100px;box-shadow:0 0 0 45px rgba(7,30,66,.05)}.emergency-card-v2>*{position:relative;z-index:2}.emergency-card-v2__badge{font-size:9px;letter-spacing:.15em;font-weight:950;display:flex;align-items:center;gap:8px}.emergency-card-v2__badge span{width:8px;height:8px;border-radius:50%;background:#29bd71;box-shadow:0 0 0 5px rgba(41,189,113,.18)}.emergency-card-v2__icon{font-size:48px;margin:34px 0 22px}.emergency-card-v2 h3{font-size:30px;margin:0 0 13px}.emergency-card-v2>p{font-size:13px;line-height:1.7;margin-bottom:23px}.emergency-card-v2 ul{list-style:none;padding:0;margin:0 0 26px}.emergency-card-v2 li{font-size:12px;font-weight:750;margin:9px 0}.emergency-card-v2 li i{margin-right:8px}.emergency-card-v2__actions{display:grid;gap:9px}.emergency-card-v2__actions .btn-brand-v2{background:var(--y-navy);border-color:var(--y-navy);color:#fff!important;box-shadow:none}.emergency-card-v2__whatsapp,.emergency-card-v2__phone{display:flex;justify-content:center;align-items:center;gap:8px;color:var(--y-navy);font-weight:900;font-size:12px;padding:10px;border:1px solid rgba(7,30,66,.2);border-radius:8px}

/* Applications */
.applications-v2{background:#fff}.applications-v2__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.application-card-v2{height:410px;position:relative;border-radius:14px;overflow:hidden;background:var(--y-navy)}.application-card-v2 img{width:100%;height:100%;object-fit:cover;transition:.5s}.application-card-v2:hover img{transform:scale(1.06)}.application-card-v2__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,18,41,.05),rgba(4,18,41,.9))}.application-card-v2__content{position:absolute;left:25px;right:25px;bottom:25px;color:#fff}.application-card-v2__content>span{width:45px;height:45px;border-radius:10px;background:var(--y-orange);color:var(--y-navy);display:grid;place-items:center;margin-bottom:17px}.application-card-v2 h3{font-size:20px;margin:0 0 9px}.application-card-v2 p{font-size:12px;line-height:1.6;color:#cbd6e5;margin:0}.applications-v2__note{margin-top:23px;background:var(--y-soft);border:1px solid var(--y-line);border-radius:12px;padding:18px 21px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.applications-v2__note>i{color:var(--y-blue)}.applications-v2__note p{margin:0;font-size:12px;line-height:1.6;color:var(--y-muted)}.applications-v2__note a{color:var(--y-navy);font-size:12px;font-weight:900;white-space:nowrap}

/* Process */
.process-v2{background:var(--y-soft)}.process-v2__grid{display:grid;grid-template-columns:repeat(5,1fr);position:relative}.process-v2__grid:before{content:"";position:absolute;top:34px;left:10%;right:10%;height:1px;background:#cad4df}.process-step-v2{text-align:center;position:relative;padding:0 13px}.process-step-v2__number{position:absolute;left:50%;top:-10px;transform:translateX(-50%);font-size:9px;background:var(--y-soft);color:#8b99aa;padding:0 7px;z-index:3}.process-step-v2__icon{position:relative;z-index:2;width:68px;height:68px;border-radius:50%;background:#fff;border:1px solid var(--y-line);display:grid;place-items:center;margin:0 auto 21px;color:var(--y-blue);font-size:21px;box-shadow:0 10px 25px rgba(7,30,66,.06)}.process-step-v2:nth-child(4) .process-step-v2__icon,.process-step-v2:nth-child(5) .process-step-v2__icon{background:var(--y-navy);color:#fff}.process-step-v2 h3{font-size:15px;color:var(--y-navy);margin:0 0 9px}.process-step-v2 p{font-size:11px;line-height:1.6;color:var(--y-muted);margin:0}

/* Region */
.region-v2{background:linear-gradient(125deg,#071e42,#0a356f);color:#fff;position:relative;overflow:hidden}.region-v2:before{content:"";position:absolute;left:-100px;bottom:-210px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,138,0,.18),transparent 65%)}.region-v2__grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:85px}.region-v2 h2{color:#fff}.region-v2__copy>p{color:#bcc9da;font-size:15px;line-height:1.8;margin:23px 0 28px}.region-v2__actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.region-v2__panel{background:#fff;color:var(--y-ink);border-radius:17px;padding:31px;box-shadow:0 35px 75px rgba(0,0,0,.22)}.region-v2__panel-head{display:flex;align-items:center;gap:14px;padding-bottom:21px;border-bottom:1px solid var(--y-line)}.region-v2__pin{width:49px;height:49px;border-radius:11px;background:var(--y-orange);color:var(--y-navy);display:grid;place-items:center;font-size:20px}.region-v2__panel-head small,.region-v2__panel-head strong{display:block}.region-v2__panel-head small{font-size:9px;letter-spacing:.12em;color:#8a98aa;font-weight:900;margin-bottom:4px}.region-v2__panel-head strong{font-size:19px;color:var(--y-navy)}.region-v2__districts{display:flex;flex-wrap:wrap;gap:8px;padding:23px 0}.region-v2__districts span{padding:8px 10px;background:var(--y-soft);border:1px solid var(--y-line);border-radius:999px;font-size:10px;color:#41526a}.region-v2__districts a{padding:8px 10px;color:var(--y-blue);font-size:10px;font-weight:900}.region-v2__growth{display:flex;gap:15px;padding:19px;background:#edf4fb;border-radius:11px}.region-v2__growth>span{width:42px;height:42px;border-radius:9px;background:var(--y-navy);color:#fff;display:grid;place-items:center;flex:0 0 42px}.region-v2__growth small,.region-v2__growth strong{display:block}.region-v2__growth small{font-size:8px;letter-spacing:.12em;color:var(--y-orange);font-weight:950}.region-v2__growth strong{font-size:14px;color:var(--y-navy);margin:3px 0}.region-v2__growth p{font-size:10px;line-height:1.5;color:var(--y-muted);margin:0}

/* FAQ */
.faq-v2{background:#fff}.faq-v2__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}.faq-v2__intro>p{font-size:14px;line-height:1.75;color:var(--y-muted);margin:22px 0 28px}.faq-v2__list{border-top:1px solid var(--y-line)}.faq-item-v2{border-bottom:1px solid var(--y-line)}.faq-item-v2 button{width:100%;background:none;border:0;padding:21px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;text-align:left;color:var(--y-navy);font-size:14px;font-weight:850;cursor:pointer}.faq-item-v2 button i{width:30px;height:30px;border-radius:50%;background:var(--y-soft);display:grid;place-items:center;font-size:10px;transition:.2s}.faq-item-v2.is-open button i{background:var(--y-orange);transform:rotate(45deg)}.faq-item-v2__answer{max-height:0;overflow:hidden;transition:max-height .3s}.faq-item-v2.is-open .faq-item-v2__answer{max-height:250px}.faq-item-v2__answer p{font-size:13px;line-height:1.75;color:var(--y-muted);margin:0;padding:0 60px 22px 0}

/* CTA */
.cta-v2{position:relative;min-height:525px;display:flex;align-items:center;overflow:hidden}.cta-v2__image,.cta-v2__overlay{position:absolute;inset:0}.cta-v2__image img{width:100%;height:100%;object-fit:cover}.cta-v2__overlay{background:linear-gradient(90deg,rgba(5,22,49,.96) 0%,rgba(5,22,49,.88) 52%,rgba(5,22,49,.25) 100%)}.cta-v2__content{position:relative;z-index:2;color:#fff}.cta-v2 h2{color:#fff;max-width:820px}.cta-v2 p{max-width:720px;color:#c6d3e4;font-size:15px;line-height:1.75;margin:23px 0 28px}.cta-v2__content>div{display:flex;gap:13px;flex-wrap:wrap}

/* Footer */
.inner-cta-v2{background:var(--y-orange);padding:48px 0}.inner-cta-v2__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.inner-cta-v2 h2{font-size:32px;color:var(--y-navy);margin:0 0 8px}.inner-cta-v2 p{margin:0;color:#243650}.inner-cta-v2__actions{display:flex;gap:11px;flex-shrink:0}.inner-cta-v2 .btn-brand-v2{background:var(--y-navy);border-color:var(--y-navy);color:#fff!important}
.site-footer-v2{background:#04142f;color:#fff;padding:78px 0 0}.site-footer-v2__top{display:grid;grid-template-columns:1.35fr .72fr .72fr 1fr;gap:55px;padding-bottom:58px}.site-footer-v2__logo{display:block;background:#fff;border-radius:11px;padding:13px;width:280px;margin-bottom:22px}.site-footer-v2__logo img{width:100%;height:65px;object-fit:contain}.site-footer-v2__brand>p{color:#aebdd1;font-size:13px;line-height:1.75;max-width:390px}.site-footer-v2__signals{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.site-footer-v2__signals span{border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:8px 10px;font-size:10px;color:#cfdae8}.site-footer-v2__signals i{color:var(--y-orange);margin-right:6px}.site-footer-v2__social{display:flex;gap:8px;margin-top:18px}.site-footer-v2__social a{width:37px;height:37px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff}.site-footer-v2 h3{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin:8px 0 22px}.site-footer-v2 ul{list-style:none;padding:0;margin:0}.site-footer-v2 li{margin:11px 0}.site-footer-v2 li a{font-size:12px;color:#aebdd1}.site-footer-v2 li a:hover{color:var(--y-orange)}.site-footer-v2__contact>a,.site-footer-v2__contact>div{display:flex;gap:12px;align-items:flex-start;margin-bottom:15px;color:#fff}.site-footer-v2__contact>a>i,.site-footer-v2__contact>div>i{width:37px;height:37px;border-radius:9px;background:rgba(255,138,0,.13);color:var(--y-orange);display:grid;place-items:center;flex:0 0 37px}.site-footer-v2__contact small,.site-footer-v2__contact strong{display:block}.site-footer-v2__contact small{font-size:9px;color:#8091a9;margin-bottom:3px}.site-footer-v2__contact strong{font-size:11px;line-height:1.45;color:#dbe5f1}.site-footer-v2__contact-button{border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:12px!important;justify-content:center!important;font-weight:800;font-size:11px}.site-footer-v2__bottom{border-top:1px solid rgba(255,255,255,.09);min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#71839c;font-size:10px}.site-footer-v2__bottom>div{display:flex;align-items:center;gap:18px}.site-footer-v2__bottom a{color:#8fa0b7}.site-footer-v2__bottom strong{color:#fff}

/* Page hero and legacy public pages refinement */
.page-hero{background:linear-gradient(120deg,#061a3a,#0b3977)!important;padding:88px 0 74px!important;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:-100px;top:-190px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.06);box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}.page-hero .container{position:relative;z-index:2}.page-hero .eyebrow{color:var(--y-orange)!important;font-size:10px;letter-spacing:.16em}.page-hero h1{color:#fff!important;font-size:52px!important;letter-spacing:-.035em!important;margin:12px 0!important}.page-hero p{color:#bdcadd!important;max-width:760px!important;font-size:15px!important}.breadcrumbs{color:#96a8c1!important}.breadcrumbs a{color:#fff!important}
.section{padding-top:90px;padding-bottom:90px}.section h2{color:var(--y-navy)}
.site-form,.detail-card,.value-card,.project-notice{border-radius:14px!important;border-color:var(--y-line)!important;box-shadow:0 14px 35px rgba(7,30,66,.06)}

/* Mobile bottom actions refinement */
.mobile-actions{display:none}

@media(max-width:1200px){
  .container{width:min(1160px,calc(100% - 40px))}
  .brand-logo-v2{width:215px;min-width:215px}.main-nav-v2{gap:18px}.main-nav-v2>a,.nav-dropdown-v2>a{font-size:13px}.header-service-v2{display:none}
  .hero-v2 h1{font-size:57px}.hero-v2__inner{gap:45px}.hero-v2__image{left:40px}.hero-v2__brand-card{width:235px}.hero-v2__service-card{width:320px}
  .service-system-v2__layout{grid-template-columns:1fr 340px}.applications-v2__grid{grid-template-columns:repeat(2,1fr)}.application-card-v2{height:370px}
}

@media(max-width:992px){
  body{padding-bottom:69px}.service-topbar-v2__promise>span:last-child,.service-topbar-v2__links>a:not(.service-topbar-v2__request){display:none}.service-topbar-v2__inner{justify-content:center}.service-topbar-v2__links{margin-left:auto}
  .site-header-v2__inner{min-height:78px}.brand-logo-v2{width:205px;min-width:205px}.mobile-menu-toggle-v2{display:flex!important;margin-left:auto;flex-direction:column;gap:5px;width:42px;height:42px;border:0;background:var(--y-soft);border-radius:8px;align-items:center;justify-content:center}.mobile-menu-toggle-v2 span:not(.sr-only){width:20px;height:2px;background:var(--y-navy)}
  .main-nav-v2{position:fixed;left:0;right:0;top:120px;height:calc(100vh - 120px);background:#fff;display:block;padding:20px 24px 100px;overflow:auto;transform:translateX(100%);transition:.25s;box-shadow:0 20px 40px rgba(7,30,66,.15)}.main-nav-v2.is-open{transform:translateX(0)}.main-nav-v2>a,.nav-dropdown-v2,.nav-dropdown-v2>a{height:auto!important}.main-nav-v2>a,.nav-dropdown-v2>a{padding:15px 0;border-bottom:1px solid var(--y-line);font-size:15px}.main-nav-v2>a:after,.nav-dropdown-v2>a:after{display:none}.nav-dropdown-v2{display:block}.nav-mega-v2{position:static;transform:none!important;width:100%;box-shadow:none;border:0;padding:12px 0;opacity:1;visibility:visible;pointer-events:auto;display:none}.nav-dropdown-v2.is-open .nav-mega-v2{display:block}.nav-mega-v2__head,.nav-mega-v2__all{display:none}.nav-mega-v2__grid{grid-template-columns:1fr}.header-actions-v2{display:none}
  .hero-v2{min-height:auto}.hero-v2__inner{grid-template-columns:1fr;padding-top:65px;padding-bottom:70px}.hero-v2__visual{min-height:520px;max-width:700px;width:100%;margin:auto}.hero-v2__copy{text-align:center}.hero-v2__eyebrow,.hero-v2__actions{justify-content:center}.hero-v2__proof{margin-inline:auto;text-align:left}.hero-v2__copy>p{margin-inline:auto}.hero-v2__image{left:45px;right:45px}.hero-v2__brand-card{left:0}.hero-v2__service-card{right:0}
  .trust-strip-v2__grid{grid-template-columns:1fr 1fr}.trust-strip-v2__grid>div:nth-child(3){border-left:0;border-top:1px solid var(--y-line)}.trust-strip-v2__grid>div:nth-child(4){border-top:1px solid var(--y-line)}
  .section-v2{padding:80px 0}.heading-v2--split{grid-template-columns:1fr;gap:22px}.products-v2__grid{grid-template-columns:1fr 1fr}.brand-story-v2__grid{grid-template-columns:1fr;gap:55px}.brand-story-v2__visual{max-width:700px;width:100%;margin:auto}.service-system-v2__layout{grid-template-columns:1fr}.emergency-card-v2{max-width:none}.process-v2__grid{grid-template-columns:repeat(3,1fr);gap:35px 10px}.process-v2__grid:before{display:none}.region-v2__grid{grid-template-columns:1fr;gap:45px}.faq-v2__grid{grid-template-columns:1fr;gap:45px}.site-footer-v2__top{grid-template-columns:1fr 1fr}.site-footer-v2__brand{grid-column:1/-1}.inner-cta-v2__inner{display:block}.inner-cta-v2__actions{margin-top:23px}
  .mobile-actions{position:fixed;z-index:1200;left:0;right:0;bottom:0;height:69px;background:#fff;display:grid!important;grid-template-columns:repeat(3,1fr);box-shadow:0 -10px 25px rgba(6,29,66,.12);border-top:1px solid var(--y-line)}.mobile-actions a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--y-navy);font-size:10px;font-weight:850}.mobile-actions i{font-size:19px}.mobile-actions a.is-service{background:var(--y-orange);color:var(--y-navy)}
}

@media(max-width:700px){
  .container{width:calc(100% - 28px)}.service-topbar-v2__inner{height:40px}.service-topbar-v2__promise{gap:10px}.service-topbar-v2__promise strong{font-size:10px}.service-topbar-v2__request{font-size:10px;padding-left:10px}.site-header-v2__inner{min-height:72px}.brand-logo-v2{width:180px;min-width:180px}.brand-logo-v2 img{max-height:55px}.main-nav-v2{top:112px;height:calc(100vh - 112px)}
  .hero-v2__inner{padding-top:52px;padding-bottom:55px}.hero-v2 h1{font-size:43px}.hero-v2__copy>p{font-size:15px;line-height:1.7}.hero-v2__actions{display:grid}.btn-brand-v2--large,.btn-outline-v2--large{width:100%}.hero-v2__proof{grid-template-columns:1fr;gap:14px;text-align:left}.hero-v2__proof>div+div{border-left:0;padding-left:0}.hero-v2__visual{min-height:430px}.hero-v2__image{left:18px;right:18px;bottom:50px}.hero-v2__brand-card{width:190px;top:20px;padding:10px}.hero-v2__brand-card img{height:48px}.hero-v2__service-card{width:calc(100% - 20px);right:10px;padding:15px}.hero-v2__service-card strong{font-size:14px}.hero-v2__sensor{display:none}
  .trust-strip-v2__grid{grid-template-columns:1fr}.trust-strip-v2__grid>div{min-height:86px;padding:16px 12px}.trust-strip-v2__grid>div+div{border-left:0;border-top:1px solid var(--y-line)}
  .section-v2{padding:65px 0}.heading-v2 h2,.brand-story-v2 h2,.region-v2 h2,.faq-v2 h2,.cta-v2 h2{font-size:36px}.heading-v2{margin-bottom:36px}.products-v2__grid,.service-system-v2__grid,.applications-v2__grid{grid-template-columns:1fr}.product-card-v2__media{height:245px}.brand-story-v2__visual{min-height:455px}.brand-story-v2__image-main{height:395px;width:88%}.brand-story-v2__image-small{height:180px;width:48%}.brand-story-v2__years{left:18px;bottom:5px;padding:16px}.brand-story-v2__years strong{font-size:30px}.brand-story-v2__points{grid-template-columns:1fr}.emergency-card-v2{padding:28px 22px}.application-card-v2{height:350px}.applications-v2__note{grid-template-columns:auto 1fr}.applications-v2__note a{grid-column:2}.process-v2__grid{grid-template-columns:1fr 1fr}.region-v2__panel{padding:22px}.faq-item-v2__answer p{padding-right:0}.cta-v2{min-height:570px}.cta-v2__overlay{background:rgba(5,22,49,.88)}.site-footer-v2__top{grid-template-columns:1fr;gap:30px}.site-footer-v2__brand{grid-column:auto}.site-footer-v2__logo{width:245px}.site-footer-v2__bottom{display:block;padding:20px 0}.site-footer-v2__bottom>div{margin-top:10px;display:flex;flex-wrap:wrap}.inner-cta-v2__actions{display:grid}.page-hero h1{font-size:39px!important}
}

@media(max-width:430px){
  .hero-v2 h1{font-size:37px}.hero-v2__visual{min-height:390px}.hero-v2__brand-card{width:165px}.hero-v2__service-card{gap:10px}.hero-v2__service-icon{width:43px;height:43px;flex-basis:43px}.process-v2__grid{grid-template-columns:1fr}.application-card-v2{height:320px}.brand-logo-v2{width:165px;min-width:165px}
}

/* Inner product/service/location refinements */
.v2-mini-list{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:0 0 20px}.v2-mini-list li{font-size:9px;color:#66758a;background:var(--y-soft);border:1px solid var(--y-line);border-radius:999px;padding:6px 8px}
.service-list-v2{background:#fff}.service-list-v2__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-list-card-v2{position:relative;min-height:315px;padding:31px;border:1px solid var(--y-line);border-radius:15px;color:var(--y-ink);background:#fff;transition:.26s;overflow:hidden}.service-list-card-v2:after{content:"";position:absolute;right:-80px;bottom:-90px;width:190px;height:190px;border-radius:50%;background:#f1f5f9;transition:.3s}.service-list-card-v2:hover{transform:translateY(-6px);box-shadow:var(--y-shadow);border-color:transparent;color:var(--y-ink)}.service-list-card-v2:hover:after{transform:scale(1.25);background:#e8f1fb}.service-list-card-v2__index{position:absolute;right:22px;top:20px;font-size:10px;color:#a0adbc;font-weight:900}.service-list-card-v2__icon{position:relative;z-index:2;width:55px;height:55px;border-radius:12px;background:#edf4fb;color:var(--y-blue);display:grid;place-items:center;font-size:21px;margin-bottom:28px}.service-list-card-v2 h2{position:relative;z-index:2;font-size:21px;margin:0 0 13px;color:var(--y-navy)}.service-list-card-v2 p{position:relative;z-index:2;font-size:13px;line-height:1.7;color:var(--y-muted);margin:0 0 24px}.service-list-card-v2__link{position:absolute;z-index:2;left:31px;bottom:27px;font-size:11px;font-weight:900;color:var(--y-navy)}.service-list-card-v2__link i{color:var(--y-orange);margin-left:7px}.service-list-card-v2.is-emergency{background:var(--y-orange);border-color:var(--y-orange)}.service-list-card-v2.is-emergency:after{background:rgba(7,30,66,.07)}.service-list-card-v2.is-emergency .service-list-card-v2__icon{background:var(--y-navy);color:#fff}.service-list-card-v2.is-emergency p{color:#243650}
.portfolio-policy-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:25px}.portfolio-policy-v2>div{display:flex;gap:14px;align-items:flex-start;background:var(--y-soft);border:1px solid var(--y-line);border-radius:12px;padding:19px}.portfolio-policy-v2 i{width:39px;height:39px;border-radius:9px;background:#fff;color:var(--y-blue);display:grid;place-items:center;flex:0 0 39px}.portfolio-policy-v2 strong,.portfolio-policy-v2 small{display:block}.portfolio-policy-v2 strong{font-size:12px;color:var(--y-navy);margin-bottom:5px}.portfolio-policy-v2 small{font-size:10px;line-height:1.5;color:var(--y-muted)}
.locations-v2{background:#fff}.locations-v2__grid{display:grid;grid-template-columns:1fr 390px;gap:70px;align-items:start}.locations-v2__main h2{font-size:48px;line-height:1.12;letter-spacing:-.035em;color:var(--y-navy);margin:0 0 22px}.locations-v2__main>p{font-size:15px;line-height:1.8;color:var(--y-muted);max-width:760px}.district-grid-v2{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.district-grid-v2 span{display:flex;align-items:center;gap:7px;background:var(--y-soft);border:1px solid var(--y-line);border-radius:999px;padding:10px 13px;font-size:11px;color:#41526a}.district-grid-v2 i{color:var(--y-orange)}.locations-v2__service{background:linear-gradient(145deg,#071e42,#0b3e82);color:#fff;border-radius:16px;padding:34px;box-shadow:var(--y-shadow);position:sticky;top:135px}.locations-v2__service-icon{width:58px;height:58px;border-radius:13px;background:var(--y-orange);color:var(--y-navy);display:grid;place-items:center;font-size:24px;margin-bottom:27px}.locations-v2__service small{font-size:9px;letter-spacing:.15em;color:var(--y-orange);font-weight:950}.locations-v2__service h3{font-size:27px;line-height:1.25;margin:10px 0 14px}.locations-v2__service p{font-size:13px;line-height:1.7;color:#bdcadd;margin-bottom:24px}.growth-v2{background:var(--y-soft)}.western-grid-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.western-grid-v2 article{background:#fff;border:1px solid var(--y-line);border-radius:13px;padding:23px;min-height:185px}.western-grid-v2 article>span{width:42px;height:42px;border-radius:9px;background:#edf4fb;color:var(--y-blue);display:grid;place-items:center;margin-bottom:20px}.western-grid-v2 h3{font-size:18px;color:var(--y-navy);margin:0 0 8px}.western-grid-v2 p{font-size:11px;color:#43546b;margin:0 0 7px}.western-grid-v2 small{font-size:9px;line-height:1.5;color:#8795a6}
@media(max-width:992px){.service-list-v2__grid{grid-template-columns:1fr 1fr}.portfolio-policy-v2{grid-template-columns:1fr}.locations-v2__grid{grid-template-columns:1fr}.locations-v2__service{position:static}.western-grid-v2{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.service-list-v2__grid,.western-grid-v2{grid-template-columns:1fr}.locations-v2__main h2{font-size:36px}}
.values-v2{background:#fff}.values-v2__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.values-v2__grid article{border:1px solid var(--y-line);border-radius:14px;padding:29px;min-height:250px;transition:.25s}.values-v2__grid article:hover{transform:translateY(-5px);box-shadow:var(--y-shadow);border-color:transparent}.values-v2__grid article>span{width:51px;height:51px;border-radius:11px;background:#edf4fb;color:var(--y-blue);display:grid;place-items:center;font-size:20px;margin-bottom:25px}.values-v2__grid h3{font-size:18px;color:var(--y-navy);margin:0 0 11px}.values-v2__grid p{font-size:12px;line-height:1.7;color:var(--y-muted);margin:0}.corporate-promise-v2{background:linear-gradient(120deg,#071e42,#0a3875);color:#fff}.corporate-promise-v2__inner{display:grid;grid-template-columns:1fr 390px;gap:70px;align-items:center}.corporate-promise-v2 h2{font-size:44px;color:#fff;margin:0 0 18px}.corporate-promise-v2 p{font-size:14px;line-height:1.75;color:#bdcadd;max-width:750px}.corporate-promise-v2 img{background:#fff;border-radius:14px;padding:17px;width:100%;max-height:135px;object-fit:contain}
@media(max-width:992px){.values-v2__grid{grid-template-columns:1fr 1fr}.corporate-promise-v2__inner{grid-template-columns:1fr}.corporate-promise-v2 img{max-width:390px}}
@media(max-width:700px){.values-v2__grid{grid-template-columns:1fr}.corporate-promise-v2 h2{font-size:36px}}
