@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0a0a0a;
  --dark: #1d1d1d;
  --mid: #6f6f6f;
  --line: #d8d8d8;
  --soft: #f5f5f5;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.1);
}

/* AMGiNE visual direction inspired by the approved social system. */
:root {
  --black: #f7fbff;
  --dark: #050818;
  --mid: #b7c2d8;
  --line: rgba(93, 176, 255, 0.24);
  --soft: rgba(16, 34, 76, 0.52);
  --white: #ffffff;
  --navy-950: #020414;
  --navy-900: #05091f;
  --navy-800: #08143a;
  --blue: #1687ff;
  --cyan: #45e7ff;
  --ice: #dbe9ff;
  --violet: #7a5cff;
  --shadow: 0 26px 90px rgba(0, 177, 255, 0.18);
  --glow: 0 0 28px rgba(69, 231, 255, 0.42), 0 0 80px rgba(22, 135, 255, 0.2);
}

body {
  color: var(--ice);
  background:
    radial-gradient(circle at 50% -10%, rgba(45, 138, 255, 0.28), transparent 38rem),
    radial-gradient(circle at 86% 16%, rgba(69, 231, 255, 0.12), transparent 28rem),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 44%, #030719);
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(69, 231, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 231, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 30%, rgba(41, 143, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 80% 72%, rgba(0, 224, 255, 0.12), transparent 22rem);
  background-size: 64px 64px, 64px 64px, auto, auto;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.45));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(89, 222, 255, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 1px, transparent 1.5px);
  background-position: 12px 18px, 42px 52px;
  background-size: 120px 120px, 180px 180px;
  opacity: 0.22;
}

.site-header {
  color: var(--white);
  background: linear-gradient(180deg, rgba(2, 4, 20, 0.86), rgba(2, 4, 20, 0));
}

.site-header.is-scrolled {
  color: var(--white);
  border-bottom: 1px solid rgba(69, 231, 255, 0.2);
  background: rgba(3, 7, 25, 0.82);
  backdrop-filter: blur(18px);
}

.brand img,
.site-footer img {
  filter: brightness(0) invert(1);
}

.submenu {
  color: var(--ice);
  border-color: rgba(69, 231, 255, 0.24);
  background: rgba(6, 13, 38, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.submenu a:hover {
  border-bottom-color: var(--cyan);
}

.nav-demo,
.button,
.newsletter-form button {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.68);
  background:
    linear-gradient(180deg, rgba(69, 231, 255, 0.16), rgba(22, 135, 255, 0.06)),
    rgba(5, 18, 50, 0.46);
  box-shadow: inset 0 0 20px rgba(69, 231, 255, 0.14), 0 0 18px rgba(69, 231, 255, 0.1);
}

.nav-demo:hover,
.button:hover,
.newsletter-form button:hover {
  box-shadow: var(--glow);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 54px;
  border-block: 1px solid rgba(69, 231, 255, 0.18);
  background:
    linear-gradient(90deg, transparent, rgba(69, 231, 255, 0.12), transparent),
    rgba(3, 8, 28, 0.86);
}

.proof-item {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: center;
  padding: 28px 34px;
  border-inline: 1px solid rgba(69, 231, 255, 0.14);
}

.proof-item strong {
  color: var(--cyan);
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.9;
  font-weight: 700;
  text-shadow: 0 0 28px rgba(69, 231, 255, 0.42);
}

.proof-item span {
  color: var(--ice);
  font-size: clamp(15px, 1.2vw, 18px);
}

.content-list {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  position: relative;
  padding-left: 34px;
  color: var(--ice);
  font-size: clamp(16px, 1.2vw, 19px);
}

.content-list li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid var(--cyan);
  box-shadow: 0 0 14px rgba(69, 231, 255, 0.4);
}

.cta-options {
  display: grid;
  gap: 14px;
}

.cta-options .button {
  justify-content: center;
}

.button-secondary {
  border-color: rgba(219, 233, 255, 0.28);
  background: rgba(7, 18, 50, 0.5);
}

.section {
  position: relative;
  border-bottom: 1px solid rgba(69, 231, 255, 0.14);
  background:
    radial-gradient(circle at 18% 10%, rgba(22, 135, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 86% 64%, rgba(69, 231, 255, 0.07), transparent 24rem);
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 54px;
  right: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(69, 231, 255, 0.5), transparent);
}

.eyebrow,
.section-label {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(69, 231, 255, 0.4);
}

h1,
h2 {
  color: var(--white);
}

p {
  color: var(--mid);
}

.hero {
  background: var(--navy-950);
}

.hero-video {
  background:
    radial-gradient(circle at 58% 50%, rgba(69, 231, 255, 0.26), transparent 8rem),
    radial-gradient(circle at 50% 55%, rgba(28, 85, 255, 0.32), transparent 30rem),
    linear-gradient(135deg, transparent 49.85%, rgba(69, 231, 255, 0.28) 50%, transparent 50.15%),
    linear-gradient(45deg, transparent 49.85%, rgba(69, 231, 255, 0.2) 50%, transparent 50.15%),
    linear-gradient(180deg, #050818, #071a4c 70%, #040717);
}

.hero-video::after {
  background:
    linear-gradient(90deg, rgba(2, 4, 20, 0.72), rgba(2, 4, 20, 0.2) 55%, rgba(2, 4, 20, 0.66)),
    radial-gradient(circle at 50% 50%, rgba(69, 231, 255, 0.16), transparent 18rem);
}

.hero-overlay h1 {
  color: var(--white);
  text-shadow: 0 0 34px rgba(69, 231, 255, 0.24);
}

.play-marker {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.72);
  background: rgba(6, 20, 58, 0.48);
  box-shadow: var(--glow), inset 0 0 24px rgba(69, 231, 255, 0.16);
}

.wire-panel,
.point-card,
.product-grid,
.product-card,
.testimonial-content,
.trust-track,
.trust-slide,
.newsletter-form div,
.site-footer {
  border-color: rgba(69, 231, 255, 0.22);
  background: linear-gradient(180deg, rgba(12, 28, 70, 0.62), rgba(5, 11, 34, 0.76));
  box-shadow: inset 0 0 28px rgba(69, 231, 255, 0.04);
  backdrop-filter: blur(10px);
}

.point-stage {
  border-color: rgba(69, 231, 255, 0.22);
}

.point-card {
  border-right-color: rgba(69, 231, 255, 0.2);
}

.point-card.active,
.point-card:hover,
.product-tab.active {
  box-shadow: var(--shadow), inset 0 0 34px rgba(69, 231, 255, 0.1);
}

.point-card span,
.product-card span,
.trust-copy span,
.testimonial-meta {
  color: var(--cyan);
  border-color: rgba(69, 231, 255, 0.42);
}

.placeholder-lines span,
.product-tab,
.logo-track span,
.newsletter-form input {
  color: var(--ice);
  border-color: rgba(69, 231, 255, 0.18);
  background: rgba(6, 19, 54, 0.64);
}

.product-tab {
  color: var(--mid);
}

.product-tab.active {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0, rgba(69, 231, 255, 0.18), transparent 70%),
    rgba(9, 30, 78, 0.86);
}

.product-media,
.video-card,
.trust-visual {
  border-color: rgba(69, 231, 255, 0.3);
  background:
    radial-gradient(circle at 50% 48%, rgba(69, 231, 255, 0.24), transparent 7rem),
    linear-gradient(135deg, transparent 49.5%, rgba(69, 231, 255, 0.28) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, rgba(37, 110, 255, 0.24) 50%, transparent 50.5%),
    rgba(7, 18, 50, 0.7);
  color: var(--mid);
  box-shadow: inset 0 0 70px rgba(69, 231, 255, 0.08);
}

.product-media::before,
.video-card::before,
.trust-visual::before {
  opacity: 0.35;
}

.video-card {
  box-shadow: 0 0 0 1px rgba(69, 231, 255, 0.1), var(--shadow);
}

.slider-button,
.trust-button {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.54);
  background: rgba(5, 18, 50, 0.86);
  box-shadow: 0 0 18px rgba(69, 231, 255, 0.14);
}

.dot,
.trust-dot {
  background: rgba(91, 120, 160, 0.5);
}

.dot.active,
.trust-dot.active {
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(69, 231, 255, 0.8);
}

.logo-marquee {
  border-color: rgba(69, 231, 255, 0.2);
}

.logo-track span {
  border-inline-color: rgba(69, 231, 255, 0.18);
}

.shield-placeholder,
.server-stack span,
.award-placeholder,
.badge-placeholder {
  border-color: rgba(69, 231, 255, 0.58);
  background: rgba(6, 19, 54, 0.7);
  box-shadow: inset 0 0 30px rgba(69, 231, 255, 0.08);
}

.shield-placeholder::before,
.shield-placeholder::after,
.award-placeholder::after,
.trust-copy li::before {
  border-color: rgba(69, 231, 255, 0.72);
  background: rgba(8, 26, 70, 0.82);
}

.patent-visual strong {
  color: var(--white);
  text-shadow: 0 0 28px rgba(69, 231, 255, 0.26);
}

.newsletter-section {
  border: 1px solid rgba(69, 231, 255, 0.18);
  padding: 58px;
  background:
    radial-gradient(circle at 70% 0, rgba(69, 231, 255, 0.14), transparent 24rem),
    rgba(4, 10, 32, 0.62);
}

.newsletter-form input::placeholder {
  color: rgba(219, 233, 255, 0.48);
}

.site-footer {
  color: var(--ice);
}

.site-footer a {
  color: var(--mid);
}

.site-footer a:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

.site-footer img + p {
  max-width: 360px;
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(219, 233, 255, 0.68);
}

/* Final title scale override. */
h1 {
  font-size: clamp(24px, 2.45vw, 36px);
}

.hero-overlay h1 {
  font-size: clamp(30px, 3.6vw, 48px);
}

.product-card h1 {
  font-size: clamp(24px, 2.6vw, 36px);
}

.section h1,
.about-copy h1,
.section-heading h1 {
  font-size: clamp(22px, 2.15vw, 32px);
  line-height: 1.12;
}

.hero h1 {
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.01;
}

.product-card h1 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  margin-bottom: 12px;
}

.product-card h2 {
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.25;
}

@media (max-width: 720px) {
  .hero-overlay h1 {
    font-size: clamp(28px, 8vw, 36px);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 8px rgba(69, 231, 255, 0.28));
  }

  50% {
    filter: drop-shadow(0 0 22px rgba(69, 231, 255, 0.58));
  }
}

.play-marker,
.product-media,
.trust-visual {
  animation: pulseGlow 4.8s ease-in-out infinite;
}

@media (max-width: 720px) {
  .section::before {
    left: 22px;
    right: 22px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .proof-item {
    min-height: 120px;
    padding: 24px 0;
    border-inline: 0;
    border-bottom: 1px solid rgba(69, 231, 255, 0.14);
  }

  .newsletter-section {
    padding: 34px 22px;
  }
}

/* Refinement pass: smaller, calmer, more premium proportions. */
.site-header {
  padding-inline: clamp(28px, 4.2vw, 64px);
}

.hero {
  min-height: 82vh;
}

.hero-video {
  height: 82vh;
}

.hero-overlay {
  width: min(1180px, calc(100% - clamp(56px, 8.4vw, 128px)));
  align-content: center;
  padding-top: 98px;
  padding-bottom: 42px;
}

.hero-overlay h1 {
  max-width: 760px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.01;
}

.hero-overlay p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(15px, 1.25vw, 18px);
}

.button {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.section {
  padding-block: clamp(74px, 8vw, 104px);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 44px;
}

h1 {
  font-size: clamp(24px, 2.45vw, 36px);
  line-height: 1.06;
}

h2 {
  font-size: clamp(19px, 1.7vw, 25px);
}

p {
  font-size: clamp(15px, 1.05vw, 17px);
}

.proof-strip {
  padding-inline: clamp(28px, 4.2vw, 64px);
}

.proof-item {
  min-height: 118px;
  padding: 22px 28px;
}

.proof-item strong {
  font-size: clamp(30px, 3.8vw, 52px);
}

.proof-item span {
  font-size: clamp(13px, 1vw, 16px);
}

.about-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
}

.about-copy {
  max-width: 680px;
}

.about-copy .content-list {
  margin-top: 30px;
  max-width: 640px;
}

.about-video-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid rgba(69, 231, 255, 0.28);
  background:
    radial-gradient(circle at 50% 48%, rgba(69, 231, 255, 0.22), transparent 7rem),
    linear-gradient(135deg, transparent 49.5%, rgba(69, 231, 255, 0.26) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, rgba(37, 110, 255, 0.2) 50%, transparent 50.5%),
    rgba(7, 18, 50, 0.68);
  box-shadow: inset 0 0 70px rgba(69, 231, 255, 0.08), var(--shadow);
  overflow: hidden;
}

.about-video-placeholder p {
  position: absolute;
  left: 22px;
  bottom: 18px;
  margin: 0;
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.about-video-placeholder video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.about-video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 4, 20, 0.08), rgba(2, 4, 20, 0.32)),
    radial-gradient(circle at 50% 50%, transparent, rgba(2, 4, 20, 0.28));
}

.content-list {
  gap: 14px;
}

.content-list li {
  font-size: clamp(14px, 1.05vw, 16px);
}

.point-stage {
  gap: 16px;
  border-block: 0;
}

.point-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(69, 231, 255, 0.2);
}

.point-card span {
  width: auto;
  height: auto;
  margin-bottom: 28px;
  border: 0;
  color: rgba(219, 233, 255, 0.56);
  font-size: 12px;
}

.ai-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(69, 231, 255, 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(69, 231, 255, 0.24), transparent 62%),
    rgba(7, 18, 50, 0.7);
  box-shadow: inset 0 0 22px rgba(69, 231, 255, 0.12), 0 0 22px rgba(69, 231, 255, 0.14);
}

.ai-icon::before,
.ai-icon::after,
.ai-icon span {
  content: "";
  position: absolute;
  border-color: var(--cyan);
}

.icon-systems::before {
  inset: 17px;
  border: 1px solid var(--cyan);
  border-radius: 4px;
}

.icon-systems::after {
  left: 11px;
  right: 11px;
  top: 28px;
  border-top: 1px solid var(--cyan);
}

.icon-systems span {
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 30px 0 0 -1px rgba(69, 231, 255, 0.85), 15px 35px 0 -1px rgba(69, 231, 255, 0.85);
}

.icon-service::before {
  left: 16px;
  top: 18px;
  width: 26px;
  height: 22px;
  border: 1px solid var(--cyan);
  border-radius: 14px;
}

.icon-service::after {
  left: 27px;
  top: 8px;
  height: 42px;
  border-left: 1px solid var(--cyan);
}

.icon-service span {
  left: 10px;
  top: 28px;
  width: 38px;
  border-top: 1px solid var(--cyan);
}

.icon-agent::before {
  left: 21px;
  top: 13px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
}

.icon-agent::after {
  left: 15px;
  top: 34px;
  width: 28px;
  height: 16px;
  border: 1px solid var(--cyan);
  border-radius: 18px 18px 0 0;
}

.icon-agent span {
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 34px 0 -1px rgba(69, 231, 255, 0.85);
}

.product-grid {
  min-height: 410px;
}

.product-card {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 44px;
  padding: 44px;
}

.product-card::after {
  right: 44px;
  bottom: 44px;
  width: min(28vw, 280px);
}

.product-card h1 {
  font-size: clamp(24px, 2.6vw, 36px);
}

.product-card h2 {
  font-size: clamp(18px, 1.7vw, 24px);
}

.product-card p {
  font-size: clamp(14px, 1vw, 16px);
}

.product-media {
  min-height: 280px;
}

.product-media > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(69, 231, 255, 0.24);
  background: rgba(4, 10, 32, 0.52);
  color: var(--cyan);
  font-size: 12px;
  text-transform: uppercase;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(69, 231, 255, 0.48);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(69, 231, 255, 0.22), inset 0 0 24px rgba(69, 231, 255, 0.08);
}

.product-media-booking::after {
  border-radius: 18px;
  transform: rotate(45deg);
}

.product-media-group::after {
  inset: 28% 18%;
  border-radius: 999px;
}

.product-media-agent::after {
  inset: 24%;
  border-radius: 50% 50% 12px 12px;
}

.product-media-classify::after {
  inset: 22% 30%;
  border-radius: 8px;
  box-shadow:
    -52px -28px 0 -16px rgba(69, 231, 255, 0.2),
    52px 28px 0 -16px rgba(69, 231, 255, 0.2),
    0 0 28px rgba(69, 231, 255, 0.22);
}

.testimonial-shell {
  max-width: 920px;
}

.testimonial-track {
  min-height: 580px;
}

.testimonial-slide {
  grid-template-columns: minmax(220px, 300px) minmax(0, 0.82fr);
  gap: 44px;
}

.video-card {
  width: min(100%, 280px);
  min-height: 500px;
}

.testimonial-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.trust-carousel {
  max-width: 880px;
}

.trust-track {
  min-height: 330px;
}

.trust-slide {
  gap: 30px;
  padding: 30px;
}

.trust-visual {
  min-height: 220px;
}

.trust-copy li {
  font-size: clamp(16px, 1.6vw, 22px);
}

.final-cta-section {
  align-items: center;
}

@media (max-width: 1100px) {
  .about-layout,
  .product-card,
  .testimonial-slide {
    grid-template-columns: 1fr;
  }

  .about-video-placeholder {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 76vh;
  }

.hero-video {
  height: 76vh;
}

  .hero-overlay {
    width: calc(100% - 44px);
  }

  .hero-overlay h1 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .product-grid {
    min-height: 650px;
  }

  .testimonial-track {
    min-height: 760px;
  }
}

.hero-video {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 4, 20, 0.78), rgba(2, 4, 20, 0.26) 56%, rgba(2, 4, 20, 0.7)),
    linear-gradient(0deg, rgba(2, 4, 20, 0.76), rgba(2, 4, 20, 0.12) 52%, rgba(2, 4, 20, 0.38)),
    radial-gradient(circle at 42% 42%, rgba(69, 231, 255, 0.16), transparent 22rem);
}

