/* ==========================================================
   NOMAD ENERGY AMERICA — Visual Design Layer
   Loaded after styles.css to extend & override the base system.
   ========================================================== */

:root {
  --noise-url: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ============================================================
   LOGO MARK — Custom shield + N + star
   ============================================================ */
.brand__mark {
  width: 48px; height: 48px;
  background: transparent;
  border-radius: 0;
  position: relative;
  display: grid;
  place-items: center;
  overflow: visible;
}
.brand__mark::after { content: none; }
.brand__mark .shield {
  position: absolute;
  inset: 0;
  filter: drop-shadow(0 4px 12px rgba(228, 0, 43, 0.4));
}
.brand__text .b1 {
  font-weight: 700;
  letter-spacing: .14em;
  font-size: 17px;
}
.brand__text .b2 {
  font-size: 10px;
  letter-spacing: .42em;
  font-weight: 600;
}

/* ============================================================
   NAVIGATION POLISH
   ============================================================ */
.nav {
  background: linear-gradient(180deg, rgba(6,18,38,.92), rgba(6,18,38,.65));
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav.scrolled {
  background: rgba(6,18,38,.98);
  height: 64px;
}
.nav__menu a {
  position: relative;
  padding: 8px 0;
}
.nav__menu a::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 2px;
  background: var(--red-fire);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav__menu a:hover::after,
.nav__menu a.active::after { transform: scaleX(1); }
.nav__menu a.active::after { bottom: -2px; }
.nav__cta::after { content: none !important; }

/* ============================================================
   CINEMATIC HERO — full canvas centerpiece
   ============================================================ */
.hero-cinema {
  position: relative;
  min-height: 100vh;
  padding-top: var(--header-h);
  background: #03070f;
  color: var(--white);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.hero-cinema__sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 75% 30%, rgba(255, 130, 60, .35), transparent 60%),
    radial-gradient(ellipse 80% 60% at 30% 70%, rgba(30, 71, 184, .35), transparent 60%),
    linear-gradient(180deg, #060e22 0%, #0a1834 40%, #1a1018 100%);
}
.hero-cinema__rays {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  opacity: .35;
}
.hero-cinema__rays::before,
.hero-cinema__rays::after {
  content: "";
  position: absolute;
  top: -10%; left: 50%;
  width: 180%; height: 70%;
  background:
    conic-gradient(from 200deg at 100% 0%,
      transparent 0deg,
      rgba(255, 184, 28, .25) 8deg,
      transparent 14deg,
      rgba(255, 184, 28, .15) 22deg,
      transparent 30deg,
      rgba(228, 0, 43, .15) 40deg,
      transparent 48deg);
  transform: translateX(-30%) rotate(-3deg);
  filter: blur(2px);
  animation: hero-rays 22s linear infinite;
}
.hero-cinema__rays::after {
  animation-duration: 34s;
  animation-direction: reverse;
  opacity: .5;
}
@keyframes hero-rays {
  0% { transform: translateX(-30%) rotate(-3deg); }
  100% { transform: translateX(-30%) rotate(2deg); }
}
.hero-cinema__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: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 75%);
}
.hero-cinema__noise {
  position: absolute; inset: 0;
  background-image: var(--noise-url);
  opacity: .35;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.hero-cinema__stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(255,255,255,.9), transparent 100%),
    radial-gradient(1px 1px at 60% 20%, rgba(255,255,255,.7), transparent 100%),
    radial-gradient(1.5px 1.5px at 80% 50%, rgba(255,255,255,.6), transparent 100%),
    radial-gradient(1px 1px at 10% 70%, rgba(255,255,255,.8), transparent 100%),
    radial-gradient(1px 1px at 45% 85%, rgba(255,255,255,.5), transparent 100%),
    radial-gradient(1.5px 1.5px at 90% 15%, rgba(255,255,255,.9), transparent 100%),
    radial-gradient(1px 1px at 35% 50%, rgba(255,255,255,.4), transparent 100%);
  background-size: 800px 600px;
  background-repeat: repeat;
  opacity: .8;
  animation: twinkle 6s ease-in-out infinite alternate;
}
@keyframes twinkle {
  from { opacity: .5; }
  to { opacity: 1; }
}

