/* ═══ RESET & TOKENS ═══ */
@font-face {
  font-family: "MilligramText-Regular";
  src: url("/assets/fonts/MilligramText-Regular.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Regular-trial.woff2') format('woff2'); */
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MilligramText-Medium";
  src: url("/assets/fonts/MilligramText-Medium.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Medium-trial.woff2') format('woff2'); */

  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #ffffff;
  color: #0d1f35;
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: rgba(113, 191, 68, 0.25);
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: #f4f8fc;
}
::-webkit-scrollbar-thumb {
  background: #b8d0e8;
}

:root {
  --cream: #f4f8fc;
  --cream2: #ebf5fb;
  --white: #ffffff;
  --navy: #0a1e35;
  --navy2: #0d2848;
  --ink: #0d1f35;
  --muted: #5a7090;
  --faint: rgba(13, 31, 53, 0.05);
  --g: #71bf44;
  --b: #0085cd;
  --warn: #c87820;
  --g-tint: rgba(113, 191, 68, 0.1);
  --b-tint: rgba(0, 133, 205, 0.1);
  --rule: rgba(13, 31, 53, 0.09);
}
h1 {
  font-size: 60px !important;
  font-family: "CooperBTLight", sans-serif !important;
}
.vbill-amt {
  font-size: 40px !important;
  font-family: "CooperBTLight", sans-serif !important;
}
h2,
h3,
.stat-num,
.ld-oi-t,
.mat-num {
  font-family: "CooperBTLight", sans-serif !important;
}
html,
body,
p,
div {
  font-family: "MilligramText-Regular", sans-serif !important;
}
.fq-qt {
  font-family: "CooperBTLight", sans-serif !important;
}

.menu-request-demo {
  position: static !important;
}
.menu-request-demo a {
  margin: 0;
}
#slideButton{
  color: var(--white) !important;
}
#slideButton:hover{
  background-color: #3a8a20;
}
/* ═══ PROGRESS ═══ */
#prog {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  z-index: 9999;
  background: linear-gradient(90deg, var(--g), var(--b));
}

/* ═══ CURSOR ═══ */
.cursor {
  pointer-events: none;
  position: fixed;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--g);
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition:
    transform 0.1s,
    width 0.25s,
    height 0.25s,
    opacity 0.25s;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.cursor-ring {
  pointer-events: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 133, 205, 0.3);
  z-index: 9997;
  transform: translate(-50%, -50%);
  transition:
    transform 0.18s ease-out,
    width 0.25s,
    height 0.25s;
}
body:not(:hover) .cursor,
.cursor-ring {
  opacity: 0;
}

#header.header-scrolled img.img_show {
  display: inline-block !important;
  width: 240px;
}
.nav_style {
  visibility: hidden;
}
/* =========================================
   HEADER & NAVIGATION 
   ========================================= */
header.fixed-top .nav-menu > li > a {
  color: #434343;
}

.top_bavbar a {
  color: #434343 !important;
}

.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}

/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Regular-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Bold-Trial.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
} */

@media (min-width: 1200px) {
  div.container,
  section.container {
    max-width: 1140px;
  }
  #header.header_area.fixed-top.sticky.header-scrolled
    .nav-header
    .nav-brand
    img {
    width: 240px !important;
  }
}
/* Default transparent background */
.header_area {
  transition: background-color 0.3s ease;
  background: transparent;
}

/* Sticky state after scroll */

.header_area.sticky {
  background: #021940; /* your background color */
}
header.fixed-top .nav-menu > li > a {
  color: #434343;
}
header.fixed-top .nav-menu > li > a > {
  color: #434343;
}
.top_bavbar a {
  color: #434343;
}
/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent;
}

@media (min-width: 1199px) {
  .nav-menu {
    min-height: 60px; /* match your header height */
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  header.fixed-top img.img_show {
    width: 240px !important;
  }
}
.nav_style {
  display: none;
}
.top_bavbar {
  justify-content: end !important;
}
.top_bavbar a:after {
  border: 1px solid #434343 !important;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  font-size: 14px;
  text-align: left;
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px; /* space for the underline */
  text-decoration: none;
  color: #434343 !important; /* keep text color */
}
.nav-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px; /* underline thickness */
  width: 0;
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-menu > li > a:hover::after {
  width: 100%;
}
/* Base styles for submenu / megamenu links */
.nav-dropdown li a,
.megamenu-list li a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: inherit;
  text-decoration: none;
  z-index: 1; /* make sure text is above the pseudo-element */
  overflow: hidden; /* hide the overflow of the background animation */
}

li ul.nav-submenu li a:hover {
  color: #fff !important;
}
/* Background sweep effect */
.nav-dropdown li a::before,
.megamenu-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* start invisible */
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  z-index: -1; /* behind the text */
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On hover - expand background from left to right */
.nav-dropdown li a:hover::before,
.megamenu-list li a:hover::before {
  width: 100%;
}

/* Optional: smooth reverse on mouse out (already handled by transition) */
#header.header-scrolled img.img_show {
  display: block !important;
  width: 240px;
}
.navigation {
  display: flex !important;
  justify-content: space-between;
}

.megamenu-panel .megamenu-list > li > a:hover {
  color: #fff !important;
}

.megamenu-lists .megamenu-list > li.megamenu-list-title > a:hover {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow:
      0 0.5em 0 0 #000000,
      0 1em 0 0 #000000 !important;
  }
}
@media (max-width: 1200px) {
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow:
      0 0.5em 0 0 #000000,
      0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow:
      0 0.5em 0 0 #000000,
      0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-scrolled {
    height: 120px !important;
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow:
      0 0.5em 0 0 #000000,
      0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  header#header.header-scrolled {
    height: 100px !important;
  }
  .nav-brand img.img_show {
    height: auto !important;
    width: 140px !important;
  }
}
@media (min-width: 992px) {
  header.fixed-top .nav-menu > li > a {
    padding: 40px 10px !important;
  }
  .nav-menus-wrapper .nav-menu li a {
    font-size: 16px !important;
  }
  .fixed-top.topnav_bg a {
    font-size: 16px !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
  h1.hero-title {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  header.fixed-top .nav-menu > li > a {
    font-size: 16px !important;
  }
}

/* ════ STICKY SUB-NAV ════ */
.intel-sub-nav {
  display: none;
  position: fixed;

  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 48px;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
  overflow: hidden;
}

.intel-sub-nav.scrolled {
  display: block;
  top: 95px;
  height: 60px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(13, 31, 53, 0.1);
}

.intel-sub-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  overflow: hidden;
}

.intel-sub-nav .nav-i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.intel-sub-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap;
  max-width: 100%;
}

