:root {
  --bg: #020917;
  --bg2: #001b3a;
  --blue: #00a8ff;
  --blue2: #0879ff;
  --line: rgba(0, 168, 255, 0.35);
  --text: #ffffff;
  --muted: #c8d8ee;
  --card: rgba(2, 20, 48, 0.72);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: radial-gradient(
      circle at 72% 15%,
      rgba(0, 131, 255, 0.28),
      transparent 27%
    ),
    radial-gradient(circle at 45% 60%, rgba(0, 94, 255, 0.18), transparent 35%),
    linear-gradient(180deg, #020713 0%, #001328 52%, #020714 100%);
}
.site-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 0, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 168, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 18%,
    black 88%,
    transparent
  );
}
.container-wide {
  width: min(1200px, calc(100% - 56px));
  margin: auto;
}
.section-pad {
  padding: 70px 0;
  background: #021637;
  margin-bottom: 70px;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 22px 0;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
.logo-mark {
  width: 78px;
  height: 64px;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  border-bottom: 2px solid var(--blue);
  position: relative;
}
.logo-mark:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 38px;
  border: 8px solid #fff;
  border-right-color: var(--blue);
  border-top-color: transparent;
  transform: skewX(-18deg);
  filter: drop-shadow(0 0 12px rgba(0, 168, 255, 0.55));
}
.logo-text {
  font-size: 14px;
  line-height: 1.15;
}
.logo-text em {
  font-style: normal;
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 5px;
}
.main-nav {
  display: flex;
  gap: 54px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.main-nav a {
  position: relative;
  color: #fff;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--blue);
}
.main-nav a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 42px;
  height: 2px;
  background: var(--blue);
  box-shadow: 0 0 12px var(--blue);
}
.mobile-toggle {
  display: none;
  background: transparent;
  border: 0;
}
.mobile-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}
.hero {
    min-height: 760px;
    display: flex;
    align-items: center;
    padding-top: 145px;
    position: relative;
    background-color: #000a1e;
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
 
}
.hero-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: 52px;
  line-height: 1.13;
  margin: 0 0 28px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.hero h1 span {
  color: #168fff;
}
.hero p {
  font-size: 17px;
  color: #fff;
  max-width: 390px;
  margin: 0 0 42px;
}
.btn-glow,
.btn-outline,
.btn-primary-glow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 64px;
  padding: 0 25px;
  border: 1px solid rgba(0, 168, 255, 0.8);
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.3px;
  background: rgba(1, 20, 45, 0.64);
  box-shadow: inset 0 0 18px rgba(0, 168, 255, 0.12),
    0 0 18px rgba(0, 168, 255, 0.12);
}
.btn-glow i {
  font-size: 22px;
}
.btn-glow b,
.btn-outline b,
.btn-primary-glow b {
  font-size: 30px;
  font-weight: 300;
}
.btn-primary-glow {
  background: #0879ff;
  border-color: #0879ff;
  box-shadow: 0 0 26px rgba(8, 121, 255, 0.55);
  justify-content: center;
  min-width: 320px;
}
.hero-visual {
  height: 600px;
  position: relative;
}
.globe-wrap {
  position: absolute;
  right: 40px;
  top: 10px;
  width: 650px;
  height: 560px;
  display: none;
}
.globe {
  position: absolute;
  left: 135px;
  top: 60px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
      circle at 38% 36%,
      rgba(43, 198, 255, 0.55),
      transparent 18%
    ),
    radial-gradient(
      circle,
      rgba(0, 168, 255, 0.18) 0 42%,
      rgba(0, 168, 255, 0.35) 43% 44%,
      transparent 46%
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 13px,
      rgba(0, 168, 255, 0.2) 14px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 13px,
      rgba(0, 168, 255, 0.2) 14px
    );
  box-shadow: 0 0 35px rgba(0, 168, 255, 0.9),
    inset 0 0 42px rgba(0, 168, 255, 0.6);
}
.globe:before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 168, 255, 0.5);
  background: radial-gradient(
      circle at 30% 50%,
      rgba(0, 168, 255, 0.35),
      transparent 30%
    ),
    radial-gradient(circle at 62% 45%, rgba(0, 168, 255, 0.3), transparent 28%);
}
.orbit {
  position: absolute;
  border: 1px solid rgba(0, 168, 255, 0.32);
  border-radius: 50%;
  left: 95px;
  top: 20px;
  width: 445px;
  height: 445px;
  box-shadow: 0 0 20px rgba(0, 168, 255, 0.25);
}
.orbit-two {
  left: 70px;
  top: -5px;
  width: 500px;
  height: 500px;
  opacity: 0.45;
}
.hero-icon {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  text-shadow: 0 0 10px rgba(0, 168, 255, 0.6);
}
.hero-icon i {
  width: 82px;
  height: 82px;
  border: 2px solid rgba(0, 168, 255, 0.8);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  font-size: 34px;
  color: #62c9ff;
  box-shadow: 0 0 22px rgba(0, 168, 255, 0.5),
    inset 0 0 18px rgba(0, 168, 255, 0.2);
}
.icon-automation {
  left: 35px;
  top: 65px;
}
.icon-engagement {
  left: 10px;
  top: 255px;
}
.icon-cloud {
  right: 0;
  top: 40px;
}
.icon-payments {
  right: -30px;
  top: 240px;
}
.icon-analytics {
  right: -15px;
  bottom: 40px;
}
.icon-platforms {
  left: 270px;
  bottom: 10px;
}
.city-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 140px;
  background: linear-gradient(to top, rgba(0, 168, 255, 0.3), transparent),
    repeating-linear-gradient(
      90deg,
      transparent 0 19px,
      rgba(0, 168, 255, 0.45) 20px 22px,
      transparent 23px 42px
    );
    display: none;
  clip-path: polygon(
    0 100%,
    0 45%,
    5% 45%,
    5% 25%,
    12% 25%,
    12% 60%,
    20% 60%,
    20% 15%,
    28% 15%,
    28% 55%,
    36% 55%,
    36% 30%,
    47% 30%,
    47% 65%,
    55% 65%,
    55% 20%,
    65% 20%,
    65% 50%,
    75% 50%,
    75% 10%,
    86% 10%,
    86% 48%,
    100% 48%,
    100% 100%
  );
  opacity: 0.58;
}
.panel {
  width: min(1265px, calc(100% - 0px));
  margin: 0 auto 44px;
  padding: 28px 38px;
  border: 1px solid rgba(0, 126, 255, 0.35);
  border-radius: 16px;
  background: #00102b;
  box-shadow: inset 0 0 35px rgba(0, 125, 255, 0.08);
  margin-top: 70px;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-title span,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
  color: var(--blue);
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 800;
}
.section-title span:before,
.section-title span:after,
.eyebrow:after {
  content: "";
  width: 65px;
  height: 1px;
  background: var(--blue);
  box-shadow: 0 0 12px var(--blue);
}
.section-title h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 10px 0 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.service-card {
  min-height: 300px;
  padding: 27px 18px;
  border: 1px solid rgba(0, 139, 255, 0.4);
  border-radius: 8px;
  background: rgb(2 22 55);
  text-align: center;
}
.service-card i {
  font-size: 58px;
  color: #1da5ff;
  text-shadow: 0 0 16px rgba(0, 168, 255, 0.8);
  margin-bottom: 22px;
}
.service-card h3,
.benefit-item h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 16px;
}
.service-card p,
.benefit-item p {
  font-size: 13px;
  color: #e6f2ff;
  margin: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 70px;
  align-items: center;
}
.about h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 15px 0 28px;
}
.about p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 24px;
}
.btn-outline {
  min-height: 58px;
}
.dashboard-visual {
  position: relative;
  min-height: 430px;
  display: none;
}
.dashboard-visual:before {
  content: "";
  position: absolute;
  inset: 50px 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 168, 255, 0.22), transparent 56%);
  filter: blur(3px);
}
.laptop {
  position: absolute;
  left: 210px;
  top: 105px;
  width: 360px;
  height: 230px;
  border: 1px solid rgba(0, 168, 255, 0.55);
  border-radius: 12px;
  background: linear-gradient(135deg, #062b63, #010d24);
  transform: perspective(800px) rotateX(8deg) rotateY(-16deg);
  box-shadow: 0 0 35px rgba(0, 168, 255, 0.45);
}
.laptop:after {
  content: "";
  position: absolute;
  left: -45px;
  right: -45px;
  bottom: -45px;
  height: 55px;
  background: linear-gradient(90deg, #1d4f8b, #071831);
  transform: skewX(-25deg);
  border-radius: 0 0 18px 18px;
}
.screen-head {
  height: 34px;
  border-bottom: 1px solid rgba(0, 168, 255, 0.4);
}
.screen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 18px;
}
.screen-grid span {
  height: 68px;
  border: 1px solid rgba(0, 168, 255, 0.45);
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(0, 168, 255, 0.25),
    rgba(0, 168, 255, 0.04)
  );
}
.callout {
  position: absolute;
  width: 170px;
  padding: 16px;
  border: 1px solid rgba(0, 168, 255, 0.7);
  border-radius: 8px;
  background: rgba(4, 21, 52, 0.86);
  box-shadow: 0 0 22px rgba(0, 168, 255, 0.28);
}
.callout strong {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
.callout small {
  display: block;
  color: #fff;
  line-height: 1.6;
}
.callout-one {
  left: 90px;
  top: 70px;
}
.callout-two {
  left: 70px;
  bottom: 80px;
}
.callout-three {
  right: 20px;
  top: 80px;
}
.callout-four {
  right: 10px;
  bottom: 75px;
}
.benefits {
  padding-top: 22px;
}
.compact {
  margin-bottom: 28px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-bottom: 1px solid rgba(0, 168, 255, 0.25);
  padding-bottom: 26px;
}
.benefit-item {
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid rgba(0, 168, 255, 0.25);
}
.benefit-item:last-child {
  border-right: 0;
}
.benefit-item i {
  font-size: 54px;
  color: #4ec3ff;
  margin-bottom: 14px;
  text-shadow: 0 0 16px rgba(0, 168, 255, 0.72);
}
.stats-bar {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(0, 168, 255, 0.35);
  border-radius: 14px;
  padding: 22px 12px;
  background: rgba(1, 22, 52, 0.58);
}
.stat {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-right: 1px solid rgba(0, 168, 255, 0.3);
}
.stat:last-child {
  border-right: 0;
}
.stat i {
  grid-row: span 2;
  font-size: 46px;
  color: #46bdff;
  text-shadow: 0 0 16px rgba(0, 168, 255, 0.75);
}
.stat strong {
  font-size: 38px;
  line-height: 1;
  color: var(--blue);
}
.stat span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.cta {
  display: grid;
  grid-template-columns: 145px 1fr 330px;
  align-items: center;
  gap: 30px;
  margin-bottom: 12px;
}
.cta-icon {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.cta-icon i {
  font-size: 54px;
  color: #5ec8ff;
}
.cta h2 {
  text-transform: uppercase;
  color: #dbeaff;
  letter-spacing: 3px;
  font-size: 20px;
  margin: 0 0 5px;
}
.cta p {
  margin: 0;
  color: #fff;
}
.footer {
  padding: 0 0 25px;
  color: #a9bfdc;
  font-size: 12px;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
}
.footer a {
  color: #b9cce4;
}
.footer span {
  margin: 0 18px;
  color: #3272ae;
}
@media (max-width: 1100px) {
  .hero-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 130px;
  }
  .hero-visual {
    height: 520px;
  }
  .globe-wrap {
    left: 50%;
    right: auto;
    transform: translateX(-50%) scale(0.85);
    transform-origin: top center;
  }
  .service-grid,
  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .benefit-item {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 168, 255, 0.2);
    padding: 20px;
  }
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .stat {
    border-right: 0;
  }
  .cta {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-icon {
    margin: auto;
  }
  .btn-primary-glow {
    margin: auto;
  }
}
@media (max-width: 760px) {
  .container-wide {
    width: min(100% - 30px, 1200px);
  }
  .main-header {
    position: relative;
    background: #020917;
    border-bottom: 1px solid rgba(0, 168, 255, 0.22);
  }
  .mobile-toggle {
    display: block;
  }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    display: none;
    flex-direction: column;
    gap: 0;
    background: #03132d;
    border: 1px solid rgba(0, 168, 255, 0.35);
    border-radius: 10px;
    padding: 10px;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    padding: 12px;
  }
  .main-nav a.active:after {
    display: none;
  }
  .hero {
    min-height: auto;
    padding: 50px 0;
  }
  .hero-grid {
    gap: 20px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero p {
    font-size: 15px;
  }
  .hero-visual {
    height: 300px;
    overflow: hidden;
  }
  .globe-wrap {
    transform: translateX(-50%) scale(0.62);
    top: 0;
  }
  .panel {
    width: calc(100% - 24px);
    padding: 24px 16px;
  }
  .section-title h2 {
    font-size: 23px;
  }
  .section-title span:before,
  .section-title span:after,
  .eyebrow:after {
    width: 30px;
  }
  .service-grid,
  .benefit-grid,
  .stats-bar {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: auto;
  }
  .about h2 {
    font-size: 28px;
  }
  .dashboard-visual {
    min-height: 520px;
  }
  .laptop {
    left: 50%;
    top: 145px;
    transform: translateX(-50%) scale(0.82);
    transform-origin: center;
  }
  .callout {
    width: 150px;
  }
  .callout-one {
    left: 0;
    top: 20px;
  }
  .callout-two {
    left: 0;
    bottom: 40px;
  }
  .callout-three {
    right: 0;
    top: 55px;
  }
  .callout-four {
    right: 0;
    bottom: 20px;
  }
  .footer-wrap {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .btn-primary-glow {
    min-width: 100%;
  }
}


.dv-stats-strip {
  width: 100%;
  background: #00122d;
  border: 1px solid rgba(0, 153, 255, 0.25);
  border-radius: 0 0 18px 0;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 18px rgba(0, 153, 255, 0.18);
  overflow: hidden;
}

.dv-stat-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
  position: relative;
}

.dv-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 174, 255, 0.35),
    transparent
  );
}