/* Horizon landscape */
.hero-cinema__horizon {
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 320px;
  pointer-events: none;
}
.hero-cinema__horizon svg {
  width: 100%; height: 100%;
  display: block;
}

/* Centerpiece illustration — the deployed NEB unit */
.hero-cinema__art {
  position: absolute;
  right: -4%;
  bottom: 80px;
  width: 60%;
  max-width: 880px;
  pointer-events: none;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.6));
  animation: floatY 6s ease-in-out infinite alternate;
}
@keyframes floatY {
  from { transform: translateY(0); }
  to { transform: translateY(-8px); }
}

/* Content layout */
.hero-cinema__content {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 60px 0 100px;
}
.hero-cinema__content .container {
  width: 100%;
}
.hero-cinema__copy {
  max-width: 720px;
  position: relative;
}
.hero-cinema h1 {
  font-size: clamp(58px, 8.5vw, 132px);
  line-height: .9;
  letter-spacing: -.03em;
  margin-bottom: 28px;
  font-weight: 600;
}
.hero-cinema h1 .red { color: var(--red-fire); }
.hero-cinema h1 .outline {
  -webkit-text-stroke: 2px var(--white);
  color: transparent;
}
.hero-cinema__lead {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  max-width: 600px;
  color: rgba(255,255,255,.85);
  margin-bottom: 36px;
}

/* Live status badge */
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(228, 0, 43, .12);
  border: 1px solid rgba(228, 0, 43, .35);
  padding: 10px 18px;
  border-radius: 100px;
  font-family: var(--f-display);
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}
.live-badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--red-fire);
  box-shadow: 0 0 12px var(--red-fire);
  animation: pulse 1.8s infinite;
}
.live-badge .sep {
  width: 1px; height: 12px;
  background: rgba(255,255,255,.3);
}

/* CTA refinement */
.hero-cinema__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.btn--primary {
  background: linear-gradient(180deg, var(--red-fire) 0%, var(--red-bright) 100%);
  box-shadow: 0 12px 28px rgba(228,0,43,.4), inset 0 1px 0 rgba(255,255,255,.2);
  border: 1px solid rgba(255,80,90,.4);
}
.btn--primary:hover {
  background: linear-gradient(180deg, #ff4555 0%, var(--red-fire) 100%);
  box-shadow: 0 16px 36px rgba(228,0,43,.55), inset 0 1px 0 rgba(255,255,255,.3);
}

/* Hero stats — angled card */
.hero-cinema__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin-top: 0;
  border-top: none;
  max-width: 720px;
  background: rgba(10, 26, 51, .55);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 4px;
  padding: 24px 0;
  position: relative;
}
.hero-cinema__stats::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red-fire), transparent 30%, transparent 70%, var(--blue-bright));
}
.hero-cinema__stats .hero__stat {
  padding: 4px 20px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.hero-cinema__stats .hero__stat:last-child { border-right: 0; }
.hero-cinema__stats .num {
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 600;
}
.hero-cinema__stats .lbl {
  font-size: 10px;
  letter-spacing: .2em;
}

/* Scroll indicator */
.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  font-family: var(--f-display);
  font-size: 10px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.scroll-cue .line {
  width: 1px; height: 44px;
  background: linear-gradient(180deg, transparent, var(--red-fire), transparent);
  background-size: 1px 200%;
  animation: scrollLine 2.2s infinite;
}
@keyframes scrollLine {
  from { background-position: 0 -100%; }
  to { background-position: 0 100%; }
}

/* ============================================================
   TRUST STRIP — agencies / certifications marquee
   ============================================================ */
.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--steel);
  padding: 28px 0;
  position: relative;
  overflow: hidden;
}
.trust-strip__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
.trust-strip__label {
  font-family: var(--f-display);
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gunmetal);
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 32px;
  border-right: 2px solid var(--red-bright);
}
.trust-strip__track {
  display: flex;
  gap: 48px;
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
}
.trust-strip__marquee {
  display: flex;
  gap: 48px;
  animation: marquee 36s linear infinite;
  flex-shrink: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-family: var(--f-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--navy);
  white-space: nowrap;
}
.trust-item .seal {
  width: 32px; height: 32px;
  border: 2px solid var(--red-bright);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: 9px;
  font-weight: 700;
  color: var(--red-bright);
  letter-spacing: 0;
  flex-shrink: 0;
  background: var(--white);
}
.trust-item:nth-child(2n) .seal { border-color: var(--blue-electric); color: var(--blue-electric); }
.trust-item:nth-child(3n) .seal { border-color: var(--navy); color: var(--navy); }