.intel-sub-nav .nav-links a {
  font-family: "MilligramText-Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.01em;
  padding: 13px 0;
  position: relative;
  transition: color 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.intel-sub-nav .nav-links a:hover,
.intel-sub-nav .nav-links a.active {
  color: #0085cd;
}

.intel-sub-nav .nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0085cd;
  transition: width 0.3s ease;
}

.intel-sub-nav .nav-links a:hover::after,
.intel-sub-nav .nav-links a.active::after {
  width: 100%;
}

/* ═══ HERO ═══ */
.hero-section {
  padding-top: 80px;
}
#hero-outer {
  background: linear-gradient(
    135deg,
    rgba(113, 191, 68, 0.04) 0%,
    #ffffff 35%,
    rgba(0, 133, 205, 0.05) 100%
  );
  position: relative;
}
#hero-outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      ellipse 55% 70% at 2% 40%,
      rgba(113, 191, 68, 0.08) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 45% 60% at 95% 20%,
      rgba(0, 133, 205, 0.09) 0%,
      transparent 60%
    );
  pointer-events: none;
}
#hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 60px;
  align-items: center;
  padding: 120px 60px 80px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  background: linear-gradient(
    160deg,
    rgba(0, 133, 205, 0.07) 0%,
    rgba(0, 133, 205, 0.13) 100%
  );
  z-index: -1;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  background: rgba(113, 191, 68, 0.1);
  border: 1px solid rgba(113, 191, 68, 0.3);
  border-radius: 100px;
  padding: 7px 16px 7px 10px;
}
.hero-title{
  color: #000000;
}
.hero-text{
  font-size: 18px;
}
.tag-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--g);
  position: relative;
  flex-shrink: 0;
}
.tag-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid var(--g);
  animation: tagpulse 2s ease-out infinite;
  opacity: 0;
}
@keyframes tagpulse {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.tag-text {
  font-family: "MilligramText-Regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a8a20;
  font-weight: 700;
}

h1.hero-hed {
  font-family: "CooperBTLight", sans-serif;
  font-size: clamp(36px, 5.5vw, 76px);
  font-weight: 800;
  line-height: 1.04;
  color: var(--navy);
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}
h1.hero-hed .ital {
  font-style: italic;
  color: var(--b);
}
h1.hero-hed em {
  font-style: normal;
  color: var(--g);
  text-decoration: underline;
  text-decoration-color: rgba(113, 191, 68, 0.4);
  text-underline-offset: 5px;
}

.hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: var(--navy);
  margin-bottom: 16px;
  max-width: 480px;
  font-weight: 500;
}

.hero-signals {
  margin-bottom: 48px;
  border-top: 1px solid var(--rule);
}
.hsig {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 133, 205, 0.12);
  opacity: 0;
  transform: translateX(-24px);
  transition:
    opacity 0.5s,
    transform 0.5s,
    color 0.2s;
  cursor: default;
  
}
.hsig span{
  font-size: 16px !important;
}
.hsig.in {
  opacity: 1;
  transform: translateX(0);
}
.hsig:hover {
  color: var(--navy);
  background: rgba(113, 191, 68, 0.03);
  margin-left: -6px;
  padding-left: 6px;
  border-radius: 4px;
}
.hsig-num {
  font-family: "MilligramText-Regular", monospace;
  font-size: 10px;
  color: var(--b);
  font-weight: 700;
  flex-shrink: 0;
  width: 24px;
}
.hsig-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
  font-weight: 500;
}
.hsig:hover .hsig-text {
  color: var(--navy);
}
.hsig-arrow {
  margin-left: auto;
  font-size: 12px;
  color: var(--b);
  opacity: 0;
  transition: opacity 0.2s;
  font-weight: 700;
  flex-shrink: 0;
}
.hsig:hover .hsig-arrow {
  opacity: 1;
}

.hero-btns {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-btns a{
  font-size: 16px !important;
}
.hero-btns .walkthrough-btn{
    color: var(--navy) !important;
    border-color: var(--muted);
  }
.hero-btns .walkthrough-btn:hover{
    
    border-color: var(--muted);
  }
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--g);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 36px;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 8px 32px rgba(113, 191, 68, 0.28);
  letter-spacing: 0.01em;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(113, 191, 68, 0.38);
}
.btn-primary .arr {
  display: inline-block;
  transition: transform 0.3s;
}
.btn-primary:hover .arr {
  transform: translateX(6px);
}
.btn-secondary {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--b);
  text-decoration: none;
  border-bottom: 2px solid var(--b);
  padding-bottom: 2px;
  transition: all 0.25s;
  letter-spacing: 0.01em;
}
.btn-secondary:hover {
  color: #3a8a20;
  border-color: var(--g);
}