.dv-stat-item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  
}

.dv-stat-content {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.dv-stat-content strong {
  font-size: 34px;
  font-weight: 700;
  color: #19a8ff;
  margin-bottom: 8px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 174, 255, 0.65);
}

.dv-stat-content span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .dv-stats-strip {
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px;
  }

  .dv-stat-item {
    flex: 0 0 calc(50% - 10px);
    padding: 0;
  }

  .dv-stat-item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .dv-stats-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 12px;
  }

  .dv-stat-item {
    justify-content: flex-start;
  }

  .dv-stat-item img {
    width: 48px;
    height: 48px;
  }

  .dv-stat-content strong {
    font-size: 30px;
  }

  .dv-stat-content span {
    font-size: 12px;
  }
}


@media (max-width: 575px) {
  .dv-stats-strip {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    text-align: center;
    border-radius: 14px;
  }

  .dv-stat-item {
    width: 100%;
    max-width: 220px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .dv-stat-item:not(:last-child)::after {
    display: none;
  }

  .dv-stat-item img {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    display: block;
  }

  .dv-stat-content {
    align-items: center;
    text-align: center;
  }

  .dv-stat-content strong {
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
  }

  .dv-stat-content span {
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
  }
}

/* ================================
   ABOUT PAGE
================================ */

/* ================================
   ABOUT HERO CLEAN LAYOUT
================================ */

.about-page-hero-clean {
  position: relative;
  padding: 145px 0 80px;
  background: #000a1e;
  overflow: hidden;
}

.about-hero-clean-grid {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 70px;
  align-items: center;
}

.about-hero-clean-content h1 {
  max-width: 560px;
  margin: 18px 0 18px;
  font-size: 44px;
  line-height: 1.15;
  color: #ffffff;
}

.about-hero-clean-content h1 span {
  color: #168fff;
}

.about-hero-clean-content p {
  max-width: 430px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.65;
}

.about-hero-clean-image img {
  width: 100%;
  display: block;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 1100px) {
  .about-hero-clean-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-hero-clean-image {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .about-page-hero-clean {
    padding: 60px 0 40px;
  }

  .about-hero-clean-content h1 {
    font-size: 36px;
  }

  .about-hero-clean-content p {
    font-size: 15px;
  }
}

.hero-line {
  width: 48px;
  height: 2px;
  margin: 20px 0 34px;
  background: var(--blue);
  box-shadow: 0 0 12px var(--blue);
}

.about-hero-content p {
  max-width: 430px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.65;
}

/* Story + Values */

.about-story-values {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 55px;
  padding-top: 46px;
  padding-bottom: 46px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 70px;
  background: #011237;
}

.section-mini-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.section-mini-title img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.section-mini-title h2,
.values-block h2 {
  margin: 0;
  color: var(--blue);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.story-block {
  padding-right: 35px;
  border-right: 1px solid rgba(0, 168, 255, 0.45);
}

.story-block p {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 28px;
}

.value-card {
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(0, 168, 255, 0.35);
}

.value-card:last-child {
  border-right: 0;
}

.value-card img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  margin-bottom: 20px;
}

.value-card h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
  text-transform: uppercase;
}

.value-card p {
  margin: 0;
  color: #e6f2ff;
  font-size: 13px;
  line-height: 1.65;
}

/* Impact */

.about-impact {
  padding-top: 24px;
  padding-bottom: 28px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.about-impact .dv-stats-strip {
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* Approach */

.about-approach {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: 70px;
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background: #011539;
}

.approach-list {
  position: relative;
  display: grid;
  gap: 28px;
  padding-left: 34px;
}

.approach-list::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(0, 168, 255, 0.35);
}

.approach-list div {
  position: relative;
}

.approach-list div::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 6px;
  width: 15px;
  height: 15px;
  border: 2px solid #62c9ff;
  border-radius: 50%;
  background: #00102b;
  box-shadow: 0 0 12px rgba(0, 168, 255, 0.8);
}

.approach-list strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
}