.hero-overlay {
  z-index: 2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a,
button {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 44px;
  color: var(--white);
  background: transparent;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, min-height 240ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  color: var(--black);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.brand img,
.site-footer img {
  display: block;
  width: 174px;
  height: auto;
}

.site-header:not(.is-scrolled) .brand img {
  filter: brightness(0) invert(1);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  letter-spacing: 0;
}

.primary-nav > a,
.nav-item > a {
  display: block;
  padding: 28px 0;
}

.nav-item {
  position: relative;
}

.submenu {
  position: absolute;
  top: 100%;
  left: -18px;
  min-width: 240px;
  display: grid;
  gap: 2px;
  padding: 12px;
  color: var(--black);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 180ms ease;
}

.submenu a {
  padding: 10px 12px;
  border-bottom: 1px solid transparent;
}

.submenu a:hover {
  border-bottom-color: var(--line);
}

.has-menu:hover .submenu,
.has-menu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid transparent;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-demo {
  border-color: currentColor;
  min-width: 116px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid currentColor;
  background: transparent;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.hero-overlay .button {
  justify-self: start;
  min-width: 178px;
}

.button:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid currentColor;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: currentColor;
}

.section {
  padding: 112px 54px;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-label,
.eyebrow {
  margin: 0 0 14px;
  color: var(--mid);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0;
}

p {
  color: var(--mid);
  font-size: clamp(16px, 1.2vw, 19px);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero-video {
  position: absolute;
  inset: 0;
  height: 100vh;
  min-height: 100%;
  border: 0;
  background:
    linear-gradient(135deg, transparent 49.85%, rgba(255, 255, 255, 0.22) 50%, transparent 50.15%),
    linear-gradient(45deg, transparent 49.85%, rgba(255, 255, 255, 0.22) 50%, transparent 50.15%),
    var(--dark);
}

.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.1));
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: end;
  width: min(1180px, calc(100% - 64px));
  min-height: 0;
  padding: 120px 0 76px;
  margin: 0 auto;
  text-align: left;
}

.hero-overlay .eyebrow,
.hero-overlay p {
  color: rgba(255, 255, 255, 0.76);
}

.hero-overlay h1 {
  max-width: 640px;
  font-size: clamp(36px, 4.4vw, 58px);
}

.hero-overlay p:not(.eyebrow) {
  max-width: 560px;
}

.video-placeholder,
.video-card {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--black);
  background:
    linear-gradient(135deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    var(--soft);
}

.video-placeholder p,
.video-card p {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.play-marker {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.play-marker::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 23px 0 0 30px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 21px solid currentColor;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
}

.wire-panel {
  padding: 42px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.placeholder-lines {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.placeholder-lines span {
  display: block;
  height: 15px;
  border: 1px solid var(--line);
  background: var(--white);
}

.placeholder-lines span:nth-child(2) {
  width: 82%;
}

.placeholder-lines span:nth-child(3) {
  width: 64%;
}

.point-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  border-block: 1px solid var(--line);
  background: transparent;
}

.point-card {
  min-height: 310px;
  padding: 34px;
  border-right: 1px solid var(--line);
  background: var(--white);
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

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

.point-card span,
.product-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 54px;
  border: 1px solid currentColor;
  color: var(--mid);
}

.point-card.active,
.point-card:hover {
  z-index: 1;
  box-shadow: var(--shadow);
  transform: translateY(-12px);
}

.product-showcase {
  max-width: 1220px;
  margin: 0 auto;
}

.product-rail {
  display: flex;
  gap: 1px;
  margin-bottom: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.product-tab {
  flex: 1 1 0;
  min-height: 72px;
  padding: 0 14px;
  border: 0;
  background: var(--white);
  color: var(--mid);
  font-size: 13px;
  line-height: 1.2;
  transition: background 180ms ease, color 180ms ease;
}

.product-tab.active {
  color: var(--black);
  background: var(--soft);
}

.product-grid {
  position: relative;
  min-height: 470px;
  border: 1px solid var(--line);
  background: var(--soft);
  overflow: hidden;
}

.product-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-content: center;
  gap: 54px;
  padding: 64px;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(22px);
  transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease;
}

.product-card::after {
  content: "";
  position: absolute;
  right: 64px;
  bottom: 64px;
  width: min(34vw, 390px);
  height: 1px;
  background: var(--line);
}

.product-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-media {
  display: grid;
  place-items: center;
  min-height: 320px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    var(--soft);
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.product-card span {
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 26px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.product-card h1 {
  margin-bottom: 8px;
  font-size: clamp(32px, 4.2vw, 58px);
}

.product-card h2 {
  color: var(--mid);
}

.product-card p {
  max-width: 520px;
  align-self: end;
}

.testimonial-shell {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 56px 44px;
}

.testimonial-track {
  position: relative;
  min-height: 610px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(230px, 320px) minmax(0, 0.85fr);
  gap: 52px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: 360ms ease;
}

.testimonial-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.video-card {
  width: min(100%, 310px);
  min-height: 550px;
  aspect-ratio: 9 / 16;
  background:
    linear-gradient(135deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    var(--white);
}

.testimonial-content {
  max-width: 430px;
  padding: 34px 0;
  border-block: 1px solid var(--line);
}

.testimonial-content h2 {
  margin-bottom: 18px;
}

.testimonial-content p {
  max-width: 380px;
}

.testimonial-meta {
  display: block;
  margin-bottom: 28px;
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.slider-button {
  position: absolute;
  top: 44%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--black);
  background: var(--white);
  font-size: 24px;
  line-height: 1;
}

.previous {
  left: 0;
}

.next {
  right: 0;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.dot {
  width: 34px;
  height: 2px;
  padding: 0;
  border: 0;
  background: var(--line);
}

.dot.active {
  background: var(--black);
}

.logos-section {
  padding-bottom: 120px;
}

.newsletter-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 64px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
}

.newsletter-form {
  display: grid;
  gap: 14px;
}

.newsletter-form label {
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.newsletter-form div {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid var(--line);
}

.newsletter-form input,
.newsletter-form button {
  min-height: 54px;
  border: 0;
  background: var(--white);
}

.newsletter-form input {
  min-width: 0;
  padding: 0 16px;
  color: var(--black);
}

.newsletter-form button {
  padding: 0 22px;
  border-left: 1px solid var(--line);
}

.logo-marquee {
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
  border-block: 1px solid var(--line);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.logo-track span {
  display: grid;
  place-items: center;
  width: 170px;
  height: 86px;
  margin: 24px 16px;
  border: 0;
  border-inline: 1px solid var(--line);
  background: transparent;
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.trust-carousel {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 52px 40px;
}

.trust-track {
  position: relative;
  min-height: 390px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.trust-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: 38px;
  align-items: center;
  padding: 38px;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateX(34px);
  transition: opacity 320ms ease, transform 320ms ease, visibility 320ms ease;
}

.trust-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.trust-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px solid var(--line);
  background: var(--soft);
  overflow: hidden;
}

.trust-visual::before,
.trust-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 49.6%, var(--line) 50%, transparent 50.4%),
    linear-gradient(45deg, transparent 49.6%, var(--line) 50%, transparent 50.4%);
  opacity: 0.5;
}

.shield-placeholder {
  position: relative;
  z-index: 1;
  width: 104px;
  height: 126px;
  border: 1px solid var(--black);
  border-radius: 52px 52px 14px 14px;
  background: var(--white);
}

.shield-placeholder::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 34px;
  width: 34px;
  height: 32px;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}

.shield-placeholder::after {
  content: "";
  position: absolute;
  top: 72px;
  left: 29px;
  width: 46px;
  height: 36px;
  border: 1px solid var(--black);
  background: var(--white);
}

.server-stack {
  position: absolute;
  right: 28px;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.server-stack span {
  display: block;
  width: 112px;
  height: 38px;
  border: 1px solid var(--line);
  background: var(--white);
}

.trust-copy span {
  display: block;
  margin-bottom: 18px;
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.trust-copy ul {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trust-copy li {
  position: relative;
  padding-left: 32px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1;
}

.trust-copy li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--black);
}

.patent-visual {
  display: flex;
  gap: 24px;
}

.patent-visual strong {
  position: relative;
  z-index: 1;
  font-size: clamp(54px, 7vw, 86px);
  line-height: 1;
  font-weight: 500;
}

.award-placeholder,
.badge-placeholder {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  border: 1px solid var(--black);
  background: var(--white);
}

.award-placeholder {
  border-radius: 50%;
}

.award-placeholder::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -34px;
  width: 30px;
  height: 40px;
  border: 1px solid var(--black);
  background: var(--white);
}

.badge-placeholder {
  transform: rotate(45deg);
}

.trust-button {
  position: absolute;
  top: 44%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--black);
  background: var(--white);
  font-size: 24px;
  line-height: 1;
}

.trust-prev {
  left: 0;
}

.trust-next {
  right: 0;
}

.trust-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.trust-dot {
  width: 34px;
  height: 2px;
  padding: 0;
  border: 0;
  background: var(--line);
}

.trust-dot.active {
  background: var(--black);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 64px;
  padding: 82px 54px;
  border-top: 1px solid var(--black);
  background: var(--white);
}

.site-footer h2 {
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  width: fit-content;
  margin: 11px 0;
  color: var(--mid);
  border-bottom: 1px solid transparent;
}

.site-footer a:hover {
  border-bottom-color: var(--mid);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .site-header {
    padding: 0 24px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 12px 24px 26px;
    color: var(--black);
    border-bottom: 1px solid var(--line);
    background: var(--white);
  }

  .primary-nav.open {
    display: grid;
    gap: 0;
  }

  .primary-nav > a,
  .nav-item > a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 16px;
  }

  .submenu {
    position: static;
    display: grid;
    min-width: 0;
    margin-bottom: 10px;
    padding: 0 0 0 18px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .split,
  .testimonial-slide,
  .trust-slide,
  .newsletter-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .section {
    padding: 82px 22px;
  }

  .hero-overlay {
    width: calc(100% - 44px);
    text-align: left;
  }

  .point-stage,
  .product-rail {
    grid-template-columns: 1fr;
  }

  .product-rail {
    display: grid;
  }

  .point-card {
    min-height: 260px;
  }

  .product-grid {
    min-height: 560px;
  }

  .product-card {
    padding: 34px;
  }

  .testimonial-shell {
    padding: 0 0 54px;
  }

  .trust-carousel {
    padding: 0 0 54px;
  }

  .trust-track {
    min-height: 620px;
  }

  .trust-slide {
    padding: 26px;
    gap: 28px;
  }

  .trust-visual {
    min-height: 230px;
  }

  .server-stack {
    right: 20px;
  }

  .server-stack span {
    width: 110px;
  }

  .testimonial-track {
    min-height: 790px;
  }

  .video-card {
    min-height: 500px;
  }

  .testimonial-content {
    padding: 24px 0;
  }

  .newsletter-form div {
    grid-template-columns: 1fr;
  }

  .newsletter-form button {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .slider-button {
    top: auto;
    bottom: 0;
  }
}

/* Final AMGiNE campaign-style layer. Keep this block last. */
:root {
  --black: #f7fbff;
  --dark: #050818;
  --mid: #b7c2d8;
  --line: rgba(93, 176, 255, 0.24);
  --soft: rgba(16, 34, 76, 0.52);
  --white: #ffffff;
  --navy-950: #020414;
  --navy-900: #05091f;
  --navy-800: #08143a;
  --blue: #1687ff;
  --cyan: #45e7ff;
  --ice: #dbe9ff;
  --violet: #7a5cff;
  --shadow: 0 26px 90px rgba(0, 177, 255, 0.18);
  --glow: 0 0 28px rgba(69, 231, 255, 0.42), 0 0 80px rgba(22, 135, 255, 0.2);
}

body {
  color: var(--ice);
  background:
    radial-gradient(circle at 50% -10%, rgba(45, 138, 255, 0.28), transparent 38rem),
    radial-gradient(circle at 86% 16%, rgba(69, 231, 255, 0.12), transparent 28rem),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 44%, #030719);
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(69, 231, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 231, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 30%, rgba(41, 143, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 80% 72%, rgba(0, 224, 255, 0.12), transparent 22rem);
  background-size: 64px 64px, 64px 64px, auto, auto;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.45));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(89, 222, 255, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 1px, transparent 1.5px);
  background-position: 12px 18px, 42px 52px;
  background-size: 120px 120px, 180px 180px;
  opacity: 0.22;
}

.site-header {
  color: var(--white);
  background: linear-gradient(180deg, rgba(2, 4, 20, 0.86), rgba(2, 4, 20, 0));
}

.site-header.is-scrolled {
  color: var(--white);
  border-bottom: 1px solid rgba(69, 231, 255, 0.2);
  background: rgba(3, 7, 25, 0.82);
  backdrop-filter: blur(18px);
}

.brand img,
.site-footer img {
  width: 174px;
}

.site-footer img {
  width: 220px;
}

.site-header:not(.is-scrolled) .brand img,
.brand img,
.site-footer img {
  filter: brightness(0) invert(1);
}

.submenu {
  color: var(--ice);
  border-color: rgba(69, 231, 255, 0.24);
  background: rgba(6, 13, 38, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.submenu a:hover {
  border-bottom-color: var(--cyan);
}

.nav-demo,
.button,
.newsletter-form button {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.68);
  background:
    linear-gradient(180deg, rgba(69, 231, 255, 0.16), rgba(22, 135, 255, 0.06)),
    rgba(5, 18, 50, 0.46);
  box-shadow: inset 0 0 20px rgba(69, 231, 255, 0.14), 0 0 18px rgba(69, 231, 255, 0.1);
}

.nav-demo:hover,
.button:hover,
.newsletter-form button:hover {
  box-shadow: var(--glow);
}

.section {
  position: relative;
  border-bottom: 1px solid rgba(69, 231, 255, 0.14);
  background:
    radial-gradient(circle at 18% 10%, rgba(22, 135, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 86% 64%, rgba(69, 231, 255, 0.07), transparent 24rem);
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 54px;
  right: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(69, 231, 255, 0.5), transparent);
}

.eyebrow,
.section-label {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(69, 231, 255, 0.4);
}

h1,
h2 {
  color: var(--white);
}

p {
  color: var(--mid);
}

.hero {
  background: var(--navy-950);
}

.hero-video {
  background:
    radial-gradient(circle at 58% 50%, rgba(69, 231, 255, 0.26), transparent 8rem),
    radial-gradient(circle at 50% 55%, rgba(28, 85, 255, 0.32), transparent 30rem),
    linear-gradient(135deg, transparent 49.85%, rgba(69, 231, 255, 0.28) 50%, transparent 50.15%),
    linear-gradient(45deg, transparent 49.85%, rgba(69, 231, 255, 0.2) 50%, transparent 50.15%),
    linear-gradient(180deg, #050818, #071a4c 70%, #040717);
}

.hero-video::after {
  background:
    linear-gradient(90deg, rgba(2, 4, 20, 0.72), rgba(2, 4, 20, 0.2) 55%, rgba(2, 4, 20, 0.66)),
    radial-gradient(circle at 50% 50%, rgba(69, 231, 255, 0.16), transparent 18rem);
}

.hero-overlay h1 {
  color: var(--white);
  text-shadow: 0 0 34px rgba(69, 231, 255, 0.24);
}

.play-marker {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.72);
  background: rgba(6, 20, 58, 0.48);
  box-shadow: var(--glow), inset 0 0 24px rgba(69, 231, 255, 0.16);
}

.wire-panel,
.point-card,
.product-grid,
.product-card,
.testimonial-content,
.trust-track,
.trust-slide,
.newsletter-form div,
.site-footer {
  border-color: rgba(69, 231, 255, 0.22);
  background: linear-gradient(180deg, rgba(12, 28, 70, 0.62), rgba(5, 11, 34, 0.76));
  box-shadow: inset 0 0 28px rgba(69, 231, 255, 0.04);
  backdrop-filter: blur(10px);
}

.point-stage {
  border-color: rgba(69, 231, 255, 0.22);
}

.point-card {
  border-right-color: rgba(69, 231, 255, 0.2);
}

.point-card.active,
.point-card:hover,
.product-tab.active {
  box-shadow: var(--shadow), inset 0 0 34px rgba(69, 231, 255, 0.1);
}

.point-card span,
.product-card span,
.trust-copy span,
.testimonial-meta {
  color: var(--cyan);
  border-color: rgba(69, 231, 255, 0.42);
}

.placeholder-lines span,
.product-tab,
.logo-track span,
.newsletter-form input {
  color: var(--ice);
  border-color: rgba(69, 231, 255, 0.18);
  background: rgba(6, 19, 54, 0.64);
}

.product-tab {
  color: var(--mid);
}

.product-tab.active {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0, rgba(69, 231, 255, 0.18), transparent 70%),
    rgba(9, 30, 78, 0.86);
}

.product-media,
.video-card,
.trust-visual {
  border-color: rgba(69, 231, 255, 0.3);
  background:
    radial-gradient(circle at 50% 48%, rgba(69, 231, 255, 0.24), transparent 7rem),
    linear-gradient(135deg, transparent 49.5%, rgba(69, 231, 255, 0.28) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, rgba(37, 110, 255, 0.24) 50%, transparent 50.5%),
    rgba(7, 18, 50, 0.7);
  color: var(--mid);
  box-shadow: inset 0 0 70px rgba(69, 231, 255, 0.08);
}

.product-media::before,
.video-card::before,
.trust-visual::before {
  opacity: 0.35;
}

.video-card {
  box-shadow: 0 0 0 1px rgba(69, 231, 255, 0.1), var(--shadow);
}

.slider-button,
.trust-button {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.54);
  background: rgba(5, 18, 50, 0.86);
  box-shadow: 0 0 18px rgba(69, 231, 255, 0.14);
}

.dot,
.trust-dot {
  background: rgba(91, 120, 160, 0.5);
}

.dot.active,
.trust-dot.active {
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(69, 231, 255, 0.8);
}

.logo-marquee {
  border-color: rgba(69, 231, 255, 0.2);
}

.logo-track span {
  border-inline-color: rgba(69, 231, 255, 0.18);
}

.shield-placeholder,
.server-stack span,
.award-placeholder,
.badge-placeholder {
  border-color: rgba(69, 231, 255, 0.58);
  background: rgba(6, 19, 54, 0.7);
  box-shadow: inset 0 0 30px rgba(69, 231, 255, 0.08);
}

.shield-placeholder::before,
.shield-placeholder::after,
.award-placeholder::after,
.trust-copy li::before {
  border-color: rgba(69, 231, 255, 0.72);
  background: rgba(8, 26, 70, 0.82);
}

.patent-visual strong {
  color: var(--white);
  text-shadow: 0 0 28px rgba(69, 231, 255, 0.26);
}

.newsletter-section {
  border: 1px solid rgba(69, 231, 255, 0.18);
  padding: 58px;
  background:
    radial-gradient(circle at 70% 0, rgba(69, 231, 255, 0.14), transparent 24rem),
    rgba(4, 10, 32, 0.62);
}

.newsletter-form input::placeholder {
  color: rgba(219, 233, 255, 0.48);
}

.site-footer {
  color: var(--ice);
}

.site-footer a {
  color: var(--mid);
}

.site-footer a:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

@keyframes pulseGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 8px rgba(69, 231, 255, 0.28));
  }

  50% {
    filter: drop-shadow(0 0 22px rgba(69, 231, 255, 0.58));
  }
}

.play-marker,
.product-media,
.trust-visual {
  animation: pulseGlow 4.8s ease-in-out infinite;
}

@media (max-width: 720px) {
  .section::before {
    left: 22px;
    right: 22px;
  }

  .newsletter-section {
    padding: 34px 22px;
  }
}

/* Absolute final product panel typography override. */
.products-section .product-showcase .product-grid .product-card h1 {
  font-size: clamp(20px, 1.8vw, 28px) !important;
  line-height: 1.08 !important;
  margin-bottom: 10px !important;
}

.products-section .product-showcase .product-grid .product-card h2 {
  font-size: clamp(15px, 1.15vw, 18px) !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
}

.products-section .product-showcase .product-grid .product-card p {
  font-size: clamp(13px, 0.95vw, 15px) !important;
  line-height: 1.55 !important;
}

.products-section .product-showcase .product-grid .product-card .product-cta {
  position: relative;
  z-index: 4;
  display: inline-flex !important;
  width: fit-content;
  min-height: 38px;
  margin-top: 22px;
  padding: 0 18px;
  color: #ffffff !important;
  border-color: rgba(69, 231, 255, 0.62) !important;
  background: rgba(5, 18, 50, 0.38) !important;
  box-shadow: inset 0 0 16px rgba(69, 231, 255, 0.08);
  font-size: 13px;
}

.products-section .product-showcase .product-grid .product-card .product-cta:hover {
  transform: translateY(-1px);
  color: #07142c !important;
  border-color: rgba(69, 231, 255, 0.82) !important;
  background: #45e7ff !important;
  box-shadow: 0 8px 18px rgba(69, 231, 255, 0.16);
}

.testimonials-section .testimonial-content {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.products-section .product-showcase .product-media.has-image {
  position: relative !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #07142c !important;
}

.products-section .product-showcase .product-media.has-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.05) brightness(0.76);
  transform: scale(1.01);
}

.products-section .product-showcase .product-media.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 10, 27, 0.1), rgba(3, 10, 27, 0.55)),
    radial-gradient(circle at 72% 18%, rgba(69, 218, 255, 0.22), transparent 34%);
  pointer-events: none;
}

.products-section .product-showcase .product-media.has-image::after {
  content: "";
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: auto !important;
  height: auto !important;
  border: 1px solid rgba(91, 223, 255, 0.28) !important;
  border-radius: inherit !important;
  background:
    linear-gradient(90deg, rgba(91, 223, 255, 0.22), transparent 26%, transparent 74%, rgba(91, 223, 255, 0.18)),
    linear-gradient(180deg, transparent, rgba(3, 10, 27, 0.64)) !important;
  box-shadow: inset 0 0 58px rgba(69, 218, 255, 0.14) !important;
  transform: none !important;
  pointer-events: none;
}

.testimonials-section .video-card.has-video {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #07142c;
}

.testimonials-section .video-card.has-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.86);
}

.testimonials-section .video-card.has-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 10, 27, 0.04), rgba(3, 10, 27, 0.46)),
    radial-gradient(circle at 50% 40%, rgba(69, 218, 255, 0.14), transparent 38%);
  pointer-events: none;
}

/* Small scale refinements. */
.site-header .brand img {
  width: 154px;
}

.proof-item {
  min-height: 104px;
}

.proof-item strong {
  font-size: clamp(27px, 3.2vw, 44px);
}

.proof-item span {
  font-size: clamp(12px, 0.95vw, 14px);
}

/* Customer proof on white background. */
.testimonials-section {
  background: #ffffff;
}

.testimonials-section::before {
  display: none;
}

.testimonials-section .section-heading h1,
.testimonials-section .testimonial-content h2 {
  color: #07142c;
}

.testimonials-section .section-heading p,
.testimonials-section .testimonial-content p {
  color: #647692;
}

.testimonials-section .eyebrow,
.testimonials-section .testimonial-meta {
  color: #1687ff;
  text-shadow: none;
}

.testimonials-section .video-card,
.testimonials-section .video-card.has-video {
  border-color: rgba(7, 20, 44, 0.12);
  box-shadow: 0 18px 48px rgba(7, 20, 44, 0.09);
}

.testimonials-section .slider-button {
  color: #07142c;
  border-color: rgba(7, 20, 44, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(7, 20, 44, 0.08);
}

.testimonials-section .slider-button:hover {
  color: #ffffff;
  background: #07142c;
  box-shadow: none;
}

.testimonials-section .dot {
  background: rgba(100, 118, 146, 0.28);
}

.testimonials-section .dot.active {
  background: #1687ff;
  box-shadow: none;
}

/* Trusted by partners refinement. */
.logos-section {
  background: #ffffff;
}

.logos-section .section-heading h1 {
  color: #07142c;
}

.logos-section .section-heading p {
  color: #647692;
}

.logos-section .eyebrow {
  color: #1687ff;
}

.logos-section::before {
  display: none;
}

.logo-marquee {
  border-color: rgba(7, 20, 44, 0.1);
  background: #ffffff;
}

.logo-track {
  gap: 10px;
  animation-duration: 56s;
}

.logo-track span {
  width: clamp(116px, 11vw, 154px);
  min-width: clamp(116px, 11vw, 154px);
  height: 74px;
  padding: 14px 20px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 20, 44, 0.09);
  border-radius: 4px;
  background: #ffffff;
}