/* ═══ HERO RADAR ═══ */
.radar-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  max-width: 100%;
}
.radar {
  position: relative;
  width: 440px;
  height: 440px;
  flex-shrink: 0;
  max-width: 100%;
}
.radar-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 133, 205, 0.18);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rr1 {
  width: 80px;
  height: 80px;
}
.rr2 {
  width: 160px;
  height: 160px;
  border-color: rgba(0, 133, 205, 0.16);
}
.rr3 {
  width: 240px;
  height: 240px;
  border-color: rgba(0, 133, 205, 0.13);
}
.rr4 {
  width: 320px;
  height: 320px;
  border-color: rgba(0, 133, 205, 0.1);
}
.rr5 {
  width: 400px;
  height: 400px;
  border-color: rgba(0, 133, 205, 0.07);
}
.rr6 {
  width: 440px;
  height: 440px;
  border-color: rgba(0, 133, 205, 0.04);
}
.radar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--b), var(--g));
  box-shadow:
    0 0 0 5px rgba(0, 133, 205, 0.15),
    0 0 20px rgba(113, 191, 68, 0.2);
}
.radar-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 2px;
  transform-origin: 0% 50%;
  background: linear-gradient(
    90deg,
    var(--g),
    rgba(113, 191, 68, 0.2),
    transparent
  );
  transform: rotate(0deg);
  animation: sweep 5s linear infinite;
}
@keyframes sweep {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.radar-sweep-cone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  transform-origin: 0% 100%;
  background: conic-gradient(
    from 138deg,
    rgba(113, 191, 68, 0.14) 85deg,
    rgba(113, 191, 68, 0.06) 50deg,
    transparent 65deg
  );
  animation: sweep 5s linear infinite;
  margin-top: -220px;
}
.rnode {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: default;
}
.rnode-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  animation: ndpulse 3s ease-in-out infinite;
}
@keyframes ndpulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.7;
  }
}
.rnode-label {
  font-family: "MilligramText-Regular", sans-serif;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.rnode.red .rnode-dot {
  background: #d64040;
  box-shadow: 0 0 6px rgba(224, 80, 80, 0.5);
  animation-delay: 0.2s;
}
.rnode.red .rnode-label {
  color: #d64040;
}
.rnode.amber .rnode-dot {
  background: var(--warn);
  box-shadow: 0 0 6px rgba(212, 130, 10, 0.5);
  animation-delay: 0.8s;
}
.rnode.amber .rnode-label {
  color: var(--warn);
}
.rnode.green .rnode-dot {
  background: var(--g);
  box-shadow: 0 0 6px rgba(113, 191, 68, 0.5);
  animation-delay: 1.4s;
}
.rnode.green .rnode-label {
  color: #4a9020;
}
.rnode.blue .rnode-dot {
  background: var(--b);
  box-shadow: 0 0 6px rgba(0, 133, 205, 0.5);
  animation-delay: 0.5s;
}
.rnode.blue .rnode-label {
  color: var(--b);
}
.n-space {
  top: 12%;
  left: 58%;
}
.n-dock {
  top: 30%;
  right: 8%;
}
.n-orders {
  bottom: 32%;
  right: 4%;
}
.n-billing {
  bottom: 14%;
  left: 52%;
}
.n-customer {
  top: 50%;
  left: 2%;
}
.rping {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid;
  pointer-events: none;
  animation: ping 3s ease-out infinite;
}
@keyframes ping {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
.rping.p1 {
  width: 40px;
  height: 40px;
  border-color: rgba(214, 64, 64, 0.5);
  top: 14%;
  left: 68%;
  animation-delay: 0s;
}
.rping.p2 {
  width: 40px;
  height: 40px;
  border-color: rgba(0, 133, 205, 0.4);
  top: 32%;
  right: 18%;
  animation-delay: 1s;
}
.rping.p3 {
  width: 40px;
  height: 40px;
  border-color: rgba(113, 191, 68, 0.5);
  bottom: 34%;
  right: 14%;
  animation-delay: 2s;
}

/* ═══ DATA TICKER ═══ */
.ticker {
  background: #0d2848;
  padding: 14px 0;
  overflow: hidden;
  border-top: none;
  width: 100%;
}
.ticker-track {
  display: flex;
  animation: ticker-scroll 35s linear infinite;
}
@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.tick-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 36px;
  white-space: nowrap;
  font-family: "MilligramText-Regular", monospace;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}
.tick-sep {
  color: rgba(255, 255, 255, 0.15);
}
.tick-red {
  color: #e07070;
}
.tick-amb {
  color: #c87820;
}
.tick-grn {
  color: var(--g);
}
.tick-blu {
  color: #4aaee0;
}

.tick-item span{
  color: var(--white);
}

/* ═══ SHARED SECTION STYLES ═══ */
.section-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.eyebrow {
  font-family: "MilligramText-Regular", monospace;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--g);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--g);
  flex-shrink: 0;
}
h2.s-head {
  font-family: "CooperBTLight", sans-serif;
  font-size: clamp(28px, 4.2vw, 60px);
  font-weight: 500 !important;
  line-height: 1.08;
  color: var(--navy);
  letter-spacing: -0.03em;
}
h2.s-head span {
  color: var(--b);
}
h2.s-head .g {
  color: var(--g);
}
.s-sub {
  font-size: 18px;
  line-height: 1.72;
  color: #000000;
  margin-top: 16px;
  max-width: 560px;
}
.rv {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.rv.up {
  opacity: 1;
  transform: translateY(0);
}
.rv.d1 {
  transition-delay: 0.1s;
}
.rv.d2 {
  transition-delay: 0.2s;
}
.rv.d3 {
  transition-delay: 0.3s;
}
.rv.d4 {
  transition-delay: 0.4s;
}

/* ═══ STATS ═══ */
.stats-section {
  padding: 100px 60px;
  background: #ffffff;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--navy);
  margin-top: 64px;
}
.stat-item {
  padding: 40px 36px 40px 0;
  border-right: 1px solid var(--rule);
  position: relative;
  cursor: default;
  transition: padding-left 0.3s;
}
.stat-item:last-child {
  border-right: none;
}
.stat-item:hover {
  padding-left: 12px;
}
.stat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--g);
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.stat-item:hover::before {
  width: 100%;
}
.stat-num {
  font-family: "CooperBTLight", sans-serif;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.stat-item:nth-child(1) .stat-num {
  color: #d64040;
}
.stat-item:nth-child(2) .stat-num {
  color: var(--b);
}
.stat-item:nth-child(3) .stat-num {
  color: var(--g);
}
.stat-item:nth-child(4) .stat-num {
  color: var(--b);
}
.stat-label {
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
}

/* ═══ GAP SECTION (DARK) ═══ */
.gap-section {
  background: #0a1e35;
  padding: 120px 60px;
  position: relative;
  overflow: hidden;
}
.gap-section::before {
  content: "THE GAP";
  position: absolute;
  font-family: "CooperBTLight", sans-serif;
  font-size: clamp(80px, 20vw, 280px);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.022);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: -0.06em;
  pointer-events: none;
  white-space: nowrap;
}
.gap-section .eyebrow {
  color: rgba(113, 191, 68, 0.8);
}
.gap-section .eyebrow::before {
  background: var(--g);
}
.gap-section h2.s-head {
  color: #fff;
}
.gap-section h2.s-head span {
  color: var(--g);
}
.gap-section .s-sub {
  color: #ffffff;
}
.gap-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-top: 72px;
}
.gap-col {
  padding: 48px 56px;
}
.gap-col.before-col {
  background: rgba(255, 255, 255, 0.04);
}
.gap-col.after-col {
  background: rgba(113, 191, 68, 0.07);
  border-left: 2px solid rgba(113, 191, 68, 0.25);
}
.gcol-head {
  font-family: "MilligramText-Regular", monospace;
  font-size: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 28px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gcol-head::after {
  content: "";
  flex: 1;
  height: 1px;
}
.before-col .gcol-head {
  color: rgb(255, 255, 255);
}
.before-col .gcol-head::after {
  background: rgba(255, 255, 255, 0.1);
}
.after-col .gcol-head {
  color: var(--g);
}
.after-col .gcol-head::after {
  background: rgba(113, 191, 68, 0.2);
}
.gap-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  cursor: default;
  transition: padding-left 0.22s;
  color: var(--white);
  font-size: 18px;
}
.gap-item:hover {
  padding-left: 8px;
}
.gap-item:last-child {
  border-bottom: none;
}
.gi-icon {
  font-size: 18px;
  flex-shrink: 0;
  padding-top: 1px;
  width: 28px;
}
.gi-text {
  font-size: 18px;
  line-height: 1.5;
}
.before-col .gi-text {
  color: rgb(255, 255, 255);
}
.after-col .gi-text {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}
.gap-callout {
  max-width: 1280px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.gap-callout-inner {
  padding: 36px 48px;
  border-left: 3px solid var(--g);
  background: linear-gradient(
    90deg,
    rgba(113, 191, 68, 0.08),
    rgba(0, 133, 205, 0.04)
  );
}
.gap-callout-inner p {
  font-size: 18px;
  line-height: 1.68;
  color: #ffffff;
}
.gap-callout-inner strong {
  color: var(--g);
  font-weight: 600;
}

/* ═══ LAYER SECTION ═══ */
.layer-section {
  padding: 120px 60px;
  background: #f4f8fc;
}
.layer-diagram {
  max-width: 820px;
  margin: 72px auto 0;
}
.ld-wms {
  text-align: center;
  padding: 22px 40px;
  border: 1.5px dashed rgba(13, 31, 53, 0.12);
  border-radius: 12px;
}
.ld-wms-t {
  font-family: "MilligramText-Regular", monospace;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--b);
}
.ld-wms-s {
  font-size: 18px;
  color: #000000;
  margin-top: 4px;
}
.ld-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  gap: 0;
}
.ldc-line {
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, rgba(13, 31, 53, 0.08), var(--g));
}
.ldc-arrow {
  font-size: 18px;
  color: var(--g);
  animation: arrbob 2s ease-in-out infinite;
}
@keyframes arrbob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.ld-oi {
  background: #ffffff;
  border-top: 3px solid var(--g);
  padding: 36px 44px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 133, 205, 0.08);
}
.ld-oi::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(113, 191, 68, 0.06), transparent);
  pointer-events: none;
}
.ld-oi-t {
  font-family: "CooperBTLight", sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.ld-oi-s {
  font-size: 18px;
  color: #000000;
  line-height: 1.55;
  max-width: 500px;
}
.ld-outputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid rgba(0, 133, 205, 0.12);
}
.ld-out {
  padding: 20px 16px;
  border-right: 1px solid rgba(0, 133, 205, 0.1);
  cursor: default;
  transition: background 0.2s;
}
.ld-out:last-child {
  border-right: none;
}
.ld-out:hover {
  background: rgba(0, 133, 205, 0.05);
}
.ld-out-ic {
  font-size: 22px;
  margin-bottom: 8px;
}
.ld-out-t {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
}
.ld-out-s {
  font-size: 18px;
  color: #000000;
  margin-top: 3px;
  line-height: 1.4;
}