.approach-list p {
  margin: 0;
  color: #e6f2ff;
  font-size: 13px;
  line-height: 1.5;
}

.approach-image img {
  width: 100%;
  display: block;
}

/* Mobile */

@media (max-width: 1100px) {
  .about-story-values,
  .about-approach {
    grid-template-columns: 1fr;
  }

  .story-block {
    padding-right: 0;
    border-right: 0;
  }

  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }

  .value-card:nth-child(3) {
    border-right: 0;
  }

  .approach-image {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .about-page-hero {
    min-height: auto;
    padding: 60px 0;
  }

  .about-hero-bg img {
    object-position: center;
  }

  .about-page-hero::before {
    background: rgba(0, 8, 24, 0.82);
  }

  .about-hero-content h1 {
    font-size: 36px;
  }

  .about-hero-content p {
    font-size: 15px;
  }

  .about-story-values,
  .about-approach,
  .about-impact {
    width: calc(100% - 24px);
    padding: 28px 18px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .value-card {
    border-right: 0;
    padding: 0;
  }

  .approach-list {
    gap: 24px;
  }
}


/* ================================
   INNER PAGE SHARED HERO
================================ */

.inner-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 145px 0 70px;
  overflow: hidden;
  background: #000a1e;
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 50px;
  align-items: center;
}