.logo-track span img {
  display: block;
  max-width: 100%;
  max-height: 38px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.logo-track span:has(img[alt="JTB"]) img,
.logo-track span:has(img[alt="MGME"]) img {
  max-height: 34px;
}

.logo-track span:has(img[alt="Voyagers Zambia"]) img {
  max-height: 46px;
}

@media (max-width: 720px) {
  .logo-track span {
    width: 112px;
    min-width: 112px;
    height: 64px;
    padding: 12px 16px;
  }

  .logo-track span img {
    max-height: 32px;
  }
}

/* Final CTA buttons: quieter hover than the primary CTAs. */
.final-cta-section .cta-options .button {
  box-shadow: none;
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    background 150ms ease,
    color 150ms ease;
}

.final-cta-section .cta-options .button:hover {
  transform: translateY(-1px);
  border-color: rgba(69, 231, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(69, 231, 255, 0.1), rgba(22, 135, 255, 0.04)),
    rgba(5, 18, 50, 0.38);
  box-shadow: 0 8px 18px rgba(7, 20, 44, 0.12);
}

.final-cta-section .cta-options .button-secondary:hover {
  border-color: rgba(219, 233, 255, 0.38);
  background: rgba(7, 18, 50, 0.42);
  box-shadow: none;
}

/* Built for operations on white background. */
.dynamic-points {
  background: #ffffff;
}

.dynamic-points::before {
  display: none;
}

.dynamic-points .section-heading h1,
.dynamic-points .point-card h2 {
  color: #07142c;
}

.dynamic-points .section-heading p,
.dynamic-points .point-card p {
  color: #647692;
}

.dynamic-points .eyebrow,
.dynamic-points .point-card span {
  color: #1687ff;
  border-color: rgba(22, 135, 255, 0.28);
  text-shadow: none;
}

.dynamic-points .point-stage {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-color: rgba(7, 20, 44, 0.1);
  background: #ffffff;
  box-shadow: none;
}

.dynamic-points .point-card {
  border-right-color: rgba(7, 20, 44, 0.1);
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.dynamic-points .point-card.active,
.dynamic-points .point-card:hover {
  background: rgba(7, 20, 44, 0.035);
  box-shadow: 0 18px 44px rgba(7, 20, 44, 0.08);
  transform: translateY(-6px);
}

.dynamic-points .point-card h3 {
  margin: 0 0 14px;
  color: #07142c;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.35;
  font-weight: 700;
}

.dynamic-points .point-card:last-child {
  border-right: 1px solid rgba(7, 20, 44, 0.1);
}

.dynamic-points .point-stage:hover .point-card.active:not(:hover) {
  background: #ffffff;
  box-shadow: none;
  transform: none;
}

.dynamic-points .ai-icon {
  border-color: rgba(22, 135, 255, 0.54);
  background: rgba(22, 135, 255, 0.04);
  box-shadow: inset 0 0 18px rgba(22, 135, 255, 0.06);
}

.dynamic-points .ai-icon::before,
.dynamic-points .ai-icon::after,
.dynamic-points .ai-icon span,
.dynamic-points .ai-icon span::before,
.dynamic-points .ai-icon span::after {
  border-color: #1687ff;
  background-color: #1687ff;
  box-shadow: none;
}

/* Final CTA on white background. */
.final-cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 64px;
  align-items: end;
  max-width: none;
  margin: 0;
  padding: clamp(82px, 9vw, 126px) clamp(22px, 5vw, 64px);
  border: 0;
  background: #ffffff;
}

.final-cta-section::before {
  display: none;
}

.final-cta-section h1 {
  color: #07142c;
}

.final-cta-section p {
  color: #647692;
}

.final-cta-section .eyebrow {
  color: #1687ff;
}

.final-cta-section > div {
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  backdrop-filter: none;
}

.final-cta-section > div:first-child {
  max-width: 760px;
  margin-left: auto;
  margin-bottom: 0;
  text-align: left;
}

.final-cta-section h1 {
  max-width: 720px;
}

.final-cta-section .cta-options {
  display: grid;
  gap: 14px;
  width: min(360px, 100%);
  margin-right: auto;
}

.final-cta-section .cta-options .button {
  min-width: 178px;
  justify-content: center;
  color: #07142c;
  border-color: rgba(7, 20, 44, 0.22);
  background: #ffffff;
  box-shadow: none;
}

.final-cta-section .cta-options .button:hover {
  color: #ffffff;
  border-color: #07142c;
  background: #07142c;
  box-shadow: 0 10px 24px rgba(7, 20, 44, 0.1);
}

.final-cta-section .cta-options .button-secondary {
  color: #07142c;
  border-color: rgba(7, 20, 44, 0.16);
  background: rgba(7, 20, 44, 0.025);
}

.final-cta-section .cta-options .button-secondary:hover {
  color: #ffffff;
  border-color: #07142c;
  background: #07142c;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .final-cta-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .final-cta-section > div:first-child,
  .final-cta-section .cta-options {
    margin-inline: auto;
  }
}

/* Brand accent refinement: secondary interactions only. */
.dynamic-points .eyebrow,
.dynamic-points .point-card span,
.final-cta-section .eyebrow,
.testimonials-section .dot.active,
.trust-section .trust-dot.active {
  color: #0071ce;
}

.dynamic-points .point-card span {
  border-color: rgba(0, 113, 206, 0.3);
}

.dynamic-points .point-card.active,
.dynamic-points .point-card:hover {
  background: rgba(0, 113, 206, 0.055);
  box-shadow: 0 18px 44px rgba(0, 113, 206, 0.1);
}

.dynamic-points .ai-icon {
  border-color: rgba(0, 113, 206, 0.54);
  background: rgba(0, 113, 206, 0.045);
}

.dynamic-points .ai-icon::before,
.dynamic-points .ai-icon::after,
.dynamic-points .ai-icon span,
.dynamic-points .ai-icon span::before,
.dynamic-points .ai-icon span::after {
  border-color: #0071ce;
  background-color: #0071ce;
}

.products-section .product-showcase .product-grid .product-card .product-cta:hover,
.final-cta-section .cta-options .button:hover,
.final-cta-section .cta-options .button-secondary:hover {
  color: #ffffff !important;
  border-color: #0071ce !important;
  background: #0071ce !important;
  box-shadow: 0 10px 24px rgba(0, 113, 206, 0.16);
}

.testimonials-section .dot.active,
.trust-section .trust-dot.active {
  background: #0071ce;
  box-shadow: none;
}

/* Global typography update. */
body,
button,
input,
textarea,
select,
a {
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-overlay h1,
.section-heading h1,
.product-card h1,
.product-card h2,
.testimonial-content h2,
.trust-copy h2,
.site-footer h2 {
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}

p,
li,
span,
.primary-nav,
.button,
.nav-cta,
.product-tab,
.testimonial-meta,
.eyebrow,
.site-footer a {
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 500;
}

/* Hero video clarity: remove dark overlay and filters. */
.hero::before,
.hero-video::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.hero-video {
  filter: none !important;
  opacity: 1 !important;
  background: #020414 !important;
}

.hero-overlay {
  padding-bottom: 158px !important;
}

.hero {
  min-height: 100vh !important;
}

.hero-video {
  height: 100vh !important;
}

/* Final CTA alignment: keep the two-column layout centered at every viewport width. */
.final-cta-section {
  grid-template-columns:
    minmax(22px, 1fr)
    minmax(0, 720px)
    minmax(300px, 360px)
    minmax(22px, 1fr) !important;
  column-gap: clamp(42px, 5vw, 72px) !important;
  align-items: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.final-cta-section > div:first-child {
  grid-column: 2 !important;
  max-width: none !important;
  margin: 0 !important;
}

.final-cta-section .cta-options {
  grid-column: 3 !important;
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 1100px) {
  .final-cta-section {
    grid-template-columns: minmax(22px, 1fr) minmax(0, 760px) minmax(22px, 1fr) !important;
    row-gap: 34px !important;
  }

  .final-cta-section > div:first-child,
.final-cta-section .cta-options {
    grid-column: 2 !important;
    margin: 0 !important;
  }
}

/* Client feedback round: header logo, route map, proof copy, and logo section polish. */
.site-header .brand {
  display: block;
  width: 200px;
  height: 38px;
  overflow: hidden;
}

.site-header .brand img {
  width: 200px !important;
  max-width: none;
  height: auto;
}

.hero {
  isolation: isolate;
}

.hero-overlay {
  z-index: 3;
}

.proof-item strong[data-suffix="mill+"] {
  letter-spacing: -0.03em;
}

.logos-section .section-heading h1 {
  position: relative;
  display: inline-block;
}

.logos-section .section-heading h1::after {
  content: "";
  display: block;
  width: 82px;
  height: 2px;
  margin: 18px auto 0;
  background: #0071ce;
}

.logo-marquee {
  position: relative;
  max-width: 1240px;
  box-shadow: 0 20px 60px rgba(7, 20, 44, 0.06);
}

.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(18vw, 180px);
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.logo-track span {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.logo-track span:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 113, 206, 0.24);
  box-shadow: 0 14px 30px rgba(0, 113, 206, 0.08);
}

/* Trusted by: white tech rail treatment. */
.logos-section {
  overflow: hidden;
  padding-block: clamp(78px, 8vw, 124px);
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 113, 206, 0.08), transparent 18rem),
    radial-gradient(circle at 82% 60%, rgba(0, 113, 206, 0.06), transparent 22rem),
    #ffffff;
}

.logos-section::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0, 113, 206, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 113, 206, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.72;
}

.logos-section::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  top: 52%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 113, 206, 0.08), rgba(0, 113, 206, 0.42), rgba(0, 113, 206, 0.08), transparent);
  animation: logoDataSweep 5.8s ease-in-out infinite;
}

.logos-section .section-heading {
  position: relative;
  z-index: 1;
}

.logo-marquee {
  z-index: 1;
  border-block: 1px solid rgba(0, 113, 206, 0.14);
  border-inline: 0;
  background:
    linear-gradient(90deg, rgba(0, 113, 206, 0.05), transparent 16%, transparent 84%, rgba(0, 113, 206, 0.05)),
    rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 24px 70px rgba(7, 20, 44, 0.08);
  backdrop-filter: blur(8px);
}

.logo-track span {
  position: relative;
  overflow: hidden;
  border-color: rgba(0, 113, 206, 0.11);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.logo-track span::before {
  content: "";
  position: absolute;
  inset: 7px;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(90deg, #0071ce 10px, transparent 10px) left top / 28px 1px no-repeat,
    linear-gradient(180deg, #0071ce 10px, transparent 10px) left top / 1px 28px no-repeat,
    linear-gradient(270deg, #0071ce 10px, transparent 10px) right bottom / 28px 1px no-repeat,
    linear-gradient(0deg, #0071ce 10px, transparent 10px) right bottom / 1px 28px no-repeat;
}

.logo-track span::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 113, 206, 0.5), transparent);
  transform: scaleX(0.28);
  opacity: 0.35;
  transition: transform 180ms ease, opacity 180ms ease;
}

.logo-track span:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 113, 206, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(0, 113, 206, 0.05),
    0 18px 36px rgba(0, 113, 206, 0.12);
}

.logo-track span:hover::after {
  transform: scaleX(1);
  opacity: 0.85;
}

@keyframes logoDataSweep {
  0%,
  100% {
    transform: translateX(-9%);
    opacity: 0.35;
  }

  50% {
    transform: translateX(9%);
    opacity: 0.85;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logos-section::after {
    animation: none;
  }
}

@media (max-width: 720px) {
  .site-header .brand {
    width: 170px;
    height: 32px;
  }

  .site-header .brand img {
    width: 170px !important;
  }

}

/* Trusted by: quieter tech glow, no logo lift interaction. */
.logos-section {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(0, 113, 206, 0.12), transparent 34rem),
    radial-gradient(circle at 8% 42%, rgba(0, 113, 206, 0.07), transparent 18rem),
    radial-gradient(circle at 92% 58%, rgba(0, 113, 206, 0.07), transparent 18rem),
    #ffffff;
}

.logos-section::before {
  background:
    linear-gradient(rgba(0, 113, 206, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 113, 206, 0.025) 1px, transparent 1px),
    radial-gradient(circle, rgba(0, 113, 206, 0.16) 0 1px, transparent 1.5px);
  background-size: 96px 96px, 96px 96px, 112px 112px;
  opacity: 0.52;
}

.logos-section::after {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 22%;
  width: min(960px, 74vw);
  height: 140px;
  transform: translateX(-50%);
  animation: none;
  opacity: 0.75;
  background:
    radial-gradient(ellipse at center, rgba(0, 113, 206, 0.16), rgba(0, 113, 206, 0.05) 38%, transparent 72%);
  filter: blur(8px);
}

.logo-marquee {
  border: 1px solid rgba(0, 113, 206, 0.12);
  background:
    linear-gradient(90deg, rgba(0, 113, 206, 0.06), rgba(255, 255, 255, 0.94) 16%, rgba(255, 255, 255, 0.94) 84%, rgba(0, 113, 206, 0.06)),
    linear-gradient(180deg, rgba(0, 113, 206, 0.055), transparent 48%, rgba(0, 113, 206, 0.045));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.88),
    inset 0 0 42px rgba(0, 113, 206, 0.055),
    0 24px 62px rgba(7, 20, 44, 0.075);
}

.logo-marquee::before {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0));
}

.logo-marquee::after {
  background:
    linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0));
}

.logo-track span {
  border-color: rgba(0, 113, 206, 0.1);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
  transition: border-color 160ms ease, background 160ms ease, filter 160ms ease;
}

.logo-track span::before {
  inset: 0;
  opacity: 0;
  background: none;
}

.logo-track span::after {
  left: 16px;
  right: 16px;
  bottom: 9px;
  transform: scaleX(0.42);
  opacity: 0.22;
  background: linear-gradient(90deg, transparent, rgba(0, 113, 206, 0.45), transparent);
}

.logo-track span:hover {
  transform: none;
  border-color: rgba(0, 113, 206, 0.22);
  background: rgba(255, 255, 255, 0.92);
  filter: drop-shadow(0 0 12px rgba(0, 113, 206, 0.12));
  box-shadow: none;
}

.logo-track span:hover::after {
  transform: scaleX(0.64);
  opacity: 0.48;
}

/* Built for operations: minimal technical icon system. */
.dynamic-points .ai-icon {
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #0071ce;
}

.dynamic-points .ai-icon::before,
.dynamic-points .ai-icon::after,
.dynamic-points .ai-icon span,
.dynamic-points .ai-icon span::before,
.dynamic-points .ai-icon span::after {
  content: "";
  position: absolute;
  display: block;
  border-color: currentColor;
  background: transparent;
  box-shadow: none;
  transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.dynamic-points .ai-icon span::before,
.dynamic-points .ai-icon span::after {
  background: currentColor;
}

.dynamic-points .icon-systems::before {
  left: 8px;
  top: 11px;
  width: 52px;
  height: 34px;
  border: 1.5px solid currentColor;
  border-radius: 8px;
}

.dynamic-points .icon-systems::after {
  left: 18px;
  right: 18px;
  top: 26px;
  height: 0;
  border-top: 1.5px solid currentColor;
}

.dynamic-points .icon-systems span {
  left: 16px;
  top: 52px;
  width: 36px;
  height: 0;
  border-top: 1.5px solid currentColor;
}

.dynamic-points .icon-systems span::before,
.dynamic-points .icon-systems span::after {
  top: -33px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.dynamic-points .icon-systems span::before {
  left: 4px;
}

.dynamic-points .icon-systems span::after {
  right: 4px;
}

.dynamic-points .icon-service::before {
  left: 8px;
  top: 15px;
  width: 16px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.dynamic-points .icon-service::after {
  right: 8px;
  top: 15px;
  width: 16px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.dynamic-points .icon-service span {
  left: 18px;
  top: 37px;
  width: 32px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.dynamic-points .icon-service span::before {
  left: 13px;
  top: -17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.dynamic-points .icon-service span::after {
  left: -7px;
  top: -14px;
  width: 46px;
  height: 1.5px;
}

.dynamic-points .icon-agent::before {
  left: 18px;
  top: 10px;
  width: 18px;
  height: 18px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.dynamic-points .icon-agent::after {
  left: 9px;
  top: 36px;
  width: 36px;
  height: 19px;
  border: 1.5px solid currentColor;
  border-radius: 18px 18px 4px 4px;
}

.dynamic-points .icon-agent span {
  right: 7px;
  top: 13px;
  width: 18px;
  height: 28px;
  border-left: 1.5px solid currentColor;
}

.dynamic-points .icon-agent span::before,
.dynamic-points .icon-agent span::after {
  left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.dynamic-points .icon-agent span::before {
  top: -1px;
}

.dynamic-points .icon-agent span::after {
  bottom: -1px;
}

.dynamic-points .point-card:hover .ai-icon,
.dynamic-points .point-card.active .ai-icon {
  filter: drop-shadow(0 0 12px rgba(0, 113, 206, 0.18));
}

.dynamic-points .point-card:hover .ai-icon::before,
.dynamic-points .point-card:hover .ai-icon::after,
.dynamic-points .point-card:hover .ai-icon span {
  transform: translateY(-1px);
}

/* Built for operations: SVG abstract system icons. */
.dynamic-points .ai-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  color: #0071ce;
}

.dynamic-points .ai-icon::before,
.dynamic-points .ai-icon::after,
.dynamic-points .ai-icon span,
.dynamic-points .ai-icon span::before,
.dynamic-points .ai-icon span::after {
  display: none;
}

.dynamic-points .ai-icon svg {
  width: 66px;
  height: 66px;
  overflow: visible;
}

.dynamic-points .ai-icon svg path,
.dynamic-points .ai-icon svg circle,
.dynamic-points .ai-icon svg rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.dynamic-points .ai-icon svg circle {
  fill: #ffffff;
}

.dynamic-points .point-card:hover .ai-icon svg,
.dynamic-points .point-card.active .ai-icon svg {
  filter: drop-shadow(0 0 10px rgba(0, 113, 206, 0.18));
}

.dynamic-points .point-card:hover .ai-icon svg path,
.dynamic-points .point-card:hover .ai-icon svg circle,
.dynamic-points .point-card:hover .ai-icon svg rect {
  stroke-width: 2.25;
}

/* Certification carousel: tighter, consistent text scale. */
.trust-copy span {
  margin-bottom: 12px;
  font-size: clamp(11px, 0.75vw, 12px);
  letter-spacing: 0.08em;
}

.trust-copy h2 {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.05;
}

.trust-copy h3 {
  margin: 10px 0 14px;
  color: #c8d4ea;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.35;
}

.trust-copy p,
.trust-copy li {
  color: #b7c2d8;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.55;
}

.trust-copy ul {
  gap: 10px;
  margin-top: 18px;
}

.trust-copy li {
  padding-left: 24px;
}

.trust-copy li::before {
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-color: #0071ce;
  border-radius: 50%;
  background: #0071ce;
}

/* Final CTA hover: match the product tab blue. */
.final-cta-section .cta-options .button:hover,
.final-cta-section .cta-options .button-secondary:hover {
  color: #ffffff !important;
  border-color: rgba(69, 231, 255, 0.38) !important;
  background:
    radial-gradient(circle at 50% 0, rgba(69, 231, 255, 0.18), transparent 70%),
    rgba(9, 30, 78, 0.86) !important;
  box-shadow: 0 10px 24px rgba(9, 30, 78, 0.16) !important;
}

.final-cta-section .cta-options .button {
  background: rgba(7, 20, 44, 0.025);
}

/* Internal pages. */
.page-main {
  background: #ffffff;
  color: #07142c;
}

.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(420px, 54vw, 620px);
  padding: clamp(140px, 16vw, 190px) clamp(22px, 6vw, 76px) clamp(70px, 8vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(0, 113, 206, 0.24), transparent 22rem),
    linear-gradient(135deg, rgba(9, 30, 78, 0.94), #090218 68%);
  border-bottom: 1px solid rgba(69, 231, 255, 0.18);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(69, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 231, 255, 0.045) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -16vw;
  width: min(54vw, 680px);
  aspect-ratio: 1;
  pointer-events: none;
  border: 1px solid rgba(69, 231, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 90px rgba(0, 113, 206, 0.14),
    0 0 80px rgba(0, 113, 206, 0.08);
}

.page-hero-copy {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
}

.page-hero-copy h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 0.94;
  letter-spacing: 0;
}

.page-hero-copy p {
  max-width: 680px;
  color: #dbe9ff;
  font-size: clamp(17px, 1.55vw, 23px);
  line-height: 1.5;
}

.page-section {
  position: relative;
  padding: clamp(78px, 9vw, 132px) clamp(22px, 6vw, 76px);
  background: #ffffff;
}

.page-section-dark {
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 113, 206, 0.16), transparent 22rem),
    #090218;
  color: #ffffff;
}

.page-section-dark h1,
.page-section-dark h2,
.page-section-dark h3 {
  color: #ffffff;
}

.page-section-dark p,
.page-section-dark li {
  color: #b7c2d8;
}

.page-heading {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  max-width: 1220px;
  margin: 0 auto clamp(40px, 5vw, 70px);
}

.page-heading > * {
  flex: 1 1 0;
}

.page-heading h1 {
  margin: 0;
  color: #07142c;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1;
}

.page-heading p {
  margin: 0;
  color: #647692;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.55;
}

.products-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 1220px;
  margin: 0 auto;
}

.product-summary-card {
  position: relative;
  flex: 1 1 330px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(7, 20, 44, 0.1);
  background: #07142c;
  color: #ffffff;
  text-decoration: none;
}

.product-summary-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  transform: scale(1.01);
  transition: transform 260ms ease, opacity 260ms ease;
}

.product-summary-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 20, 44, 0.05), rgba(7, 20, 44, 0.94)),
    radial-gradient(circle at 78% 18%, rgba(0, 113, 206, 0.34), transparent 16rem);
}