/* ============================================================
   ANGLED SECTION CUTS — flag ribbons
   ============================================================ */
.ribbon-cut {
  position: relative;
  height: 80px;
  background: var(--white);
  overflow: hidden;
}
.ribbon-cut svg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}
.ribbon-cut--dark { background: var(--navy-deep); }
.ribbon-cut--red { background: linear-gradient(135deg, var(--red-flag), #8B0A1F); }

/* ============================================================
   US DEPLOYMENT MAP SECTION
   ============================================================ */
.us-deploy {
  background: var(--navy-deep);
  color: var(--white);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.us-deploy__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(30, 71, 184, .25), transparent 60%),
    radial-gradient(ellipse at 70% 60%, rgba(228, 0, 43, .15), transparent 50%);
}
.us-deploy__bg::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: .5;
}
.us-deploy__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.us-deploy__copy h2 {
  font-size: clamp(40px, 5.5vw, 64px);
  margin-bottom: 24px;
  color: var(--white);
}
.us-deploy__copy h2 .red { color: var(--red-fire); }
.us-deploy__copy p {
  color: rgba(255,255,255,.8);
  font-size: 17px;
  margin-bottom: 16px;
}
.us-deploy__legend {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 24px;
  padding: 24px;
  background: rgba(255,255,255,.04);
  border-left: 3px solid var(--red-fire);
}
.legend-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
}
.legend-row .marker {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--red-fire);
  box-shadow: 0 0 12px var(--red-fire);
  flex-shrink: 0;
}
.legend-row.cmd .marker { background: var(--blue-bright); box-shadow: 0 0 12px var(--blue-bright); }
.legend-row.future .marker {
  background: transparent;
  border: 2px solid var(--white);
  box-shadow: none;
}
.us-deploy__map {
  position: relative;
}
.us-deploy__map svg {
  width: 100%;
  height: auto;
  display: block;
}
.map-state {
  fill: rgba(255,255,255,.04);
  stroke: rgba(255,255,255,.18);
  stroke-width: 1;
  transition: fill .25s var(--ease);
}
.map-state.active { fill: rgba(30,71,184,.25); stroke: rgba(255,255,255,.35); }
.map-pin {
  fill: var(--red-fire);
  filter: drop-shadow(0 0 8px rgba(228,0,43,.8));
}
.map-pin--cmd {
  fill: var(--blue-bright);
  filter: drop-shadow(0 0 12px rgba(42,109,244,.9));
}
.map-pulse {
  fill: var(--red-fire);
  opacity: .4;
  transform-origin: center;
  transform-box: fill-box;
  animation: mapPulse 2.5s ease-out infinite;
}
.map-pulse--cmd { fill: var(--blue-bright); animation-delay: .5s; }
.map-pulse--cmd2 { fill: var(--blue-bright); animation-delay: 1s; }
.map-pulse--3 { animation-delay: 1.4s; }
.map-pulse--4 { animation-delay: .7s; }
.map-pulse--5 { animation-delay: 1.7s; }
@keyframes mapPulse {
  0% { transform: scale(1); opacity: .6; }
  100% { transform: scale(3.5); opacity: 0; }
}
.map-label {
  font-family: var(--f-display);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  fill: rgba(255,255,255,.85);
}
.map-label--accent { fill: var(--red-fire); }