.inner-hero-copy {
  position: relative;
  z-index: 3;
}

.inner-hero-copy h1 {
  margin: 18px 0 18px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.1;
}

.inner-hero-copy h1 span {
  color: #168fff;
}

.inner-hero-copy p {
  max-width: 470px;
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.7;
}

.inner-hero-image img {
  width: 100%;
  display: block;
}


/* ================================
   SOLUTIONS PAGE
================================ */

.solutions-services {
  margin-top: 0;
  padding-top: 34px;
  padding-bottom: 36px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 70px;
}

.solution-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.solution-card {
  min-height: 340px;
  padding: 30px 28px 24px;
  border: 1px solid rgba(0, 139, 255, 0.45);
  border-radius: 10px;
  background: #011840;
  box-shadow: inset 0 0 25px rgba(0, 168, 255, 0.07);
}

.solution-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  display: block;
  margin: 0 0 16px;
}

.solution-card h3 {
  margin: 0 0 14px;
  color: #dbeaff;
  font-size: 17px;
  line-height: 1.45;
  text-transform: uppercase;
  text-align: center;
}

.solution-card p {
  min-height: 52px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

.solution-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.solution-card li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
  color: #e6f2ff;
  font-size: 13px;
  line-height: 1.45;
}

.solution-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(0, 168, 255, 0.8);
}