.product-summary-card > div {
  position: relative;
  z-index: 1;
}

.product-summary-card span {
  color: #45e7ff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-summary-card h2 {
  margin: 16px 0 14px;
  color: #ffffff;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1;
}

.product-summary-card p {
  color: #dbe9ff;
  line-height: 1.55;
}

.product-summary-card:hover img {
  opacity: 0.72;
  transform: scale(1.045);
}

.product-summary-card:hover {
  border-color: rgba(0, 113, 206, 0.42);
}

.feature-row,
.detail-row,
.contact-layout {
  display: flex;
  gap: clamp(24px, 4vw, 54px);
  max-width: 1220px;
  margin: 0 auto;
}

.feature-row > *,
.detail-row > *,
.contact-layout > * {
  flex: 1 1 0;
}

.feature-panel,
.contact-panel,
.contact-form-panel,
.detail-panel {
  border: 1px solid rgba(7, 20, 44, 0.1);
  background: rgba(247, 251, 255, 0.86);
  padding: clamp(26px, 3vw, 42px);
}

.feature-panel h2,
.contact-panel h2,
.contact-form-panel h2,
.detail-panel h2 {
  margin-top: 0;
  color: #07142c;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.08;
}

.feature-panel p,
.contact-panel p,
.contact-form-panel p,
.detail-panel p {
  color: #647692;
  line-height: 1.58;
}

.feature-list,
.contact-list,
.detail-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.contact-list li,
.detail-list li {
  position: relative;
  padding-left: 24px;
  color: #647692;
  line-height: 1.5;
}

.feature-list li::before,
.contact-list li::before,
.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0071ce;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #07142c;
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(7, 20, 44, 0.15);
  background: #ffffff;
  color: #07142c;
  padding: 15px 16px;
  font: inherit;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #0071ce;
  border-color: #0071ce;
}

.product-detail-media {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(69, 231, 255, 0.18);
  background: #07142c;
}

.product-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: 0.84;
}

.page-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 54px);
  border: 1px solid rgba(0, 113, 206, 0.16);
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 113, 206, 0.12), transparent 18rem),
    rgba(247, 251, 255, 0.92);
}

.page-cta-band h2 {
  margin: 0 0 10px;
  color: #07142c;
}

.page-cta-band p {
  margin: 0;
  color: #647692;
}

.nav-item > a.active,
.primary-nav > a.active {
  color: #45e7ff;
}

@media (max-width: 1024px) {
  .page-heading,
  .feature-row,
  .detail-row,
  .contact-layout,
  .page-cta-band {
    flex-direction: column;
  }

  .product-detail-media,
  .product-detail-media img {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .page-hero {
    min-height: 460px;
  }

  .product-summary-card {
    flex-basis: 100%;
    min-height: 360px;
  }
}

/* Product landing page refinement. */
.page-main {
  overflow: hidden;
}

.page-hero {
  min-height: clamp(500px, 58vw, 680px);
  padding-left: clamp(28px, 7vw, 112px);
  padding-right: clamp(28px, 7vw, 112px);
}

.page-hero-copy {
  width: min(760px, 100%);
}

.page-hero-copy .eyebrow {
  margin-bottom: 20px;
}

.page-hero-copy h1 {
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.98;
}

.page-hero-copy p {
  max-width: 620px;
  font-size: clamp(16px, 1.28vw, 20px);
}

.page-section {
  padding-block: clamp(76px, 8vw, 118px);
}

.page-heading {
  align-items: flex-start;
  gap: clamp(28px, 5vw, 72px);
  max-width: 1180px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.page-heading h1 {
  max-width: 720px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.06;
}

.page-heading p {
  max-width: 520px;
  padding-top: 8px;
  font-size: clamp(15px, 1.12vw, 18px);
}

.page-row-balanced {
  align-items: center;
  max-width: 1180px;
}

.product-intro-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 113, 206, 0.06), transparent 20rem),
    #ffffff;
}

.product-notifications-section {
  background:
    linear-gradient(180deg, #ffffff, #f7fbff);
}

.product-final-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 113, 206, 0.08), transparent 20rem),
    #ffffff;
}

.detail-panel,
.feature-panel {
  border-color: rgba(7, 20, 44, 0.095);
  background: rgba(247, 251, 255, 0.74);
  box-shadow: 0 20px 50px rgba(7, 20, 44, 0.045);
}

.detail-panel h2,
.feature-panel h2 {
  font-size: clamp(24px, 2.45vw, 36px);
  line-height: 1.12;
}

.detail-panel p,
.feature-panel p {
  font-size: clamp(15px, 1.05vw, 17px);
}

.detail-panel p + p {
  margin-top: 16px;
}

.product-detail-media {
  min-height: clamp(380px, 42vw, 520px);
  box-shadow: 0 24px 70px rgba(7, 20, 44, 0.1);
}

.product-detail-media img {
  min-height: clamp(380px, 42vw, 520px);
}

.page-tech-section {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 113, 206, 0.2), transparent 22rem),
    radial-gradient(circle at 84% 72%, rgba(69, 231, 255, 0.11), transparent 24rem),
    linear-gradient(135deg, #090218, #07142c 72%, #090218);
}

.page-tech-section::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(69, 231, 255, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 231, 255, 0.036) 1px, transparent 1px),
    radial-gradient(circle, rgba(69, 231, 255, 0.18) 0 1px, transparent 1.5px);
  background-size: 82px 82px, 82px 82px, 140px 140px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  opacity: 0.52;
}

.page-tech-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: clamp(-180px, -12vw, -80px);
  top: 50%;
  width: min(520px, 42vw);
  aspect-ratio: 1;
  pointer-events: none;
  border: 1px solid rgba(69, 231, 255, 0.16);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow:
    inset 0 0 80px rgba(0, 113, 206, 0.12),
    0 0 80px rgba(0, 113, 206, 0.1);
}

.page-tech-section > * {
  position: relative;
  z-index: 1;
}

.page-tech-section .page-heading h1 {
  color: #ffffff;
}

.page-tech-section .page-heading p {
  color: #c8d4ea;
}

.page-tech-section .feature-panel,
.page-tech-section .product-summary-card {
  border-color: rgba(69, 231, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(11, 31, 78, 0.78), rgba(7, 20, 44, 0.72));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 22px 56px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.page-tech-section .feature-panel h2,
.page-tech-section .product-summary-card h2 {
  color: #ffffff;
}

.page-tech-section .feature-panel p,
.page-tech-section .product-summary-card p {
  color: #c8d4ea;
}

.page-tech-section .feature-panel {
  min-height: 230px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.page-tech-section .feature-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(69, 231, 255, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 24px 62px rgba(0, 113, 206, 0.16);
}

.product-channel-section .product-summary-card {
  min-height: 390px;
}

.product-channel-section .product-summary-card::after {
  background:
    linear-gradient(180deg, rgba(7, 20, 44, 0.08), rgba(7, 20, 44, 0.95)),
    radial-gradient(circle at 78% 18%, rgba(0, 113, 206, 0.22), transparent 16rem);
}

.product-channel-section .products-overview {
  max-width: 1180px;
}

.product-final-section .detail-panel:last-child {
  background:
    radial-gradient(circle at 88% 16%, rgba(0, 113, 206, 0.12), transparent 18rem),
    rgba(247, 251, 255, 0.92);
}

.product-final-section .button {
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .page-heading p {
    padding-top: 0;
  }

  .page-tech-section::after {
    opacity: 0.45;
  }
}

/* Product landing final polish: align with the approved homepage scale. */
.page-hero {
  min-height: 82vh;
  padding: 120px clamp(56px, 8.4vw, 128px) 42px;
  align-items: center;
}

.page-hero-copy {
  width: min(760px, 100%);
}

.page-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.page-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 2, 24, 0.84), rgba(9, 2, 24, 0.36) 52%, rgba(9, 2, 24, 0.16)),
    linear-gradient(180deg, rgba(9, 2, 24, 0.36), rgba(9, 2, 24, 0.1) 44%, rgba(9, 2, 24, 0.48));
  mask-image: none;
}

.page-hero::after {
  z-index: 1;
  opacity: 0.34;
}

.page-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.01;
  letter-spacing: 0;
}

.page-hero-copy p {
  max-width: 650px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.54;
}

.page-hero-copy .eyebrow {
  margin-bottom: 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-section {
  padding: clamp(78px, 8vw, 112px) clamp(28px, 7vw, 112px);
}

.page-heading {
  width: min(1120px, 100%);
  gap: clamp(26px, 4.6vw, 66px);
  margin-bottom: clamp(32px, 4.6vw, 58px);
}

.page-heading h1 {
  max-width: 670px;
  font-size: clamp(28px, 3.25vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-heading p {
  max-width: 500px;
  font-size: clamp(14px, 1.04vw, 17px);
  line-height: 1.58;
}

.detail-panel h2,
.feature-panel h2,
.product-summary-card h2 {
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.13;
  letter-spacing: 0;
}

.detail-panel p,
.feature-panel p,
.product-summary-card p {
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.62;
}

.product-intro-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 113, 206, 0.035), transparent 20rem),
    #ffffff;
}

.product-intro-section .page-row-balanced {
  gap: clamp(34px, 6vw, 86px);
}

.product-intro-section .product-detail-media {
  flex: 0 1 46%;
  min-height: clamp(360px, 38vw, 500px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-intro-section .product-detail-media::before,
.product-intro-section .product-detail-media::after {
  display: none;
}

.product-intro-section .product-detail-media img {
  min-height: clamp(360px, 38vw, 500px);
  border-radius: 0;
  opacity: 0.94;
}

.product-intro-section .product-detail-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 38vw, 500px);
  object-fit: cover;
}

.product-intro-section .detail-panel {
  flex: 0 1 48%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-intro-section .detail-panel::before {
  display: block;
  width: 54px;
  height: 2px;
  margin-bottom: 24px;
  content: "";
  background: #0071ce;
}

.product-intro-section .detail-panel .eyebrow {
  color: #0071ce;
}

.ai-platform-overview-section .detail-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 24px;
}

.ai-platform-overview-section .detail-list li {
  padding-left: 22px;
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.55;
}

.ai-platform-overview-section .detail-list li::before {
  top: 0.68em;
  width: 6px;
  height: 6px;
  background: #0071ce;
}

.product-notifications-section {
  background:
    radial-gradient(circle at 84% 16%, rgba(0, 113, 206, 0.05), transparent 20rem),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.product-notifications-section .feature-row {
  width: min(920px, 100%);
  gap: clamp(18px, 2.4vw, 28px);
}

.product-notifications-section .feature-panel.icon-feature {
  min-height: 250px;
  align-items: flex-start;
  padding: clamp(28px, 3vw, 38px);
}

.ai-platform-feature-section .feature-row {
  width: min(1120px, 100%);
  align-items: stretch;
}

.ai-platform-feature-section .feature-panel.icon-feature {
  min-height: 300px;
}

.mini-tech-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  color: #0071ce;
  transition: transform 180ms ease, filter 180ms ease;
}

.mini-tech-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-tech-icon circle {
  fill: currentColor;
  stroke: none;
}

.page-tech-section .mini-tech-icon {
  color: #45e7ff;
}

.icon-feature:hover .mini-tech-icon {
  transform: translateY(-3px);
  filter: drop-shadow(0 12px 18px rgba(0, 113, 206, 0.18));
}

.page-tech-section .icon-feature:hover .mini-tech-icon {
  filter: drop-shadow(0 12px 22px rgba(69, 231, 255, 0.22));
}

.contact-layout {
  align-items: stretch;
}

.contact-panel,
.contact-form-panel {
  box-shadow: none;
}

.contact-form-panel .button:hover {
  color: #ffffff;
  border-color: rgba(0, 113, 206, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(69, 231, 255, 0.22), transparent 72%),
    #0071ce;
  box-shadow: 0 14px 34px rgba(0, 113, 206, 0.2);
}

.product-final-section {
  background:
    radial-gradient(circle at 84% 14%, rgba(0, 113, 206, 0.055), transparent 20rem),
    #ffffff;
}

.product-final-section .page-row-balanced {
  align-items: stretch;
  gap: clamp(34px, 6vw, 86px);
}

.product-final-section .detail-panel {
  display: flex;
  min-height: clamp(360px, 28vw, 440px);
  flex-direction: column;
  justify-content: center;
  border-color: rgba(7, 20, 44, 0.08);
  background: rgba(248, 250, 253, 0.92);
  box-shadow: none;
}

.product-final-section .detail-panel .button {
  align-self: flex-start;
}

.product-final-section .button:hover {
  color: #ffffff;
  border-color: rgba(0, 113, 206, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(69, 231, 255, 0.22), transparent 72%),
    #0071ce;
  box-shadow: 0 14px 34px rgba(0, 113, 206, 0.2);
}

@media (max-width: 1024px) {
  .page-hero {
    min-height: 660px;
    padding-inline: clamp(28px, 6vw, 64px);
  }

  .page-heading,
  .page-row-balanced,
  .feature-row {
    width: min(720px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .page-hero {
    min-height: 560px;
    padding: 112px 24px 42px;
  }

  .page-section {
    padding: 68px 24px;
  }

  .page-heading h1 {
    font-size: clamp(26px, 9vw, 34px);
  }
}

/* Responsive consolidation for the approved AMGINE site. */
@media (max-width: 1280px) {
  .site-header {
    padding-inline: clamp(24px, 4vw, 48px);
  }

  .primary-nav {
    gap: 16px;
    font-size: 12px;
  }

  .hero-overlay,
  .about-layout,
  .point-stage,
  .product-showcase,
  .testimonial-slide,
  .trust-section,
  .newsletter-section,
  .final-cta-section,
  .page-heading,
  .feature-row,
  .detail-row,
  .contact-layout,
  .products-overview {
    max-width: 1120px;
  }

  .hero-overlay h1,
  .page-hero-copy h1 {
    font-size: clamp(30px, 3.2vw, 44px);
  }
}

@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    min-height: 72px;
    padding: 0 28px;
  }

  .brand img,
  .site-header .brand img {
    width: 154px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: 72px;
    right: 18px;
    left: 18px;
    display: none;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 14px 22px 22px;
    color: #07142c;
    border: 1px solid rgba(7, 20, 44, 0.12);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 70px rgba(7, 20, 44, 0.16);
    backdrop-filter: blur(18px);
  }

  .primary-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .primary-nav > a,
  .nav-item > a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(7, 20, 44, 0.1);
  }

  .nav-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 14px;
  }

  .nav-demo {
    min-height: 42px;
    color: #07142c;
  }

  .submenu {
    position: static;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0;
    padding: 0 0 8px 14px;
    color: #647692;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .submenu a {
    padding: 9px 0;
  }

  .hero,
  .hero-video {
    min-height: 680px;
    height: 680px;
  }

  .hero-overlay {
    width: min(720px, calc(100% - 56px));
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-inline: 28px;
  }

  .proof-item {
    min-height: 132px;
    padding: 24px 20px;
  }

  .about-layout,
  .product-card,
  .testimonial-slide,
  .trust-slide,
  .final-cta-section,
  .page-heading,
  .feature-row,
  .detail-row,
  .contact-layout,
  .page-row-balanced {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .about-layout,
  .page-row-balanced,
  .detail-row,
  .feature-row,
  .contact-layout {
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .about-video-placeholder,
  .product-detail-media,
  .product-detail-media img,
  .product-detail-video {
    min-height: 420px;
  }

  .product-showcase {
    gap: 26px;
  }

  .product-rail {
    overflow-x: auto;
    display: flex;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .product-tab {
    min-width: 220px;
    scroll-snap-align: start;
  }

  .products-overview {
    gap: 18px;
  }

  .product-summary-card {
    flex-basis: calc(50% - 9px);
    min-height: 360px;
  }

  .testimonial-track {
    min-height: auto;
  }

  .testimonial-slide {
    gap: 32px;
  }

  .video-card {
    width: min(360px, 100%);
    min-height: 560px;
    margin-inline: auto;
  }

  .testimonial-content {
    width: min(560px, 100%);
    padding: 0;
  }

  .newsletter-section,
  .final-cta-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .final-cta-section > div:first-child,
  .final-cta-section .cta-options {
    width: 100%;
    max-width: none;
  }

  .site-footer {
    gap: 42px;
    padding-inline: 42px;
  }

  .page-hero {
    min-height: 660px;
    padding: 120px 48px 58px;
  }
}

@media (max-width: 768px) {
  .site-header {
    min-height: 68px;
    padding-inline: 20px;
  }

  .brand img,
  .site-header .brand img {
    width: 140px;
  }

  .primary-nav {
    top: 68px;
    right: 12px;
    left: 12px;
  }

  .hero,
  .hero-video {
    min-height: 610px;
    height: 610px;
  }

  .hero-overlay {
    width: calc(100% - 40px);
    padding-top: 90px;
    padding-bottom: 42px;
  }

  .hero-overlay h1,
  .page-hero-copy h1 {
    max-width: 560px;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.04;
  }

  .hero-overlay p:not(.eyebrow),
  .page-hero-copy p {
    max-width: 520px;
    font-size: 15px;
  }

  .proof-strip {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-inline: 20px;
  }

  .proof-item {
    min-height: 116px;
    padding: 24px 0;
    border-inline: 0;
    border-bottom: 1px solid rgba(69, 231, 255, 0.14);
  }

  .section,
  .page-section {
    padding: 72px 22px;
  }

  .section-heading,
  .page-heading {
    margin-bottom: 34px;
  }

  .section-heading h1,
  .page-heading h1,
  .about-copy h1,
  .final-cta-section h1 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.12;
  }

  .section-heading p,
  .page-heading p,
  .about-copy p,
  .detail-panel p,
  .feature-panel p,
  .product-summary-card p,
  .final-cta-section p {
    font-size: 15px;
    line-height: 1.6;
  }

  .about-layout,
  .page-row-balanced,
  .detail-row,
  .feature-row,
  .contact-layout {
    width: 100%;
    gap: 32px;
  }

  .about-video-placeholder,
  .product-detail-media,
  .product-detail-media img,
  .product-detail-video {
    min-height: 340px;
  }

  .point-stage {
    grid-template-columns: 1fr;
  }

  .point-card {
    min-height: 250px;
  }

  .product-grid {
    min-height: auto;
  }

  .product-card {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px;
  }

  .product-media {
    min-height: 280px;
  }

  .products-overview {
    flex-direction: column;
  }

  .product-summary-card {
    flex-basis: auto;
    min-height: 340px;
  }

  .feature-panel,
  .detail-panel,
  .contact-panel,
  .contact-form-panel {
    padding: 28px;
  }

  .product-final-section .detail-panel,
  .ai-platform-feature-section .feature-panel.icon-feature,
  .product-notifications-section .feature-panel.icon-feature {
    min-height: auto;
  }

  .newsletter-section {
    padding: 38px 24px;
  }

  .newsletter-form div {
    grid-template-columns: 1fr;
  }

  .newsletter-form button {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .site-footer {
    padding: 58px 24px;
  }

  .site-footer img {
    width: 160px;
  }

  .page-hero {
    min-height: 580px;
    padding: 108px 24px 46px;
  }
}

@media (max-width: 560px) {
  .button,
  .nav-cta,
  .contact-form button,
  .product-cta {
    width: 100%;
  }

  .hero,
  .hero-video {
    min-height: 560px;
    height: 560px;
  }

  .hero-overlay {
    width: calc(100% - 32px);
  }

  .hero-overlay h1,
  .page-hero-copy h1 {
    font-size: clamp(28px, 11vw, 38px);
  }

  .proof-item strong {
    font-size: clamp(34px, 14vw, 52px);
  }

  .section,
  .page-section {
    padding: 62px 18px;
  }

  .product-tab {
    min-width: 190px;
    font-size: 13px;
  }

  .product-card {
    padding: 24px;
  }

  .product-media,
  .about-video-placeholder,
  .product-detail-media,
  .product-detail-media img,
  .product-detail-video {
    min-height: 280px;
  }

  .video-card {
    min-height: 500px;
  }

  .testimonial-slide,
  .trust-slide {
    padding-inline: 0;
  }

  .feature-panel,
  .detail-panel,
  .contact-panel,
  .contact-form-panel {
    padding: 24px;
  }

  .mini-tech-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
  }

  .page-hero {
    min-height: 540px;
    padding-inline: 18px;
  }
}

@media (max-width: 1024px) {
  .dynamic-points .point-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .dynamic-points .point-stage {
    grid-template-columns: 1fr;
  }
}

/* Built for operations: compact card refinement. */
.dynamic-points .point-stage {
  max-width: 1260px;
}

.dynamic-points .point-card {
  min-height: 0;
  padding: 26px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dynamic-points .ai-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}

.dynamic-points .ai-icon svg {
  width: 46px;
  height: 46px;
}

.dynamic-points .point-card span {
  width: 32px;
  height: 32px;
  margin-bottom: 22px;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.dynamic-points .point-card h2 {
  margin: 0 0 9px;
  font-size: clamp(18px, 1.28vw, 22px);
  line-height: 1.14;
  letter-spacing: 0;
}

.dynamic-points .point-card h3 {
  margin: 0 0 10px;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.35;
}

.dynamic-points .point-card p {
  margin: 0;
  font-size: clamp(13px, 0.92vw, 14.5px);
  line-height: 1.52;
}

@media (max-width: 1024px) {
  .dynamic-points .point-card {
    padding: 28px;
  }
}

/* Trusted by: refined white tech treatment. */
.logos-section {
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 58%, rgba(0, 113, 206, 0.105), transparent 34rem),
    radial-gradient(circle at 16% 44%, rgba(0, 113, 206, 0.045), transparent 19rem),
    radial-gradient(circle at 86% 46%, rgba(0, 113, 206, 0.05), transparent 20rem),
    #ffffff;
}

.logos-section::before {
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(0, 113, 206, 0.09) 9.1%, transparent 9.3% 22%, rgba(0, 113, 206, 0.06) 22.1%, transparent 22.3%),
    radial-gradient(circle, rgba(0, 113, 206, 0.18) 0 1px, transparent 1.6px);
  background-size: 240px 100%, 96px 96px;
  opacity: 0.34;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.logos-section::after {
  left: 50%;
  right: auto;
  top: 54%;
  bottom: auto;
  width: min(1120px, 82vw);
  height: 1px;
  transform: translateX(-50%);
  opacity: 1;
  filter: none;
  background:
    linear-gradient(90deg, transparent, rgba(0, 113, 206, 0.16), rgba(0, 113, 206, 0.52), rgba(0, 113, 206, 0.16), transparent);
  box-shadow:
    0 0 18px rgba(0, 113, 206, 0.2),
    0 42px 72px rgba(0, 113, 206, 0.1);
  animation: trustedSignalPulse 4.8s ease-in-out infinite;
}

.logos-section .section-heading h1::after {
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #0071ce, transparent);
  box-shadow: 0 0 12px rgba(0, 113, 206, 0.26);
}

.logo-marquee {
  position: relative;
  border: 1px solid rgba(0, 113, 206, 0.13);
  background:
    linear-gradient(90deg, rgba(0, 113, 206, 0.045), rgba(255, 255, 255, 0.96) 17%, rgba(255, 255, 255, 0.96) 83%, rgba(0, 113, 206, 0.045)),
    repeating-linear-gradient(90deg, transparent 0 92px, rgba(0, 113, 206, 0.045) 92px 93px, transparent 93px 184px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.92),
    inset 0 18px 48px rgba(0, 113, 206, 0.035),
    0 26px 70px rgba(7, 20, 44, 0.075);
}

.logo-marquee::before,
.logo-marquee::after {
  z-index: 3;
}

.logo-track {
  animation-duration: 68s;
}

.logo-track span {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.78));
  border-color: rgba(0, 113, 206, 0.105);
  transition: border-color 180ms ease, background 180ms ease, filter 180ms ease;
}