/* ═══ INTEL — HORIZONTAL PINNED SCROLL ═══ */
#intel-outer {
  /* height: 600vh; */
  height: calc(100vh * 5);
  position: relative;
}
#intel-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.intel-dots {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.idot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 133, 205, 0.2);
  transition: all 0.4s;
  cursor: pointer;
}
.idot.act {
  background: var(--g);
  transform: scale(1.4);
}
.intel-nav {
  position: absolute;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);

/* NEW */
  background: rgba(61, 59, 59, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  padding: 14px 10px;
  border-radius: 12px;

  border: 1px solid rgba(13, 31, 53, 0.08);
  box-shadow: 0 8px 30px rgba(0, 133, 205, 0.08);


  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}
.inav-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 0;
  transition: all 0.2s;
}
.inav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(13, 31, 53, 0.12);
  transition: all 0.3s;
  flex-shrink: 0;
}
.inav-label {
  font-family: "MilligramText-Medium", sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(236, 236, 236, 0.3);
  transition: all 0.3s;
  max-width: 160px;
  overflow: visible;
  white-space: nowrap;
  transition: all 0.3s;
}
.inav-pill.act .inav-dot {
  background: var(--g);
  box-shadow: 0 0 0 3px rgba(113, 191, 68, 0.2);
}
.inav-pill.act .inav-label,
.inav-pill:hover .inav-label {
  max-width: 160px;
  color: var(--white);
}
#intel-prog-line {
  position: absolute;
  left: 72px;
  top: 0;
  width: 2px;
  background: rgba(0, 133, 205, 0.1);
  z-index: 5;
}
#intel-prog-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, var(--g), var(--b));
  transition: height 0.12s linear;
}
#intel-strip {
  display: flex;
  width: 500vw;
  height: 100%;
  transition: transform 0.05s linear;
  will-change: transform;
}
.intel-panel {
  width: 100vw;
  height: 100%;
  flex-shrink: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 160px 0 260px;
  gap: 80px;
  position: relative;
  overflow: hidden;
}
.intel-panel::before {
  display: none;
}
.ip-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  margin-bottom: 20px;
}
.ip-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.ip-badge-text {
  font-family: "MilligramText-Regular", monospace;
  font-size: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ip-h {
  font-family: "CooperBTLight", sans-serif;
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 500;
  color: #000000;
  line-height: 1.16;
  margin-bottom: 14px;
  letter-spacing: -0.025em;
}
.ip-d {
  font-size: 18px;
  line-height: 1.72;
  color: #000000;
  margin-bottom: 28px;
}
.ip-sigs {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ip-sig {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(0, 133, 205, 0.1);
  cursor: default;
  transition: padding-left 0.2s;
}
.ip-sig:hover {
  padding-left: 8px;
}
.ip-sig:last-child {
  border-bottom: none;
}
.ip-sig-line {
  width: 16px;
  height: 1.5px;
  flex-shrink: 0;
  margin-top: 9px;
}
.ip-sig-text {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}
.ip-sig:hover .ip-sig-text {
  color: var(--navy);
}
.ip-viz {
  position: relative;
  overflow: hidden;
}
.ip-viz .viz-header{
  font-size: 18px;
  color: #000;
}
.viz-space {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vsrow {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 133, 205, 0.1);
  flex-wrap: nowrap;
  
}
.vsrow:last-child {
  border-bottom: none;
}
.vsname {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  width: 90px;
  flex-shrink: 0;
}
.vstrack {
  flex: 1;
  height: 3px;
  background: rgba(0, 133, 205, 0.1);
  position: relative;
  min-width: 40px;
}
.vsfill {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.vsval {
  font-family: "MilligramText-Regular", monospace;
  font-size: 15px;
  width: 36px;
  text-align: right;
  flex-shrink: 0;
}
.vstag {
  font-size: 15px;
  padding: 3px 8px;
  font-weight: 600;
  margin-left: 8px;
  flex-shrink: 0;
  white-space: nowrap;
}
.viz-footer{
  font-size: 18px;
}
.viz-dock {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vdock-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 133, 205, 0.1);
}
.vdock-item:last-child {
  border-bottom: none;
}
.vdock-name {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  width: 80px;
  flex-shrink: 0;
}
.vdock-bar {
  flex: 1;
  height: 6px;
  background: rgba(13, 31, 53, 0.05);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  min-width: 40px;
}
.vdock-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.vdock-status {
  font-family: "MilligramText-Regular", monospace;
  font-size: 15px;
  width: 48px;
  text-align: right;
  flex-shrink: 0;
}
.viz-orders {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vorder {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 133, 205, 0.1);
  cursor: default;
  transition: padding-left 0.2s;
  flex-wrap: nowrap;
}
.vorder:hover {
  padding-left: 6px;
}
.vorder:last-child {
  border-bottom: none;
}
.vorder-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.vorder-id {
  font-family: "MilligramText-Regular", monospace;
  font-size: 18px;
  color: var(--muted);
  flex-shrink: 0;
  width: 52px;
}
.vorder-name {
  font-size: 15px;
  color: var(--ink);
  flex: 1;
  min-width: 0;
}
.vorder-status {
  font-size: 15px;
  font-weight: 600;
  padding: 3px 10px;
  flex-shrink: 0;
  white-space: nowrap;
}
.viz-billing {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vbill {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 133, 205, 0.1);
  flex-wrap: nowrap;
}
.vbill:last-child {
  border-bottom: none;
}
.vbill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.vbill-name {
  font-size: 15px;
  color: var(--ink);
  flex: 1;
  min-width: 0;
}
.vbill-amt {
  font-family: "CooperBTLight", sans-serif;
  font-size: 20px;
  font-weight: 500;
  flex-shrink: 0;
}
.viz-footer-billing{
  font-size: 18px;
}
.viz-cust {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vcust {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 133, 205, 0.1);
  flex-wrap: nowrap;
}
.vcust:last-child {
  border-bottom: none;
}
.vcust-name {
  font-size: 15px;
  color: #000000;
  flex: 1;
  font-weight: 600;
  min-width: 0;
}
.vcust-bar {
  width: 100px;
  height: 3px;
  background: rgba(0, 133, 205, 0.1);
  flex-shrink: 0;
  position: relative;
}
.vcust-fill {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.vcust-status {
  font-family: "MilligramText-Regular", monospace;
  font-size: 15px;
  width: 64px;
  text-align: right;
  flex-shrink: 0;
}

/* ═══ MATTERS ═══ */
.matters-section {
  padding: 140px 60px;
  background: #ffffff;
}
.matters-items {
  max-width: 1280px;
  margin: 80px auto 0;
}
.mat-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 40px;
  align-items: start;
  padding: 48px 0;
  border-top: 1px solid rgba(0, 133, 205, 0.12);
  cursor: default;
  transition: padding-left 0.3s;
}
.mat-item:hover {
  padding-left: 16px;
}
.mat-num {
  font-family: "CooperBTLight", sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(13, 31, 53, 0.08);
  transition: color 0.3s;
}
.mat-item:hover .mat-num {
  color: var(--b);
}
.mat-ic {
  font-size: 28px;
  margin-bottom: 14px;
  display: block;
}
.mat-h {
  font-family: "CooperBTLight", sans-serif !important;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.mat-p {
  font-size: 18px;
  line-height: 1.75;
  color: #000000;
  max-width: 520px;
}

/* ═══ WHY BMOBILE ═══ */
.why-section {
  padding: 120px 60px;
  background: #f4f8fc;
}
.why-list {
  max-width: 960px;
  margin: 72px auto 0;
}
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  padding: 32px 0;
  border-top: 1px solid rgba(0, 133, 205, 0.12);
  position: relative;
  cursor: default;
  transition: padding-left 0.3s;
}
.why-item:hover {
  padding-left: 16px;
}
.why-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--b), var(--g));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.why-item:hover::before {
  transform: scaleY(1);
}
.why-n {
  font-family: "MilligramText-Regular", monospace;
  font-size: 18px;
  color: var(--g);
  opacity: 0.6;
  flex-shrink: 0;
  padding-top: 3px;
}
.why-body {
  flex: 1;
  min-width: 0;
}
.why-h {
  font-family: "CooperBTLight", sans-serif !important;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 7px;
  letter-spacing: -0.015em;
}
.why-d {
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
}
.why-arr {
  color: rgba(13, 31, 53, 0.12);
  font-size: 22px;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
  flex-shrink: 0;
}
.why-item:hover .why-arr {
  color: var(--g);
  transform: translateX(8px);
}