.solution-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.solution-card a b {
  font-size: 20px;
  font-weight: 300;
}


/* Approach */

.solution-approach {
  position: relative;
  padding-top: 36px;
  padding-bottom: 46px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
}

.solution-approach::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 168, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 168, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.45;
  pointer-events: none;
}

.solution-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  align-items: start;
  margin-top: 30px;
}

.solution-step {
  position: relative;
  text-align: center;
}

.solution-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 62px;
  right: -31px;
  width: 50px;
  height: 2px;
  border-top: 2px dotted var(--blue);
  opacity: 0.9;
}

.step-icon {
  position: relative;
  width: 126px;
  height: 126px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(0, 168, 255, 0.75);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 168, 255, 0.18), rgba(0, 16, 43, 0.95));
  box-shadow: 0 0 24px rgba(0, 168, 255, 0.45), inset 0 0 20px rgba(0, 168, 255, 0.12);
}

.step-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.step-icon b {
  position: absolute;
  left: 4px;
  bottom: 6px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0879ff;
  color: #ffffff;
  font-size: 13px;
}

.solution-step h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.solution-step p {
  margin: 0;
  color: #e6f2ff;
  font-size: 13px;
  line-height: 1.55;
}


/* Bottom CTA */

.solutions-page-cta {
  display: grid;
  grid-template-columns: 150px 1fr 360px;
  gap: 30px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.cta-left {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(0, 168, 255, 0.45);
}

.cta-left img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.cta-copy h2 {
  margin: 0 0 12px;
  color: #9fd7ff;
  font-size: 22px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cta-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
}

.cta-action {
  text-align: center;
}

.cta-action .btn-primary-glow {
  min-width: 100%;
}

.cta-action small {
  display: block;
  margin-top: 14px;
  color: #ffffff;
  font-size: 13px;
}


/* Mobile */

@media (max-width: 1100px) {
  .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .inner-hero-image {
    max-width: 720px;
    margin: 0 auto;
  }

  .solution-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-step:not(:last-child)::after {
    display: none;
  }

  .solutions-page-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-left {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .inner-hero {
    min-height: auto;
    padding: 60px 0 40px;
  }

  .inner-hero-copy h1 {
    font-size: 38px;
  }

  .inner-hero-copy p {
    font-size: 15px;
  }

  .solution-card-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    padding: 28px 22px;
  }

  .solution-card img {
    margin-left: auto;
    margin-right: auto;
  }

  .solution-steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .solutions-page-cta {
    width: calc(100% - 24px);
    padding: 28px 18px;
  }

  .cta-action .btn-primary-glow {
    min-width: 100%;
  }
}

/* ================================
   INDUSTRIES PAGE
================================ */

.industry-hero-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 560px;
  margin-top: 28px;
}

.industry-hero-points div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.industry-hero-points img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.industry-hero-points span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.industries-section {
  padding-top: 34px;
  padding-bottom: 34px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 70px;
}

.industry-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.industry-card {
  min-height: 330px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(0, 139, 255, 0.45);
  border-radius: 10px;
  background: #011135;
  box-shadow: inset 0 0 25px rgba(0, 168, 255, 0.07);
}

.industry-card img {
     width: 80%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 18px;
    border-radius: 5px;
}

.industry-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  text-transform: uppercase;
}

.industry-card p {
  min-height: 64px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.6;
}

.industry-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.industry-card li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 22px;
  color: #e6f2ff;
  font-size: 12.5px;
  line-height: 1.45;
}

.industry-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0879ff;
  box-shadow: 0 0 10px rgba(0, 168, 255, 0.9);
}

.industry-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.industry-card a b {
  font-size: 18px;
  font-weight: 300;
}

/* Why choose strip */

.industry-why {
  display: grid;
  grid-template-columns: 240px repeat(4, 1fr);
  align-items: center;
  gap: 24px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.industry-why-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}

.industry-why-title h2::first-line {
  color: var(--blue);
}

.industry-why-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
}

.industry-why-item img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.industry-why-item h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

.industry-why-item p {
  margin: 0;
  color: #e6f2ff;
  font-size: 12px;
  line-height: 1.5;
}

/* CTA */