.logo-track span::after {
  bottom: 10px;
  background: linear-gradient(90deg, transparent, rgba(0, 113, 206, 0.5), transparent);
}

.logo-track span:hover {
  transform: none;
  background: #ffffff;
  border-color: rgba(0, 113, 206, 0.24);
  filter: drop-shadow(0 0 11px rgba(0, 113, 206, 0.12));
}

@keyframes trustedSignalPulse {
  0%,
  100% {
    opacity: 0.48;
    transform: translateX(-50%) scaleX(0.82);
  }

  50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

/* Trusted by: open logo cloud, no frames. */
.logos-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(52px, 7vw, 112px);
  align-items: center;
  max-width: none;
  padding: clamp(96px, 10vw, 152px) clamp(24px, 5vw, 76px);
  background:
    radial-gradient(ellipse at 72% 48%, rgba(0, 113, 206, 0.07), transparent 34rem),
    linear-gradient(90deg, #ffffff 0%, #ffffff 52%, rgba(245, 248, 252, 0.72) 100%);
}

.logos-section::before {
  display: none;
}

.logos-section::after {
  left: auto;
  right: 5vw;
  top: 50%;
  bottom: auto;
  width: min(660px, 48vw);
  height: min(660px, 48vw);
  opacity: 0.55;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at center, rgba(0, 113, 206, 0.11), transparent 58%),
    radial-gradient(circle at center, transparent 0 34%, rgba(0, 113, 206, 0.08) 34.2% 34.6%, transparent 34.8%),
    radial-gradient(circle at center, transparent 0 49%, rgba(0, 113, 206, 0.055) 49.2% 49.6%, transparent 49.8%);
  box-shadow: none;
  filter: blur(0);
  animation: partnerHalo 8s ease-in-out infinite;
}

.logos-section .section-heading {
  max-width: 560px;
  margin: 0;
  text-align: left;
}

.logos-section .section-heading h1 {
  display: block;
  max-width: 520px;
  margin-inline: 0;
  font-size: clamp(40px, 4.8vw, 76px);
  line-height: 0.98;
}

.logos-section .section-heading h1::after {
  margin: 24px 0 0;
  width: 78px;
}

.logos-section .section-heading p {
  max-width: 500px;
  margin-inline: 0;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.42;
}

.logo-marquee {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.logo-marquee::before,
.logo-marquee::after {
  display: none;
}

.logo-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(92px, 1fr));
  gap: clamp(16px, 1.7vw, 28px);
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  animation: none;
}

.logo-track span {
  width: auto;
  min-width: 0;
  height: clamp(72px, 7.2vw, 112px);
  margin: 0;
  padding: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  filter: grayscale(0.04) saturate(0.92);
  transform: translateX(54px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 180ms ease;
}

.logos-section.is-visible .logo-track span {
  opacity: 1;
  transform: translateX(0);
}

.logo-track span:nth-child(2) { transition-delay: 45ms; }
.logo-track span:nth-child(3) { transition-delay: 90ms; }
.logo-track span:nth-child(4) { transition-delay: 135ms; }
.logo-track span:nth-child(5) { transition-delay: 180ms; }
.logo-track span:nth-child(6) { transition-delay: 225ms; }
.logo-track span:nth-child(7) { transition-delay: 270ms; }
.logo-track span:nth-child(8) { transition-delay: 315ms; }
.logo-track span:nth-child(9) { transition-delay: 360ms; }
.logo-track span:nth-child(10) { transition-delay: 405ms; }
.logo-track span:nth-child(11) { transition-delay: 450ms; }
.logo-track span:nth-child(12) { transition-delay: 495ms; }
.logo-track span:nth-child(13) { transition-delay: 540ms; }
.logo-track span:nth-child(14) { transition-delay: 585ms; }
.logo-track span:nth-child(15) { transition-delay: 630ms; }

.logo-track span::before,
.logo-track span::after {
  display: none;
}

.logo-track span img {
  max-width: 100%;
  max-height: clamp(34px, 4.4vw, 58px);
  transition: transform 180ms ease, filter 180ms ease;
}

.logo-track span:has(img[alt="JTB"]) img,
.logo-track span:has(img[alt="MGME"]) img {
  max-height: clamp(30px, 3.8vw, 50px);
}

.logo-track span:has(img[alt="Voyagers Zambia"]) img {
  max-height: clamp(42px, 5vw, 68px);
}

.logo-track span:hover {
  transform: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}

.logo-track span:hover img {
  transform: scale(1.04);
}

@keyframes partnerHalo {
  0%,
  100% {
    opacity: 0.42;
    transform: translateY(-50%) scale(0.96);
  }

  50% {
    opacity: 0.68;
    transform: translateY(-50%) scale(1.02);
  }
}

@media (max-width: 1024px) {
  .logos-section {
    grid-template-columns: 1fr;
  }

  .logo-track {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 720px) {
  .logos-section {
    padding-inline: 22px;
  }

  .logo-track {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
    gap: 14px 18px;
  }
}

/* Trusted by: vertical animated partner logo columns. */
.logos-section {
  min-height: 720px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(540px, 1.1fr);
  gap: clamp(54px, 7vw, 118px);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 76% 50%, rgba(0, 113, 206, 0.055), transparent 34rem),
    linear-gradient(90deg, #ffffff 0%, #ffffff 49%, #f5f7fb 100%);
}

.logos-section .section-heading h1 {
  max-width: 540px;
  font-size: clamp(34px, 3.35vw, 58px);
  font-weight: 700;
  line-height: 1.04;
}

.logos-section .section-heading h1 span {
  display: block;
  font-weight: 700 !important;
  white-space: nowrap;
}

.logos-section .section-heading h1::after {
  display: none;
}

.logos-section .section-heading p {
  margin-top: 22px;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.48;
}

.logos-section::after {
  right: 4vw;
  width: min(720px, 52vw);
  height: min(720px, 52vw);
  opacity: 0.42;
  background:
    radial-gradient(circle at center, rgba(0, 113, 206, 0.09), transparent 58%),
    radial-gradient(circle at center, transparent 0 38%, rgba(0, 113, 206, 0.05) 38.2% 38.55%, transparent 38.8%),
    radial-gradient(circle at center, transparent 0 52%, rgba(0, 113, 206, 0.035) 52.2% 52.55%, transparent 52.8%);
}

.logo-marquee {
  align-self: stretch;
  display: flex;
  align-items: center;
  min-height: 560px;
}

.logo-columns {
  --logo-card-height: clamp(118px, 10vw, 156px);
  --logo-card-gap: clamp(14px, 1.6vw, 24px);
  --logo-loop-distance: calc((var(--logo-card-height) + var(--logo-card-gap)) * 3);
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(14px, 1.3vw, 24px);
  width: 100%;
  max-width: 820px;
  height: min(560px, 56vw);
  min-height: 430px;
  margin-left: auto;
  overflow: hidden;
  opacity: 0;
  transform: translateX(56px);
  transition:
    opacity 780ms ease,
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.logos-section.is-visible .logo-columns {
  opacity: 1;
  transform: translateX(0);
}

.logo-column {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.logo-column-track {
  display: flex;
  flex-direction: column;
  gap: var(--logo-card-gap);
  animation: partnerColumnDown 18s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.logo-column.reverse .logo-column-track {
  animation-name: partnerColumnUp;
}

.logo-column:nth-child(2) .logo-column-track {
  animation-duration: 21s;
}

.logo-column:nth-child(3) .logo-column-track {
  animation-duration: 19s;
}

.logo-column:nth-child(4) .logo-column-track {
  animation-duration: 23s;
}

.logo-column:nth-child(5) .logo-column-track {
  animation-duration: 20s;
}

.logo-column span {
  display: grid;
  place-items: center;
  width: 100%;
  height: var(--logo-card-height);
  padding: clamp(18px, 2vw, 28px);
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 18px 44px rgba(7, 20, 44, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.logo-column span img {
  display: block;
  width: auto;
  max-width: 108%;
  max-height: clamp(52px, 5.4vw, 82px);
  object-fit: contain;
}

.logo-text-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #06122b;
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.logo-text-mark-fcm {
  color: #df1f2d;
  letter-spacing: 0.01em;
}

.logo-text-mark-ctm {
  color: #071b3e;
  letter-spacing: 0.08em;
}

.logo-text-mark-maritz {
  color: #1c4f90;
  font-size: clamp(20px, 1.9vw, 29px);
}

.logo-column span:has(img[alt="MGME"]) img {
  max-height: clamp(46px, 4.6vw, 68px);
}

.logo-column span:has(img[alt="JTB"]) img {
  max-width: 82%;
  max-height: clamp(34px, 3.5vw, 52px);
}

.logo-column span:has(img[alt="FCM"]) img,
.logo-column span:has(img[alt="CTM"]) img,
.logo-column span:has(img[alt="Maritz"]) img {
  max-width: 88%;
  max-height: clamp(36px, 3.9vw, 58px);
}

.logo-column span:has(img[alt="CTM"]) img {
  max-width: 96%;
}

.logo-column span:has(img[alt="Maritz"]) img {
  max-width: 82%;
}

.logo-column span:has(img[alt="Voyagers Zambia"]) img {
  max-height: clamp(58px, 5.8vw, 88px);
}

.logo-column span:has(img[alt="World Travel"]) img,
.logo-column span:has(img[alt="BCD Travel"]) img,
.logo-column span:has(img[alt="Omega World Travel"]) img,
.logo-column span:has(img[alt="Liaisons Meetings Events"]) img,
.logo-column span:has(img[alt="Ascendas Travel"]) img,
.logo-column span:has(img[alt="Adelman"]) img {
  max-width: 116%;
  max-height: clamp(48px, 5vw, 76px);
}

.logo-column span:hover {
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 18px 44px rgba(7, 20, 44, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  filter: none;
}

@keyframes partnerColumnDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, calc(var(--logo-loop-distance) * -1), 0);
  }
}

@keyframes partnerColumnUp {
  from {
    transform: translate3d(0, calc(var(--logo-loop-distance) * -1), 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1024px) {
  .logos-section {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .logo-columns {
    max-width: none;
    height: 470px;
    min-height: 470px;
    margin: 0;
  }
}

@media (max-width: 720px) {
  .logos-section {
    background: #ffffff;
  }

  .logo-marquee {
    min-height: 420px;
  }

  .logo-columns {
    gap: 12px;
    height: 420px;
    min-height: 420px;
  }

  .logo-column:nth-child(4),
  .logo-column:nth-child(5) {
    display: none;
  }

  .logo-column:nth-child(2) {
    order: 3;
  }

  .logo-column.tmc-logo-column {
    order: 2;
  }

  .logo-column span {
    height: 118px;
    padding: 16px;
    border-radius: 12px;
  }
}

/* Homepage scroll reveal: subtle section fade-in. */
.scroll-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 720ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.scroll-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.hero.scroll-reveal {
  opacity: 1;
  transform: none;
}

.scroll-reveal:not(.is-revealed) .section-heading,
.scroll-reveal:not(.is-revealed) .section-label,
.scroll-reveal:not(.is-revealed) .proof-item,
.scroll-reveal:not(.is-revealed) .about-copy,
.scroll-reveal:not(.is-revealed) .about-video-placeholder,
.scroll-reveal:not(.is-revealed) .point-card,
.scroll-reveal:not(.is-revealed) .product-showcase,
.scroll-reveal:not(.is-revealed) .testimonial-shell,
.scroll-reveal:not(.is-revealed) .trust-carousel,
.scroll-reveal.final-cta-section:not(.is-revealed) > *,
.scroll-reveal:not(.is-revealed) .logo-marquee {
  opacity: 0;
  transform: translateY(18px);
}

.scroll-reveal .section-heading,
.scroll-reveal .section-label,
.scroll-reveal .proof-item,
.scroll-reveal .about-copy,
.scroll-reveal .about-video-placeholder,
.scroll-reveal .point-card,
.scroll-reveal .product-showcase,
.scroll-reveal .testimonial-shell,
.scroll-reveal .trust-carousel,
.scroll-reveal.final-cta-section > *,
.scroll-reveal .logo-marquee {
  transition:
    opacity 680ms ease,
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-reveal .proof-item:nth-child(2),
.scroll-reveal .point-card:nth-child(2) {
  transition-delay: 90ms;
}

.scroll-reveal .proof-item:nth-child(3),
.scroll-reveal .point-card:nth-child(3) {
  transition-delay: 180ms;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .scroll-reveal *,
  .logos-section::after {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Final CTA responsive containment: prevent dark edge overflow on smaller laptops. */
html,
body,
main {
  max-width: 100%;
  overflow-x: hidden;
}

.final-cta-section {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100vw !important;
  grid-template-columns: minmax(0, 720px) minmax(260px, 360px) !important;
  justify-content: center !important;
  column-gap: clamp(28px, 4vw, 64px) !important;
  padding-inline: clamp(28px, 5vw, 72px) !important;
}

.final-cta-section > div:first-child,
.final-cta-section .cta-options {
  grid-column: auto !important;
  min-width: 0 !important;
}

.final-cta-section .cta-options {
  justify-self: stretch;
}

@media (max-width: 1180px) {
  .final-cta-section {
    grid-template-columns: minmax(0, 760px) !important;
    justify-items: start !important;
    row-gap: 32px !important;
  }

  .final-cta-section > div:first-child,
  .final-cta-section .cta-options {
    width: 100% !important;
    margin: 0 !important;
  }

  .final-cta-section .cta-options {
    max-width: 360px !important;
  }
}

@media (max-width: 720px) {
  .final-cta-section {
    padding-inline: 22px !important;
  }

  .final-cta-section .cta-options {
    max-width: none !important;
  }
}

/* Main secondary pages. */
.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0071ce;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-kicker::before {
  content: "";
  width: 44px;
  height: 2px;
  background: currentColor;
}

.page-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 2vw, 28px);
  max-width: 1220px;
  margin: 0 auto;
}

.page-card-grid > * {
  flex: 1 1 300px;
}

.editorial-card,
.story-card,
.partner-card,
.career-card,
.team-card {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(9, 20, 48, 0.1);
  background:
    radial-gradient(circle at 82% 16%, rgba(0, 113, 206, 0.08), transparent 9rem),
    #ffffff;
  color: #07142c;
  box-shadow: 0 24px 70px rgba(9, 20, 48, 0.055);
  overflow: hidden;
}

.editorial-card h2,
.story-card h2,
.partner-card h2,
.career-card h2,
.team-card h2 {
  margin: 0;
  color: #07142c;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.12;
}

.editorial-card p,
.story-card p,
.partner-card p,
.career-card p,
.team-card p {
  color: #6f7d97;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.6;
}

.editorial-card span,
.story-card span,
.partner-card span,
.career-card span,
.team-card span {
  color: #0071ce;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dark-card-grid .editorial-card,
.dark-card-grid .story-card,
.dark-card-grid .partner-card,
.dark-card-grid .career-card,
.dark-card-grid .team-card {
  border-color: rgba(69, 231, 255, 0.16);
  background:
    radial-gradient(circle at 80% 18%, rgba(0, 113, 206, 0.22), transparent 12rem),
    rgba(4, 10, 31, 0.82);
  color: #ffffff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.dark-card-grid h2,
.dark-card-grid .editorial-card h2,
.dark-card-grid .story-card h2,
.dark-card-grid .partner-card h2,
.dark-card-grid .career-card h2,
.dark-card-grid .team-card h2 {
  color: #ffffff;
}

.dark-card-grid p,
.dark-card-grid .editorial-card p,
.dark-card-grid .story-card p,
.dark-card-grid .partner-card p,
.dark-card-grid .career-card p,
.dark-card-grid .team-card p {
  color: rgba(219, 233, 255, 0.76);
}

.quote-panel {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 72px);
  border: 1px solid rgba(0, 113, 206, 0.16);
  background:
    radial-gradient(circle at 84% 20%, rgba(0, 113, 206, 0.1), transparent 14rem),
    #ffffff;
  color: #07142c;
}

.quote-panel blockquote {
  margin: 0;
  color: #07142c;
  font-size: clamp(30px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.08;
}

.quote-panel p {
  max-width: 720px;
  margin: 24px 0 0;
  color: #6f7d97;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.6;
}

.partner-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(18px, 2vw, 28px);
  max-width: 1180px;
  margin: 48px auto 0;
}

.partner-logo-grid span {
  display: grid;
  place-items: center;
  width: clamp(150px, 15vw, 210px);
  height: 96px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(9, 20, 48, 0.055);
}

.partner-logo-grid img {
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.stat-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1px;
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid rgba(69, 231, 255, 0.18);
  background: rgba(69, 231, 255, 0.14);
}

.stat-band article {
  flex: 1 1 240px;
  min-height: 170px;
  padding: clamp(26px, 3vw, 42px);
  background: rgba(5, 12, 35, 0.9);
}

.stat-band strong {
  display: block;
  color: #45e7ff;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1;
}

.stat-band span {
  display: block;
  margin-top: 12px;
  color: rgba(219, 233, 255, 0.78);
  font-size: clamp(15px, 1.1vw, 18px);
}

.job-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(9, 20, 48, 0.12);
  color: #07142c;
}

.job-row h2 {
  margin: 0;
  color: #07142c;
  font-size: clamp(22px, 1.8vw, 30px);
}

.job-row p {
  margin: 8px 0 0;
  color: #6f7d97;
}

.page-section-dark .job-row {
  border-bottom-color: rgba(69, 231, 255, 0.18);
}

.page-section-dark .job-row h2 {
  color: #ffffff;
}

.page-section-dark .job-row p {
  color: rgba(219, 233, 255, 0.74);
}

@media (max-width: 760px) {
  .page-card-grid,
  .job-row {
    flex-direction: column;
    align-items: stretch;
  }

  .editorial-card,
  .story-card,
  .partner-card,
  .career-card,
  .team-card {
    min-height: auto;
  }
}

/* Secondary pages polish: align with the approved homepage/product language. */
.secondary-page .page-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.04;
}

.secondary-page .page-hero-copy p {
  max-width: 590px;
  font-size: clamp(15px, 1.08vw, 18px);
}

.secondary-page .page-heading {
  align-items: flex-start;
  width: min(1120px, 100%);
}

.secondary-page .page-heading h1 {
  max-width: 620px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.secondary-page .page-heading p {
  max-width: 500px;
  font-size: clamp(14px, 1vw, 17px);
}

.secondary-page .button,
.secondary-page .button-secondary {
  border-color: rgba(0, 113, 206, 0.46);
  background: rgba(7, 20, 44, 0.025);
  color: #07142c;
  box-shadow: none;
}

.secondary-page .page-section-dark .button,
.secondary-page .page-section-dark .button-secondary {
  color: #ffffff;
  background: rgba(0, 113, 206, 0.08);
}

.secondary-page .button:hover,
.secondary-page .button-secondary:hover {
  color: #ffffff;
  border-color: #0071ce;
  background: #0071ce;
  box-shadow: 0 14px 30px rgba(0, 113, 206, 0.18);
}

.secondary-page .page-card-grid {
  max-width: 1120px;
  gap: clamp(16px, 1.6vw, 24px);
}

.secondary-page .editorial-card,
.secondary-page .story-card,
.secondary-page .partner-card,
.secondary-page .career-card,
.secondary-page .team-card {
  min-height: 250px;
  padding: clamp(24px, 2.4vw, 34px);
  border-color: rgba(7, 20, 44, 0.085);
  background:
    radial-gradient(circle at 84% 14%, rgba(0, 113, 206, 0.07), transparent 9rem),
    rgba(247, 251, 255, 0.88);
  box-shadow: 0 18px 44px rgba(7, 20, 44, 0.045);
}

.secondary-page .editorial-card h2,
.secondary-page .story-card h2,
.secondary-page .partner-card h2,
.secondary-page .career-card h2,
.secondary-page .team-card h2 {
  font-size: clamp(21px, 1.75vw, 28px);
  line-height: 1.14;
}

.secondary-page .editorial-card p,
.secondary-page .story-card p,
.secondary-page .partner-card p,
.secondary-page .career-card p,
.secondary-page .team-card p {
  font-size: clamp(14px, 0.96vw, 16px);
}

.secondary-page .dark-card-grid .editorial-card,
.secondary-page .dark-card-grid .story-card,
.secondary-page .dark-card-grid .partner-card,
.secondary-page .dark-card-grid .career-card,
.secondary-page .dark-card-grid .team-card {
  border-color: rgba(69, 231, 255, 0.18);
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 113, 206, 0.16), transparent 10rem),
    linear-gradient(180deg, rgba(11, 31, 78, 0.68), rgba(7, 20, 44, 0.72));
}

.secondary-page .quote-panel {
  width: min(1120px, 100%);
  padding: clamp(34px, 4.4vw, 58px);
}

.secondary-page .quote-panel blockquote {
  max-width: 780px;
  font-size: clamp(30px, 3.25vw, 48px);
  line-height: 1.1;
}

.secondary-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  color: #0071ce;
  border: 1px solid rgba(0, 113, 206, 0.18);
  background: rgba(0, 113, 206, 0.035);
}

.page-section-dark .secondary-icon,
.dark-card-grid .secondary-icon {
  color: #45e7ff;
  border-color: rgba(69, 231, 255, 0.22);
  background: rgba(69, 231, 255, 0.055);
}

.secondary-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.careers-page .career-card {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.careers-page .career-card:hover {
  border-color: rgba(0, 113, 206, 0.34);
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 113, 206, 0.12), transparent 10rem),
    #ffffff;
  box-shadow: 0 30px 86px rgba(0, 113, 206, 0.12);
  transform: translateY(-6px);
}

.careers-page .career-card .secondary-icon {
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  border: 0;
  background: transparent;
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.careers-page .career-card .secondary-icon svg {
  width: 62px;
  height: 62px;
  stroke-width: 1.8;
}

.careers-page .career-card:hover .secondary-icon {
  filter: drop-shadow(0 14px 20px rgba(0, 113, 206, 0.22));
  transform: translateY(-4px);
}

.careers-page .job-row > div {
  flex: 1 1 auto;
  min-width: 0;
}

.careers-page .job-row .button {
  flex: 0 0 auto;
  min-width: 154px;
  white-space: nowrap;
  text-align: center;
}

.secondary-image-card {
  min-height: 390px;
  justify-content: flex-end;
  color: #ffffff;
  background: #07142c;
}

.secondary-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--card-image, linear-gradient(135deg, #07142c, #090218));
  background-size: cover;
  background-position: center;
  opacity: 0.74;
  transform: scale(1.01);
  transition: transform 260ms ease, opacity 260ms ease;
}

.secondary-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 20, 44, 0.02), rgba(7, 20, 44, 0.92)),
    radial-gradient(circle at 76% 18%, rgba(0, 113, 206, 0.3), transparent 15rem);
}

.secondary-image-card > * {
  position: relative;
  z-index: 1;
}

.secondary-image-card h2,
.secondary-image-card p {
  color: #ffffff !important;
}

.secondary-image-card:hover::before {
  opacity: 0.84;
  transform: scale(1.045);
}

.secondary-stats {
  display: flex;
  gap: 1px;
  max-width: 1120px;
  margin: 0 auto;
  border-block: 1px solid rgba(69, 231, 255, 0.18);
  background:
    linear-gradient(90deg, transparent, rgba(69, 231, 255, 0.12), transparent),
    #07142c;
}

.secondary-stats article {
  flex: 1 1 0;
  min-height: 150px;
  padding: clamp(24px, 3vw, 38px);
  border-inline: 1px solid rgba(69, 231, 255, 0.14);
}

.secondary-stats strong {
  display: block;
  color: #45e7ff;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.92;
}

.secondary-stats span {
  display: block;
  margin-top: 12px;
  color: #dbe9ff;
  font-size: clamp(14px, 1vw, 17px);
}

.partners-logo-section {
  background: #ffffff;
  overflow: hidden;
}

.partners-logo-section .logos-section {
  min-height: 640px;
  padding: 0;
  border-bottom: 0;
}

.partners-logo-section .logos-section::before {
  display: none;
}

.partners-logo-section .section-heading h1 {
  color: #07142c;
}

.partners-logo-section .section-heading p {
  color: rgba(7, 20, 44, 0.66);
}

.partners-logo-section .logo-columns {
  margin-left: auto;
  margin-right: 0;
}

.secondary-page .partner-card,
.secondary-page .career-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
}

.secondary-page .partner-card .button,
.secondary-page .career-card .button {
  margin-top: auto;
}

.secondary-page .secondary-image-card span {
  color: #45e7ff;
}

.team-globe-copy h1 {
  max-width: 620px;
  margin: 18px 0 18px;
  color: #ffffff;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.team-page .team-intro-section,
.team-page .team-work-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 113, 206, 0.055), transparent 22rem),
    #ffffff;
  color: #07142c;
}