/* ============================================================
   INTERACTIVE GLOBE
   ============================================================ */
.globe-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 680px;
  margin: 0 auto;
}
.globe-wrap svg {
  width: 100%;
  height: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  display: block;
}
.globe-graticule {
  fill: none;
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 0.5;
  pointer-events: none;
}
.globe-edge {
  fill: none;
  stroke: rgba(228, 0, 43, 0.45);
  stroke-width: 1.5;
  pointer-events: none;
  filter: drop-shadow(0 0 14px rgba(228, 0, 43, 0.5));
}
.globe-country {
  fill: rgba(30, 71, 184, 0.18);
  stroke: rgba(255, 255, 255, 0.32);
  stroke-width: 0.55;
  transition: fill 0.25s var(--ease);
}
.globe-country:hover { fill: rgba(228, 0, 43, 0.22); }

/* Pins — base */
.globe-pin {
  transition: opacity 0.2s linear;
}
.globe-pin .pin-pulse {
  transform-origin: center;
  transform-box: fill-box;
}

/* Hub pin (red, large pulse, labeled) */
.globe-pin.hub .pin-dot {
  fill: #FF2A3C;
  filter: drop-shadow(0 0 8px #E4002B);
}
.globe-pin.hub .pin-pulse {
  fill: #FF2A3C;
  opacity: 0.6;
  animation: globePulse 2.4s ease-out infinite;
  animation-delay: var(--d);
}

/* Active deployment (red, smaller pulse, no label) */
.globe-pin.active .pin-dot {
  fill: #FF2A3C;
  filter: drop-shadow(0 0 6px #E4002B);
}
.globe-pin.active .pin-pulse {
  fill: #FF2A3C;
  opacity: 0.5;
  animation: globePulse 2.8s ease-out infinite;
  animation-delay: var(--d);
}

/* Strategic engagement (blue, labeled) */
.globe-pin.cmd .pin-dot {
  fill: #2A6DF4;
  filter: drop-shadow(0 0 10px #2A6DF4);
}
.globe-pin.cmd .pin-pulse {
  fill: #2A6DF4;
  opacity: 0.6;
  animation: globePulse 2.6s ease-out infinite;
  animation-delay: var(--d);
}

/* Planned expansion (dashed white ring) */
.globe-pin.future .pin-dot {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 1.5;
  stroke-dasharray: 3 2;
}
.globe-pin.future .pin-pulse { display: none; }

/* Labels */
.globe-pin .pin-label {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  fill: rgba(255, 255, 255, 0.95);
  paint-order: stroke;
  stroke: rgba(0, 0, 0, 0.85);
  stroke-width: 3;
  stroke-linejoin: round;
  pointer-events: none;
}
.globe-pin.hub .pin-label { fill: #FF6470; }
.globe-pin.cmd .pin-label { fill: #6FA0FF; }

/* Pulse keyframe — independent from .map-pulse so it can run on SVG groups */
@keyframes globePulse {
  0%   { transform: scale(0.8); opacity: 0.7; }
  100% { transform: scale(4);   opacity: 0;   }
}

/* Hint text below the globe */
.globe-hint {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  pointer-events: none;
}
.globe-hint::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--red-fire);
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  box-shadow: 0 0 8px var(--red-fire);
  animation: pulse 1.6s ease-in-out infinite;
}

/* Globe section grid override — give the globe column more breathing room */
.us-deploy__grid {
  align-items: center;
}

/* ============================================================
   ANIMATED METRIC TICKER
   ============================================================ */
.ticker {
  background: var(--red-bright);
  color: var(--white);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.ticker__track {
  display: flex;
  gap: 0;
  white-space: nowrap;
}
.ticker__marquee {
  display: flex;
  gap: 0;
  animation: marquee 28s linear infinite;
  flex-shrink: 0;
}
.ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  font-family: var(--f-display);
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
}
.ticker__item .star {
  width: 14px; height: 14px;
  display: inline-block;
}
.ticker__item .num {
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
}

/* ============================================================
   CINEMATIC PRODUCT CARDS — environmental scenes
   ============================================================ */
.product-card {
  border: 1px solid rgba(10,26,51,.06);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(6,18,38,.06);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.product-card:hover {
  border-color: var(--red-bright);
  box-shadow: 0 28px 60px rgba(6,18,38,.18);
}
.product-card__visual {
  height: 320px;
  position: relative;
}
.product-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.product-card__tag {
  z-index: 3;
  letter-spacing: .22em;
  padding: 8px 14px;
  border-radius: 0;
  background: var(--red-bright);
  box-shadow: 4px 4px 0 rgba(255,255,255,.95);
}
.product-card__tag--blue { background: var(--blue-electric); }
.product-card__corner {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 3;
  width: 32px; height: 32px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  opacity: .4;
}
.product-card__corner-2 {
  position: absolute;
  bottom: 16px; left: 16px;
  z-index: 3;
  width: 32px; height: 32px;
  border-bottom: 2px solid var(--white);
  border-left: 2px solid var(--white);
  opacity: .4;
}

/* ============================================================
   SECTOR CARDS — richer scenes
   ============================================================ */
.sector-card {
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
}
.sector-card__scene {
  position: absolute;
  inset: 0;
}
.sector-card__scene svg {
  width: 100%; height: 100%;
  display: block;
}
.sector-card__overlay {
  background: linear-gradient(180deg, transparent 0%, transparent 45%, rgba(0,0,0,.5) 75%, rgba(0,0,0,.95) 100%);
}
.sector-card__body {
  padding: 24px;
  z-index: 2;
}
.sector-card__body h4 {
  font-size: 22px;
  letter-spacing: .02em;
  margin-bottom: 6px;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.sector-card__body .tag {
  color: var(--white);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: .25em;
  padding: 4px 10px;
  background: var(--red-bright);
  display: inline-block;
  margin-bottom: 8px;
}
.sector-card__arrow {
  position: absolute;
  top: 20px; right: 20px;
  z-index: 3;
  width: 36px; height: 36px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.sector-card:hover .sector-card__arrow {
  background: var(--red-bright);
  transform: rotate(-45deg);
}

/* ============================================================
   COMPARE-BAR — diesel vs nomad
   ============================================================ */
.compare-bar {
  margin: 24px 0;
}
.compare-bar__row {
  display: grid;
  grid-template-columns: 130px 1fr 80px;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.compare-bar__label {
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  text-align: right;
}
.compare-bar__track {
  height: 14px;
  background: rgba(255,255,255,.06);
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.compare-bar__fill {
  height: 100%;
  background: var(--red-fire);
  width: 0;
  transition: width 1.5s var(--ease);
  position: relative;
}
.compare-bar__fill.blue { background: var(--blue-bright); }
.compare-bar__fill.green { background: linear-gradient(90deg, #1ed760, #0a9a45); }
.compare-bar__fill::after {
  content: "";
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 8px;
  background: rgba(255,255,255,.4);
}
.compare-bar__value {
  font-family: var(--f-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
.compare-bar.in .compare-bar__fill { width: var(--w); }

/* ============================================================
   HERO-SCALE STAT BLOCK (big number moments)
   ============================================================ */
.mega-stat {
  background: var(--navy-deep);
  color: var(--white);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--red-bright);
  border-bottom: 4px solid var(--red-bright);
}
.mega-stat__bg {
  position: absolute; inset: 0;
  opacity: .15;
  background-image:
    repeating-linear-gradient(45deg, var(--red-bright) 0 2px, transparent 2px 24px),
    repeating-linear-gradient(-45deg, var(--blue-electric) 0 2px, transparent 2px 24px);
}
.mega-stat__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.mega-stat .num {
  font-family: var(--f-display);
  font-size: clamp(120px, 18vw, 280px);
  line-height: .85;
  font-weight: 600;
  letter-spacing: -.04em;
  background: linear-gradient(180deg, var(--white) 0%, var(--white) 48%, var(--red-fire) 52%, var(--red-fire) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 24px;
}
.mega-stat .lbl {
  font-family: var(--f-display);
  font-size: 14px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

/* ============================================================
   POLISHED FOOTER
   ============================================================ */
.footer {
  background: #020611;
  border-top: 1px solid rgba(255,255,255,.05);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg,
    var(--red-bright) 0%, var(--red-bright) 33%,
    var(--white) 33%, var(--white) 66%,
    var(--blue-electric) 66%, var(--blue-electric) 100%);
}
.footer__brand h4 {
  background: linear-gradient(135deg, var(--white), var(--red-fire));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}

/* ============================================================
   FLAG STRIPES — improved
   ============================================================ */
.flag-stripes {
  height: 6px;
}
.flag-bar {
  height: 4px;
  background:
    linear-gradient(90deg,
      var(--red-bright) 0% 25%,
      var(--white) 25% 50%,
      var(--blue-electric) 50% 75%,
      var(--white) 75% 100%);
  background-size: 80px 100%;
}

/* ============================================================
   PAGE HERO — cinematic upgrade
   ============================================================ */
.page-hero {
  padding: calc(var(--header-h) + 120px) 0 120px;
}
.page-hero__bg {
  background:
    radial-gradient(ellipse 60% 50% at 20% 30%, rgba(30,71,184,.45) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(228,0,43,.40) 0%, transparent 50%),
    linear-gradient(135deg, #060e22 0%, #0a1834 60%, #1a1018 100%);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--noise-url);
  opacity: .3;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
.page-hero__inner { z-index: 2; }
.page-hero h1 {
  font-size: clamp(56px, 8vw, 112px);
  letter-spacing: -.025em;
}

/* ============================================================
   BUTTON REFINEMENT
   ============================================================ */
.btn {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 18px 32px;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
  transition: left .6s var(--ease);
}
.btn:hover::before { left: 150%; }
.btn--ghost {
  border-width: 1.5px;
  letter-spacing: .2em;
}

/* ============================================================
   REVEAL — slightly more dramatic
   ============================================================ */
.reveal {
  transform: translateY(40px);
  transition-duration: 1s;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .hero-cinema__art { width: 70%; right: -10%; bottom: 60px; opacity: .55; }
  .hero-cinema__copy { max-width: 100%; }
}
@media (max-width: 980px) {
  .us-deploy__grid { grid-template-columns: 1fr; }
  .hero-cinema__stats { grid-template-columns: repeat(2,1fr); }
  .hero-cinema__stats .hero__stat:nth-child(2) { border-right: 0; }
  .hero-cinema__art { display: none; }
  .trust-strip__inner { flex-direction: column; align-items: stretch; gap: 16px; }
  .trust-strip__label { padding-right: 0; border-right: 0; border-bottom: 2px solid var(--red-bright); padding-bottom: 12px; }
}
@media (max-width: 600px) {
  .hero-cinema__stats { grid-template-columns: 1fr; }
  .hero-cinema__stats .hero__stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 12px 20px; }
  .hero-cinema__stats .hero__stat:last-child { border-bottom: 0; }
  .compare-bar__row { grid-template-columns: 1fr; gap: 4px; }
  .compare-bar__label { text-align: left; }
}
