:root {
  --navy-950: #061725;
  --navy-900: #0a2033;
  --navy-800: #123752;
  --navy-700: #195070;
  --orange: #f47216;
  --orange-deep: #da5906;
  --orange-soft: #fff0e4;
  --ink: #102536;
  --muted: #5f6f7c;
  --line: #dce4e8;
  --paper: #f5f6f3;
  --white: #fff;
  --green: #22c879;
  --shadow: 0 22px 70px rgba(4, 25, 40, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--white);
}

.site-header.scrolled {
  position: fixed;
  background: rgba(6, 23, 37, 0.95);
  box-shadow: 0 10px 30px rgba(3, 16, 26, 0.2);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  animation: headerDrop .35s ease both;
}

@keyframes headerDrop { from { transform: translateY(-100%); } }

.nav-shell {
  width: min(1180px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 38px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 43px; height: 43px; transform-origin: center; transition: transform .25s ease; }
.brand-mark svg { width: 100%; height: 100%; fill: currentColor; }
.brand-mark .brand-mark-accent { fill: var(--orange); }
.brand-mark .brand-mark-road { fill: none; stroke: var(--navy-900); stroke-width: 1.7; stroke-linecap: round; opacity: .8; }
.brand:hover .brand-mark { transform: translateY(-1px) scale(1.04); }
.brand-copy { display: flex; flex-direction: column; line-height: .92; }
.brand-copy strong { font-size: 1.18rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; font-size: .72rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; opacity: .72; }

.main-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.main-nav a { position: relative; padding: 31px 0; font-size: .77rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; opacity: .76; transition: opacity .2s ease; }
.main-nav a:hover, .main-nav a.active { opacity: 1; }
.main-nav a.active::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--orange); }

.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: background .2s, border .2s; }
.nav-cta span { color: var(--orange); font-size: 1rem; }
.nav-cta:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.65); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; color: inherit; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; transition: transform .2s, opacity .2s; }

.hero {
  position: relative;
  min-height: 785px;
  display: flex;
  align-items: stretch;
  color: var(--white);
  overflow: hidden;
  background: var(--navy-950);
}

.hero-image, .hero-shade, .hero-grid { position: absolute; inset: 0; }
.hero-image { background: url("assets/naruka-truck-hero.png") center / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(4, 20, 32, .95) 0%, rgba(5, 27, 44, .83) 35%, rgba(5, 25, 40, .23) 68%, rgba(4, 16, 25, .1) 100%), linear-gradient(0deg, rgba(4, 18, 29, .28), transparent 55%); }
.hero-grid { opacity: .18; background-image: linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, black, transparent 58%); }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; padding: 140px 0 155px; }
.hero-copy { width: min(665px, 59%); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #d9e6ee; font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 30px; height: 3px; background: var(--orange); }
.eyebrow-dark { color: var(--navy-700); }

.hero h1, .section-heading h2, .network h2, .why-copy h2, .contact-copy h2 {
  margin: 0;
  font-family: "Arial Narrow", "Segoe UI", sans-serif;
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .95;
  text-transform: uppercase;
}

.hero h1 { max-width: 660px; font-size: clamp(3.4rem, 6.4vw, 6.2rem); text-shadow: 0 4px 22px rgba(0,0,0,.22); }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-subtitle { max-width: 590px; margin: 27px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 0; border-radius: 6px; font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 14px 34px rgba(244, 114, 22, .26); }
.button-primary:hover { background: var(--orange-deep); box-shadow: 0 18px 42px rgba(244, 114, 22, .34); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 27px; color: rgba(255,255,255,.68); font-size: .79rem; letter-spacing: .015em; }
.hero-note strong { color: #fff; }
.pulse-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(34,200,121,.13); }
.pulse-dot::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(34,200,121,.8); border-radius: 50%; animation: pulse 1.8s infinite; }
@keyframes pulse { to { transform: scale(1.7); opacity: 0; } }