.team-page .team-globe-copy h1 {
  color: #07142c;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
}

.team-page .team-globe-copy p:not(.page-kicker) {
  max-width: 540px;
  color: #6f7d97;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 700;
  line-height: 1.56;
}

.team-page .team-globe-stage::before {
  display: none;
}

.team-page .team-headshots-section {
  background:
    radial-gradient(circle at 14% 12%, rgba(69, 231, 255, 0.08), transparent 20rem),
    linear-gradient(180deg, #ffffff, #f7faff);
  color: #07142c;
}

.team-headshots-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  width: min(1280px, calc(100% - 48px));
  margin: 48px auto 0;
}

.team-member-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 113, 206, 0.14);
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(9, 20, 48, 0.06);
}

.team-member-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  background: #eaf2fb;
}

.team-member-card div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.team-member-card h2 {
  margin: 0;
  color: #07142c;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.15;
}

.team-member-card p {
  margin: 0;
  color: #647692;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.team-video-placeholder {
  position: relative;
  display: grid;
  min-height: clamp(340px, 34vw, 470px);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 113, 206, 0.18);
  background:
    linear-gradient(135deg, transparent 49.7%, rgba(0, 113, 206, 0.16) 50%, transparent 50.3%),
    linear-gradient(45deg, transparent 49.7%, rgba(0, 113, 206, 0.12) 50%, transparent 50.3%),
    radial-gradient(circle at 50% 50%, rgba(0, 113, 206, 0.12), transparent 13rem),
    #f7faff;
  box-shadow: 0 26px 80px rgba(9, 20, 48, 0.06);
}

.team-video-card {
  background: #07142c;
}

.team-video-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-operators-section {
  background:
    radial-gradient(circle at 78% 28%, rgba(0, 113, 206, 0.045), transparent 24rem),
    #ffffff;
  color: #07142c;
}

.homepage-operators-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(48px, 8vw, 128px);
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.homepage-operators-copy,
.homepage-operators-media {
  flex: 1 1 0;
}

.homepage-operators-copy {
  max-width: 560px;
}

.homepage-operators-copy .eyebrow {
  justify-content: flex-start;
  color: #0071ce;
}

.homepage-operators-copy h1 {
  max-width: 560px;
  margin: 28px 0 24px;
  color: #07142c;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.homepage-operators-copy p:not(.eyebrow) {
  max-width: 540px;
  margin: 0;
  color: #6f7d97;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.55;
}

.homepage-operators-media {
  display: flex;
  justify-content: center;
}

.homepage-operators-media .team-video-placeholder {
  width: min(100%, 640px);
  min-height: clamp(380px, 34vw, 540px);
  border: 0;
  box-shadow: 0 28px 84px rgba(9, 20, 48, 0.08);
}

@media (max-width: 900px) {
  .homepage-operators-layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
  }

  .homepage-operators-copy,
  .homepage-operators-media,
  .homepage-operators-media .team-video-placeholder {
    width: 100%;
    max-width: none;
  }

  .homepage-operators-media .team-video-placeholder {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .homepage-operators-layout {
    width: min(100% - 32px, 1280px);
  }

  .homepage-operators-copy h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .homepage-operators-media .team-video-placeholder {
    min-height: 300px;
  }
}

.team-video-placeholder p {
  position: absolute;
  left: 24px;
  bottom: 22px;
  margin: 0;
  color: #6f7d97;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-video-play {
  position: relative;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(0, 113, 206, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0 34px rgba(0, 113, 206, 0.16);
}

.team-video-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid #0071ce;
  transform: translate(-50%, -50%);
}

.team-page .team-work-grid .team-card {
  min-height: 280px;
  border-color: rgba(0, 113, 206, 0.14);
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 113, 206, 0.08), transparent 9rem),
    #ffffff;
  box-shadow: 0 24px 70px rgba(9, 20, 48, 0.055);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.team-page .team-work-grid .team-card:hover {
  border-color: rgba(0, 113, 206, 0.34);
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 113, 206, 0.12), transparent 10rem),
    #ffffff;
  box-shadow: 0 30px 86px rgba(0, 113, 206, 0.12);
  transform: translateY(-6px);
}

.team-page .team-work-grid .team-card .secondary-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-color: rgba(0, 113, 206, 0.2);
  background: rgba(0, 113, 206, 0.04);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    filter 220ms ease;
}

.team-page .team-work-grid .team-card .secondary-icon svg {
  width: 36px;
  height: 36px;
}

.team-page .team-work-grid .team-card:hover .secondary-icon {
  border-color: rgba(0, 113, 206, 0.38);
  background: rgba(0, 113, 206, 0.065);
  filter: drop-shadow(0 12px 18px rgba(0, 113, 206, 0.18));
  transform: translateY(-3px);
}

.team-page .team-work-grid .team-card h2 {
  color: #07142c;
}

.team-page .team-work-grid .team-card p {
  color: #6f7d97;
}

/* Partners page: ecosystem slider. */
.partners-ecosystem-section {
  background:
    radial-gradient(circle at 78% 24%, rgba(0, 113, 206, 0.06), transparent 22rem),
    #ffffff;
}

.partners-ecosystem-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  gap: clamp(42px, 6vw, 96px);
}

.partners-ecosystem-copy {
  flex: 0 1 470px;
}

.partners-ecosystem-copy h1 {
  max-width: 500px;
  margin: 18px 0 18px;
  color: #07142c;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.partners-ecosystem-copy p:not(.page-kicker) {
  max-width: 500px;
  margin: 0;
  color: #6f7d97;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 700;
  line-height: 1.56;
}

.partner-slider {
  position: relative;
  flex: 1 1 520px;
  max-width: 620px;
}

.partner-slider-track {
  position: relative;
  min-height: clamp(520px, 43vw, 600px);
}

.partners-page .partner-slide {
  position: absolute;
  inset: 0;
  min-height: 0;
  justify-content: flex-start;
  gap: clamp(14px, 1.4vw, 18px);
  padding: clamp(38px, 4vw, 56px) clamp(32px, 3.8vw, 54px);
  border-color: rgba(69, 231, 255, 0.26);
  background:
    linear-gradient(rgba(69, 231, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 231, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 84% 18%, rgba(0, 113, 206, 0.24), transparent 16rem),
    linear-gradient(145deg, rgba(7, 20, 44, 0.98), rgba(9, 26, 62, 0.96));
  background-size: 96px 96px, 96px 96px, auto, auto;
  box-shadow:
    inset 0 0 0 1px rgba(69, 231, 255, 0.08),
    0 32px 92px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateX(28px) scale(0.985);
  transition:
    opacity 360ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease;
}

.partners-page .partner-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.partners-page .partner-slide .secondary-icon {
  width: 104px;
  height: 104px;
  margin: 0 0 clamp(18px, 2vw, 28px);
  color: #45e7ff;
  border: 0;
  background: transparent;
}

.partners-page .partner-slide .secondary-icon svg {
  width: 96px;
  height: 96px;
  stroke: currentColor;
  stroke-width: 1.8;
  filter: drop-shadow(0 0 18px rgba(69, 231, 255, 0.22));
}

.partners-page .partner-slide span {
  color: #0071ce;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.partners-page .partner-slide h2 {
  max-width: 540px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.partners-page .partner-slide p {
  max-width: 520px;
  color: rgba(219, 233, 255, 0.74);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 700;
  line-height: 1.48;
}

.partners-page .partner-slide .button {
  display: none;
}

.partner-slider-controls {
  position: absolute;
  top: 50%;
  right: -22px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
}

.partner-arrow {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(69, 231, 255, 0.45);
  border-radius: 0;
  background: rgba(7, 20, 44, 0.92);
  color: #ffffff;
  font: 700 25px/1 "Plus Jakarta Sans", Arial, sans-serif;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.partner-arrow:hover {
  border-color: #45e7ff;
  background: #0071ce;
  color: #ffffff;
  transform: translateX(3px);
}

.partners-logo-section {
  padding-bottom: 0;
}

.partners-logo-section .logos-section {
  min-height: 560px;
  padding-bottom: 0;
  grid-template-columns: minmax(320px, 0.9fr) minmax(620px, 1.25fr);
  gap: clamp(36px, 4vw, 72px);
}

.partners-logo-section .logo-marquee {
  min-height: 500px;
  width: calc(100% + ((100vw - 100%) / 2));
  margin-right: calc((100vw - 100%) / -2);
}

.partners-logo-section .logo-columns {
  max-width: min(820px, 60vw);
  height: min(520px, 48vw);
  min-height: 420px;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1024px) {
  .partners-ecosystem-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .partner-slider {
    width: 100%;
    max-width: none;
  }

  .partner-slider-controls {
    right: 18px;
  }

  .partners-logo-section .logo-columns {
    max-width: none;
    margin-right: auto;
  }

  .partners-logo-section .logo-marquee {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .partners-ecosystem-layout {
    width: min(100% - 36px, 560px);
    gap: 28px;
  }

  .partners-ecosystem-copy h1 {
    font-size: clamp(29px, 8vw, 40px);
  }

  .partner-slider-track {
    min-height: 540px;
  }

  .partners-page .partner-slide {
    padding: 24px;
  }

  .partners-page .partner-slide .secondary-icon {
    width: 82px;
    height: 82px;
  }

  .partners-page .partner-slide .secondary-icon svg {
    width: 78px;
    height: 78px;
  }

  .partners-page .partner-slide h2 {
    font-size: clamp(28px, 9vw, 40px);
  }

  .partners-page .partner-slide p {
    font-size: clamp(16px, 5vw, 21px);
  }

  .partner-slider-controls {
    top: auto;
    right: 18px;
    bottom: 18px;
    flex-direction: row;
    transform: none;
  }

  .partner-arrow {
    width: 40px;
    height: 40px;
  }
}

.team-globe-copy p:not(.page-kicker) {
  max-width: 560px;
  color: rgba(219, 233, 255, 0.78);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.5;
}

.team-globe-stage {
  position: relative;
}

.team-globe-stage::before {
  content: "";
  position: absolute;
  inset: 8% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 206, 0.2), transparent 64%);
  filter: blur(8px);
}

.team-globe-layout {
  display: flex;
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.team-globe-copy,
.team-globe-stage {
  flex: 1 1 0;
}

.interactive-globe {
  --rx: -14deg;
  --ry: 24deg;
  position: relative;
  width: min(430px, 82vw);
  aspect-ratio: 1;
  margin: 0 auto;
  cursor: grab;
  perspective: 900px;
}

.interactive-globe:active {
  cursor: grabbing;
}

.globe-sphere {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(69, 231, 255, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 28%, rgba(69, 231, 255, 0.24), transparent 28%),
    radial-gradient(circle at 62% 70%, rgba(0, 113, 206, 0.18), transparent 34%),
    rgba(9, 2, 24, 0.62);
  box-shadow:
    inset 0 0 72px rgba(69, 231, 255, 0.14),
    0 0 70px rgba(0, 113, 206, 0.18);
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 160ms ease;
}

.globe-sphere::before,
.globe-sphere::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(69, 231, 255, 0.22);
  border-radius: 50%;
}

.globe-sphere::before {
  transform: rotateY(68deg);
}

.globe-sphere::after {
  transform: rotateX(66deg);
}

.globe-node {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #45e7ff;
  box-shadow: 0 0 18px rgba(69, 231, 255, 0.8);
}

.globe-node:nth-child(1) { left: 25%; top: 34%; }
.globe-node:nth-child(2) { left: 62%; top: 28%; }
.globe-node:nth-child(3) { left: 72%; top: 58%; }
.globe-node:nth-child(4) { left: 38%; top: 70%; }

.globe-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 113, 206, 0.22);
  border-radius: 50%;
  animation: globeOrbit 12s linear infinite;
}

@keyframes globeOrbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 920px) {
  .secondary-stats,
  .team-globe-layout {
    flex-direction: column;
  }

  .secondary-stats article,
  .team-globe-copy,
  .team-globe-stage {
    width: 100%;
  }

  .team-headshots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .team-headshots-grid {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 1280px);
  }
}

/* Newsroom page refinement */
.newsroom-feature-grid {
  gap: 1px;
  border-block: 1px solid rgba(7, 20, 44, 0.1);
  background: rgba(7, 20, 44, 0.08);
}

.newsroom-feature-grid .newsroom-feature-card {
  min-height: 360px;
  justify-content: flex-start;
  gap: 16px;
  padding: clamp(28px, 3vw, 42px);
  border: 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(0, 113, 206, 0.07), transparent 9rem),
    #ffffff;
  box-shadow: none;
}

.newsroom-feature-grid .ai-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  color: #0071ce;
}

.newsroom-feature-grid .ai-icon svg {
  width: 66px;
  height: 66px;
  overflow: visible;
}

.newsroom-feature-grid .ai-icon svg path,
.newsroom-feature-grid .ai-icon svg circle,
.newsroom-feature-grid .ai-icon svg rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.newsroom-feature-grid .newsroom-feature-card h2 {
  max-width: 360px;
  color: #07142c;
  font-size: clamp(22px, 1.8vw, 29px);
  line-height: 1.13;
}

.newsroom-feature-grid .newsroom-feature-card p {
  max-width: 370px;
  color: #6f7d97;
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.55;
}