.industries-page-cta {
  display: grid;
  grid-template-columns: 180px 1fr 360px;
  gap: 30px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.industries-page-cta .cta-left {
  display: grid;
  place-items: center;
}

.industries-page-cta .cta-left img {
  width: 105px;
  height: 105px;
  object-fit: contain;
}

/* Mobile */

@media (max-width: 1100px) {
  .industry-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-why {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-why-title {
    grid-column: 1 / -1;
    text-align: center;
  }

  .industries-page-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .industry-hero-points {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-card-grid {
    grid-template-columns: 1fr;
  }

  .industry-card {
    text-align: center;
  }

  .industry-card img {
    margin-left: auto;
    margin-right: auto;
  }

  .industry-card li {
    text-align: left;
  }

  .industry-why {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .industry-why-item {
    grid-template-columns: 1fr;
  }

  .industry-why-item img {
    margin: 0 auto;
  }

  .industries-page-cta {
    width: calc(100% - 24px);
    padding: 28px 18px;
  }

  .industries-page-cta .btn-primary-glow {
    min-width: 100%;
  }
}

/* ================================
   CONTACT PAGE
================================ */

.contact-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.contact-hero-actions .btn-primary-glow,
.contact-hero-actions .btn-outline {
  min-width: 260px;
  justify-content: center;
}

.contact-hero-actions .btn-outline i,
.contact-hero-actions .btn-primary-glow i {
  font-size: 18px;
}

/* Contact Main */

.contact-main {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 46px;
  padding-top: 42px;
  padding-bottom: 42px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.contact-main h2,
.contact-benefits h3,
.consultation-copy span {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.contact-main h2 {
  margin: 0 0 28px;
  font-size: 20px;
}

.contact-details {
padding-right: 42px;
border-right: 1px solid rgba(0, 168, 255, 0.4);
background: #01153a;
padding-left: 10px;
border-radius: 10px;
}

.contact-info-list {
  display: grid;
  gap: 0;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 168, 255, 0.22);
}

.contact-info-item:first-child {
  padding-top: 0;
}

.contact-info-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.contact-info-item span {
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
}

.contact-info-item strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

/* Form */

.contact-form {
  display: grid;
  gap: 18px;
}

.form-row-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid rgba(0, 139, 255, 0.45);
  border-radius: 7px;
  background: rgba(2, 15, 40, 0.76);
  color: #ffffff;
  outline: none;
  font-size: 14px;
}

.contact-form textarea {
  min-height: 105px;
  padding-top: 18px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #c8d8ee;
}

.contact-form select {
  color: #c8d8ee;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.form-check input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
}

.contact-submit {
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.contact-submit i {
  margin-left: auto;
}

/* Contact benefits */

.contact-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}

.contact-benefit {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid rgba(0, 168, 255, 0.35);
}

.contact-benefit:last-child {
  border-right: 0;
}

.contact-benefit img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.contact-benefit h3 {
  margin: 0 0 8px;
  font-size: 14px;
}

.contact-benefit p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
}

/* Consultation section */

.consultation-section {
  display: grid;
  grid-template-columns: 260px 1fr 360px;
  gap: 48px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background: #01173c;
}

.consultation-image img {
  width: 100%;
  display: block;
}

.consultation-copy span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
}

.consultation-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3;
}

.consultation-copy h2 b {
  display: block;
  color: #168fff;
  font-weight: 800;
}

.consultation-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.consultation-list {
  padding-left: 38px;
  border-left: 1px solid rgba(0, 168, 255, 0.4);
}

.consultation-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.consultation-list li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 15px;
}

.consultation-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--blue);
  font-size: 20px;
  text-shadow: 0 0 12px rgba(0, 168, 255, 0.8);
}

.consultation-list .btn-primary-glow {
  min-width: 100%;
  justify-content: center;
}

.contact-closing {
  width: min(1265px, calc(100% - 0px));
  margin: 0 auto 35px;
  padding: 28px 20px;
  text-align: center;
  border-top: 1px solid rgba(0, 168, 255, 0.22);
}

.contact-closing p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}

.contact-closing span {
  color: var(--blue);
}

/* Mobile */

@media (max-width: 1100px) {
  .contact-main {
    grid-template-columns: 1fr;
  }

  .contact-details {
    padding-right: 0;
    border-right: 0;
  }

  .contact-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .contact-benefit:nth-child(2) {
    border-right: 0;
  }

  .consultation-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .consultation-image {
    max-width: 280px;
    margin: 0 auto;
  }

  .consultation-list {
    padding-left: 0;
    border-left: 0;
  }

  .consultation-list li {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .contact-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-hero-actions .btn-primary-glow,
  .contact-hero-actions .btn-outline {
    min-width: 100%;
  }

  .contact-main,
  .contact-benefits,
  .consultation-section {
    width: calc(100% - 24px);
    padding: 28px 18px;
  }

  .form-row-two {
    grid-template-columns: 1fr;
  }

  .contact-info-item {
    grid-template-columns: 36px 1fr;
  }

  .contact-info-item strong {
    font-size: 15px;
    word-break: break-word;
  }

  .contact-benefits {
    grid-template-columns: 1fr;
  }

  .contact-benefit {
    grid-template-columns: 1fr;
    text-align: center;
    border-right: 0;
    padding: 0;
  }

  .contact-benefit img {
    margin: 0 auto;
  }

  .consultation-copy h2 {
    font-size: 25px;
  }

  .contact-closing {
    width: calc(100% - 24px);
  }

  .contact-closing p {
    font-size: 17px;
  }
}

/* ================================
   BLOG PAGE
================================ */

.blog-featured {
  padding-top: 34px;
  padding-bottom: 34px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 70px;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.blog-card {
  overflow: hidden;
  border: 1px solid rgba(0, 139, 255, 0.55);
  border-radius: 10px;
  background: #010c1c;
  box-shadow: inset 0 0 28px rgba(0, 168, 255, 0.08);
}

.blog-card-image {
  height: 280px;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-content {
  padding: 30px 34px 34px;
}

.blog-category {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  margin-bottom: 24px;
  border-radius: 5px;
  background: #0879ff;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(8, 121, 255, 0.55);
}

.blog-card h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.25;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 26px;
  color: #ffffff;
  font-size: 14px;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.blog-meta i {
  color: var(--blue);
  font-size: 20px;
  text-shadow: 0 0 10px rgba(0, 168, 255, 0.8);
}

.blog-card p {
  margin: 0 0 34px;
  color: #e6f2ff;
  font-size: 16px;
  line-height: 1.75;
}

.blog-card a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--blue);
  font-size: 19px;
  font-weight: 500;
}

.blog-card a b {
  font-size: 26px;
  font-weight: 300;
}

/* Subscribe strip */

.blog-subscribe {
  display: grid;
  grid-template-columns: 130px 1fr 560px;
  gap: 28px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  background: #010e21;
}

.subscribe-icon {
  display: grid;
  place-items: center;
}

.subscribe-icon img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.subscribe-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
}