/* ═══ CTA ═══ */
.cta-section {
  background: #0a1e35;
  padding: 140px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 60% at 25% 50%,
      rgba(0, 133, 205, 0.18),
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 50% at 80% 50%,
      rgba(113, 191, 68, 0.12),
      transparent 60%
    );
  pointer-events: none;
  animation: ctabreathe 8s ease-in-out infinite;
}
@keyframes ctabreathe {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.cta-section .eyebrow {
  justify-content: center;
  color: var(--g);
}
.cta-section .eyebrow::before {
  background: var(--g);
}
.cta-h {
  font-family: "CooperBTLight", sans-serif;
  font-size: clamp(32px, 5.5vw, 72px);
  font-weight: 500;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  position: relative;
}
.cta-h span {
  color: var(--g);
}
.cta-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: rgb(255, 255, 255);
  margin-bottom: 52px;
  line-height: 1.65;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cta-btns {
  display: flex;
  gap: 18px;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.cta-btns a{
  font-size: 18px;
}
.btn-cta-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--g);
  color: #fff;
  font-size: 15.5px;
  font-weight: 600;
  padding: 17px 44px;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 40px rgba(113, 191, 68, 0.3);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.btn-cta-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(113, 191, 68, 0.4);
}
.btn-cta-out {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px 36px;
  border-radius: 100px;
  transition: all 0.3s;
  white-space: nowrap;
}
.btn-cta-out:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.cta-note {
  margin-top: 24px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  position: relative;
}

