:root {
  --brand: #0057d9;
  --brand-dark: #003d99;
  --brand-ink: #002b6a;
  --navy: #071b3a;
  --navy-2: #0b2b5b;
  --ink: #10233f;
  --muted: #617087;
  --line: rgba(16, 57, 118, .12);
  --tint: #eaf3ff;
  --surface: #f7faff;
  --white: #fff;
  --shadow-sm: 0 12px 28px rgba(17, 61, 125, .08);
  --shadow: 0 24px 60px rgba(13, 52, 112, .13);
  --radius: 22px;
  --radius-lg: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.site-body, body.contact-page {
  background: var(--white);
  color: var(--ink);
  font-family: Manrope, "DM Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #76a9ff; outline-offset: 3px; border-radius: 5px; }

.skip-link { background: var(--white); color: var(--navy); font-weight: 800; left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 2000; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header { background: var(--white); position: relative; z-index: 1030; transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { box-shadow: 0 6px 26px rgba(12, 36, 78, .10); }
.utility-bar { background: var(--navy); color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .015em; padding: .48rem 0; }
.utility-bar a { color: rgba(255,255,255,.86); }
.utility-bar a:hover { color: #fff; }
.site-navbar { background: var(--white); min-height: 76px; padding: .55rem 0; transition: min-height .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled .site-navbar { min-height: 68px; }
.navbar-brand { margin-right: 0; }
.brand-lockup { align-items: center; color: var(--navy); display: inline-flex; gap: .68rem; }
.brand-mark { align-items: center; background: linear-gradient(145deg, #0b69f4, #0042a8); border-radius: 11px; box-shadow: 0 8px 16px rgba(0, 87, 217, .22); color: white; display: inline-flex; font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: .68rem; font-weight: 800; height: 39px; justify-content: center; letter-spacing: -.04em; min-width: 39px; padding: 0 5px; }
.brand-mark i { font-size: 1.06rem; }
.brand-mark.brand-logo { overflow: hidden; padding: 0; flex: 0 0 auto; width: 39px; background: #fff; box-shadow: 0 4px 10px rgba(15, 23, 42, .12); }
.brand-mark.brand-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.footer-brand .brand-mark.brand-logo { box-shadow: 0 8px 16px rgba(0,0,0,.28); }
.brand-copy { display: flex; flex-direction: column; justify-content: center; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: .83rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-copy small { color: var(--brand); font-size: .56rem; font-weight: 800; letter-spacing: .18em; margin-top: .27rem; text-transform: uppercase; }
.navbar-nav { gap: .18rem; }
.navbar-nav .nav-link { border-radius: 8px; color: #354867; font-size: .81rem; font-weight: 700; padding: .7rem .82rem !important; position: relative; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--brand); }
.navbar-nav .nav-link.active::after { background: var(--brand); border-radius: 999px; bottom: .29rem; content: ""; height: 2px; left: .82rem; position: absolute; right: .82rem; }
.navbar-toggler { border-radius: 9px; color: var(--brand); padding: .5rem .62rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(0,87,217,.16); }
.btn-nav, .btn-primary-custom, .btn-brand { align-items: center; background: var(--brand); border: 1px solid var(--brand); border-radius: 10px; box-shadow: 0 9px 19px rgba(0,87,217,.18); color: #fff; display: inline-flex; font-size: .77rem; font-weight: 800; justify-content: center; letter-spacing: .01em; min-height: 43px; padding: .69rem 1rem; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.btn-nav:hover, .btn-primary-custom:hover, .btn-brand:hover { background: var(--brand-dark); border-color: var(--brand-dark); box-shadow: 0 12px 24px rgba(0,87,217,.26); color: #fff; transform: translateY(-2px); }

/* Type and reusable components */
.section-padding { padding: 6.4rem 0; }
.section-surface { background: var(--surface); }
.section-heading { max-width: 730px; }
.section-heading.text-center { max-width: 760px; }
.section-title, .section-heading, .section-heading h2 { color: var(--navy); font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: clamp(1.88rem, 3.2vw, 3.15rem); font-weight: 800; letter-spacing: -.052em; line-height: 1.16; }
h1, h2, h3, h4 { font-family: "Plus Jakarta Sans", Manrope, sans-serif; }
.section-copy, .section-intro { color: var(--muted); font-size: .98rem; line-height: 1.85; max-width: 670px; }
.section-kicker, .eyebrow { align-items: center; color: var(--brand); display: flex; font-size: .69rem; font-weight: 800; gap: .53rem; letter-spacing: .14em; margin-bottom: 1.05rem; text-transform: uppercase; }
.eyebrow > span { background: currentColor; border-radius: 99px; display: inline-block; height: 2px; width: 25px; }
.section-kicker i { font-size: .92rem; }
.light-kicker { color: rgba(255,255,255,.76); }
.glass-card, .glass-panel { background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.85); box-shadow: var(--shadow); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.text-link { align-items: center; color: var(--brand); display: inline-flex; font-size: .84rem; font-weight: 800; gap: .6rem; margin-top: .8rem; }
.text-link:hover { color: var(--brand-dark); gap: .8rem; }
.btn-outline-brand, .btn-outline-custom { align-items: center; background: transparent; border: 1px solid rgba(0,87,217,.36); border-radius: 10px; color: var(--brand); display: inline-flex; font-size: .82rem; font-weight: 800; justify-content: center; min-height: 45px; padding: .7rem 1rem; transition: all .2s ease; }
.btn-outline-brand:hover, .btn-outline-custom:hover { background: var(--tint); border-color: var(--brand); color: var(--brand-dark); transform: translateY(-2px); }
.btn-light-custom { background: #fff; border-radius: 10px; color: var(--brand); font-weight: 800; padding: .78rem 1.1rem; }

/* Home hero */
.home-hero, .page-hero { background: radial-gradient(circle at 81% 15%, #126fdf 0, transparent 28%), radial-gradient(circle at 15% 94%, rgba(0,102,244,.37) 0, transparent 31%), linear-gradient(121deg, #051b3f 0%, #082c63 51%, #064a9d 100%); color: #fff; min-height: 640px; overflow: hidden; padding: 7rem 0 5.5rem; position: relative; }
.home-hero { min-height: 660px; }
.page-hero { min-height: 505px; padding: 7.4rem 0 5.4rem; }
.hero-grid { background-image: linear-gradient(rgba(125,189,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(125,189,255,.08) 1px, transparent 1px); background-size: 52px 52px; inset: 0; mask-image: linear-gradient(90deg, #000, transparent 88%); opacity: .62; pointer-events: none; position: absolute; }
.hero-glow { border: 1px solid rgba(139,203,255,.18); border-radius: 50%; filter: blur(.1px); pointer-events: none; position: absolute; }
.hero-glow-one { height: 560px; right: -145px; top: -105px; width: 560px; }
.hero-glow-two { bottom: -330px; height: 610px; left: -190px; width: 610px; }
.home-hero-title { color: white; font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: clamp(2.55rem, 4.65vw, 4.7rem); font-weight: 800; letter-spacing: -.065em; line-height: 1.065; margin: 0; max-width: 760px; }
.home-hero-title em, .page-hero h1 em { color: #80c6ff; font-style: normal; }
.home-hero-copy, .hero-lead { color: rgba(255,255,255,.77); font-size: clamp(.96rem, 1.4vw, 1.07rem); line-height: 1.8; margin: 1.55rem 0 0; max-width: 650px; }
.text-white-75 { color: rgba(255,255,255,.77) !important; }
.btn-hero { align-items: center; border-radius: 11px; box-shadow: 0 12px 26px rgba(1,23,67,.23); color: var(--brand-dark); display: inline-flex; font-size: .86rem; font-weight: 800; justify-content: center; min-height: 50px; padding: .83rem 1.15rem; transition: transform .2s ease, box-shadow .2s ease; }
.btn-hero:hover { color: var(--brand-dark); box-shadow: 0 17px 29px rgba(1,23,67,.3); transform: translateY(-2px); }
.btn-hero-outline { align-items: center; border-radius: 11px; font-size: .86rem; font-weight: 800; justify-content: center; min-height: 50px; padding: .83rem 1.15rem; }
.hero-proof { color: rgba(255,255,255,.74); font-size: .72rem; font-weight: 700; }
.hero-proof span { align-items: center; display: inline-flex; gap: .42rem; }
.hero-proof i { color: #8ed1ff; font-size: .95rem; }
.hero-visual-wrap { isolation: isolate; margin: -1rem -1rem -1.2rem 0; min-height: 420px; position: relative; }
.hero-infrastructure-image { border: 1px solid rgba(255,255,255,.17); border-radius: 28px; box-shadow: 0 32px 62px rgba(0, 12, 44, .38); display: block; min-height: 410px; object-fit: cover; object-position: 63% center; position: relative; width: 100%; z-index: 1; }
.hero-visual-wrap::after { background: linear-gradient(90deg, rgba(5,27,63,.52), transparent 43%), linear-gradient(0deg, rgba(5,27,63,.30), transparent 39%); border-radius: 28px; content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 2; }
.hero-visual-ring { border: 1px solid rgba(146,211,255,.28); border-radius: 50%; pointer-events: none; position: absolute; z-index: -1; }
.ring-a { height: 430px; right: -105px; top: -50px; width: 430px; }
.ring-b { bottom: -70px; height: 290px; left: -80px; width: 290px; }
.hero-float-card { align-items: center; background: rgba(4,35,80,.73); border: 1px solid rgba(167,218,255,.30); border-radius: 10px; box-shadow: 0 11px 24px rgba(0,12,47,.25); color: white; display: flex; font-size: .67rem; font-weight: 800; gap: .42rem; padding: .55rem .7rem; position: absolute; z-index: 3; }
.hero-float-card i { color: #99d6ff; font-size: .9rem; }
.card-surveillance { right: 3%; top: 8%; }
.card-network { bottom: 9%; left: 4%; }
.card-power { bottom: 31%; right: 5%; }

.audience-band { background: #fff; border-bottom: 1px solid var(--line); }
.audience-band-inner { align-items: center; display: flex; gap: 2rem; justify-content: space-between; min-height: 87px; }
.audience-band p { color: var(--navy); font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: .91rem; font-weight: 800; letter-spacing: -.02em; max-width: 290px; }
.audience-chips { align-items: center; display: flex; flex-wrap: wrap; gap: .5rem; justify-content: flex-end; }
.audience-chips span { background: var(--tint); border: 1px solid #d4e8ff; border-radius: 999px; color: #245186; font-size: .67rem; font-weight: 800; padding: .45rem .7rem; }

/* Home introduction, cards and benefits */
.intro-home-section { background: linear-gradient(180deg, #fff, #fbfdff); }
.location-panel { background: linear-gradient(140deg, #f9fcff, #e6f1ff); border: 1px solid #d4e7ff; border-radius: var(--radius-lg); min-height: 290px; padding: 2rem; position: relative; overflow: hidden; }
.location-panel::after { background: radial-gradient(circle, rgba(0,87,217,.17), transparent 68%); content: ""; height: 300px; position: absolute; right: -85px; top: -112px; width: 300px; }
.location-panel-top { align-items: center; color: var(--brand); display: flex; font-size: .65rem; font-weight: 800; gap: .55rem; letter-spacing: .12em; position: relative; text-transform: uppercase; z-index: 1; }
.location-panel-top p { margin: 0; }
.location-pulse { background: #42b979; border-radius: 50%; box-shadow: 0 0 0 6px rgba(66,185,121,.14); height: 8px; width: 8px; }
.location-panel-main { align-items: center; display: flex; gap: 1.1rem; margin-top: 2.2rem; position: relative; z-index: 1; }
.location-panel-main > i { align-items: center; background: var(--brand); border-radius: 15px; box-shadow: 0 12px 22px rgba(0,87,217,.23); color: #fff; display: flex; font-size: 1.55rem; height: 59px; justify-content: center; width: 59px; }
.location-panel-main div { display: flex; flex-direction: column; }
.location-panel-main span { color: #5c789b; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.location-panel-main strong { color: var(--navy); font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: 1.35rem; letter-spacing: -.045em; margin: .18rem 0; }
.location-panel-main small { color: var(--muted); font-size: .74rem; max-width: 300px; }
.location-panel-tags { bottom: 1.75rem; display: flex; flex-wrap: wrap; gap: .5rem; left: 2rem; position: absolute; z-index: 1; }
.location-panel-tags span { background: rgba(255,255,255,.78); border: 1px solid rgba(0,87,217,.11); border-radius: 8px; color: #406386; font-size: .67rem; font-weight: 800; padding: .42rem .58rem; }
.location-panel-tags i { color: var(--brand); }

.service-card { background: #fff; border: 1px solid #e2ecfa; border-radius: var(--radius); box-shadow: 0 12px 28px rgba(19,64,127,.055); padding: 1.75rem; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { border-color: rgba(0,87,217,.35); box-shadow: 0 22px 40px rgba(16,67,141,.13); transform: translateY(-6px); }
.icon-badge, .service-detail-icon, .expertise-icon { align-items: center; background: linear-gradient(135deg, #e9f4ff, #d6eaff); border: 1px solid #c8e1fd; border-radius: 12px; color: var(--brand); display: inline-flex; font-size: 1.35rem; height: 48px; justify-content: center; width: 48px; }
.service-card-index { color: #7690b0; font-size: .64rem; font-weight: 800; letter-spacing: .12em; margin: 1.25rem 0 .52rem; text-transform: uppercase; }
.service-card h3 { color: var(--navy); font-size: 1.1rem; font-weight: 800; letter-spacing: -.04em; }
.service-card > p:not(.service-card-index) { color: var(--muted); font-size: .82rem; line-height: 1.75; }
.service-card ul { color: #48627f; font-size: .73rem; line-height: 1.9; list-style: none; margin: 1.15rem 0 1.4rem; padding: 0; }
.service-card li::before { color: var(--brand); content: "•"; font-size: 1rem; margin-right: .42rem; }
.service-card a { align-items: center; color: var(--brand); display: inline-flex; font-size: .75rem; font-weight: 800; gap: .45rem; }
.service-card a:hover { color: var(--brand-dark); gap: .65rem; }

.why-section { background: #fff; }
.feature-card { align-items: center; background: #f9fbfe; border: 1px solid #e0ecfa; border-radius: 16px; color: var(--navy); display: flex; flex-direction: column; font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: .77rem; font-weight: 800; justify-content: center; line-height: 1.38; min-height: 145px; padding: 1rem; text-align: center; transition: all .22s ease; }
.feature-card:hover { background: #fff; border-color: #a7cff9; box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.feature-card i { color: var(--brand); font-size: 1.55rem; margin-bottom: .7rem; }

.operating-facts-section { background: var(--navy); color: white; overflow: hidden; position: relative; }
.operating-facts-section::before { background-image: linear-gradient(rgba(135,205,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(135,205,255,.08) 1px, transparent 1px); background-size: 44px 44px; content: ""; inset: 0; opacity: .7; position: absolute; }
.operating-facts-grid { align-items: stretch; display: grid; grid-template-columns: 1.65fr repeat(4, 1fr); position: relative; }
.fact-intro { padding: 3rem 2.5rem 3rem 0; }
.fact-intro h2 { font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: 1.7rem; font-weight: 800; letter-spacing: -.055em; line-height: 1.16; }
.fact-intro p:last-child { color: rgba(255,255,255,.67); font-size: .78rem; max-width: 280px; }
.stat-card { align-items: flex-start; border-left: 1px solid rgba(174,216,255,.18); display: flex; flex-direction: column; justify-content: center; min-height: 220px; padding: 2.3rem 1.4rem; }
.stat-number { color: #95d1ff; font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: clamp(2rem, 3.4vw, 3.35rem); font-weight: 800; letter-spacing: -.075em; line-height: 1; }
.stat-card span { color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 700; line-height: 1.5; margin-top: .75rem; }

/* Brand rails */
.brands-section { background: #fff; }
.brand-marquee { overflow: hidden; padding: .4rem 0; }
.brand-track { animation: brand-scroll 38s linear infinite; display: flex; width: max-content; }
.marquee-reverse .brand-track { animation-direction: reverse; animation-duration: 43s; }
.brand-set { display: flex; flex: 0 0 auto; gap: .8rem; padding-right: .8rem; }
.brand-set span, .brand-token { align-items: center; background: #f8fbff; border: 1px solid #dce9f8; border-radius: 10px; color: #3a5678; display: flex; font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: .76rem; font-weight: 800; justify-content: center; min-width: 118px; padding: .78rem 1rem; white-space: nowrap; }
.brand-disclaimer { color: #7c8ea5; font-size: .68rem; }
@keyframes brand-scroll { to { transform: translateX(-50%); } }

/* Commitment carousel and accordion */
.commitment-carousel { background: linear-gradient(135deg, #062558, #094487); border-radius: var(--radius-lg); box-shadow: var(--shadow); color: white; overflow: hidden; }
.commitment-slide { min-height: 330px; padding: 3rem 4.8rem 3rem 3rem; }
.commitment-quote { align-items: center; background: rgba(137,206,255,.15); border: 1px solid rgba(163,218,255,.28); border-radius: 11px; color: #a3dcff; display: inline-flex; font-size: 1.25rem; height: 46px; justify-content: center; width: 46px; }
.commitment-slide h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 800; letter-spacing: -.05em; line-height: 1.25; margin: 1.4rem 0 1rem; max-width: 530px; }
.commitment-slide p { color: rgba(255,255,255,.75); font-size: .9rem; line-height: 1.8; max-width: 500px; }
.commitment-step { color: #97d5ff; display: block; font-size: .67rem; font-weight: 800; letter-spacing: .13em; margin-top: 1.4rem; text-transform: uppercase; }
.commitment-carousel .carousel-indicators { bottom: 1.6rem; justify-content: flex-start; left: 3rem; margin: 0; }
.commitment-carousel .carousel-indicators [data-bs-target] { background-color: #a7d9ff; border: 0; border-radius: 99px; height: 4px; margin: 0 .24rem; width: 24px; }
.commitment-carousel .carousel-control-prev, .commitment-carousel .carousel-control-next { background: rgba(255,255,255,.13); border-radius: 9px; height: 35px; opacity: 1; top: auto; width: 35px; bottom: 2.45rem; }
.commitment-carousel .carousel-control-prev { left: auto; right: 4.9rem; }
.commitment-carousel .carousel-control-next { right: 2.4rem; }
.commitment-carousel .carousel-control-prev-icon, .commitment-carousel .carousel-control-next-icon { background-size: 70%; }
.premium-accordion .accordion-item, .faq-accordion .accordion-item { background: #fff; border: 1px solid #dde9f7; border-radius: 13px !important; margin-bottom: .7rem; overflow: hidden; }
.premium-accordion .accordion-button, .faq-accordion .accordion-button { background: #fff; box-shadow: none; color: var(--navy); font-size: .86rem; font-weight: 800; padding: 1.14rem 1.25rem; }
.premium-accordion .accordion-button:not(.collapsed), .faq-accordion .accordion-button:not(.collapsed) { background: #f6faff; color: var(--brand); }
.premium-accordion .accordion-button:focus, .faq-accordion .accordion-button:focus { border-color: transparent; box-shadow: inset 0 0 0 2px rgba(0,87,217,.18); }
.premium-accordion .accordion-body, .faq-accordion .accordion-body { color: var(--muted); font-size: .82rem; line-height: 1.75; padding: 0 1.25rem 1.15rem; }

/* CTA and footer */
.cta-section { background: #fff; padding: 1.2rem 0 6.4rem; }
.cta-panel { background: radial-gradient(circle at 87% 15%, rgba(71,178,255,.6), transparent 24%), linear-gradient(128deg, #04255d, #0057d9); border-radius: var(--radius-lg); color: white; overflow: hidden; padding: 3.5rem; position: relative; }
.cta-panel::before { background-image: linear-gradient(rgba(186,225,255,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(186,225,255,.10) 1px, transparent 1px); background-size: 42px 42px; content: ""; inset: 0; mask-image: linear-gradient(100deg, #000, transparent 80%); position: absolute; }
.cta-panel h2 { color: white; font-family: "Plus Jakarta Sans", Manrope, sans-serif; font-size: clamp(1.85rem, 3.3vw, 3rem); font-weight: 800; letter-spacing: -.06em; line-height: 1.14; }
.cta-panel p:not(.eyebrow) { color: rgba(255,255,255,.75); font-size: .91rem; margin: .85rem 0 0; max-width: 660px; }
.cta-orb { border: 1px solid rgba(184,228,255,.20); border-radius: 50%; height: 230px; position: absolute; width: 230px; }
.orb-one { bottom: -140px; right: 9%; }.orb-two { height: 430px; right: -190px; top: -155px; width: 430px; }
.cta-pattern { background: radial-gradient(circle, rgba(156,219,255,.52) 0 2px, transparent 3px); background-size: 21px 21px; bottom: -30px; height: 180px; opacity: .23; position: absolute; right: 0; width: 260px; }

.site-footer, .footer-main { background: #051935; color: rgba(255,255,255,.72); }
.site-footer > .footer-main { padding: 5rem 0 3.8rem; }
.footer-main > .container { padding-bottom: 0; padding-top: 4.7rem; }
.site-footer .footer-main.row { padding: 4.7rem 0 3.7rem; }
.footer-brand { margin-bottom: 1.35rem; }
.footer-brand .brand-copy strong { color: #fff; }.footer-brand .brand-copy small { color: #89ccff; }
.footer-copy, .footer-about { color: rgba(255,255,255,.65); font-size: .78rem; line-height: 1.8; max-width: 330px; }
.footer-email { align-items: center; color: #a9dcff; display: inline-flex; font-size: .75rem; font-weight: 700; gap: .55rem; }
.footer-email:hover { color: #fff; }
.site-footer h2, .footer-heading { color: #fff; font-family: Manrope, sans-serif; font-size: .73rem; font-weight: 800; letter-spacing: .13em; margin: .48rem 0 1.2rem; text-transform: uppercase; }
.footer-links li { margin-bottom: .63rem; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .75rem; }
.footer-links a:hover { color: #91d2ff; }
.footer-contact { color: rgba(255,255,255,.68); font-size: .75rem; font-style: normal; }
.footer-contact li, .footer-contact > span, .footer-contact > a { align-items: flex-start; color: rgba(255,255,255,.68); display: flex; gap: .6rem; margin-bottom: .78rem; }
.footer-contact i { color: #8cd1ff; margin-top: .25rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.47); font-size: .67rem; padding: 1.2rem 0; }
.site-footer > .footer-bottom { padding: 1.2rem 0; }
.footer-legal { display: flex; gap: 1rem; }.footer-legal a:hover { color: #fff; }
.footer-socials { display: flex; gap: .55rem; }.footer-socials a { align-items: center; background: rgba(255,255,255,.09); border-radius: 8px; color: #9ed8ff; display: inline-flex; height: 32px; justify-content: center; width: 32px; }.footer-socials a:hover { background: var(--brand); color: white; }

.floating-actions { bottom: 1.25rem; display: flex; flex-direction: column; gap: .55rem; position: fixed; right: 1.25rem; z-index: 1025; }
.floating-actions a, .floating-actions button { align-items: center; border: 0; border-radius: 50%; box-shadow: 0 9px 21px rgba(1,35,86,.20); color: white; display: flex; height: 46px; justify-content: center; transition: transform .2s ease, background .2s ease; width: 46px; }
.floating-contact { background: var(--brand); }.floating-whatsapp { background: #1fac66; }.back-to-top, .floating-top { background: #173b70; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(8px); }
.back-to-top.is-visible, .floating-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-actions a:hover, .floating-actions button:hover { color: white; transform: translateY(-3px); }
.floating-action { border-radius: 23px !important; font-size: .69rem; font-weight: 800; gap: .4rem; padding: 0 .76rem; width: auto !important; }.floating-action span { white-space: nowrap; }

/* Services page */
.trust-strip-section { background: #fff; border-bottom: 1px solid #e0eaf5; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip-five { grid-template-columns: repeat(5, 1fr); }
.trust-item { align-items: center; border-right: 1px solid #e4edf8; display: flex; gap: .68rem; justify-content: center; min-height: 104px; padding: 1rem; }
.trust-item:last-child { border-right: 0; }
.trust-item > i { color: var(--brand); font-size: 1.25rem; }.trust-item span { color: #647998; font-size: .69rem; line-height: 1.3; }.trust-item strong { color: var(--navy); font-size: .73rem; }
.network-orbit-card { align-items: center; background: radial-gradient(circle at 50% 45%, rgba(33,137,255,.42), transparent 47%), rgba(4,28,70,.42); border: 1px solid rgba(162,217,255,.25); border-radius: 50%; display: flex; height: min(405px, 72vw); justify-content: center; margin: 0 auto; max-width: 405px; position: relative; }
.orbit { border: 1px solid rgba(167,221,255,.30); border-radius: 50%; position: absolute; }.orbit-lg { height: 82%; width: 82%; }.orbit-sm { height: 50%; width: 50%; }
.orbit-core { align-items: center; background: linear-gradient(145deg, #0a74d3, #064079); border: 1px solid rgba(195,233,255,.35); border-radius: 50%; box-shadow: 0 0 0 13px rgba(104,190,255,.08); display: flex; flex-direction: column; height: 142px; justify-content: center; text-align: center; width: 142px; z-index: 1; }
.orbit-core span { color: #aee0ff; font-size: .6rem; font-weight: 800; letter-spacing: .14em; }.orbit-core strong { font-family: "Plus Jakarta Sans", sans-serif; font-size: .88rem; line-height: 1.28; margin-top: .34rem; }
.orbit-node { align-items: center; background: #fff; border-radius: 50%; box-shadow: 0 8px 18px rgba(0,12,53,.22); color: var(--brand); display: flex; height: 43px; justify-content: center; position: absolute; width: 43px; z-index: 2; }.node-one { left: 8%; top: 23%; }.node-two { right: 9%; top: 17%; }.node-three { bottom: 17%; right: 15%; }.node-four { bottom: 18%; left: 12%; }
.orbit-caption { align-items: center; bottom: 5%; color: white; display: flex; font-size: .62rem; font-weight: 800; gap: .5rem; padding: .55rem .75rem; position: absolute; }.orbit-caption i { color: #8bd1ff; }
.intro-solution-section { background: #fff; }.solution-architecture-card { background: linear-gradient(135deg, #f8fbff, #e8f3ff); border: 1px solid #d6e8fb; border-radius: var(--radius-lg); min-height: 365px; padding: 1.8rem; position: relative; }.architecture-heading h3 { color: var(--navy); font-size: 1.03rem; font-weight: 800; margin: .25rem 0; }.architecture-kicker { color: var(--brand); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.architecture-heading > i { color: var(--brand); font-size: 1.45rem; }.architecture-map { height: 205px; margin-top: 1.3rem; position: relative; }.architecture-center { align-items: center; background: var(--brand); border-radius: 50%; box-shadow: 0 11px 23px rgba(0,87,217,.24); color: white; display: flex; flex-direction: column; height: 105px; justify-content: center; left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%,-50%); width: 105px; }.architecture-center i { font-size: 1.3rem; }.architecture-center strong { font-size: .69rem; }.architecture-center span { font-size: .56rem; opacity: .77; }.architecture-node { align-items: center; background: #fff; border: 1px solid #d3e5f9; border-radius: 10px; box-shadow: 0 7px 16px rgba(31,75,134,.08); color: var(--brand); display: flex; flex-direction: column; font-size: 1rem; height: 60px; justify-content: center; position: absolute; width: 74px; }.architecture-node span { color: #52718f; font-size: .52rem; font-weight: 800; margin-top: .12rem; }.node-security { left: 3%; top: 6%; }.node-network { right: 3%; top: 6%; }.node-it { bottom: 4%; left: 4%; }.node-power { bottom: 4%; right: 4%; }.architecture-line { background: #a5cef9; height: 1px; left: 50%; position: absolute; top: 50%; transform-origin: left; width: 35%; }.line-top { transform: rotate(-140deg); }.line-left { transform: rotate(-212deg); }.line-right { transform: rotate(-37deg); }.line-bottom { transform: rotate(36deg); }.architecture-note { color: #4f6e8d; font-size: .69rem; font-weight: 700; }.architecture-note i { color: #20ab68; margin-right: .35rem; }
.service-detail-list { display: grid; gap: 1rem; }.service-detail-card { align-items: center; background: #fff; border: 1px solid #dce8f6; border-radius: 16px; display: grid; gap: 1.3rem; grid-template-columns: 1.05fr 1.75fr auto; padding: 1.45rem; transition: box-shadow .2s ease, transform .2s ease; }.service-detail-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }.service-detail-identity { align-items: center; display: flex; gap: .8rem; }.service-index { color: #9ab2cd; font-size: .67rem; font-weight: 800; }.service-detail-icon { flex: 0 0 auto; height: 43px; width: 43px; }.service-label { color: var(--brand); font-size: .58rem; font-weight: 800; letter-spacing: .11em; margin: 0; text-transform: uppercase; }.service-detail-identity h3 { color: var(--navy); font-size: .98rem; font-weight: 800; letter-spacing: -.04em; margin: .12rem 0 0; }.service-detail-body p { color: var(--muted); font-size: .76rem; margin: 0 0 .62rem; }.solution-list { display: flex; flex-wrap: wrap; gap: .24rem .75rem; margin: 0; }.solution-list li { color: #496582; font-size: .65rem; }.solution-list i { color: var(--brand); }.service-detail-link { align-items: center; background: var(--tint); border-radius: 50%; color: var(--brand); display: flex; height: 39px; justify-content: center; width: 39px; }.service-detail-link:hover { background: var(--brand); color: #fff; }
.process-card { background: #fff; border: 1px solid #dce8f7; border-radius: 16px; min-height: 100%; padding: 1.5rem; position: relative; }.process-number { color: #a9c4df; font-family: "Plus Jakarta Sans", sans-serif; font-size: 2rem; font-weight: 800; }.process-card h3 { color: var(--navy); font-size: .93rem; font-weight: 800; }.process-card p { color: var(--muted); font-size: .76rem; }.process-icon { color: var(--brand); font-size: 1.15rem; position: absolute; right: 1.3rem; top: 1.4rem; }

/* About page */
.about-hero-composition { height: 370px; margin: 0 auto; max-width: 420px; position: relative; }.about-hero-card { background: rgba(255,255,255,.11); border: 1px solid rgba(183,226,255,.31); border-radius: 18px; box-shadow: 0 20px 44px rgba(0,15,51,.18); backdrop-filter: blur(14px); position: absolute; }.about-card-primary { color: #fff; left: 19%; padding: 2rem; text-align: center; top: 22%; width: 210px; }.about-card-icon { align-items: center; background: rgba(132,207,255,.18); border-radius: 50%; color: #a8ddff; display: inline-flex; font-size: 1.4rem; height: 55px; justify-content: center; width: 55px; }.about-card-label { display: block; font-size: .75rem; font-weight: 800; margin-top: 1rem; }.about-card-quote { color: #a3dbff; font-size: 1.2rem; left: 0; padding: .78rem .95rem; top: 5%; }.about-card-connected { align-items: center; bottom: 2%; color: white; display: flex; font-size: .63rem; font-weight: 800; gap: .45rem; padding: .68rem .8rem; right: 0; }.about-card-connected i { color: #8fd6ff; }.about-hero-ring { border: 1px solid rgba(148,211,255,.22); border-radius: 50%; position: absolute; }.ring-one { height: 345px; left: 8%; top: 3%; width: 345px; }.ring-two { height: 230px; left: 23%; top: 18%; width: 230px; }.about-hero-dot { background: #9bd9ff; border-radius: 50%; box-shadow: 0 0 0 7px rgba(151,218,255,.12); height: 8px; position: absolute; width: 8px; }.dot-one { right: 10%; top: 14%; }.dot-two { bottom: 21%; left: 7%; }
.story-visual-panel { background: radial-gradient(circle at 54% 40%, rgba(21,133,242,.6), transparent 34%), #06285b; border-radius: var(--radius-lg); height: 395px; overflow: hidden; position: relative; }.story-panel-grid { background-image: linear-gradient(rgba(164,218,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(164,218,255,.11) 1px, transparent 1px); background-size: 32px 32px; inset: 0; position: absolute; }.story-device { align-items: center; background: rgba(255,255,255,.11); border: 1px solid rgba(176,225,255,.35); border-radius: 12px; box-shadow: 0 13px 27px rgba(0,13,49,.22); color: #a9dcff; display: flex; font-size: 1.4rem; height: 69px; justify-content: center; position: absolute; width: 85px; }.story-device-monitor { left: 38%; top: 37%; }.story-device-camera { left: 11%; top: 19%; }.story-device-network { bottom: 20%; right: 11%; }.story-device-power { right: 16%; top: 16%; }.story-pulse { border: 1px solid rgba(156,220,255,.35); border-radius: 50%; height: 135px; left: 32%; position: absolute; top: 29%; width: 135px; }.pulse-two { height: 215px; left: 22%; opacity: .55; top: 19%; width: 215px; }.story-visual-caption { align-items: center; bottom: 1.1rem; color: #fff; display: flex; font-size: .65rem; font-weight: 700; gap: .5rem; left: 1.1rem; padding: .58rem .75rem; position: absolute; }.caption-dot { background: #45cb89; border-radius: 50%; height: 7px; width: 7px; }.overview-owner-card { align-items: center; border-top: 1px solid #e2eaf6; display: flex; gap: .8rem; margin-top: 1.6rem; padding-top: 1.4rem; }.owner-avatar { align-items: center; background: var(--tint); border-radius: 50%; color: var(--brand); display: flex; height: 42px; justify-content: center; width: 42px; }.overview-owner-card div { display: flex; flex-direction: column; }.overview-owner-card span:not(.owner-avatar) { color: #6d84a0; font-size: .6rem; font-weight: 800; text-transform: uppercase; }.overview-owner-card strong { color: var(--navy); font-size: .8rem; }.overview-owner-card small { color: var(--muted); font-size: .64rem; }
.purpose-card { background: #fff; border: 1px solid #dce9f7; border-radius: var(--radius); min-height: 275px; overflow: hidden; padding: 2rem; position: relative; }.purpose-card::after { background: radial-gradient(circle, rgba(0,87,217,.11), transparent 70%); content: ""; height: 260px; position: absolute; right: -130px; top: -115px; width: 260px; }.purpose-icon { align-items: center; background: var(--tint); border-radius: 12px; color: var(--brand); display: inline-flex; font-size: 1.2rem; height: 43px; justify-content: center; width: 43px; }.purpose-label { color: var(--brand); font-size: .65rem; font-weight: 800; letter-spacing: .11em; margin: 1.3rem 0 .5rem; text-transform: uppercase; }.purpose-card h3 { color: var(--navy); font-size: 1.25rem; font-weight: 800; letter-spacing: -.05em; position: relative; z-index: 1; }.purpose-card p:last-child { color: var(--muted); font-size: .8rem; max-width: 460px; position: relative; z-index: 1; }.purpose-number { bottom: 1rem; color: #d9e9fb; font-family: "Plus Jakarta Sans", sans-serif; font-size: 4rem; font-weight: 800; line-height: 1; position: absolute; right: 1.5rem; }
.expertise-card { background: #fff; border: 1px solid #dce9f7; border-radius: 17px; min-height: 245px; padding: 1.45rem; position: relative; transition: all .22s ease; }.expertise-card:hover { border-color: #a9cef6; box-shadow: var(--shadow-sm); transform: translateY(-5px); }.expertise-icon { height: 42px; width: 42px; }.expertise-no { color: #a5bfd9; font-size: .66rem; font-weight: 800; position: absolute; right: 1.4rem; top: 1.6rem; }.expertise-card h3 { color: var(--navy); font-size: 1rem; font-weight: 800; margin: 1.2rem 0 .62rem; }.expertise-card p { color: var(--muted); font-size: .74rem; line-height: 1.7; }.expertise-card a { bottom: 1.35rem; color: var(--brand); font-size: .7rem; font-weight: 800; position: absolute; }.expertise-card a:hover { color: var(--brand-dark); }
.commitment-list { display: grid; gap: .8rem; }.commitment-item { align-items: center; background: #fff; border: 1px solid #dce9f8; border-radius: 14px; display: grid; gap: .85rem; grid-template-columns: auto 1fr auto; padding: 1.12rem; }.commitment-count { color: var(--brand); font-family: "Plus Jakarta Sans", sans-serif; font-size: .73rem; font-weight: 800; }.commitment-item h3 { color: var(--navy); font-size: .86rem; font-weight: 800; margin: 0 0 .2rem; }.commitment-item p { color: var(--muted); font-size: .69rem; line-height: 1.6; margin: 0; }.commitment-item > i { color: #8bbde7; font-size: 1.05rem; }.brand-wall { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: center; }.brand-token { min-width: auto; padding: .65rem .9rem; }.brand-token-featured { background: var(--tint); border-color: #a8d0fa; color: var(--brand); }

/* Contact page */
.contact-page main { padding-top: 76px; }.contact-page .site-navbar.fixed-top { box-shadow: 0 5px 20px rgba(10,45,93,.06); }
.page-hero-contact { min-height: 435px; padding: 5.9rem 0 4.4rem; }.page-hero-contact .section-heading { color: #fff; font-size: clamp(2.3rem, 4vw, 4rem); max-width: 780px; }.page-hero-contact .section-heading span { color: #94d3ff; }.hero-orb { border: 1px solid rgba(164,218,255,.22); border-radius: 50%; position: absolute; }.hero-orb-one { height: 500px; right: -130px; top: -250px; width: 500px; }.hero-orb-two { bottom: -290px; height: 480px; left: -90px; width: 480px; }.hero-contact-note { align-items: flex-start; border-radius: 16px; color: #fff; display: flex; flex-direction: column; gap: .65rem; padding: 1.25rem; position: relative; }.glass-card-dark { background: rgba(255,255,255,.11); border: 1px solid rgba(193,230,255,.29); box-shadow: 0 20px 42px rgba(0,15,56,.18); backdrop-filter: blur(12px); }.hero-note-icon { align-items: center; background: rgba(144,211,255,.15); border-radius: 9px; color: #a9dfff; display: inline-flex; height: 35px; justify-content: center; width: 35px; }.hero-contact-note p { font-size: .77rem; font-weight: 700; }.hero-tech-lines { background: repeating-linear-gradient(90deg, rgba(175,226,255,.35) 0 14px, transparent 14px 22px); bottom: .9rem; height: 1px; left: 1.25rem; position: absolute; right: 1.25rem; }
.contact-overview { background: #fff; }.contact-info-card { background: #fff; border: 1px solid #dbe8f7; border-radius: 16px; color: var(--navy); display: flex; flex-direction: column; padding: 1.45rem; transition: all .22s ease; }.contact-info-card:hover { border-color: #aad0f8; box-shadow: var(--shadow-sm); color: var(--navy); transform: translateY(-4px); }.contact-info-icon { align-items: center; background: var(--tint); border-radius: 11px; color: var(--brand); display: inline-flex; font-size: 1.15rem; height: 42px; justify-content: center; width: 42px; }.contact-info-label { font-family: "Plus Jakarta Sans", sans-serif; font-size: .88rem; font-weight: 800; margin: 1rem 0 .42rem; }.contact-info-link { color: var(--brand); font-size: .69rem; font-weight: 800; }.contact-form-section { background: linear-gradient(180deg, #fff, #f7fbff); }.contact-form-card { background: #fff; border: 1px solid #dbe8f7; border-radius: var(--radius); box-shadow: 0 18px 43px rgba(24,74,139,.09); padding: 1.8rem; }.form-card-topline { border-bottom: 1px solid #e6eef8; color: var(--brand); font-size: .65rem; font-weight: 800; letter-spacing: .09em; margin-bottom: 1.55rem; padding-bottom: .95rem; text-transform: uppercase; }.contact-assurance { background: linear-gradient(135deg, #e8f4ff, #f8fbff); border: 1px solid #d4e7fa; border-radius: 15px; color: #3f5f80; font-size: .78rem; line-height: 1.75; padding: 1.2rem; }.assurance-icon { color: var(--brand); font-size: 1.25rem; margin-bottom: .5rem; }.contact-person-card { align-items: center; background: #fff; border: 1px solid #dce9f8; border-radius: 13px; color: #6480a0; display: flex; font-size: .67rem; gap: .65rem; padding: .78rem; }.person-avatar { align-items: center; background: var(--brand); border-radius: 50%; color: #fff; display: flex; font-size: .65rem; font-weight: 800; height: 32px; justify-content: center; width: 32px; }.contact-person-card > i { color: #36af6b; }
.contact-form-card .form-label { color: #395674; font-size: .72rem; font-weight: 800; }.contact-form-card .form-label span { color: var(--brand); }.input-group-custom .input-group-text { background: #f5f9fe; border-color: #d9e7f6; color: var(--brand); }.input-group-custom .form-control, .input-group-custom .form-select, .contact-form-card textarea { border-color: #d9e7f6; box-shadow: none; color: var(--navy); font-size: .8rem; padding: .67rem .75rem; }.input-group-custom .form-control:focus, .input-group-custom .form-select:focus, .contact-form-card textarea:focus { border-color: #82baff; box-shadow: 0 0 0 .18rem rgba(0,87,217,.1); }.contact-form-card textarea { min-height: 130px; }.custom-check .form-check-input { border-color: #adc8e5; }.custom-check .form-check-input:checked { background-color: var(--brand); border-color: var(--brand); }.custom-check .form-check-label { color: #617791; font-size: .69rem; }.btn-submit { min-height: 47px; }.form-reassurance { color: #6a829e; font-size: .66rem; }.form-reassurance i { color: #36af6b; }.form-status { font-size: .73rem; font-weight: 700; min-height: 1.2rem; }.form-status.is-success { color: #208a55; }.form-status.is-error { color: #b34343; }
.location-section { background: #fff; }.office-details-list { display: grid; gap: .85rem; margin-top: 1.6rem; }.office-detail-item { align-items: center; display: flex; gap: .75rem; }.office-detail-item > span { align-items: center; background: var(--tint); border-radius: 9px; color: var(--brand); display: flex; height: 37px; justify-content: center; width: 37px; }.office-detail-item div { display: flex; flex-direction: column; }.office-detail-item small { color: #7890ab; font-size: .61rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.office-detail-item strong { color: var(--navy); font-size: .76rem; }.map-card { background: linear-gradient(145deg, #0b3471, #0071d7); border-radius: var(--radius); min-height: 345px; overflow: hidden; position: relative; }.map-card::before { background-image: linear-gradient(rgba(174,225,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(174,225,255,.16) 1px, transparent 1px); background-size: 29px 29px; content: ""; inset: 0; position: absolute; }.map-card iframe { border: 0; filter: contrast(.95) saturate(.8); height: 345px; position: relative; width: 100%; }.map-card-overlay { align-items: center; background: rgba(3,31,75,.84); border: 1px solid rgba(184,225,255,.36); border-radius: 10px; bottom: 1.1rem; color: #fff; display: flex; font-size: .66rem; font-weight: 800; gap: .5rem; left: 1.1rem; padding: .55rem .7rem; position: absolute; }.map-card-overlay i { color: #8fd7ff; }
.business-hours-section { background: #fff; }.hours-panel { align-items: center; background: linear-gradient(135deg, #eff7ff, #f9fcff); border: 1px solid #d8e9fa; border-radius: var(--radius); display: grid; gap: 1.7rem; grid-template-columns: 1fr 1.6fr; padding: 1.8rem; }.hours-heading { display: flex; flex-direction: column; }.hours-icon { align-items: center; background: var(--brand); border-radius: 12px; color: #fff; display: inline-flex; font-size: 1.1rem; height: 46px; justify-content: center; margin-bottom: .8rem; width: 46px; }.hours-heading .section-kicker { margin-bottom: .6rem; }.hours-heading h2 { color: var(--navy); font-size: 1.27rem; font-weight: 800; letter-spacing: -.05em; }.hours-list { display: grid; gap: .45rem; }.hours-row { align-items: center; background: rgba(255,255,255,.83); border: 1px solid #e0ebf7; border-radius: 9px; display: flex; font-size: .73rem; justify-content: space-between; padding: .68rem .78rem; }.hours-row span { color: #3d5979; font-weight: 700; }.hours-row em { color: var(--brand); font-size: .67rem; font-style: normal; font-weight: 800; }.hours-row em.closed { color: #8394a8; }.hours-note { color: #7188a2; font-size: .67rem; }.hours-note i { color: var(--brand); }
.cta-band { background: linear-gradient(118deg, #05306d, #0057d9); color: #fff; padding: 1.4rem 0; }.cta-band-inner { align-items: center; display: flex; gap: 1.4rem; justify-content: space-between; }.cta-band .section-kicker { margin-bottom: .35rem; }.cta-band p { color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 700; }.cta-band .btn { flex: 0 0 auto; }

/* Reveal animation: no JavaScript means content remains visible */
.has-js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.has-js [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 1199.98px) {
  .operating-facts-grid { grid-template-columns: 1.2fr repeat(4, 1fr); }
  .fact-intro { padding-left: 0; }.stat-card { padding: 1.6rem .9rem; }
  .service-detail-card { grid-template-columns: 1fr auto; }.service-detail-body { grid-column: 1 / -1; }
}
@media (max-width: 991.98px) {
  .section-padding { padding: 4.7rem 0; }
  .site-navbar { min-height: 70px; }.navbar-collapse { background: #fff; border-radius: 14px; box-shadow: 0 18px 34px rgba(17,59,116,.13); margin-top: .65rem; padding: .75rem; }.navbar-nav { align-items: stretch !important; }.navbar-nav .nav-link { padding: .7rem !important; }.navbar-nav .nav-link.active::after { display: none; }.btn-nav, .nav-cta { margin-top: .5rem; width: 100%; }
  .home-hero { padding: 5.4rem 0 4.1rem; }.page-hero { min-height: auto; padding: 5.3rem 0 4.3rem; }.home-hero-title { max-width: 670px; }.hero-visual-wrap { margin: .1rem 0 0; max-width: 650px; }.hero-infrastructure-image { min-height: 340px; }
  .audience-band-inner { align-items: flex-start; flex-direction: column; gap: .85rem; padding: 1.1rem 0; }.audience-chips { justify-content: flex-start; }
  .operating-facts-grid { grid-template-columns: repeat(2, 1fr); }.fact-intro { grid-column: 1 / -1; padding: 2.4rem 0 1.3rem; }.fact-intro p:last-child { max-width: 620px; }.stat-card { border-left: 0; border-top: 1px solid rgba(174,216,255,.17); min-height: 150px; padding: 1.6rem 0; }.stat-card:nth-of-type(even) { border-left: 1px solid rgba(174,216,255,.17); padding-left: 1.6rem; }
  .trust-strip, .trust-strip-five { grid-template-columns: repeat(3, 1fr); }.trust-item:nth-child(3n) { border-right: 0; }.trust-item { min-height: 92px; }
  .service-detail-card { grid-template-columns: 1fr auto; }.about-hero-composition { margin-top: 1.6rem; }
  .contact-page main { padding-top: 70px; }.page-hero-contact { padding: 4.7rem 0 3.7rem; }.hours-panel { grid-template-columns: 1fr; }.cta-band-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767.98px) {
  body.site-body, body.contact-page { font-size: 14px; }.section-padding { padding: 4rem 0; }.section-title, .section-heading, .section-heading h2 { font-size: clamp(1.75rem, 8vw, 2.38rem); }.section-copy, .section-intro { font-size: .88rem; }
  .home-hero { min-height: auto; padding: 4.25rem 0 3.5rem; }.home-hero-title { font-size: clamp(2.15rem, 10vw, 3.1rem); }.home-hero-copy { font-size: .9rem; }.hero-proof { gap: .7rem !important; }.hero-infrastructure-image { min-height: 290px; object-position: 64% center; }.hero-visual-wrap { min-height: 290px; }.card-network { bottom: 5%; }.card-power { bottom: 29%; }.hero-float-card { font-size: .57rem; padding: .42rem .55rem; }
  .location-panel { min-height: 265px; padding: 1.4rem; }.location-panel-main { margin-top: 1.7rem; }.location-panel-main strong { font-size: 1.12rem; }.location-panel-tags { bottom: 1.3rem; left: 1.4rem; }
  .feature-card { min-height: 127px; font-size: .69rem; }.feature-card i { font-size: 1.3rem; }.fact-intro { padding-top: 2.8rem; }.stat-card { min-height: 130px; }.stat-number { font-size: 2.1rem; }
  .brand-set span { min-width: 105px; padding: .65rem .8rem; }.commitment-slide { min-height: 345px; padding: 2.4rem 1.6rem 4.6rem; }.commitment-carousel .carousel-indicators { left: 1.6rem; }.commitment-carousel .carousel-control-prev { right: 4.2rem; }.commitment-carousel .carousel-control-next { right: 1.6rem; }
  .cta-section { padding: 0 0 4rem; }.cta-panel { border-radius: 23px; padding: 2.35rem 1.4rem; }.cta-panel .btn { width: 100%; }
  .site-footer > .footer-main { padding: 3.6rem 0 2.7rem; }.footer-main > .container { padding-top: 3.6rem; }.site-footer .footer-main.row { padding: 3.6rem 0 2.7rem; }.floating-actions { bottom: 1rem; right: 1rem; }.floating-actions a, .floating-actions button { height: 42px; width: 42px; }.floating-action { padding: 0 .62rem; width: auto !important; }
  .trust-strip, .trust-strip-five { grid-template-columns: repeat(2, 1fr); }.trust-item { border-bottom: 1px solid #e4edf8; min-height: 87px; padding: .75rem; }.trust-item:nth-child(3n) { border-right: 1px solid #e4edf8; }.trust-item:nth-child(2n) { border-right: 0; }.trust-item:last-child { border-bottom: 0; }.network-orbit-card { height: 320px; width: 320px; }.orbit-core { height: 120px; width: 120px; }.service-detail-card { align-items: start; gap: .75rem; padding: 1.15rem; }.service-detail-identity { gap: .55rem; }.service-index { display: none; }.solution-list { gap: .22rem .55rem; }.process-card { padding: 1.25rem; }
  .about-hero-composition { height: 310px; transform: scale(.9); transform-origin: top center; margin-bottom: -30px; }.story-visual-panel { height: 325px; }.purpose-card { min-height: 235px; padding: 1.45rem; }.expertise-card { min-height: 225px; }.commitment-item { grid-template-columns: auto 1fr; }.commitment-item > i { display: none; }.brand-token { font-size: .68rem; padding: .55rem .7rem; }
  .page-hero-contact { padding: 3.7rem 0 3.2rem; }.contact-form-card { padding: 1.2rem; }.map-card, .map-card iframe { min-height: 290px; height: 290px; }.hours-panel { padding: 1.3rem; }.hours-row { font-size: .66rem; }.cta-band { padding: 2.2rem 0; }.cta-band .btn { width: 100%; }
}
@media (max-width: 430px) {
  .brand-copy strong { font-size: .73rem; }.brand-copy small { font-size: .5rem; }.brand-mark { height: 35px; min-width: 35px; }.brand-mark.brand-logo { width: 35px; }.home-hero-title { font-size: 2.13rem; }.audience-chips { gap: .36rem; }.audience-chips span { font-size: .59rem; padding: .35rem .5rem; }.hero-infrastructure-image { min-height: 235px; }.hero-visual-wrap { min-height: 235px; }.hero-float-card { display: none; }.stat-card:nth-of-type(even) { padding-left: 1rem; }.stat-card { padding-right: .4rem; }.stat-card span { font-size: .63rem; }.service-card { padding: 1.4rem; }.section-kicker, .eyebrow { font-size: .61rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.brand-track { animation-play-state: paused; }.has-js [data-reveal] { opacity: 1; transform: none; transition: none; } .hero-float-card, .feature-card, .service-card, .expertise-card { transition: none; }
}