.subscribe-copy p {
  margin: 0;
  color: #e6f2ff;
  font-size: 15px;
  line-height: 1.6;
}

.subscribe-form {
  display: grid;
  grid-template-columns: 1fr 170px;
}

.subscribe-form input {
  width: 100%;
  min-height: 62px;
  padding: 0 22px;
  border: 1px solid rgba(0, 139, 255, 0.5);
  border-right: 0;
  border-radius: 7px 0 0 7px;
  background: rgba(2, 15, 40, 0.78);
  color: #ffffff;
  outline: none;
  font-size: 16px;
}

.subscribe-form input::placeholder {
  color: #c8d8ee;
}

.subscribe-form button {
  min-height: 62px;
  border: 0;
  border-radius: 0 7px 7px 0;
  background: #0879ff;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(8, 121, 255, 0.45);
}

/* Topics */

.blog-topics {
  padding-top: 28px;
  padding-bottom: 34px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.topic-item {
  display: grid;
  place-items: center;
  gap: 16px;
  min-height: 150px;
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(0, 168, 255, 0.35);
}

.topic-item:last-child {
  border-right: 0;
}

.topic-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.topic-item span {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}

/* Mobile */

@media (max-width: 1100px) {
  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-subscribe {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .subscribe-form {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  .topic-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .topic-item:nth-child(3) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .blog-featured,
  .blog-subscribe,
  .blog-topics {
    width: calc(100% - 24px);
    padding: 28px 18px;
  }

  .blog-card-image {
    height: 220px;
  }

  .blog-card-content {
    padding: 24px 20px;
  }

  .blog-card h2 {
    font-size: 22px;
  }

  .blog-card p {
    font-size: 14px;
  }

  .blog-meta {
    gap: 14px;
    font-size: 13px;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .subscribe-form input,
  .subscribe-form button {
    border-radius: 7px;
    border: 1px solid rgba(0, 139, 255, 0.5);
  }

  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .topic-item {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 168, 255, 0.25);
  }

  .topic-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .topic-grid {
    grid-template-columns: 1fr;
  }

  .topic-item {
    border-bottom: 1px solid rgba(0, 168, 255, 0.25);
  }

  .topic-item:last-child {
    border-bottom: 0;
  }
}

.blog-card h2 a {
  color: #ffffff;
  text-decoration: none;
}

.blog-card h2 a:hover {
  color: var(--blue);
}

/* ================================
   BLOG ARTICLE PAGES
================================ */

.article-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 145px 0 70px;
  overflow: hidden;
  background: #000a1e;
  border-bottom: 1px solid rgba(0, 168, 255, 0.25);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 60px;
  align-items: center;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.back-link i {
  font-size: 18px;
}

.article-hero-copy h1 {
  margin: 24px 0 26px;
  color: #ffffff;
  font-size: 46px;
  line-height: 1.18;
}

.article-hero-copy h1 span {
  display: block;
  color: #168fff;
}

.article-meta {
  margin-bottom: 0;
}

.article-hero-image {
  border: 1px solid rgba(0, 139, 255, 0.45);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 28px rgba(0, 168, 255, 0.22);
}

.article-hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Article body */

.article-content-section {
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 70px;
}

.article-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 60px;
  align-items: start;
}

.article-body {
  max-width: 820px;
}

.article-body p {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.85;
}

.article-body h2 {
  margin: 42px 0 18px;
  color: #168fff;
  font-size: 28px;
  line-height: 1.3;
}

.article-body ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.article-body li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  color: #e6f2ff;
  font-size: 16px;
  line-height: 1.55;
}

.article-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 168, 255, 0.9);
}

.article-body blockquote {
  margin: 42px 0 0;
  padding: 32px 36px;
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background: rgba(0, 168, 255, 0.08);
  color: #ffffff;
  font-size: 22px;
  line-height: 1.6;
  box-shadow: inset 0 0 25px rgba(0, 168, 255, 0.1);
}