/* ═══ FAQ ═══ */
.faq-section {
  padding: 120px 60px;
  background: #ffffff;
}
.faq-list {
  max-width: 800px;
  margin: 64px auto 0;
}
.fq {
  border-bottom: 1px solid rgba(0, 133, 205, 0.12);
}
.fq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  cursor: pointer;
  gap: 24px;
}
.fq-qt {
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 600;
  color: rgba(13, 31, 53, 0.6);
  line-height: 1.3;
  transition: color 0.2s;
  letter-spacing: -0.01em;
}
.fq:hover .fq-qt,
.fq.open .fq-qt {
  color: var(--navy);
}
.fq-ic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  transition: all 0.35s;
}
.fq.open .fq-ic {
  background: var(--b);
  border-color: var(--b);
  color: #fff;
  transform: rotate(45deg);
}
.fq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.fq.open .fq-a {
  max-height: 300px;
}
.fq-ai {
  font-size: 18px;
  line-height: 1.78;
  color: #000000;
  padding: 0 0 28px;
}

.faq-section h2 span{
  color: var(--g);
}

/* ═══ FOOTER ═══ */
footer {
  background: #0a1e35;
  /* padding: 64px 0px; */
  border-top: none;
}
.ft-i {
  max-width: 1280px;
  margin: 0 auto;
}
.ft-top {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 32px;
  align-items: start;
}
.ft-logo img {
  height: 30px;
  opacity: 0.5;
  display: block;
  margin-bottom: 12px;
  filter: brightness(1.5);
}
.ft-tag {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.65;
  max-width: 240px;
}
.ft-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.ftcol h4 {
  font-family: "MilligramText-Regular", monospace;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  margin-bottom: 18px;
}
.ftcol a {
  display: block;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.ftcol a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.ft-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.ft-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.18);
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — NO OVERFLOW
   ═══════════════════════════════════════════════ */

/* ── Large desktop cap ── */
@media (max-width: 1280px) {
  .intel-panel {
    padding: 0 100px 0 260px;
    gap: 60px;
  }
  .intel-nav {
    left: 30px;
  }
  #intel-prog-line {
    left: 46px;
  }
}