.newsroom-feature-grid .newsroom-feature-card .button {
  margin-top: auto;
}

.newsroom-feature-grid .newsroom-feature-card:hover .ai-icon,
.newsroom-feature-grid .newsroom-feature-card.active .ai-icon {
  filter: drop-shadow(0 0 10px rgba(0, 113, 206, 0.16));
}

.newsroom-company-grid .editorial-card {
  min-height: 300px;
  justify-content: flex-start;
  gap: 14px;
  padding: clamp(26px, 2.7vw, 38px);
  transform: translateY(0);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.newsroom-company-section .page-heading {
  width: min(1260px, 100%);
}

.newsroom-company-section .page-heading h1 {
  flex-basis: 58%;
  max-width: 760px;
}

.newsroom-company-section .page-heading p {
  flex-basis: 32%;
}

.newsroom-company-grid .editorial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 113, 206, 0.42);
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 113, 206, 0.16), transparent 10rem),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 56px rgba(0, 113, 206, 0.14);
}

.newsroom-company-grid .secondary-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 8px;
  border: 0;
  background: transparent;
}

.newsroom-company-grid .secondary-icon svg {
  width: 70px;
  height: 70px;
  stroke-width: 1.9;
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.newsroom-company-grid .editorial-card:hover .secondary-icon svg {
  transform: translateY(-3px) scale(1.04);
  filter: drop-shadow(0 0 13px rgba(0, 113, 206, 0.34));
}

.newsroom-company-grid .editorial-card span {
  margin-top: 2px;
}

.newsroom-company-grid .editorial-card h2 {
  font-size: clamp(22px, 1.7vw, 28px);
}

.newsroom-company-grid .editorial-card p {
  max-width: 360px;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.5;
}

.newsroom-cta-section {
  background: #ffffff;
}

.newsroom-cta-layout {
  display: flex;
  align-items: center;
  gap: clamp(46px, 7vw, 110px);
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

.newsroom-cta-copy,
.newsroom-image-slot {
  flex: 1 1 0;
}

.newsroom-cta-copy h1 {
  max-width: 620px;
  margin: 18px 0 18px;
  color: #07142c;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
}

.newsroom-cta-copy p:not(.page-kicker) {
  max-width: 600px;
  color: #6f7d97;
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.58;
}

.newsroom-cta-copy .button {
  margin-top: 28px;
}

.newsroom-image-slot {
  position: relative;
  min-height: clamp(320px, 34vw, 460px);
  overflow: hidden;
  background: #07142c;
}

.newsroom-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

@media (max-width: 960px) {
  .newsroom-feature-grid {
    grid-template-columns: 1fr;
  }

  .newsroom-cta-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .newsroom-image-slot {
    width: 100%;
  }
}

/* Newsroom featured updates: match homepage operations model. */
.secondary-page .newsroom-feature-section {
  padding-top: clamp(82px, 9vw, 136px);
  padding-bottom: clamp(82px, 9vw, 136px);
  background: #ffffff;
}

.secondary-page .newsroom-feature-section::before {
  display: none;
}

.secondary-page .newsroom-feature-section .page-heading {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
  align-items: flex-end;
  column-gap: clamp(48px, 7vw, 120px);
  row-gap: 12px;
  max-width: 1260px;
  margin: 0 auto clamp(38px, 4.5vw, 62px);
  text-align: left;
}

.secondary-page .newsroom-feature-section .page-kicker {
  grid-column: 1 / -1;
  margin-bottom: 10px;
  color: #6f7d97;
  font-size: clamp(13px, 0.92vw, 15px);
}

.secondary-page .newsroom-feature-section .page-heading h1 {
  grid-column: 1;
  margin: 0;
  color: #07142c;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.02;
}

.secondary-page .newsroom-feature-section .page-heading p:not(.page-kicker) {
  grid-column: 2;
  max-width: 560px;
  margin: 0 0 4px;
  color: #6f7d97;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.52;
  text-align: left;
}

.secondary-page .newsroom-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 1260px;
  margin: 0 auto;
  border-block: 1px solid rgba(0, 113, 206, 0.16);
  background: #ffffff;
  box-shadow: none;
}

.secondary-page .newsroom-feature-grid .newsroom-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(300px, 22vw, 340px);
  padding: clamp(28px, 2.8vw, 40px);
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(0, 113, 206, 0.16);
  background: #ffffff;
  box-shadow: none;
  transform: translateY(0);
  transition:
    background 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.secondary-page .newsroom-feature-grid .newsroom-feature-card:last-child {
  border-right: 1px solid rgba(0, 113, 206, 0.16);
}

.secondary-page .newsroom-feature-grid .newsroom-feature-card.active,
.secondary-page .newsroom-feature-grid .newsroom-feature-card:hover {
  z-index: 2;
  background: rgba(0, 113, 206, 0.045);
  box-shadow: 0 18px 46px rgba(7, 20, 44, 0.09);
  transform: translateY(-8px);
}

.secondary-page .newsroom-feature-grid:hover .newsroom-feature-card.active:not(:hover) {
  background: #ffffff;
  box-shadow: none;
  transform: translateY(0);
}

.secondary-page .newsroom-feature-grid .ai-icon {
  width: clamp(66px, 5.8vw, 86px);
  height: clamp(66px, 5.8vw, 86px);
  margin-bottom: clamp(18px, 2vw, 26px);
  color: #0071ce;
  filter: none;
}

.secondary-page .newsroom-feature-grid .ai-icon svg {
  width: 100%;
  height: 100%;
}

.secondary-page .newsroom-feature-grid .newsroom-feature-card h2 {
  max-width: 430px;
  margin: 0 0 8px;
  color: #07142c;
  font-size: clamp(19px, 1.35vw, 23px);
  line-height: 1.14;
}

.secondary-page .newsroom-feature-grid .newsroom-feature-card p {
  max-width: 430px;
  margin: 0;
  color: #6f7d97;
  font-size: clamp(13px, 0.92vw, 15px);
  line-height: 1.38;
}

.newsroom-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 18px;
  object-fit: cover;
  border: 1px solid rgba(0, 113, 206, 0.2);
  background: rgba(7, 20, 44, 0.08);
}

.newsroom-feature-card span,
.newsroom-company-grid .editorial-card span {
  color: #0071ce;
}

.newsroom-feature-card .text-link,
.newsroom-company-grid .text-link {
  margin-top: auto;
  color: #0071ce;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.newsroom-company-grid .editorial-card .newsroom-card-image {
  border-color: rgba(69, 231, 255, 0.24);
}

.secondary-page .newsroom-feature-grid .newsroom-feature-card.active .ai-icon,
.secondary-page .newsroom-feature-grid .newsroom-feature-card:hover .ai-icon {
  filter: drop-shadow(0 0 10px rgba(0, 113, 206, 0.16));
}

@media (max-width: 920px) {
  .secondary-page .newsroom-feature-section .page-heading {
    display: block;
    margin-bottom: 34px;
  }

  .secondary-page .newsroom-feature-section .page-heading h1,
  .secondary-page .newsroom-feature-section .page-heading p:not(.page-kicker) {
    max-width: 620px;
  }

  .secondary-page .newsroom-feature-section .page-heading p:not(.page-kicker) {
    margin-top: 16px;
  }

  .secondary-page .newsroom-feature-grid {
    grid-template-columns: 1fr;
  }

  .secondary-page .newsroom-feature-grid .newsroom-feature-card,
  .secondary-page .newsroom-feature-grid .newsroom-feature-card:last-child {
    min-height: 0;
    border-right: 1px solid rgba(0, 113, 206, 0.16);
    border-bottom: 1px solid rgba(0, 113, 206, 0.16);
  }
}

/* Customer Stories: homepage-grade stats and visual cards. */
.customer-stories-page .page-hero {
  min-height: clamp(620px, 78vh, 820px);
}

.customer-stats-section {
  padding: 0;
  background: #07142c;
}

.customer-stories-page .secondary-stats {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: clamp(28px, 4.2vw, 64px);
  border-block: 1px solid rgba(69, 231, 255, 0.2);
  background:
    linear-gradient(90deg, transparent, rgba(69, 231, 255, 0.12), transparent),
    rgba(3, 8, 28, 0.86);
}

.customer-stories-page .secondary-stats article {
  display: grid;
  min-height: 118px;
  align-content: center;
  gap: 8px;
  padding: 22px 28px;
  border-inline: 1px solid rgba(69, 231, 255, 0.16);
}

.customer-stories-page .secondary-stats strong {
  color: #45e7ff;
  font-size: clamp(30px, 3.8vw, 52px);
  letter-spacing: -0.04em;
  text-shadow: 0 0 28px rgba(69, 231, 255, 0.32);
}

.customer-stories-page .secondary-stats span {
  max-width: 300px;
  margin-top: 0;
  color: rgba(219, 233, 255, 0.84);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.35;
}

.customer-visual-section {
  overflow: hidden;
}

.customer-stories-showcase {
  background:
    radial-gradient(circle at 84% 24%, rgba(0, 113, 206, 0.075), transparent 22rem),
    #ffffff;
}

.customer-stories-showcase .page-heading {
  width: min(1260px, 100%);
  align-items: flex-start;
}

.customer-stories-showcase .page-heading h1 {
  max-width: 620px;
  color: #07142c;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.customer-stories-showcase .page-heading p {
  max-width: 500px;
  color: #6f7d97;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 700;
}

.customer-visual-grid {
  max-width: 1120px;
  gap: clamp(16px, 1.6vw, 24px);
}

.customer-visual-grid .secondary-image-card {
  min-height: clamp(330px, 30vw, 420px);
  justify-content: flex-end;
  padding: clamp(24px, 2.5vw, 34px);
  border: 1px solid rgba(69, 231, 255, 0.26);
  box-shadow: none;
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.customer-visual-grid .secondary-image-card::before {
  opacity: 0.62;
  filter: saturate(0.78) contrast(1.08);
}

.customer-visual-grid .secondary-image-card::after {
  background:
    linear-gradient(180deg, rgba(7, 20, 44, 0.08), rgba(7, 20, 44, 0.9)),
    linear-gradient(90deg, rgba(7, 20, 44, 0.34), rgba(7, 20, 44, 0.04)),
    radial-gradient(circle at 75% 14%, rgba(0, 113, 206, 0.34), transparent 15rem);
}

.customer-visual-grid .secondary-image-card:hover {
  transform: translateY(-8px);
  border-color: rgba(69, 231, 255, 0.48);
  box-shadow: 0 26px 70px rgba(0, 113, 206, 0.13);
}

.customer-visual-grid .secondary-image-card span {
  margin-bottom: 10px;
  color: #45e7ff;
  font-size: clamp(12px, 0.9vw, 14px);
  letter-spacing: 0.08em;
}

.customer-visual-grid .secondary-image-card h2 {
  max-width: 420px;
  font-size: clamp(21px, 1.75vw, 28px);
  line-height: 1.14;
}

.customer-visual-grid .secondary-image-card p {
  max-width: 420px;
  color: rgba(219, 233, 255, 0.84) !important;
  font-size: clamp(14px, 0.96vw, 16px);
  font-weight: 700;
  line-height: 1.5;
}

.customer-proof-showcase {
  background:
    radial-gradient(circle at 84% 22%, rgba(0, 113, 206, 0.08), transparent 24rem),
    #ffffff;
}

.customer-proof-showcase .page-heading {
  width: min(1120px, 100%);
}

.customer-proof-showcase .page-heading h1 {
  max-width: 620px;
  color: #07142c;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.customer-proof-showcase .page-heading p {
  max-width: 560px;
  color: #6f7d97;
  font-weight: 700;
}

.customer-proof-showcase .customer-visual-grid .secondary-image-card {
  border-color: rgba(0, 113, 206, 0.18);
  box-shadow: 0 22px 70px rgba(7, 20, 44, 0.07);
}

@media (max-width: 860px) {
  .customer-stories-page .secondary-stats {
    flex-direction: column;
    padding-inline: 22px;
  }

  .customer-stories-page .secondary-stats article {
    border-inline: 1px solid rgba(69, 231, 255, 0.16);
    border-bottom: 1px solid rgba(69, 231, 255, 0.16);
  }

  .customer-stories-showcase .page-heading h1,
  .customer-proof-showcase .page-heading h1 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .customer-visual-grid .secondary-image-card {
    min-height: 340px;
  }
}

/* Homepage test: center the trusted-by logo animation above the copy. */
body:not(.secondary-page) .logos-section.logos-section-stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(760px, 78vw, 940px);
  padding: clamp(72px, 8vw, 118px) clamp(22px, 6vw, 78px);
  gap: clamp(34px, 4vw, 58px);
  background:
    radial-gradient(ellipse at 50% 35%, rgba(0, 113, 206, 0.055), transparent 34rem),
    linear-gradient(180deg, #f8faff 0%, #ffffff 46%, #ffffff 100%);
}

body:not(.secondary-page) .logos-section.logos-section-stacked::after {
  left: 50%;
  right: auto;
  top: clamp(48px, 8vw, 96px);
  width: min(820px, 78vw);
  height: min(820px, 78vw);
  transform: translateX(-50%);
  opacity: 0.34;
}

body:not(.secondary-page) .logos-section-stacked .logo-marquee {
  order: 1;
  align-self: center;
  width: min(980px, 100%);
  min-height: clamp(360px, 43vw, 520px);
  margin: 0 auto;
}

body:not(.secondary-page) .logos-section-stacked .logo-columns {
  width: min(880px, 92vw);
  max-width: none;
  height: clamp(360px, 42vw, 500px);
  min-height: clamp(360px, 42vw, 500px);
  margin: 0 auto;
  transform: translateY(26px);
}

body:not(.secondary-page) .logos-section-stacked.is-visible .logo-columns {
  transform: translateY(0);
}

body:not(.secondary-page) .logos-section-stacked .section-heading {
  order: 2;
  width: min(900px, 100%);
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

body:not(.secondary-page) .logos-section-stacked .section-heading h1 {
  max-width: none;
  margin-inline: auto;
  color: #07142c;
  text-align: center;
  font-weight: 700;
}

body:not(.secondary-page) .logos-section-stacked .section-heading h1 span {
  display: block;
  font-weight: 700 !important;
  white-space: normal;
}

body:not(.secondary-page) .logos-section-stacked .section-heading p {
  margin-inline: auto;
  color: rgba(7, 20, 44, 0.62);
  text-align: center;
}

body:not(.secondary-page) .site-header:not(.is-scrolled) .nav-demo,
body:not(.secondary-page) .hero-overlay .button {
  color: #ffffff;
  border-color: rgba(126, 231, 255, 0.95);
  background:
    linear-gradient(180deg, rgba(126, 231, 255, 0.22), rgba(0, 113, 206, 0.12)),
    rgba(3, 12, 32, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 24px rgba(69, 231, 255, 0.18),
    0 16px 34px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(69, 231, 255, 0.16);
  backdrop-filter: blur(14px);
}

body:not(.secondary-page) .site-header:not(.is-scrolled) .nav-demo:hover,
body:not(.secondary-page) .hero-overlay .button:hover {
  border-color: rgba(126, 231, 255, 1);
  background:
    linear-gradient(180deg, rgba(126, 231, 255, 0.34), rgba(0, 113, 206, 0.22)),
    rgba(3, 12, 32, 0.82);
}

.trust-visual.trust-visual-image {
  min-height: 260px;
  padding: 0;
  border-color: rgba(69, 231, 255, 0.28);
  background: #050c24;
  box-shadow:
    inset 0 0 42px rgba(69, 231, 255, 0.08),
    0 18px 46px rgba(5, 18, 50, 0.14);
}

.trust-visual.trust-visual-image::before,
.trust-visual.trust-visual-image::after {
  content: none;
}

.trust-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.trust-slide.active .trust-image {
  animation: trustImageFloat 8s ease-in-out infinite alternate;
}

@keyframes trustImageFloat {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.045) translate3d(0, -6px, 0);
  }
}

.products-section .product-showcase .product-media.product-media-platform.has-image {
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 113, 206, 0.22), transparent 38%),
    #02091f !important;
}

.products-section .product-showcase .product-media.product-media-platform.has-image img {
  width: 94%;
  height: 94%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.05) contrast(1.04) brightness(0.98);
  transform: none;
}