/* Sidebar */

.article-sidebar {
  position: sticky;
  top: 30px;
  display: grid;
  gap: 22px;
}

.sidebar-card {
  padding: 24px;
  border: 1px solid rgba(0, 139, 255, 0.45);
  border-radius: 10px;
  background: #00122e;
}

.sidebar-card h3 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-detail {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 168, 255, 0.22);
}

.sidebar-detail:last-child {
  border-bottom: 0;
}

.sidebar-detail span {
  display: block;
  color: #c8d8ee;
  font-size: 12px;
  text-transform: uppercase;
}

.sidebar-detail strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.sidebar-tags {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-tags li {
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 139, 255, 0.32);
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  background: rgba(0, 168, 255, 0.06);
}

.sidebar-cta {
  text-align: center;
}

.sidebar-cta img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 18px;
}

.sidebar-cta p {
  margin: 0 0 22px;
  color: #e6f2ff;
  font-size: 13px;
  line-height: 1.6;
}

.sidebar-cta .btn-primary-glow {
  min-width: 100%;
  min-height: 54px;
  font-size: 12px;
}

/* Related */

.related-articles {
  padding-top: 34px;
  padding-bottom: 34px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  display: none;
}

.related-card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 30px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(0, 139, 255, 0.45);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(2, 22, 55, 0.94);
}

.related-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.related-copy {
  padding: 26px 26px 26px 0;
}

.related-copy h2 {
  margin: 18px 0 14px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.3;
}

.related-copy p {
  margin: 0 0 18px;
  color: #e6f2ff;
  font-size: 15px;
  line-height: 1.6;
}

/* Mobile */

@media (max-width: 1100px) {
  .article-hero-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-hero-image {
    max-width: 760px;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }

  .sidebar-cta .btn-primary-glow {
    min-width: 100%;
  }

  .related-card {
    grid-template-columns: 1fr;
  }

  .related-copy {
    padding: 26px;
  }
}

@media (max-width: 760px) {
  .article-hero {
    min-height: auto;
    padding: 60px 0 40px;
  }

  .article-hero-copy h1 {
    font-size: 34px;
  }

  .article-hero-image img {
    height: 260px;
  }

  .article-content-section,
  .related-articles {
    width: calc(100% - 24px);
    padding: 28px 18px;
  }

  .article-body p {
    font-size: 15px;
  }

  .article-body h2 {
    font-size: 23px;
  }

  .article-body blockquote {
    padding: 24px 22px;
    font-size: 18px;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .related-image img {
    height: 220px;
  }

  .related-copy h2 {
    font-size: 22px;
  }
}

.nav-consult-btn {
  padding: 12px 18px;
  margin-top: -12px;
  border: 1px solid rgba(0, 168, 255, 0.8);
  border-radius: 6px;
  background: #0879ff;
  color: #ffffff !important;
  box-shadow: 0 0 18px rgba(8, 121, 255, 0.45);
}

.nav-consult-btn:hover {
  background: #00a8ff;
  color: #ffffff !important;
}

.main-nav .nav-consult-btn::after {
  display: none !important;
}

@media (max-width: 760px) {
  .nav-consult-btn {
    margin-top: 8px;
    text-align: center;
  }
}

.step-icon svg {
  width: 48px;
  height: 48px;
  fill: #ffffff;
  display: block;
}

section.blog-topics.panel {
    background: #000d21;
}

.form-success,
.form-error {
  padding: 14px 18px;
  margin-bottom: 18px;
  border-radius: 6px;
  font-size: 14px;
}

.form-success {
  background: rgba(0, 168, 255, 0.12);
  border: 1px solid rgba(0, 168, 255, 0.45);
  color: #ffffff;
}

.form-error {
  background: rgba(255, 60, 60, 0.12);
  border: 1px solid rgba(255, 60, 60, 0.45);
  color: #ffffff;
}

/* ================================
   MOBILE NAV FIX
================================ */

@media (max-width: 760px) {
  .main-header {
    position: relative;
    z-index: 9999;
    background: #020917;
  }

  .nav-wrap {
    position: relative;
  }

  .mobile-toggle {
    display: block;
    position: relative;
    z-index: 10002;
    cursor: pointer;
    padding: 8px;
    background: transparent;
    border: 0;
  }

  .mobile-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: #ffffff;
    margin: 6px 0;
    transition: 0.25s ease;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 10001;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    background: #03132d;
    border: 1px solid rgba(0, 168, 255, 0.35);
    border-radius: 10px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    display: block;
    width: 100%;
    padding: 13px 14px;
    color: #ffffff;
  }

  .main-nav a.active::after {
    display: none;
  }

  .nav-consult-btn {
    margin-top: 8px;
    text-align: center;
  }

  .mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

/* Add this to the end of css/style.css */
.blog-card-grid.blog-card-grid-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.blog-card-grid-three .blog-card {
  height: 100%;
}

.blog-card-grid-three .blog-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card-grid-three .read-article-link {
  margin-top: auto;
}

@media (max-width: 1100px) {
  .blog-card-grid.blog-card-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .blog-card-grid.blog-card-grid-three {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}