/* ── Tablet landscape ── */
@media (max-width: 1024px) {
  /* Hero */
  .intel-sub-nav.scrolled {
    top: 120px;
    height: 54px;
  }
  #hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 100px 40px 60px;
  }
  .radar-wrap {
    height: 360px;
    margin: 0 auto;
  }
  .radar {
    width: 340px;
    height: 340px;
  }
  .rr5 {
    width: 320px;
    height: 320px;
  }
  .rr6 {
    width: 340px;
    height: 340px;
  }
  body::before {
    display: none;
  }

  /* Sub-nav */

  .intel-sub-nav.scrolled {
    top: 95px;
    height: 54px;
  }
  .intel-sub-nav .nav-links {
    gap: 28px;
  }
  .intel-sub-nav .nav-links a {
    font-size: 13px;
  }

  /* Sections */
  .stats-section,
  .gap-section,
  .layer-section,
  .matters-section,
  .why-section,
  .cta-section,
  .faq-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* Gap */
  .gap-cols {
    grid-template-columns: 1fr;
  }
  .gap-col {
    padding: 36px 32px;
  }
  .gap-col.after-col {
    border-left: none;
    border-top: 2px solid rgba(113, 191, 68, 0.25);
  }

  /* Intel */
  .intel-panel {
    padding: 0 60px;
    grid-template-columns: 1fr;
    gap: 40px;
    align-content: center;
  }
  .ip-viz {
    max-width: 100%;
    overflow-x: auto;
  }
  .intel-nav {
    left: 16px;
  }
  #intel-prog-line {
    left: 32px;
  }

  /* Layer */
  .ld-outputs {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Matters */
  .mat-item {
    grid-template-columns: 80px 1fr;
    gap: 24px;
  }

  /* Footer */
  .ft-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ft-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

/* ── Tablet portrait ── */
@media (max-width: 768px) {
  /* Hero */
  #hero {
    padding: 80px 24px 40px;
    min-height: auto;
  }
  h1.hero-hed {
    font-size: clamp(30px, 6vw, 42px);
  }
  .hero-sub {
    font-size: 15px;
  }
  .radar-wrap {
    height: 300px;
  }
  .radar {
    width: 280px;
    height: 280px;
  }
  .rr4 {
    width: 260px;
    height: 260px;
  }
  .rr5 {
    width: 280px;
    height: 280px;
  }
  .rr6 {
    display: none;
  }
  .rnode-label {
    font-size: 8px;
  }

  /* Sub-nav */
  .intel-sub-nav {
    top: 110px;
    height: 42px;
    display: none;
  }
  .intel-sub-nav.scrolled {
    top: 110px;
    height: 42px;
    display: block;
  }
  .intel-sub-nav.scrolled {
    top: 95px;
    height: 48px;
  }
  .intel-sub-nav .nav-links {
    gap: 20px;
  }
  .intel-sub-nav .nav-links a {
    font-size: 12.5px;
    padding: 10px 0;
  }

  /* Sections */
  .stats-section,
  .gap-section,
  .layer-section,
  .matters-section,
  .why-section,
  .cta-section,
  .faq-section {
    padding-left: 24px;
    padding-right: 24px;
  }
  footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stat-item {
    border-right: none;
    padding: 24px 0;
    border-bottom: 1px solid var(--rule);
  }
  .stat-item:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid var(--rule);
  }

  /* Gap */
  .gap-col {
    padding: 28px 20px;
  }
  .gap-callout-inner {
    padding: 24px 28px;
  }
  .gap-callout-inner p {
    font-size: 18px;
  }

  /* Intel */
  .intel-panel {
    padding: 0 24px 0 56px;
    gap: 24px;
  }
  .intel-nav {
    left: 10px;
    gap: 8px;
  }
  .inav-label {
    display: none;
  }
  #intel-prog-line {
    left: 26px;
  }

  /* Layer */
  .ld-wms {
    padding: 16px 20px;
  }
  .ld-oi {
    padding: 28px 24px;
  }

  /* Matters */
  .mat-item {
    grid-template-columns: 60px 1fr;
    gap: 16px;
    padding: 32px 0;
  }
  .mat-item:hover {
    padding-left: 8px;
  }

  /* Why */
  .why-item {
    gap: 20px;
    padding: 24px 0;
  }
  .why-item:hover {
    padding-left: 8px;
  }
  .why-arr {
    display: none;
  }

  /* CTA */
  .cta-section {
    padding: 80px 24px;
  }
  .btn-cta-main {
    padding: 14px 32px;
    font-size: 14px;
  }
  .btn-cta-out {
    padding: 13px 28px;
    font-size: 14px;
  }

  /* FAQ */
  .faq-section {
    padding: 80px 24px;
  }
  .fq-q {
    padding: 20px 0;
    gap: 16px;
  }
  .fq-ic {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  /* Footer */
  .ft-cols {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

/* ── Phones — 2 row sub-nav ── */
@media (max-width: 576px) {
  /* Hero */
  .hero-section {
    padding-top: 60px;
  }
  #hero {
    padding: 60px 16px 32px;
  }
  h1.hero-hed {
    font-size: clamp(26px, 7vw, 36px);
    margin-bottom: 20px;
  }
  .hero-tag {
    margin-bottom: 20px;
    padding: 5px 12px 5px 8px;
  }
  .tag-text {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .hero-sub {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .hsig {
    padding: 10px 0;
    gap: 12px;
  }
  .hsig-text {
    font-size: 13px;
  }
  .hero-btns {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .hero-btns .btn-primary,
  .hero-btns .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  
  .radar-wrap {
    height: 240px;
  }
  .radar {
    width: 220px;
    height: 220px;
  }
  .rr4,
  .rr5,
  .rr6 {
    display: none;
  }
  .rnode-label {
    font-size: 7px;
    letter-spacing: 0.04em;
  }

  /* Sub-nav: 2 rows */
  .intel-sub-nav {
    top: 95px;
    height: auto;
    padding: 6px 0;
    overflow: visible;
  }
  .intel-sub-nav.scrolled {
    top: 120px;
    height: auto;
    padding: 8px 0;
  }
  .intel-sub-nav .container {
    padding: 0 16px;
    overflow: visible;
  }
  .intel-sub-nav .nav-i {
    height: auto;
  }
  .intel-sub-nav .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    row-gap: 2px;
    width: 100%;
  }
  .intel-sub-nav .nav-links a {
    font-size: 12px;
    padding: 6px 14px;
    width: 50%;
    text-align: center;
  }
  .intel-sub-nav .nav-links a::after {
    height: 1.5px;
    left: 14px;
    right: 14px;
    width: auto;
  }
  .intel-sub-nav .nav-links a:hover::after,
  .intel-sub-nav .nav-links a.active::after {
    width: auto;
    left: 14px;
    right: 14px;
  }

  /* Sections */
  .stats-section,
  .gap-section,
  .layer-section,
  .matters-section,
  .why-section,
  .cta-section,
  .faq-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Stats */
  .stats-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
  .stat-item {
    border-right: none;
    padding: 20px 0;
    border-bottom: 1px solid var(--rule);
  }
  .stat-item:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }
  .stat-num {
    font-size: 40px;
  }

  /* Gap */
  .gap-section {
    padding-top: 80px;
    padding-bottom: 80px;
    clip-path: none;
  }
  .gap-col {
    padding: 20px 16px;
  }
  .gcol-head {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .gi-text {
    font-size: 13px;
  }
  .gap-callout {
    padding: 0 16px;
  }
  .gap-callout-inner {
    padding: 20px 20px;
    font-size: 15px;
  }
  .gap-callout-inner p {
    font-size: 15px;
  }

  /* Layer */
  .layer-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ld-wms {
    padding: 14px 16px;
  }
  .ld-wms-t {
    font-size: 10px;
  }
  .ld-wms-s {
    font-size: 12px;
  }
  .ld-oi {
    padding: 20px 16px;
  }
  .ld-outputs {
    grid-template-columns: 1fr 1fr;
  }
  .ld-out {
    padding: 14px 10px;
  }
  .ld-out-t {
    font-size: 12px;
  }
  .ld-out-s {
    font-size: 11px;
  }

  /* Intel panels */
  .intel-panel {
    padding: 0 16px 0 40px;
    gap: 16px;
  }
  .intel-nav {
    left: 6px;
    gap: 6px;
  }
  .inav-dot {
    width: 6px;
    height: 6px;
  }
  #intel-prog-line {
    left: 18px;
  }
  .ip-d {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .ip-sig-text {
    font-size: 13px;
  }

  /* Matters */
  .matters-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .matters-items {
    margin-top: 40px;
  }
  .mat-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 0;
  }
  .mat-num {
    font-size: 36px;
  }
  .mat-item:hover {
    padding-left: 0;
  }
  .mat-h {
    font-size: 20px;
  }
  .mat-p {
    font-size: 14px;
  }

  /* Why */
  .why-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .why-list {
    margin-top: 40px;
  }
  .why-item {
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
  }
  .why-item:hover {
    padding-left: 0;
  }
  .why-item::before {
    display: none;
  }
  .why-h {
    font-size: 18px;
  }
  .why-d {
    font-size: 14px;
  }

  /* CTA */
  .cta-section {
    padding: 60px 16px;
  }
  .cta-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-cta-main,
  .btn-cta-out {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .btn-cta-main {
    padding: 14px 24px;
    font-size: 14px;
  }
  .btn-cta-out {
    padding: 13px 24px;
    font-size: 13px;
  }
  .cta-sub {
    font-size: 14px;
    margin-bottom: 32px;
  }

  /* FAQ */
  .faq-section {
    padding: 60px 16px;
  }
  .faq-list {
    margin-top: 32px;
  }
  .fq-q {
    gap: 12px;
    padding: 16px 0;
  }
  .fq-qt {
    font-size: 18px;
  }
  .fq-ic {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .fq-ai {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .fq.open .fq-a {
    max-height: 400px;
  }

  /* Footer */
  footer {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .ft-cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ft-bot {
    justify-content: center;
  }
}

/* ── Small phones ── */
@media (max-width: 400px) {
  /* Sub-nav */

  .intel-sub-nav.scrolled {
    top: 100px;
    padding: 6px 0;
  }
  .intel-sub-nav .container {
    padding: 0 10px;
  }
  .intel-sub-nav .nav-links a {
    font-size: 11px;
    padding: 5px 10px;
  }

  /* Hero */
  h1.hero-hed {
    font-size: 24px;
  }
  .hero-sub {
    font-size: 13px;
  }
  .hsig-text {
    font-size: 12px;
  }
  .hsig-num {
    font-size: 9px;
    width: 20px;
  }
  .radar-wrap {
    height: 200px;
  }
  .radar {
    width: 180px;
    height: 180px;
  }
  .rr3 {
    width: 160px;
    height: 160px;
  }
  .rnode-label {
    font-size: 6.5px;
  }

  /* Stats */
  .stat-num {
    font-size: 32px;
  }
  .stat-label {
    font-size: 12px;
  }

  /* Gap */
  .gap-col {
    padding: 16px 12px;
  }
  .gi-text {
    font-size: 12px;
  }

  /* Intel */

  .ip-h {
    font-size: 20px;
  }
  .ip-d {
    font-size: 13px;
  }
  .ip-sig-text {
    font-size: 12px;
  }

  /* Matters */
  .mat-num {
    font-size: 30px;
  }
  .mat-h {
    font-size: 18px;
  }
  .mat-p {
    font-size: 13px;
  }

  /* Why */
  .why-h {
    font-size: 18px;
  }
  .why-d {
    font-size: 13px;
  }

  /* CTA */
  .cta-h {
    font-size: 26px;
  }
  .cta-sub {
    font-size: 13px;
  }
  .btn-cta-main {
    font-size: 13px;
    padding: 12px 20px;
  }
  .btn-cta-out {
    font-size: 12px;
    padding: 11px 20px;
  }

  /* FAQ */
  .fq-qt {
    font-size: 14px;
  }
  .fq-ai {
    font-size: 13px;
  }
}

/* @media  (min-width:1280px) {
  #intel-sticky {
    height: 700px !important;
top: 90px !important;
  }
  
} */

@media (max-width: 1068px) {
  /* ── Undo the pinned scroll container ── */
  #intel-outer {
    height: auto !important;
  }

  #intel-sticky {
    position: static !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* ── Undo the horizontal strip ── */
  #intel-strip {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  /* ── Each panel becomes a full-width card ── */
  .intel-panel {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    padding: 48px 24px 40px !important;
    gap: 32px !important;
    border-bottom: 1px solid rgba(0, 133, 205, 0.1);
  }

  .intel-panel:last-child {
    border-bottom: none;
  }

  /* ── Hide desktop-only nav elements ── */
  .intel-nav,
  #intel-prog-line,
  .intel-dots {
    display: none !important;
  }

  /* ── Section label above each panel ── */
  .intel-panel::before {
    display: flex !important;
    content: attr(data-num);
    font-family: "MilligramText-Regular", monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    color: rgba(13, 31, 53, 0.2);
    margin-bottom: -16px;
  }

  /* ── Typography scale-down ── */
  .ip-h {
    font-size: clamp(22px, 6vw, 32px) !important;
  }

  .ip-d {
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }

  .ip-sig-text {
    font-size: 13.5px !important;
  }

  /* ── Viz panel full width ── */
  .ip-viz {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  /* ── Keep row items from wrapping awkwardly ── */
  .vsrow,
  .vdock-item,
  .vorder,
  .vbill,
  .vcust {
    flex-wrap: nowrap !important;
    min-width: 0;
  }

  /* ── Customer bar — give it more room on mobile ── */
  .vcust-bar {
    width: 60px !important;
  }

  /* ── Billing total row ── */
  .vbill-amt {
    font-size: 16px !important;
  }
}

/* ── Phones: tighter padding ── */
@media (max-width: 480px) {
  .intel-panel {
    padding: 36px 16px 32px !important;
    gap: 24px !important;
  }

  .ip-h {
    font-size: clamp(20px, 5.5vw, 28px) !important;
  }

  .ip-d {
    font-size: 14px !important;
  }

  .vsname,
  .vdock-name {
    width: 72px !important;
    font-size: 12px !important;
  }

  .vorder-id {
    width: 40px !important;
    font-size: 9px !important;
  }

  .vorder-name {
    font-size: 12px !important;
  }

  .vorder-status {
    font-size: 9px !important;
    padding: 3px 7px !important;
  }

  .vbill-name {
    font-size: 12px !important;
  }

  .vstag {
    font-size: 9px !important;
    padding: 2px 6px !important;
  }

  .vcust-name {
    font-size: 13px !important;
  }

  .vcust-status {
    font-size: 9px !important;
    width: 54px !important;
  }
}


@media screen  and (max-height: 780px) {
  .intel-panel {
    /* margin-top: 80px; */
  }
  
}

@media (min-width: 300px) and (max-width: 699px) {
#header.header-scrolled img.img_show{
  width: 200px !important;
}
.intel-sub-nav.scrolled{
  top: 100px !important;
}
}

@media (min-width: 992px) and (max-width: 1366px) {
  div.container {
    max-width: 930px !important;
  }
  .nav-menus-wrapper .nav-menu li a{
    font-size: 12px !important;
  }
  .nav-menu > li > a > i, .nav-menu > li > a > [class*="ion-"]{
    font-size: 12px !important;
  }
  header.fixed-top img.img_show {
    width: 190px !important;
  }
  .fixed-top.topnav_bg a{
    font-size: 13px !important;
  }
  .intel-sub-nav.scrolled{
    top:75px !important;
  }
  .tag-text, .hero-text, .tick-item, .tick-amb, .eyebrow, .stat-label, .gap-section .eyebrow, .gap-section .s-sub, .before-col .gcol-head, .before-col .gi-text, .gap-callout-inner p, .eyebrow, .s-sub, .ld-wms-t, .ld-wms-s, .ld-oi-s, .ld-out-t, .ld-out-s, .ip-badge-text, .ip-d, .ip-sig-text, .viz-footer, .gcol-head, .gi-text, .vorder-id, .mat-p, .why-d, .cta-sub, .cta-btns a, .cta-note, .fq-ai, .footer-address, .footer-links a, .intel-sub-nav .nav-links a, .ip-viz .viz-header, .footer-copyright{
    font-size: 14.5px !important;
  }
  .gap-section::before{
    font-size: clamp(80px, 15vw, 280px);
  }
  .hero-title{
    font-size: 48px !important;
  }
  .stat-num{
    font-size: 50px !important;
  }
  h2.s-head, .mat-num, .cta-h{
    font-size: 50px !important;
  }
  #intel-sticky{
    top: 40px !important;
  }
  .footer-links li{
    line-height: 17px !important;
  }
  #header.header_area.fixed-top.sticky.header-scrolled .nav-header .nav-brand img{
    width: 190px !important;
  }
  #header.header-scrolled{
    height: 75px !important;
  }
      header.fixed-top .nav-menu > li > a {
  padding: 28px 10px !important;
  }
  .footer-title{
    font-size: 16px !important;
  }
  .footer-social a i{
    font-size: 20px !important;
  }
  .inav-label{
    font-size: 12px !important;
  }
  .vbill-amt{
    font-size: 38px !important;
  }
}