.trust-band { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; background: rgba(247, 248, 245, .96); color: var(--ink); box-shadow: 0 -12px 42px rgba(2,16,25,.14); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.trust-grid { min-height: 118px; display: grid; grid-template-columns: repeat(2, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 20px 24px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item > span:last-child { display: flex; flex-direction: column; gap: 5px; }
.trust-item strong { font-size: .78rem; letter-spacing: .035em; text-transform: uppercase; }
.trust-item small { color: var(--muted); font-size: .72rem; line-height: 1.35; }
.icon-box { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; border: 1px solid #bed0dc; border-radius: 8px; color: var(--navy-700); }
.icon-box svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-highlight { padding-right: 0; }
.trust-number { color: var(--orange); font-size: 1.65rem; font-weight: 900; letter-spacing: -.06em; }

.section { padding: 115px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 90px; margin-bottom: 48px; }
.section-heading h2, .network h2, .why-copy h2 { font-size: clamp(2.5rem, 4.4vw, 4.5rem); }
.section-heading h2 em, .network h2 em, .why-copy h2 em { color: var(--orange); font-style: normal; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1rem; line-height: 1.72; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 14px 35px rgba(7,35,53,.06); transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card:hover { transform: translateY(-7px); border-color: #bdccd4; box-shadow: var(--shadow); }
.service-card-featured { border-color: #f2c5a6; }
.service-visual { position: relative; height: 190px; overflow: hidden; background: #e8edf0; }
.service-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,27,42,.15)); }
.service-index { position: absolute; z-index: 2; top: 16px; left: 18px; color: rgba(255,255,255,.82); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.service-tag { position: absolute; z-index: 3; right: 15px; bottom: 14px; padding: 7px 10px; border-radius: 4px; color: #fff; background: rgba(7,28,44,.84); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.service-visual > svg { position: absolute; right: 5px; bottom: 5px; width: 95%; height: auto; overflow: visible; }
.visual-ftl { background: linear-gradient(145deg, #153c57, #3b6c88); }
.visual-container { background: linear-gradient(145deg, #bf5718, #e28b4a); }
.visual-tracking { background-color: #18394f; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 28px 28px; }
.service-visual .road-line { fill: none; stroke: rgba(255,255,255,.35); stroke-width: 2; stroke-dasharray: 18 8; }
.service-visual .truck-body { fill: #f2f4f2; }
.service-visual .truck-cab { fill: var(--orange); }
.service-visual .truck-window { fill: #21475f; }
.service-visual circle { fill: #0b1d2a; stroke: #bcc8cf; stroke-width: 4; }
.service-visual .container-box { fill: #e9eff1; }
.service-visual .container-lines { fill: none; stroke: #c0ccd2; stroke-width: 3; }
.visual-container .truck-cab { fill: #153c57; }
.radar { position: absolute; top: 50%; left: 50%; width: 160px; height: 160px; transform: translate(-50%, -52%); }
.radar i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.radar i:nth-child(2) { inset: 25px; }
.radar i:nth-child(3) { inset: 50px; }
.radar b { position: absolute; top: 50%; left: 50%; width: 78px; height: 1px; background: linear-gradient(90deg, var(--orange), transparent); transform-origin: left; animation: radar 3.2s linear infinite; }
@keyframes radar { to { transform: rotate(360deg); } }
.radar svg { position: absolute; z-index: 2; top: 55px; left: 55px; width: 50px; height: 50px; padding: 11px; border-radius: 50%; fill: var(--orange); stroke: #fff; stroke-width: 1.4; background: #fff; box-shadow: 0 0 30px rgba(244,114,22,.35); }
.service-body { position: relative; padding: 32px 27px 27px; }
.service-icon { position: absolute; top: -25px; left: 26px; width: 50px; height: 50px; display: grid; place-items: center; border: 5px solid #fff; border-radius: 9px; color: #fff; background: var(--navy-700); box-shadow: 0 7px 18px rgba(7,35,53,.18); }
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.service-card-featured .service-icon { background: var(--orange); }
.service-body h3 { margin: 7px 0 14px; font-size: 1.18rem; line-height: 1.2; }
.service-body h3 span { color: var(--orange); font-size: .8em; }
.service-body p { min-height: 114px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.spec-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 4px; }
.spec-list span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 4px; color: #476172; background: #f8faf9; font-size: .66rem; font-weight: 720; }

.network { position: relative; overflow: hidden; padding: 115px 0; color: #fff; background: var(--navy-950); }
.network::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(90deg, transparent, black); }
.network-glow { position: absolute; right: 15%; bottom: -200px; width: 600px; height: 600px; border-radius: 50%; background: rgba(33,116,163,.2); filter: blur(3px); }
.network-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr .85fr; align-items: center; gap: 110px; }
.network-copy > p:not(.eyebrow) { max-width: 600px; margin: 27px 0 0; color: #a9bdc9; line-height: 1.75; }
.network-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.network-stats div { display: flex; flex-direction: column; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.14); }
.network-stats div:first-child { padding-left: 0; }
.network-stats div:last-child { border-right: 0; }
.network-stats strong { color: var(--orange); font-size: 2rem; letter-spacing: -.04em; }
.network-stats .text-stat { font-size: 1.25rem; line-height: 2rem; letter-spacing: -.02em; }
.network-stats span { margin-top: 4px; color: #a9bdc9; font-size: .72rem; }
.route-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.route-chips span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; color: #d5e2e9; background: rgba(255,255,255,.04); font-size: .68rem; }
.coverage-board { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(13,43,63,.82); box-shadow: 0 30px 80px rgba(0,0,0,.3); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.coverage-board-head { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.coverage-board-head small { display: flex; align-items: center; gap: 8px; color: #a7bbc6; font-size: .62rem; font-weight: 700; letter-spacing: .02em; text-transform: none; }
.coverage-board-head small i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(34,200,121,.13); }
.coverage-body { padding: 22px; }
.permit-card { position: relative; display: flex; align-items: center; gap: 15px; overflow: hidden; padding: 19px; border: 1px solid rgba(244,114,22,.42); border-radius: 9px; background: linear-gradient(115deg, rgba(244,114,22,.18), rgba(244,114,22,.045)); }
.permit-card::after { content: ""; position: absolute; right: -35px; width: 130px; height: 130px; border: 1px solid rgba(244,114,22,.14); border-radius: 50%; box-shadow: 0 0 0 22px rgba(244,114,22,.035), 0 0 0 44px rgba(244,114,22,.025); }
.permit-shield { position: relative; z-index: 2; width: 53px; height: 53px; display: grid; flex: 0 0 53px; place-items: center; border-radius: 10px; color: #fff; background: var(--orange); box-shadow: 0 10px 24px rgba(244,114,22,.23); }
.permit-shield svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.permit-copy { position: relative; z-index: 2; display: flex; min-width: 0; flex-direction: column; }
.permit-copy small { color: #9eb5c1; font-size: .58rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.permit-copy strong { margin-top: 4px; font-size: 1.2rem; letter-spacing: -.025em; }
.permit-copy em { margin-top: 3px; color: #d4e0e6; font-size: .66rem; font-style: normal; }
.permit-badge { position: relative; z-index: 2; margin-left: auto; color: rgba(255,255,255,.15); font-size: 2.1rem; font-weight: 950; letter-spacing: -.08em; }
.coverage-lane { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; margin: 25px 1px 22px; }
.lane-point { position: relative; display: flex; flex-direction: column; padding-left: 14px; }
.lane-point i { position: absolute; top: 4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(244,114,22,.13); }
.lane-point-end i { background: var(--green); box-shadow: 0 0 0 4px rgba(34,200,121,.13); }
.lane-point span { font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.lane-point small { margin-top: 3px; color: #819eae; font-size: .55rem; white-space: nowrap; }
.lane-track { position: relative; height: 58px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.055), rgba(255,255,255,.015)); }
.lane-track::before { content: ""; position: absolute; top: 50%; right: -32px; left: -32px; height: 2px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.42) 0 11px, transparent 11px 24px); transform: translateY(-50%); animation: roadDashes .7s linear infinite; }
.lane-track::after { content: ""; position: absolute; inset: 3px 0; border-top: 1px solid rgba(244,114,22,.08); border-bottom: 1px solid rgba(244,114,22,.08); }
.moving-truck { position: absolute; z-index: 2; top: 50%; left: 50%; width: 108px; height: 50px; display: grid; place-items: center; transform: translate(-50%, -50%); filter: drop-shadow(-8px 5px 6px rgba(0,0,0,.32)); animation: truckCruise .72s ease-in-out infinite alternate; }
.animated-freight-truck { display: block; width: 108px; height: auto; overflow: visible; }
.truck-container { fill: var(--orange); stroke: #ff9b4f; stroke-width: 1.2; }
.truck-container-edge { fill: none; stroke: rgba(111,40,0,.35); stroke-width: 1; }
.truck-container-ribs { fill: none; stroke: rgba(255,255,255,.23); stroke-width: 1; }
.truck-cab { fill: #f4f7f7; stroke: #c5d2d8; stroke-width: 1; }
.truck-windshield { fill: #66a8c5; stroke: #d8eef5; stroke-width: .8; }
.truck-door { fill: none; stroke: #8ea3ae; stroke-width: .8; stroke-linecap: round; }
.truck-chassis, .truck-bumper { fill: #091720; }
.truck-headlight { fill: #ffdc5e; }
.truck-motion-line { fill: none; stroke: var(--orange); stroke-width: 2; stroke-linecap: round; animation: motionTrail .8s ease-in-out infinite alternate; }
.motion-line-two { animation-delay: -.35s; }
.tire { fill: #071117; stroke: #526570; stroke-width: 1.5; }
.rim { fill: #c3d0d6; stroke: #5c6d76; stroke-width: 1; }
.spokes { fill: none; stroke: #4b5c65; stroke-width: 1; stroke-linecap: round; }
.truck-wheel { transform-box: view-box; animation: wheelSpin .75s linear infinite; }
.wheel-one { transform-origin: 33px 42px; }
.wheel-two { transform-origin: 69px 42px; }
.wheel-three { transform-origin: 101px 42px; }
@keyframes roadDashes { to { transform: translate(-24px, -50%); } }
@keyframes truckCruise { from { margin-top: -1px; } to { margin-top: 1px; } }
@keyframes wheelSpin { to { transform: rotate(360deg); } }
@keyframes motionTrail { from { translate: 0; opacity: .45; } to { translate: -5px; opacity: 1; } }
.region-coverage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.region-coverage > span { display: grid; grid-template-columns: 28px 1fr; align-items: center; min-width: 0; padding: 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 7px; background: rgba(255,255,255,.035); }
.region-coverage i { grid-row: span 2; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 4px; color: var(--orange); background: rgba(244,114,22,.12); font-size: .56rem; font-style: normal; font-weight: 900; }
.region-coverage b { overflow: hidden; font-size: .66rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.region-coverage small { color: #6fc99b; font-size: .52rem; }
.coverage-checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.09); }
.coverage-checks span { display: flex; align-items: center; gap: 5px; color: #a9bdc8; font-size: .57rem; }
.coverage-checks svg { width: 14px; height: 14px; fill: none; stroke: var(--green); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.coverage-note { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8da7b5; font-size: .6rem; }
.coverage-note span:first-child { display: flex; align-items: center; gap: 7px; color: #e8f0f3; }
.coverage-note i { width: 8px; height: 8px; border-radius: 2px; background: var(--orange); }
.coverage-note b { font-weight: 800; }

.why-us { background: #fff; }
.why-layout { display: grid; grid-template-columns: .85fr 1fr; gap: 120px; align-items: start; }
.why-copy { position: sticky; top: 130px; }
.process-list article { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 31px 0; border-top: 1px solid var(--line); }
.process-list article:last-child { border-bottom: 1px solid var(--line); }
.process-list article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); font-size: .74rem; font-weight: 900; }
.process-list h3 { margin: 1px 0 8px; font-size: 1.15rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.62; }

.contact-section { position: relative; padding: 110px 0; color: #fff; background: #0e3149; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; inset: 0 50% 0 0; background: linear-gradient(145deg, rgba(4,22,35,.5), transparent); }
.contact-section::after { content: "NT"; position: absolute; bottom: -80px; left: -25px; color: rgba(255,255,255,.025); font-size: 28rem; font-weight: 950; line-height: 1; letter-spacing: -.12em; }
.contact-shell { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 100px; }
.contact-copy h2 { font-size: clamp(3rem, 5.2vw, 5.2rem); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 28px 0 0; color: #b0c4cf; line-height: 1.7; }
.contact-details { display: grid; gap: 15px; margin-top: 40px; }
.contact-details > * { display: grid; grid-template-columns: 42px 1fr; align-items: center; column-gap: 13px; }
.contact-details > * > span { grid-row: span 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; color: var(--orange); }
.contact-details svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-details small { align-self: end; color: #8faaba; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-details strong { align-self: start; font-size: .82rem; font-weight: 650; }
.contact-panel { padding: 34px; border-radius: 13px; color: var(--ink); background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.27); }
.contact-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.contact-panel-head > div { display: flex; flex-direction: column; gap: 5px; }
.contact-panel-head > div span { font-size: .74rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.contact-panel-head > div small { color: var(--muted); font-size: .68rem; }
.online-badge { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border-radius: 4px; color: #1a8154; background: #e8f7ef; font-size: .61rem; font-weight: 800; white-space: nowrap; }
.online-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(34,200,121,.12); }
.contact-panel > h3 { margin: 26px 0 9px; font-size: 1.4rem; letter-spacing: -.025em; }
.contact-panel-intro { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.direct-actions { display: grid; gap: 11px; margin-top: 23px; }
.direct-contact { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 77px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.direct-contact:hover { transform: translateY(-2px); border-color: #afc4cf; box-shadow: 0 12px 28px rgba(8,35,52,.1); }
.direct-contact:active { transform: translateY(0) scale(.995); }
.direct-contact:focus-visible { outline: 3px solid rgba(244,114,22,.3); outline-offset: 3px; }
.direct-contact-call { color: #fff; border-color: var(--orange); background: linear-gradient(110deg, var(--orange), #e55f09); box-shadow: 0 14px 30px rgba(244,114,22,.2); }
.direct-contact-call:hover { border-color: #ff9a53; box-shadow: 0 17px 35px rgba(244,114,22,.27); }
.direct-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #d8e2e7; border-radius: 8px; color: var(--navy-700); background: #f3f6f6; }
.direct-contact-call .direct-icon { color: #fff; border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.13); }
.direct-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.direct-copy { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.direct-copy small { color: #71838e; font-size: .6rem; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.direct-contact-call .direct-copy small { color: rgba(255,255,255,.73); }
.direct-copy strong { overflow: hidden; font-size: .92rem; text-overflow: ellipsis; white-space: nowrap; }
.direct-contact-call .direct-copy strong { font-size: 1.18rem; letter-spacing: .01em; }
.direct-cta { display: flex; align-items: center; gap: 7px; color: var(--navy-700); font-size: .62rem; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.direct-contact-call .direct-cta { color: #fff; }
.direct-cta svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-tip { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; margin-top: 22px; padding: 14px; border-radius: 7px; background: #f3f6f6; }
.contact-tip > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); }
.contact-tip svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.contact-tip p { display: flex; margin: 0; flex-direction: column; gap: 3px; }
.contact-tip strong { font-size: .69rem; }
.contact-tip small { color: var(--muted); font-size: .61rem; line-height: 1.45; }
.contact-hours { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 19px; color: #778892; font-size: .6rem; }
.contact-hours span { display: flex; align-items: center; gap: 7px; }
.contact-hours i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.contact-hours strong { color: #3a5362; font-size: .62rem; }

.site-footer { color: #a8bbc5; background: var(--navy-950); }
.footer-top { min-height: 125px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 65px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { color: #fff; }
.footer-top > p { margin: 0; font-size: .75rem; }
.back-to-top { padding: 10px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 5px; color: #e7eef1; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.back-to-top span { margin-left: 7px; color: var(--orange); }
.footer-bottom { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-bottom p { margin: 0; max-width: 710px; font-size: .62rem; line-height: 1.55; }

/* Progressive motion: content remains visible when JavaScript is unavailable. */
.motion-ready .hero-image {
  scale: 1.055;
  transition: scale 1.6s cubic-bezier(.2,.72,.25,1);
}

.motion-ready.page-entered .hero-image { scale: 1; }

.motion-ready .hero-copy > * {
  opacity: 0;
  translate: 0 24px;
  transition:
    opacity .7s cubic-bezier(.2,.72,.25,1),
    translate .7s cubic-bezier(.2,.72,.25,1);
}

.motion-ready.page-entered .hero-copy > * { opacity: 1; translate: 0 0; }
.motion-ready.page-entered .hero-copy > :nth-child(1) { transition-delay: .08s; }
.motion-ready.page-entered .hero-copy > :nth-child(2) { transition-delay: .17s; }
.motion-ready.page-entered .hero-copy > :nth-child(3) { transition-delay: .28s; }
.motion-ready.page-entered .hero-copy > :nth-child(4) { transition-delay: .39s; }
.motion-ready.page-entered .hero-copy > :nth-child(5) { transition-delay: .5s; }

.motion-ready .trust-item {
  opacity: 0;
  translate: 0 16px;
  transition: opacity .55s ease, translate .55s ease;
}

.motion-ready.page-entered .trust-item { opacity: 1; translate: 0 0; }
.motion-ready.page-entered .trust-item:nth-child(1) { transition-delay: .58s; }
.motion-ready.page-entered .trust-item:nth-child(2) { transition-delay: .68s; }

.motion-ready .scroll-reveal {
  opacity: 0;
  translate: 0 30px;
  transition:
    opacity .68s cubic-bezier(.2,.72,.25,1),
    translate .68s cubic-bezier(.2,.72,.25,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, translate;
}

.motion-ready .scroll-reveal.reveal-left { translate: -34px 0; }
.motion-ready .scroll-reveal.reveal-right { translate: 34px 0; }
.motion-ready .scroll-reveal.is-visible { opacity: 1; translate: 0 0; }
.reveal-delay-1 { transition-delay: 80ms !important; }
.reveal-delay-2 { transition-delay: 160ms !important; }
.reveal-delay-3 { transition-delay: 240ms !important; }
.reveal-delay-4 { transition-delay: 320ms !important; }
.reveal-delay-5 { transition-delay: 400ms !important; }
.reveal-delay-6 { transition-delay: 480ms !important; }

.network-glow { animation: networkGlow 7s ease-in-out infinite alternate; }

@keyframes networkGlow {
  from { opacity: .72; scale: .94; }
  to { opacity: 1; scale: 1.06; }
}

/* Branded server error pages. */
.error-page {
  position: relative;
  min-height: 100vh;
  display: grid;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 25%, rgba(32, 109, 151, .34), transparent 32%),
    var(--navy-950);
}
.error-page::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(110deg, transparent 8%, black, transparent 85%); }
.error-page::after { content: ""; position: absolute; right: -180px; bottom: -310px; width: 650px; height: 650px; border: 1px solid rgba(244,114,22,.15); border-radius: 50%; box-shadow: 0 0 0 75px rgba(244,114,22,.025), 0 0 0 150px rgba(244,114,22,.018); }
.error-brand { position: absolute; z-index: 2; top: 42px; left: max(32px, calc((100% - 1180px) / 2)); color: #fff; }
.error-shell { position: relative; z-index: 1; width: min(1180px, calc(100% - 64px)); min-height: 100vh; display: grid; grid-template-columns: .72fr 1fr; align-items: center; gap: 90px; margin: 0 auto; padding: 120px 0 90px; }
.error-code { color: transparent; font-family: "Arial Narrow", "Segoe UI", sans-serif; font-size: clamp(9rem, 21vw, 17rem); font-weight: 900; letter-spacing: -.09em; line-height: .78; -webkit-text-stroke: 2px rgba(255,255,255,.17); user-select: none; }
.error-copy { max-width: 610px; }
.error-copy h1 { margin: 0; font-family: "Arial Narrow", "Segoe UI", sans-serif; font-size: clamp(3.2rem, 6vw, 5.7rem); font-weight: 850; letter-spacing: -.055em; line-height: .94; text-transform: uppercase; }
.error-copy h1 em { color: var(--orange); font-style: normal; }
.error-message { max-width: 540px; margin: 28px 0 0; color: #afc2cd; font-size: 1rem; line-height: 1.72; }
.error-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.error-secondary { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; color: #fff; font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transition: border-color .2s, background .2s, transform .2s; }
.error-secondary:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.07); transform: translateY(-2px); }
.error-footer { position: absolute; z-index: 2; right: 32px; bottom: 25px; left: 32px; display: flex; justify-content: center; color: rgba(255,255,255,.45); font-size: .66rem; letter-spacing: .04em; }

@media (max-width: 760px) {
  .error-brand { top: 25px; left: 24px; }
  .error-shell { width: min(100% - 48px, 600px); grid-template-columns: 1fr; align-content: center; gap: 28px; padding: 100px 0 85px; }
  .error-code { font-size: clamp(7.5rem, 40vw, 12rem); }
  .error-copy h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .error-footer { bottom: 18px; }
}

@media (max-width: 480px) {
  .error-shell { width: min(100% - 32px, 440px); }
  .error-actions { align-items: stretch; flex-direction: column; }
  .error-secondary { width: 100%; }
}

@media (max-width: 1050px) {
  .main-nav { gap: 20px; }
  .main-nav a { font-size: .68rem; }
  .nav-cta { display: none; }
  .hero-copy { width: 68%; }
  .trust-item { padding: 17px 14px; }
  .trust-item:first-child { padding-left: 0; }
  .network-layout { gap: 55px; }
  .contact-shell { gap: 55px; }
  .why-layout { gap: 65px; }
}

@media (max-width: 820px) {
  .container, .nav-shell { width: min(100% - 34px, 680px); }
  .site-header { position: absolute; }
  .nav-shell { min-height: 70px; }
  .menu-toggle { z-index: 3; display: block; margin-left: auto; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 2; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 6px; color: #fff; background: rgba(6,23,37,.98); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .25s ease; }
  .menu-open .main-nav { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { padding: 13px; font-size: 1.05rem; }
  .main-nav a.active::after { display: none; }
  .hero { min-height: 900px; }
  .hero-image { background-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,20,32,.95), rgba(5,27,44,.72)), linear-gradient(0deg, rgba(4,18,29,.6), transparent); }
  .hero-inner { align-items: flex-start; padding: 145px 0 360px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(3.3rem, 11vw, 5.2rem); }
  .hero-subtitle { max-width: 560px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 91px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 0; }
  .trust-item:nth-child(3) { padding-left: 0; }
  .trust-highlight { padding-right: 0; }
  .section { padding: 85px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 600px; }
  .service-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .service-visual { height: 100%; min-height: 305px; }
  .service-body p { min-height: 0; }
  .network { padding: 85px 0; }
  .network-layout, .contact-shell { grid-template-columns: 1fr; gap: 55px; }
  .coverage-board { width: min(100%, 540px); margin: 0 auto; }
  .why-layout { grid-template-columns: 1fr; gap: 35px; }
  .why-copy { position: static; }
  .contact-section { padding: 85px 0; }
  .contact-copy h2 { font-size: clamp(3.2rem, 11vw, 5.2rem); }
  .contact-copy > p:not(.eyebrow) { max-width: 600px; }
  .footer-top { grid-template-columns: 1fr auto; gap: 20px; padding: 30px 0; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 580px) {
  .container, .nav-shell { width: min(100% - 28px, 520px); }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 1010px; }
  .hero-inner { padding: 120px 0 440px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-subtitle { margin-top: 20px; font-size: .94rem; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-note { align-items: flex-start; line-height: 1.5; }
  .pulse-dot { margin-top: 4px; flex: 0 0 auto; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(-n+2), .trust-item:nth-child(3) { min-height: 82px; justify-content: flex-start; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading h2, .network h2, .why-copy h2 { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .service-card { display: block; }
  .service-visual { min-height: 180px; height: 180px; }
  .service-body { padding: 31px 22px 23px; }
  .service-body p { min-height: 0; }
  .network-stats { gap: 0; }
  .network-stats div { padding: 0 10px; }
  .network-stats strong { font-size: 1.55rem; }
  .network-stats span { font-size: .62rem; }
  .coverage-body { padding: 18px; }
  .region-coverage { grid-template-columns: 1fr 1fr; }
  .coverage-lane { gap: 9px; }
  .lane-point small { white-space: normal; }
  .coverage-note { align-items: flex-start; flex-direction: column; gap: 6px; padding-top: 14px; padding-bottom: 14px; }
  .why-layout { gap: 20px; }
  .process-list article { grid-template-columns: 50px 1fr; gap: 16px; }
  .process-list article > span { width: 42px; height: 42px; }
  .contact-copy h2 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .contact-panel { padding: 25px 20px; }
  .contact-panel-head { align-items: flex-start; }
  .direct-contact { grid-template-columns: 46px minmax(0, 1fr); }
  .direct-cta { grid-column: 2; justify-self: start; }
  .contact-hours { align-items: flex-start; flex-direction: column; gap: 6px; }
  .footer-top { grid-template-columns: 1fr; }
  .back-to-top { justify-self: start; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; padding: 23px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .hero-copy > *,
  .motion-ready .trust-item,
  .motion-ready .scroll-reveal { opacity: 1 !important; translate: 0 0 !important; transition-delay: 0ms !important; }
  .motion-ready .hero-image { scale: 1 !important; }
}