.products-section .product-showcase .product-media.product-media-platform.has-image::before {
  background:
    radial-gradient(circle at 50% 45%, rgba(69, 231, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(3, 10, 27, 0.02), rgba(3, 10, 27, 0.18));
}

.products-section .product-showcase .product-media.product-media-platform.has-image::after {
  border-color: rgba(91, 223, 255, 0.32) !important;
}

@media (max-width: 720px) {
  body:not(.secondary-page) .logos-section.logos-section-stacked {
    min-height: auto;
    padding-block: 64px 78px;
  }

  body:not(.secondary-page) .logos-section-stacked .logo-marquee {
    min-height: 420px;
  }

  body:not(.secondary-page) .logos-section-stacked .section-heading h1 {
    font-size: clamp(34px, 10vw, 48px);
  }
}

@media (max-width: 720px) {
  body:not(.secondary-page) .products-section {
    padding-inline: 18px;
    overflow: hidden;
  }

  body:not(.secondary-page) .products-section .section-heading {
    max-width: 100%;
    padding-inline: 0;
  }

  body:not(.secondary-page) .products-section .section-heading h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.06;
  }

  body:not(.secondary-page) .products-section .section-heading p {
    font-size: 16px !important;
    line-height: 1.55;
  }

  body:not(.secondary-page) .products-section .product-showcase {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  body:not(.secondary-page) .products-section .product-rail {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  body:not(.secondary-page) .products-section .product-rail::-webkit-scrollbar {
    height: 3px;
  }

  body:not(.secondary-page) .products-section .product-rail::-webkit-scrollbar-thumb {
    background: rgba(111, 226, 255, 0.45);
  }

  body:not(.secondary-page) .products-section .product-tab {
    flex: 0 0 min(78vw, 300px);
    min-width: min(78vw, 300px);
    width: auto;
    min-height: 82px;
    padding: 18px 16px;
    white-space: normal;
    text-align: left;
    line-height: 1.18;
    border: 1px solid rgba(111, 226, 255, 0.24);
    scroll-snap-align: start;
  }

  body:not(.secondary-page) .products-section .product-tab.active {
    border-color: rgba(111, 226, 255, 0.65);
    background: rgba(0, 113, 206, 0.18);
  }

  body:not(.secondary-page) .products-section .product-grid {
    display: block;
    width: 100%;
    min-width: 0;
    margin-top: 24px;
  }

  body:not(.secondary-page) .products-section .product-card {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  body:not(.secondary-page) .products-section .product-card.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  body:not(.secondary-page) .products-section .product-media {
    width: 100%;
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  body:not(.secondary-page) .products-section .product-card h1 {
    font-size: clamp(32px, 9.5vw, 44px) !important;
    line-height: 1.06;
  }

  body:not(.secondary-page) .products-section .product-card h2 {
    font-size: clamp(20px, 5.8vw, 26px) !important;
    line-height: 1.22;
  }

  body:not(.secondary-page) .products-section .product-card p {
    font-size: 16px !important;
    line-height: 1.65;
  }

  body:not(.secondary-page) .products-section .product-card .product-cta {
    width: fit-content;
    min-width: 150px;
  }

  body:not(.secondary-page) .trust-section {
    padding-inline: 18px;
    overflow: hidden;
  }

  body:not(.secondary-page) .trust-section .section-heading {
    padding-inline: 0;
  }

  body:not(.secondary-page) .trust-section .section-heading h1 {
    font-size: clamp(32px, 9.5vw, 44px) !important;
    line-height: 1.08;
  }

  body:not(.secondary-page) .trust-carousel {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    overflow: visible;
  }

  body:not(.secondary-page) .trust-slide {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
    overflow: hidden;
  }

  body:not(.secondary-page) .trust-visual {
    min-height: 250px;
  }

  body:not(.secondary-page) .trust-copy {
    padding: 28px 22px 34px;
  }

  body:not(.secondary-page) .trust-copy span {
    font-size: 14px !important;
  }

  body:not(.secondary-page) .trust-copy h2 {
    font-size: clamp(30px, 8.6vw, 40px) !important;
    line-height: 1.08;
  }

  body:not(.secondary-page) .trust-copy h3 {
    font-size: clamp(18px, 5.1vw, 22px) !important;
    line-height: 1.32;
  }

  body:not(.secondary-page) .trust-copy p,
  body:not(.secondary-page) .trust-copy li {
    font-size: 16px !important;
    line-height: 1.65;
  }

  body:not(.secondary-page) .trust-button {
    top: 31%;
    width: 44px;
    height: 44px;
  }

  body:not(.secondary-page) .trust-prev {
    left: 0;
  }

  body:not(.secondary-page) .trust-next {
    right: 0;
  }
}

@media (max-width: 720px) {
  body:not(.secondary-page) .products-section {
    overflow: hidden !important;
  }

  body:not(.secondary-page) .products-section .section-heading {
    padding-inline: 18px !important;
  }

  body:not(.secondary-page) .products-section .section-heading h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.05 !important;
  }

  body:not(.secondary-page) .products-section .section-heading p:not(.eyebrow) {
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  body:not(.secondary-page) .products-section .product-showcase {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding-inline: 18px !important;
  }

  body:not(.secondary-page) .products-section .product-rail {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0 !important;
    scroll-snap-type: none !important;
    transform: none !important;
  }

  body:not(.secondary-page) .products-section .product-tab {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: center !important;
    white-space: normal !important;
    overflow: visible !important;
  }

  body:not(.secondary-page) .products-section .product-grid {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 28px !important;
    overflow: visible !important;
  }

  body:not(.secondary-page) .products-section .product-card {
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  body:not(.secondary-page) .products-section .product-card.active {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    text-align: left !important;
  }

  body:not(.secondary-page) .products-section .product-media {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 230px !important;
    aspect-ratio: 1.55 / 1 !important;
  }

  body:not(.secondary-page) .products-section .product-card > div:not(.product-media) {
    width: 100% !important;
    text-align: left !important;
    align-items: flex-start !important;
    padding: 26px 18px 24px !important;
  }

  body:not(.secondary-page) .products-section .product-card span,
  body:not(.secondary-page) .products-section .product-card h1,
  body:not(.secondary-page) .products-section .product-card h2,
  body:not(.secondary-page) .products-section .product-card p {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  body:not(.secondary-page) .products-section .product-card h1 {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  body:not(.secondary-page) .products-section .product-card h2 {
    font-size: 19px !important;
    line-height: 1.35 !important;
  }

  body:not(.secondary-page) .products-section .product-card p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  body:not(.secondary-page) .products-section .product-card .product-cta {
    width: 100% !important;
    max-width: 260px !important;
    justify-content: center !important;
    margin-left: 0 !important;
  }
}

/* Final override: partner logos must keep looping on mobile Safari/Chrome. */
@media (max-width: 720px) {
  .logos-section,
  .logos-section .logo-marquee,
  .logos-section .logo-columns {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .logos-section .logo-columns {
    --logo-card-height: 118px !important;
    --logo-card-gap: 12px !important;
    --logo-loop-distance: 390px !important;
    overflow: hidden !important;
  }

  .logos-section .logo-column-track {
    animation: partnerColumnDown 18s linear infinite !important;
    animation-play-state: running !important;
    will-change: transform !important;
  }

  .logos-section .logo-column.reverse .logo-column-track {
    animation-name: partnerColumnUp !important;
  }

  .logos-section .logo-column.tmc-logo-column .logo-column-track {
    --logo-loop-distance: 520px !important;
    animation-duration: 19s !important;
  }
}

/* Trusted By mobile loop fix: keep partner columns animated on phones. */
@media (max-width: 720px) {
  .logos-section .logo-marquee,
  .logos-section .logo-columns {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .logos-section .logo-columns {
    --logo-card-height: 118px !important;
    --logo-card-gap: 12px !important;
    --logo-loop-distance: 390px !important;
    display: flex !important;
    overflow: hidden !important;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 10%, #000 90%, transparent) !important;
    mask-image: linear-gradient(180deg, transparent, #000 10%, #000 90%, transparent) !important;
  }

  .logos-section .logo-column {
    display: block !important;
    overflow: hidden !important;
  }

  .logos-section .logo-column:nth-child(4),
  .logos-section .logo-column:nth-child(5) {
    display: none !important;
  }

  .logos-section .logo-column-track {
    animation: partnerColumnDown 18s linear infinite !important;
    animation-play-state: running !important;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  .logos-section .logo-column.reverse .logo-column-track {
    animation-name: partnerColumnUp !important;
  }

  .logos-section .logo-column.tmc-logo-column .logo-column-track {
    --logo-loop-distance: 520px !important;
    animation-duration: 19s !important;
  }
}

/* Trusted by logo loop hardening: keep the columns moving after logo swaps. */
.logo-column-track {
  --logo-loop-distance: calc((var(--logo-card-height) + var(--logo-card-gap)) * 3) !important;
  animation: partnerColumnDown 18s linear infinite !important;
  animation-play-state: running !important;
}

.logo-column.reverse .logo-column-track {
  animation-name: partnerColumnUp !important;
}

.logo-column.tmc-logo-column .logo-column-track {
  --logo-loop-distance: calc((var(--logo-card-height) + var(--logo-card-gap)) * 4) !important;
}

.logo-column:nth-child(2) .logo-column-track {
  animation-duration: 21s !important;
}

.logo-column:nth-child(3) .logo-column-track {
  animation-duration: 19s !important;
}

.logo-column:nth-child(4) .logo-column-track {
  animation-duration: 23s !important;
}

.logo-column:nth-child(5) .logo-column-track {
  animation-duration: 20s !important;
}

/* 2026-06-24 final priority sheet fixes. */
body:not(.secondary-page) .hero-copy p:not(.eyebrow) {
  max-width: 660px !important;
  margin: 0 0 26px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(16px, 1.15vw, 20px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

body:not(.secondary-page) .product-media-platform.has-image img {
  object-fit: contain !important;
  padding: clamp(14px, 2vw, 26px) !important;
  background: #06142b !important;
}

body:not(.secondary-page) .products-section .product-card > div:not(.product-media),
body:not(.secondary-page) .products-section .product-card span,
body:not(.secondary-page) .products-section .product-card h2,
body:not(.secondary-page) .products-section .product-card p {
  text-align: left !important;
}

.final-cta-section .cta-options .button {
  background: #0071ce !important;
  border-color: #0071ce !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.final-cta-section .cta-options .button:hover {
  background: #ffffff !important;
  border-color: #0071ce !important;
  color: #0071ce !important;
}

.site-footer > div:first-child img {
  width: clamp(150px, 14vw, 210px) !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: top left !important;
}

.ai-platform-overview-section .detail-list,
.ai-platform-overview-section .detail-list li {
  list-style: none !important;
}

.booking-traveler-section .booking-traveler-heading {
  grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1fr) !important;
  align-items: start !important;
}

.booking-traveler-section .booking-traveler-heading .eyebrow {
  color: #45e7ff !important;
}

.booking-traveler-section .booking-traveler-heading > div {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.booking-traveler-section .booking-traveler-heading > div p {
  max-width: 560px;
  margin: 0 !important;
}

.agent-request-section .agent-request-heading {
  grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1fr) !important;
  align-items: start !important;
}

.agent-request-section .agent-request-heading > div {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.agent-request-section .agent-request-heading > div p {
  max-width: 620px;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .booking-traveler-section .booking-traveler-heading,
  .agent-request-section .agent-request-heading {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  body:not(.secondary-page) .products-section .product-rail {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  body:not(.secondary-page) .products-section .product-tab {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 58px !important;
    padding: 16px 18px !important;
    white-space: normal !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }

  body:not(.secondary-page) .products-section .product-card > div:not(.product-media) {
    padding-inline: 20px !important;
  }

  .trust-copy {
    padding-inline: 20px !important;
  }

  .trust-copy h2 {
    font-size: clamp(30px, 9vw, 42px) !important;
  }

  .trust-copy p {
    font-size: clamp(17px, 4.9vw, 22px) !important;
    line-height: 1.48 !important;
  }
}

/* Scroll stability patch: prevent fixed layers, hidden nav states, and horizontal sections from trapping page scroll. */
html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: auto;
}

body {
  touch-action: pan-y;
}

.hero {
  height: min(100svh, 860px) !important;
  min-height: min(100svh, 860px) !important;
  overflow: hidden;
}

.hero-media,
.hero-video {
  height: 100% !important;
  min-height: 0 !important;
}

.site-header,
.site-header * {
  touch-action: manipulation;
}

@media (max-width: 1024px) {
  .primary-nav {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .primary-nav:not(.open) {
    pointer-events: none !important;
    visibility: hidden !important;
  }

  .primary-nav.open {
    pointer-events: auto !important;
    visibility: visible !important;
  }
}

@media (max-width: 720px) {
  html,
  body,
  main {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body::before,
  body::after {
    position: absolute !important;
    min-height: 100%;
  }

  .hero {
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: 780px;
  }

  body:not(.secondary-page) .products-section,
  body:not(.secondary-page) .trust-section {
    overflow: visible !important;
  }

  body:not(.secondary-page) .products-section .product-rail {
    overflow: visible !important;
    scroll-snap-type: none !important;
    -webkit-overflow-scrolling: auto !important;
  }

  .scroll-reveal,
  .scroll-reveal *,
  .scroll-reveal:not(.is-revealed) .section-heading,
  .scroll-reveal:not(.is-revealed) .section-label,
  .scroll-reveal:not(.is-revealed) .proof-item,
  .scroll-reveal:not(.is-revealed) .about-copy,
  .scroll-reveal:not(.is-revealed) .about-video-placeholder,
  .scroll-reveal:not(.is-revealed) .point-card,
  .scroll-reveal:not(.is-revealed) .product-showcase,
  .scroll-reveal:not(.is-revealed) .testimonial-shell,
  .scroll-reveal:not(.is-revealed) .trust-carousel,
  .scroll-reveal.final-cta-section:not(.is-revealed) > *,
  .scroll-reveal:not(.is-revealed) .logo-marquee {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Final mobile fix: keep every product tab visible and keep card copy aligned. */
@media (max-width: 720px) {
  body:not(.secondary-page) .products-section {
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  body:not(.secondary-page) .products-section .section-heading {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 28px !important;
  }

  body:not(.secondary-page) .products-section .section-heading h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.08 !important;
  }

  body:not(.secondary-page) .products-section .section-heading p:not(.eyebrow) {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  body:not(.secondary-page) .products-section .product-showcase {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-inline: 28px !important;
    overflow: visible !important;
  }

  body:not(.secondary-page) .products-section .product-rail {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    scroll-snap-type: none !important;
    transform: none !important;
  }

  body:not(.secondary-page) .products-section .product-tab {
    display: flex !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: center !important;
    white-space: normal !important;
    overflow: visible !important;
    scroll-snap-align: none !important;
  }

  body:not(.secondary-page) .products-section .product-grid {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 26px !important;
    overflow: visible !important;
  }

  body:not(.secondary-page) .products-section .product-card {
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  body:not(.secondary-page) .products-section .product-card.active {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  body:not(.secondary-page) .products-section .product-media {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 230px !important;
    aspect-ratio: 1.55 / 1 !important;
  }

  body:not(.secondary-page) .products-section .product-card > div:not(.product-media) {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding: 26px 18px 24px !important;
  }

  body:not(.secondary-page) .products-section .product-card span,
  body:not(.secondary-page) .products-section .product-card h1,
  body:not(.secondary-page) .products-section .product-card h2,
  body:not(.secondary-page) .products-section .product-card p {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  body:not(.secondary-page) .products-section .product-card h1 {
    font-size: clamp(28px, 7vw, 36px) !important;
    line-height: 1.08 !important;
  }

  body:not(.secondary-page) .products-section .product-card h2 {
    font-size: clamp(18px, 4.8vw, 22px) !important;
    line-height: 1.35 !important;
  }

  body:not(.secondary-page) .products-section .product-card p {
    font-size: clamp(15px, 4.2vw, 17px) !important;
    line-height: 1.55 !important;
  }

  body:not(.secondary-page) .products-section .product-card .product-cta {
    width: 100% !important;
    max-width: 260px !important;
    justify-content: center !important;
    margin-left: 0 !important;
  }
}

/* Absolute final mobile override for Trusted By logo animation. */
@keyframes partnerMobileDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -390px, 0);
  }
}

@keyframes partnerMobileUp {
  from {
    transform: translate3d(0, -390px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes partnerMobileTmcDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -520px, 0);
  }
}

@media (max-width: 900px) {
  .logos-section,
  .logos-section .logo-marquee,
  .logos-section .logo-columns {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .logos-section .logo-columns {
    --logo-card-height: 118px !important;
    --logo-card-gap: 12px !important;
    --logo-loop-distance: 390px !important;
    overflow: hidden !important;
  }

  .logos-section .logo-column-track {
    animation: partnerMobileDown 18s linear infinite !important;
    animation-play-state: running !important;
    will-change: transform !important;
    transform: translate3d(0, 0, 0);
  }

  .logos-section .logo-column.reverse .logo-column-track {
    animation-name: partnerMobileUp !important;
  }

  .logos-section .logo-column.tmc-logo-column .logo-column-track {
    --logo-loop-distance: 520px !important;
    animation: partnerMobileTmcDown 19s linear infinite !important;
  }
}

/* Trusted By mobile loop hard fix: keep logo columns moving on Safari/mobile. */
@-webkit-keyframes csTrustedMobileDown {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, -390px, 0); transform: translate3d(0, -390px, 0); }
}

@keyframes csTrustedMobileDown {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, -390px, 0); transform: translate3d(0, -390px, 0); }
}

@-webkit-keyframes csTrustedMobileUp {
  from { -webkit-transform: translate3d(0, -390px, 0); transform: translate3d(0, -390px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes csTrustedMobileUp {
  from { -webkit-transform: translate3d(0, -390px, 0); transform: translate3d(0, -390px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@-webkit-keyframes csTrustedMobileTmcDown {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, -520px, 0); transform: translate3d(0, -520px, 0); }
}

@keyframes csTrustedMobileTmcDown {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, -520px, 0); transform: translate3d(0, -520px, 0); }
}

@media (max-width: 900px) {
  .logos-section,
  .logos-section .logo-marquee,
  .logos-section .logo-columns {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .logos-section .logo-columns {
    display: flex !important;
    gap: 12px !important;
    height: 420px !important;
    min-height: 420px !important;
    overflow: hidden !important;
  }

  .logos-section .logo-column {
    display: block !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .logos-section .logo-column:nth-child(4),
  .logos-section .logo-column:nth-child(5) {
    display: none !important;
  }

  .logos-section .logo-column span {
    height: 118px !important;
    min-height: 118px !important;
    margin: 0 !important;
  }

  .logos-section .logo-column-track {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    will-change: transform !important;
    -webkit-animation-name: csTrustedMobileDown !important;
    animation-name: csTrustedMobileDown !important;
    -webkit-animation-duration: 18s !important;
    animation-duration: 18s !important;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
  }

  .logos-section .logo-column.reverse .logo-column-track {
    -webkit-animation-name: csTrustedMobileUp !important;
    animation-name: csTrustedMobileUp !important;
  }

  .logos-section .logo-column.tmc-logo-column .logo-column-track {
    -webkit-animation-name: csTrustedMobileTmcDown !important;
    animation-name: csTrustedMobileTmcDown !important;
    -webkit-animation-duration: 19s !important;
    animation-duration: 19s !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 900px) {
  .logos-section .logo-column-track {
    -webkit-animation-name: csTrustedMobileDown !important;
    animation-name: csTrustedMobileDown !important;
    -webkit-animation-duration: 18s !important;
    animation-duration: 18s !important;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
  }

  .logos-section .logo-column.reverse .logo-column-track {
    -webkit-animation-name: csTrustedMobileUp !important;
    animation-name: csTrustedMobileUp !important;
  }

  .logos-section .logo-column.tmc-logo-column .logo-column-track {
    -webkit-animation-name: csTrustedMobileTmcDown !important;
    animation-name: csTrustedMobileTmcDown !important;
    -webkit-animation-duration: 19s !important;
    animation-duration: 19s !important;
  }
}

/* Homepage audit fixes for Amgine - Deploy Version. */
body:not(.secondary-page) .site-header:not(.is-scrolled) .nav-demo,
body:not(.secondary-page) .hero-overlay .button {
  color: #ffffff !important;
  border-color: #0071ce !important;
  background: #0071ce !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
}

body:not(.secondary-page) .site-header:not(.is-scrolled) .nav-demo:hover,
body:not(.secondary-page) .hero-overlay .button:hover {
  color: #0071ce !important;
  border-color: #ffffff !important;
  background: #ffffff !important;
}

.about-video-placeholder video {
  position: relative;
  z-index: 0;
}

.about-video-placeholder::after {
  z-index: 1;
}

body:not(.secondary-page) .products-section .product-card > div:not(.product-media) {
  display: grid;
  align-content: center;
}

body:not(.secondary-page) .products-section .product-card h2 {
  margin-top: 0 !important;
}

.about-video-placeholder::before {
  content: none !important;
  display: none !important;
}

body:not(.secondary-page) .products-section .product-media-platform.has-image {
  padding: clamp(18px, 2.2vw, 30px) !important;
}

body:not(.secondary-page) .products-section .product-media-platform.has-image img {
  width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

body:not(.secondary-page) .products-section .product-media-group.has-image img {
  object-position: center !important;
}

.contact-list,
.contact-list li {
  list-style: none !important;
}

.contact-list {
  padding-left: 0 !important;
}

body:not(.secondary-page) .hero-overlay {
  transform: translateY(clamp(112px, 13vh, 164px)) !important;
}

@media (max-width: 767px) {
  body:not(.secondary-page) .hero-overlay {
    transform: translateY(clamp(88px, 11vh, 126px)) !important;
  }
}

.team-member-card {
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.team-member-card img {
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .secondary-page .page-tech-section .feature-row {
    gap: 18px !important;
  }

  .secondary-page .page-tech-section .feature-panel.icon-feature {
    min-height: auto !important;
    height: auto !important;
    padding: 28px 24px !important;
    overflow: visible !important;
  }

  .secondary-page .page-tech-section .feature-panel.icon-feature h2 {
    margin-bottom: 14px !important;
    font-size: clamp(26px, 8vw, 34px) !important;
    line-height: 1.08 !important;
  }

  .secondary-page .page-tech-section .feature-panel.icon-feature p {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(15px, 4.35vw, 18px) !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

.product-detail-page .page-hero-copy h1 {
  max-width: 660px !important;
  font-size: clamp(24px, 2.45vw, 34px) !important;
  line-height: 1.08 !important;
}

@media (max-width: 767px) {
  .product-detail-page .page-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(22px, 6.3vw, 28px) !important;
    line-height: 1.14 !important;
  }
}

@keyframes trustedColumnDownSynced {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, calc(var(--logo-loop-distance) * -1), 0);
  }
}

@keyframes trustedColumnUpSynced {
  from {
    transform: translate3d(0, calc(var(--logo-loop-distance) * -1), 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 900px) {
  body:not(.secondary-page) .logos-section-stacked .logo-column-track {
    animation: trustedColumnDownSynced 18s linear infinite !important;
    animation-play-state: running !important;
    will-change: transform !important;
  }

  body:not(.secondary-page) .logos-section-stacked .logo-column.reverse .logo-column-track {
    animation-name: trustedColumnUpSynced !important;
  }

  body:not(.secondary-page) .logos-section-stacked .logo-column.tmc-logo-column .logo-column-track {
    animation-name: trustedColumnDownSynced !important;
    animation-duration: 19s !important;
  }
}

@media (max-width: 767px) {
  body:not(.secondary-page) .trust-track {
    min-height: 620px !important;
  }

  body:not(.secondary-page) .trust-slide {
    align-content: start !important;
    gap: 18px !important;
    padding: 22px !important;
  }

  body:not(.secondary-page) .trust-visual {
    min-height: 210px !important;
  }

  body:not(.secondary-page) .trust-copy {
    display: grid !important;
    align-content: start !important;
    gap: 8px !important;
    padding: 20px 18px 24px !important;
  }

  body:not(.secondary-page) .trust-copy h2 {
    margin: 0 !important;
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.08 !important;
  }

  body:not(.secondary-page) .trust-copy h3 {
    margin: 0 !important;
    font-size: clamp(15px, 4.3vw, 18px) !important;
    line-height: 1.25 !important;
  }

  body:not(.secondary-page) .trust-copy p,
  body:not(.secondary-page) .trust-copy li {
    margin: 0 !important;
    font-size: clamp(13px, 3.7vw, 15px) !important;
    line-height: 1.45 !important;
  }
}

body:not(.secondary-page) .trust-copy {
  align-content: center !important;
}

body:not(.secondary-page) .trust-copy h2 {
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.08 !important;
}

body:not(.secondary-page) .trust-copy h3 {
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.3 !important;
}

body:not(.secondary-page) .trust-copy p,
body:not(.secondary-page) .trust-copy li {
  font-size: clamp(13px, 1vw, 15px) !important;
  line-height: 1.48 !important;
}

@media (max-width: 767px) {
  body:not(.secondary-page) .trust-copy h2 {
    font-size: clamp(23px, 6.6vw, 28px) !important;
  }

  body:not(.secondary-page) .trust-copy h3 {
    font-size: clamp(14px, 4vw, 17px) !important;
  }

  body:not(.secondary-page) .trust-copy p,
  body:not(.secondary-page) .trust-copy li {
    font-size: clamp(13px, 3.6vw, 14px) !important;
    line-height: 1.42 !important;
  }
}

/* Final nav clickability guard. */
@media (min-width: 1101px) {
  .primary-nav {
    display: flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 1100px) {
  .primary-nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .primary-nav.open {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .primary-nav.open a,
  .primary-nav.open .nav-item {
    pointer-events: auto !important;
  }
}
