/*
 * Veyviz experience refinement
 * A final, deliberately small cascade layer for calmer hierarchy, consistent
 * spacing, clearer actions and smoother transitions across the marketing site.
 */

:root {
  --shell: 1320px;
  --header: 78px;
  --paper: #f4f2ee;
  --paper-soft: #faf9f6;
  --ink: #07090d;
  --ink-soft: #0b111a;
  --muted: #626875;
  --line-light: rgba(7, 9, 13, .13);
  --line-dark: rgba(255, 255, 255, .14);
  --orange: #1155ff;
  --blue: #1155ff;
  --radius-control: 4px;
}

html {
  scroll-padding-top: calc(var(--header) + 18px);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
}

/* Header: keep the full journey visible without turning it into a toolbar. */
.site-header {
  min-height: var(--header);
  height: var(--header);
  padding: 0 max(24px, calc((100vw - var(--shell)) / 2));
  gap: clamp(16px, 2vw, 28px);
  border-bottom-color: rgba(255, 255, 255, .16);
  backdrop-filter: blur(18px) saturate(115%);
  -webkit-backdrop-filter: blur(18px) saturate(115%);
}

.site-header::before {
  width: 32px;
  height: 54px;
}

.brand {
  gap: 10px;
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: -.045em;
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.site-nav ul {
  gap: clamp(14px, 1.55vw, 24px);
}

.site-nav a,
.header-demo,
.header-cta {
  font-size: 12px;
  letter-spacing: .015em;
  white-space: nowrap;
}

.header-actions {
  gap: 12px;
}

.header-demo {
  opacity: .84;
  padding: 12px 2px;
}

.header-demo:hover,
.header-demo:focus-visible {
  opacity: 1;
}

.header-cta {
  min-height: 44px;
  padding: 0 18px;
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.header-cta::before {
  background: #fff;
}

.menu-toggle {
  min-height: 44px;
}

/* A more useful type hierarchy: strong heroes, conversational sections. */
.display-copy,
.page-copy .display-copy,
.home-hero h1 {
  font-size: clamp(48px, 6vw, 88px);
  line-height: .94;
  letter-spacing: -.06em;
  text-transform: none;
  text-wrap: balance;
}

.page-copy .display-copy {
  max-width: 12ch;
}

.section-title,
.compact-section-head h2,
.home-section-head h2,
.resource-section-head h2,
.resource-library-toolbar h2,
.product-detail-copy h2,
.resource-support h2,
.about-origin-copy h2,
.about-contact-copy h2 {
  font-size: clamp(32px, 3.7vw, 50px);
  line-height: 1;
  letter-spacing: -.045em;
  text-transform: none;
  text-wrap: balance;
}

.compact-section-head h2,
.home-section-head h2,
.resource-section-head h2,
.resource-library-toolbar h2 {
  max-width: 16ch;
}

.conversation .display-copy,
.orange-section .display-copy,
.blue-section .display-copy {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .98;
  max-width: 15ch;
}

.lede {
  max-width: 650px;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.55;
  color: inherit;
  opacity: .76;
}

p,
li,
.product-detail-copy li span,
.plan p,
.resource-card p {
  line-height: 1.55;
}

.kicker,
.outline-label,
.eyebrow-heading .outline-label,
.page-copy .outline-label,
.resource-hub-hero .outline-label {
  position: static;
  inset: auto;
  display: block;
  margin: 0 0 18px;
  color: var(--blue);
  -webkit-text-stroke: 0;
  text-shadow: none;
  font: 800 12px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: none;
  opacity: 1;
}

.dark-section .outline-label,
.page-hero--dark .outline-label,
.resource-hub-hero .outline-label,
.home-market-proof .kicker,
.home-buying-reasons .kicker,
.home-trust .kicker {
  color: #7ea5ff;
}

.eyebrow-heading {
  min-height: 0;
  padding: 0;
  margin-bottom: clamp(30px, 4vw, 54px);
}

/* Consistent vertical rhythm and much less empty theatre. */
.section-pad,
.home-compact {
  padding-top: clamp(60px, 6.5vw, 88px);
  padding-bottom: clamp(60px, 6.5vw, 88px);
}

.page-hero,
.resource-hub-hero {
  min-height: auto;
  padding-top: calc(var(--header) + clamp(48px, 6vw, 86px));
  padding-bottom: clamp(58px, 7vw, 96px);
}

.page-intro-grid,
.resource-hub-hero-grid {
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
}

.page-copy {
  padding: 0;
}

.section-rule {
  border-top-color: var(--line-dark);
}

.light-section,
.domain-library,
.resource-library-v2,
.resource-reader,
.resource-support,
.product-hero {
  background: var(--paper-soft);
}

.dark-section,
.page-hero--dark,
.resource-hub-hero,
.home-market-proof,
.home-buying-reasons,
.home-trust {
  background: var(--ink-soft);
}

.blue-section,
.orange-section,
.home-conversion {
  background: linear-gradient(135deg, #0b2f88 0%, #1155ff 70%, #174bd1 100%);
}

.orange-section,
.home-conversion {
  padding: clamp(58px, 6vw, 86px) 0;
}

/* Controls and actions: one obvious next step, one quiet alternative. */
.button,
button.button {
  min-height: 46px;
  padding: 0 22px;
  border-radius: var(--radius-control);
  font-size: 13px;
  letter-spacing: .01em;
  text-transform: none;
  box-shadow: none;
}

.button--orange,
.button--primary {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.hero-actions,
.conversation-actions {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-actions .button:not(.button--orange):not(.button--primary),
.conversation-actions .button:not(.button--orange):not(.button--primary) {
  background: transparent;
}

.page-hero--dark .hero-actions .button:not(.button--orange):not(.button--primary),
.orange-section .button:not(.button--primary):not(.button--orange),
.blue-section .button:not(.button--primary):not(.button--orange),
.home-conversion .button:not(.button--primary):not(.button--orange) {
  border-color: rgba(255, 255, 255, .48);
  color: #fff;
}

.text-link {
  font-size: 13px;
  letter-spacing: .04em;
}

/* Media should feel deliberate and never stretched. */
.page-media,
.product-hero-screen,
.product-detail-media,
.actual-product-frame {
  overflow: hidden;
  border: 1px solid var(--line-light);
  background: #08101a;
  box-shadow: 0 22px 60px rgba(7, 9, 13, .12);
}

.page-hero--dark .page-media,
.dark-section .actual-product-frame,
.dark-section .product-detail-media {
  border-color: var(--line-dark);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .26);
}

.page-media video,
.page-media img,
.product-hero-screen img,
.product-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-media video {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.product-hero-screen figcaption,
.actual-product-frame figcaption {
  padding: 16px 18px;
  gap: 16px;
  font-size: 12px;
}

/* Cards: softer separation, fewer boxes fighting for focus. */
.product-family-grid > *,
.process-step,
.plan,
.featured-resource,
.resource-card,
.role-path-grid article,
.channel-grid article,
.trust-item,
.about-facts article,
.about-reach-facts article {
  border-color: var(--line-light);
  box-shadow: none;
}

.dark-section .process-step,
.dark-section .role-path-grid article,
.dark-section .channel-grid article,
.dark-section .trust-item {
  border-color: var(--line-dark);
}

.compact-section-head,
.home-section-head,
.resource-section-head,
.resource-library-toolbar {
  align-items: end;
  gap: 32px;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.compact-section-head > p,
.home-section-head > p,
.resource-section-head > p {
  max-width: 560px;
  color: inherit;
  opacity: .68;
}

/* Homepage: a guided sequence, not eleven competing landing pages. */
.home-hero {
  min-height: min(900px, 100svh);
}

.home-hero-content {
  padding-top: calc(var(--header) + 40px);
  padding-bottom: 56px;
}

.home-hero::after {
  background: linear-gradient(180deg, rgba(4, 8, 15, .18) 0%, rgba(4, 8, 15, .06) 32%, rgba(4, 8, 15, .62) 78%, rgba(4, 8, 15, .92) 100%);
}

.home-hero .hero-caption {
  width: min(620px, calc(100vw - 48px));
  max-width: none;
  bottom: 12px;
  color: #fff;
}

.home-hero .hero-caption h1 {
  max-width: 14ch;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.05em;
  text-shadow: 0 3px 28px rgba(0, 0, 0, .5);
}

.home-hero .hero-caption .button:not(.button--orange) {
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
  background: rgba(5, 9, 15, .22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home-hero .scroll-cue {
  color: rgba(255, 255, 255, .82);
}

.experience-hero h1 {
  color: #fff;
}

.home-assurance,
.camera-ecosystem-band--dark {
  background: #080e17;
}

.home-assurance-grid,
.camera-ecosystem-grid {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-value,
.home-workflow,
.home-usecases,
.home-faq {
  border-top: 1px solid var(--line-light);
}

.home-market-proof,
.home-buying-reasons,
.home-trust {
  border-top: 1px solid var(--line-dark);
}

.home-usecases .usecase-grid,
.home-trust-grid,
.home-faq-grid {
  gap: 18px;
}

.home-buying-reasons {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

.trust-tabs button {
  min-height: 44px;
  font-size: 12px;
  letter-spacing: .02em;
}

/* Product page: product screens remain the proof, copy supports them. */
.product-family-grid {
  gap: 14px;
}

.product-family-grid > * {
  min-height: 0;
  padding: 24px;
}

.product-detail-grid {
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}

.product-detail-copy ul {
  margin-top: 26px;
}

.product-detail-copy li {
  padding: 15px 0;
}

.channel-grid,
.ai-capability-grid {
  gap: 14px;
}

/* Use cases: preserve the single-viewport comparison, reduce density. */
.domain-library {
  padding-top: clamp(58px, 6vw, 82px);
  padding-bottom: clamp(58px, 6vw, 82px);
}

.domain-explorer {
  max-height: 720px;
  border-color: var(--line-light);
  box-shadow: 0 20px 54px rgba(7, 9, 13, .08);
}

.domain-explorer-list button {
  min-height: 74px;
  padding: 16px 20px;
}

.domain-explorer-list button strong {
  font-size: 17px;
  line-height: 1.16;
}

.domain-explorer-stage::after {
  background: linear-gradient(180deg, transparent 40%, rgba(3, 8, 15, .88) 100%);
}

.domain-explorer-copy h3 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
}

.domain-explorer-detail {
  padding: clamp(24px, 3vw, 40px);
}

.platform-loop {
  gap: 1px;
}

.platform-loop li {
  padding: 24px 20px;
}

/* Pricing: stable card height and no button/list collisions. */
.pricing-grid {
  align-items: stretch;
  gap: 0;
}

.plan {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: 26px;
  background: rgba(255, 255, 255, .3);
}

.plan h3 {
  margin-top: 38px;
  min-height: 72px;
  font-size: clamp(27px, 2.2vw, 38px);
  line-height: .94;
  letter-spacing: -.045em;
}

.plan > p {
  min-height: 52px;
  margin-bottom: 0;
}

.plan-price {
  min-height: 54px;
}

.plan ul {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 28px 0 0;
  padding-bottom: 22px;
}

.plan li:last-child {
  border-bottom: 0;
}

.plan .button {
  position: static;
  inset: auto;
  flex: 0 0 auto;
  width: 100%;
  margin-top: 0;
}

.plan.featured {
  background: var(--blue);
}

.pricing-transparency {
  margin-top: 24px;
  padding: 28px;
}

.pricing-transparency h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

/* Resources: compact browsing first, deep reading only after selection. */
.featured-resource-grid,
.resource-grid,
.role-path-grid {
  gap: 16px;
}

.featured-resource,
.resource-card,
.role-path-grid article {
  padding: 24px;
}

.resource-library-v2 {
  padding-top: clamp(56px, 6vw, 82px);
  padding-bottom: clamp(56px, 6vw, 82px);
}

.resource-route a {
  padding: 18px 0;
}

.resource-guide-head h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.045em;
}

/* Company, security and contact screens gain warmth and breathing room. */
.about-identity-card,
.form-panel,
.contact-direct a,
.scope-result,
.config-controls {
  border-color: var(--line-light);
  box-shadow: none;
}

.about-reach {
  padding-top: clamp(60px, 6vw, 88px);
  padding-bottom: clamp(60px, 6vw, 88px);
}

.about-reach-facts article {
  background: rgba(4, 20, 60, .16);
}

.form-grid {
  gap: 18px;
}

.form-field input,
.form-field select,
.form-field textarea,
.segments button {
  border-radius: var(--radius-control);
}

.form-field label,
.control-row > b {
  font-size: 12px;
  letter-spacing: .03em;
}

/* Responsive safeguards for the real customer journey. */
@media (max-width: 1180px) {
  .site-header {
    padding-inline: 24px;
  }

  .header-demo {
    display: none;
  }

  .site-nav ul {
    gap: 14px;
  }

  .domain-explorer {
    max-height: none;
  }
}

@media (max-width: 980px) {
  :root {
    --header: 70px;
  }

  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .display-copy,
  .page-copy .display-copy,
  .home-hero h1 {
    font-size: clamp(42px, 10vw, 68px);
  }

  .site-nav,
  .header-actions {
    top: var(--header);
  }

  .header-demo {
    display: block;
  }

  .compact-section-head,
  .home-section-head,
  .resource-section-head,
  .resource-library-toolbar {
    align-items: start;
  }

  .page-intro-grid,
  .product-detail-grid,
  .product-detail-grid--reverse,
  .resource-hub-hero-grid {
    gap: 36px;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
  }

  .plan {
    min-height: 470px;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .section-pad,
  .home-compact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-hero,
  .resource-hub-hero {
    padding-top: calc(var(--header) + 34px);
    padding-bottom: 54px;
  }

  .section-title,
  .compact-section-head h2,
  .home-section-head h2,
  .resource-section-head h2,
  .resource-library-toolbar h2,
  .product-detail-copy h2 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .lede {
    font-size: 17px;
  }

  .button,
  button.button {
    width: 100%;
    justify-content: center;
  }

  .hero-actions,
  .conversation-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .plan {
    min-height: 0;
  }

  .plan h3,
  .plan > p {
    min-height: 0;
  }

  .plan ul {
    flex: none;
    margin-top: 24px;
    padding-bottom: 18px;
  }

  .product-family-grid,
  .channel-grid,
  .ai-capability-grid,
  .featured-resource-grid,
  .resource-grid,
  .role-path-grid,
  .process-grid,
  .process-grid--four,
  .platform-loop {
    grid-template-columns: 1fr;
  }

  .domain-explorer-list button {
    min-height: 64px;
  }

  .home-hero {
    min-height: 780px;
  }

  .home-hero .hero-caption {
    left: 14px;
    bottom: 34px;
    width: calc(100vw - 28px);
  }

  .home-hero .hero-caption h1 {
    max-width: 16ch;
    font-size: clamp(36px, 10vw, 50px);
  }
}

/* Compact, icon-led page explanations. These sit before the detailed copy so a
   visitor can understand the page in one scan without losing deeper content. */
.visual-story {
  padding: clamp(56px, 7vw, 96px) 0;
  border-bottom: 1px solid rgba(7, 16, 29, 0.14);
}

.visual-story--light {
  color: #07101d;
  background: #f3f1ed;
}

.visual-story--dark {
  color: #fff;
  background: #07101d;
  border-color: rgba(255, 255, 255, 0.16);
}

.visual-story__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.visual-story__head h2 {
  max-width: 760px;
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.visual-story__head > p {
  max-width: 540px;
  margin: 0;
  color: #59616b;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.55;
}

.visual-story--dark .visual-story__head > p {
  color: #aeb8c8;
}

.visual-story__steps {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: rgba(7, 16, 29, 0.18);
}

.visual-story__steps--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.visual-story__steps--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.visual-story--dark .visual-story__steps {
  background: rgba(255, 255, 255, 0.2);
}

.visual-story__step {
  position: relative;
  min-width: 0;
  min-height: 280px;
  padding: clamp(24px, 3vw, 40px);
  color: inherit;
  background: #fff;
  text-decoration: none;
}

.visual-story--dark .visual-story__step {
  background: #0d1726;
}

.visual-story__step--accent {
  color: #fff;
  background: #1557ff;
}

.visual-story--dark .visual-story__step--accent {
  background: #1557ff;
}

.visual-story__step:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -16px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(7, 16, 29, 0.22);
  border-radius: 50%;
  color: #1557ff;
  background: #f3f1ed;
  font-weight: 800;
  transform: translateY(-50%);
}

.visual-story--dark .visual-story__step:not(:last-child)::after {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  background: #07101d;
}

.visual-story__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: clamp(36px, 5vw, 68px);
  place-items: center;
  border: 1px solid rgba(21, 87, 255, 0.42);
  border-radius: 50%;
  background: rgba(21, 87, 255, 0.08);
}

.visual-story__icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.visual-story__step--accent .visual-story__icon {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.visual-story__step--accent .visual-story__icon img,
.visual-story--dark .visual-story__icon img {
  filter: brightness(0) invert(1);
}

.visual-story__step small {
  display: block;
  margin-bottom: 8px;
  color: #1557ff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visual-story__step--accent small,
.visual-story--dark .visual-story__step small {
  color: #9db6ff;
}

.visual-story__step h3 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.visual-story__step p {
  margin: 0;
  color: #59616b;
  font-size: 0.98rem;
  line-height: 1.45;
}

.visual-story__step b {
  display: inline-block;
  margin-top: 22px;
  color: #1557ff;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.visual-story__step--accent p,
.visual-story__step--accent b,
.visual-story--dark .visual-story__step p {
  color: rgba(255, 255, 255, 0.78);
}

.visual-story--dark .visual-story__step b {
  color: #9db6ff;
}

.visual-story__step[href]:hover,
.visual-story__step[href]:focus-visible {
  z-index: 3;
  outline: 3px solid #1557ff;
  outline-offset: -3px;
}

@media (max-width: 1100px) {
  .visual-story__steps--four,
  .visual-story__steps--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-story__step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .visual-story__head,
  .visual-story__steps--four,
  .visual-story__steps--five {
    grid-template-columns: 1fr;
  }

  .visual-story__head {
    gap: 16px;
  }

  .visual-story__step {
    min-height: auto;
  }

  .visual-story__icon {
    margin-bottom: 28px;
  }
}

/* Homepage: explain the product before asking visitors to explore it. */
.home-product-map {
  overflow: hidden;
  padding: clamp(58px, 7vw, 92px) 0;
  color: #f7f9ff;
  background:
    radial-gradient(circle at 55% 22%, rgba(31, 91, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0a1525 58%, #07101c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-product-map__head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.home-product-map .home-kicker {
  color: #78a0ff;
}

.home-product-map__head h2 {
  max-width: 880px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(2.15rem, 4.25vw, 4rem);
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.home-product-map__head > p {
  max-width: 560px;
  margin: 0;
  color: #b9c5d7;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.62;
}

.home-product-map__flow {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) 42px minmax(280px, 0.9fr) 42px minmax(380px, 1.28fr);
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(2, 8, 17, 0.46);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.home-product-map__source,
.home-product-map__engine,
.home-product-map__delivery {
  min-width: 0;
  padding: clamp(26px, 3vw, 42px);
}

.home-product-map__source,
.home-product-map__delivery {
  background: rgba(10, 20, 34, 0.88);
}

.home-product-map__engine {
  background: linear-gradient(150deg, #1f5bff 0%, #1746d8 100%);
}

.home-product-map__number {
  display: block;
  margin-bottom: 26px;
  color: #80a5ff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-product-map__engine .home-product-map__number {
  color: rgba(255, 255, 255, 0.72);
}

.home-product-map__icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  place-items: center;
  background: #1f5bff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.home-product-map__icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.home-product-map h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.home-product-map__source > p {
  margin: 14px 0 24px;
  color: #aebcd0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.home-product-map__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.home-product-map__chips span {
  padding: 8px 10px;
  color: #dbe5f5;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.home-product-map__connector {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.7rem;
  background: #050c16;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.home-product-map__brand {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 26px;
}

.home-product-map__brand .brand-mark {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-color: rgba(255, 255, 255, 0.55);
}

.home-product-map__brand strong,
.home-product-map__brand small {
  display: block;
}

.home-product-map__brand strong {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
}

.home-product-map__brand small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.home-product-map__engine ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.home-product-map__engine li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.home-product-map__engine li img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

.home-product-map__engine li strong,
.home-product-map__engine li small {
  display: block;
}

.home-product-map__engine li strong {
  color: #fff;
  font-size: 0.91rem;
  line-height: 1.2;
}

.home-product-map__engine li small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  line-height: 1.35;
}

.home-product-map__delivery h3 {
  margin-bottom: 24px;
}

.home-product-map__channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-product-map__channels > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.045);
}

.home-product-map__channels img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: none;
}

.home-product-map__channels strong,
.home-product-map__channels small {
  display: block;
}

.home-product-map__channels strong {
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.2;
}

.home-product-map__channels small {
  margin-top: 3px;
  color: #9dacbf;
  font-size: 0.69rem;
  line-height: 1.25;
}

.home-product-map__channels .home-product-map__channel--whatsapp {
  border-color: rgba(37, 211, 102, 0.4);
  background: rgba(37, 211, 102, 0.07);
}

.home-product-map__channels .home-product-map__channel--whatsapp img {
  filter: none;
}

.home-product-map__footer {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(20px, 3vw, 40px);
  color: #c6d0df;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 0;
  background: #050c16;
}

.home-product-map__footer p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.45;
}

.home-product-map__footer p strong {
  color: #fff;
}

.home-product-map__footer > div {
  display: flex;
  gap: 22px;
  align-items: center;
  flex: 0 0 auto;
}

.home-product-map__footer .button {
  min-height: 48px;
  padding: 0 20px;
}

.home-product-map__footer .text-link {
  color: #fff;
}

@media (max-width: 1120px) {
  .home-product-map__flow {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  }

  .home-product-map__connector {
    display: none;
  }

  .home-product-map__delivery {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .home-product-map__delivery .home-product-map__number {
    margin-bottom: 12px;
  }

  .home-product-map__channels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-product-map {
    padding: 52px 0;
  }

  .home-product-map__head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .home-product-map__head h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1;
  }

  .home-product-map__flow {
    grid-template-columns: 1fr;
  }

  .home-product-map__source,
  .home-product-map__engine,
  .home-product-map__delivery {
    padding: 26px 22px;
  }

  .home-product-map__engine,
  .home-product-map__delivery {
    grid-column: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .home-product-map__channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-map__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .home-product-map__channels {
    grid-template-columns: 1fr;
  }

  .home-product-map__footer > div {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .home-product-map__footer .button {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Home: camera-to-product connection infographic
   A visual first-reading layer between "How Veyviz works" and the live demo.
   -------------------------------------------------------------------------- */

.camera-connector-section {
  overflow: hidden;
  padding-top: clamp(72px, 8vw, 124px);
  padding-bottom: clamp(72px, 8vw, 124px);
  border-top: 1px solid #d6d2cb;
  background:
    radial-gradient(circle at 50% 44%, rgba(17, 85, 255, 0.08), transparent 29%),
    #f6f4ef;
}

.camera-connector-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(28px, 7vw, 120px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.camera-connector-head h2 {
  max-width: 850px;
  margin: 10px 0 0;
  font-size: clamp(2.7rem, 5.8vw, 6.15rem);
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.camera-connector-head > p {
  max-width: 520px;
  margin: 0;
  color: #68645e;
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  line-height: 1.55;
}

.camera-connector-map {
  display: grid;
  grid-template-columns: minmax(270px, 1fr) 104px minmax(225px, 0.72fr) 104px minmax(270px, 1fr);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #c9c5be;
  background: #fff;
  box-shadow: 0 30px 80px rgba(13, 22, 39, 0.1);
}

.camera-connector-side {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.camera-connector-side > header {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid #d8d5cf;
  color: #071323;
  text-transform: uppercase;
}

.camera-connector-side > header span {
  color: #1155ff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.camera-connector-side > header strong {
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.camera-connector-grid {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.camera-connector-grid article {
  display: grid;
  min-width: 0;
  min-height: 160px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-content: center;
  padding: 24px;
  border-right: 1px solid #dedbd5;
  border-bottom: 1px solid #dedbd5;
}

.camera-connector-grid article:nth-child(2n) {
  border-right: 0;
}

.camera-connector-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.camera-connector-grid article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.camera-connector-grid article strong {
  color: #071323;
  font-size: clamp(0.94rem, 1.02vw, 1.13rem);
  line-height: 1.2;
}

.camera-connector-grid article small {
  color: #77736c;
  font-size: 0.78rem;
  line-height: 1.35;
}

.camera-connector-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #cbd8ff;
  border-radius: 12px;
  background: #edf3ff;
}

.camera-connector-icon img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.camera-connector-icon--stack,
.camera-connector-icon--channels {
  display: flex;
  width: 54px;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.camera-connector-icon--stack img,
.camera-connector-icon--channels img {
  width: 18px;
  height: 18px;
}

.camera-connector-icon--channels {
  border-color: #bee9cc;
  background: #ecfff2;
}

.camera-connector-icon--channels img:first-child {
  width: 22px;
  height: 22px;
}

.camera-connector-icon--action {
  border-color: #d6ed9a;
  background: #f3ffda;
}

.camera-connector-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 20px 12px;
  border-right: 1px solid #d8d5cf;
  border-left: 1px solid #d8d5cf;
  background: #f7f8fb;
  text-align: center;
}

.camera-connector-arrow span {
  max-width: 84px;
  color: #4f5662;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.camera-connector-arrow b {
  color: #1155ff;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1;
}

.camera-connector-core {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
  padding: 38px 25px;
  background: #1155ff;
  color: #fff;
  text-align: center;
}

.camera-connector-core::before {
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.035), 0 0 0 100px rgba(255, 255, 255, 0.025);
  content: "";
}

.camera-connector-core__number {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.camera-connector-core > img {
  width: min(190px, 82%);
  height: auto;
}

.camera-connector-core > strong {
  font-size: clamp(1.35rem, 1.65vw, 1.85rem);
  line-height: 1;
  letter-spacing: -0.025em;
}

.camera-connector-core > p {
  max-width: 230px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.91rem;
  line-height: 1.45;
}

.camera-connector-core > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.camera-connector-core > ul li {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.camera-connector-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0;
  border: 1px solid #c9c5be;
  background: #fff;
  list-style: none;
}

.camera-connector-steps li {
  display: grid;
  min-width: 0;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 25px 24px;
  border-right: 1px solid #d8d5cf;
}

.camera-connector-steps li:last-child {
  border-right: 0;
}

.camera-connector-step-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #edf3ff;
}

.camera-connector-step-icon img {
  width: 24px;
  height: 24px;
}

.camera-connector-step-icon--green {
  background: #e5faed;
}

.camera-connector-step-icon--orange {
  background: #fff0dc;
}

.camera-connector-steps li > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.camera-connector-steps small {
  color: #1155ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.camera-connector-steps strong {
  color: #071323;
  font-size: 1rem;
}

.camera-connector-steps p {
  margin: 0;
  color: #77736c;
  font-size: 0.82rem;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .camera-connector-map {
    grid-template-columns: minmax(250px, 1fr) 74px minmax(210px, 0.78fr) 74px minmax(250px, 1fr);
  }

  .camera-connector-grid article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .camera-connector-arrow {
    padding-inline: 8px;
  }

  .camera-connector-arrow span {
    font-size: 0.62rem;
  }

  .camera-connector-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 22px 18px;
  }

  .camera-connector-step-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 900px) {
  .camera-connector-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .camera-connector-head h2 {
    max-width: 720px;
  }

  .camera-connector-map {
    grid-template-columns: 1fr;
  }

  .camera-connector-arrow {
    min-height: 92px;
    flex-direction: row;
    gap: 15px;
    border: 0;
    border-top: 1px solid #d8d5cf;
    border-bottom: 1px solid #d8d5cf;
  }

  .camera-connector-arrow span {
    max-width: none;
  }

  .camera-connector-arrow b {
    transform: rotate(90deg);
  }

  .camera-connector-core {
    min-height: 330px;
  }

  .camera-connector-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .camera-connector-steps li:nth-child(2) {
    border-right: 0;
  }

  .camera-connector-steps li:nth-child(-n + 2) {
    border-bottom: 1px solid #d8d5cf;
  }
}

@media (max-width: 560px) {
  .camera-connector-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .camera-connector-head h2 {
    font-size: clamp(2.45rem, 13.5vw, 4rem);
  }

  .camera-connector-grid {
    grid-template-columns: 1fr;
  }

  .camera-connector-grid article,
  .camera-connector-grid article:nth-child(2n),
  .camera-connector-grid article:nth-last-child(-n + 2) {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid #dedbd5;
  }

  .camera-connector-grid article:last-child {
    border-bottom: 0;
  }

  .camera-connector-side > header {
    padding-inline: 20px;
  }

  .camera-connector-core {
    min-height: 300px;
  }

  .camera-connector-steps {
    grid-template-columns: 1fr;
  }

  .camera-connector-steps li,
  .camera-connector-steps li:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d8d5cf;
  }

  .camera-connector-steps li:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Visual language: icons carry the first meaning; short words confirm it. */
.v-icon {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}

.v-icon--small {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.icon-badge {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  flex: 0 0 52px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
}

.dark-section .icon-badge,
.home-assurance .icon-badge {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, .08);
}

.icon-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-assurance-grid > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

.home-assurance-grid .assurance-icon {
  grid-row: 1 / 4;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
  background: rgba(255, 255, 255, .07);
}

.home-assurance-grid .assurance-icon .v-icon {
  width: 23px;
  height: 23px;
}

.home-assurance-grid small,
.home-assurance-grid strong,
.home-assurance-grid span:not(.assurance-icon) {
  grid-column: 2;
}

.home-assurance-grid span:not(.assurance-icon) {
  font-size: 12px;
  opacity: .66;
}

.home-change-list > li > span,
.home-workflow-rail > li > span {
  display: grid;
  place-items: center;
}

.home-change-list > li > span .v-icon,
.home-workflow-rail > li > span .v-icon {
  width: 25px;
  height: 25px;
}

.home-change-list p {
  max-width: 38ch;
}

.product-family-grid > a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  align-content: start;
}

.product-family-grid .product-family-icon {
  grid-row: 1 / 5;
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 1px solid var(--line-light);
  border-radius: 13px;
  background: #fff;
}

.product-family-grid > a > span:not(.product-family-icon),
.product-family-grid > a > h3,
.product-family-grid > a > p,
.product-family-grid > a > b {
  grid-column: 2;
}

.product-family-grid > a > p {
  max-width: 29ch;
}

.product-jumpbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.product-jumpbar .v-icon--small {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}

.product-detail-copy li b {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-detail-copy li b .v-icon {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.channel-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  padding: 22px;
}

.channel-grid .channel-icon {
  grid-row: 1 / 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 15px;
  background: rgba(255, 255, 255, .08);
}

.channel-grid .channel-icon .v-icon {
  width: 31px;
  height: 31px;
}

.channel-grid article h3,
.channel-grid article p {
  grid-column: 2;
}

.channel-grid article p {
  margin-top: 4px;
  font-size: 14px;
  opacity: .7;
}

.alert-flow span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.connection-input b,
.connection-output b,
.connection-steps li b,
.map-layer-chips span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.connection-input .v-icon,
.connection-output .v-icon,
.connection-steps .v-icon,
.map-layer-chips .v-icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.ai-capability-card {
  padding: 24px;
}

.ai-capability-title {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  column-gap: 13px;
  align-items: center;
}

.ai-capability-title .capability-icon {
  grid-row: 1 / 3;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
}

.ai-capability-title .capability-icon .v-icon {
  width: 28px;
  height: 28px;
}

.ai-capability-title > span:not(.capability-icon),
.ai-capability-title > h3 {
  grid-column: 2;
}

.ai-capability-card > p {
  min-height: 0;
  margin-top: 16px;
  color: var(--muted);
}

.ai-capability-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

.ai-capability-card li {
  width: auto;
  padding: 8px 11px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: rgba(17, 85, 255, .045);
  font-size: 13px;
  line-height: 1.2;
}

.guide-table > div {
  position: relative;
}

.guide-table .guide-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.guide-table .guide-heading .v-icon {
  width: 23px;
  height: 23px;
  flex-basis: 23px;
}

.process-step .step-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 13px;
  background: #fff;
}

.process-step .step-icon .v-icon {
  width: 27px;
  height: 27px;
}

.plain-visual-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.plain-visual-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
}

.trust-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 13px;
  background: rgba(255, 255, 255, .08);
}

.trust-icon .v-icon {
  width: 24px;
  height: 24px;
}

.trust-item {
  align-items: center;
}

@media (max-width: 980px) {
  .home-assurance-grid > div {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .home-assurance-grid .assurance-icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 720px) {
  .product-jumpbar .shell {
    display: flex;
    gap: 6px;
    min-height: 0;
    padding-block: 8px;
    overflow-x: auto;
  }

  .product-jumpbar a {
    min-width: max-content;
    padding: 9px 11px;
    white-space: nowrap;
  }

  .home-assurance-grid > div,
  .product-family-grid > a,
  .channel-grid article,
  .ai-capability-title {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .channel-grid .channel-icon,
  .product-family-grid .product-family-icon,
  .ai-capability-title .capability-icon {
    width: 44px;
    height: 44px;
  }

  .product-family-grid > a {
    padding: 20px;
  }

  .ai-capability-card li {
    font-size: 12px;
  }
}

/* Homepage explainer: one visual path replaces repeated prose and step lists. */
.home-infographic-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: 32px;
}

.home-infographic-head h2 {
  max-width: 820px;
  margin: 7px 0 0;
  font-size: clamp(36px, 4.6vw, 66px);
  line-height: .96;
  letter-spacing: -.055em;
}

.home-infographic-head > p {
  max-width: 430px;
  margin: 0;
  color: #5d5d58;
  font-size: 16px;
  line-height: 1.5;
}

.home-infographic {
  display: grid;
  grid-template-columns: minmax(260px, .74fr) minmax(0, 1.5fr);
  border: 1px solid var(--line-light);
  background: #fff;
  box-shadow: 0 26px 70px rgba(9, 16, 30, .08);
}

.home-infographic-event {
  position: relative;
  grid-row: 1 / 3;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  background: #07111d;
}

.home-infographic-event::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 7, 14, .06) 28%, rgba(2, 7, 14, .92) 100%);
  pointer-events: none;
}

.home-infographic-event video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-infographic-event figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  gap: 4px;
  color: #fff;
}

.home-infographic-event figcaption span,
.home-infographic-event figcaption small,
.home-infographic-result small,
.home-infographic-flow > li > small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-infographic-event figcaption span,
.home-infographic-flow > li > small {
  color: #87a8ff;
}

.home-infographic-event figcaption strong {
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1;
  letter-spacing: -.04em;
}

.home-infographic-event figcaption small {
  color: rgba(255, 255, 255, .62);
}

.home-infographic-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 32px 24px 28px;
  list-style: none;
}

.home-infographic-flow::before {
  content: "";
  position: absolute;
  top: 69px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, #1155ff, #36a7ff 52%, #00a86b);
}

.home-infographic-flow li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 0 8px;
  text-align: center;
}

.home-infographic-icon {
  display: grid;
  width: 74px;
  height: 74px;
  margin-bottom: 13px;
  place-items: center;
  border: 2px solid #1155ff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 8px #fff;
}

.home-infographic-icon .v-icon {
  width: 33px;
  height: 33px;
}

.home-infographic-flow__alert .home-infographic-icon {
  border-color: #20b765;
  background: #eaf9f0;
}

.home-infographic-flow li strong {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.05;
  text-transform: uppercase;
}

.home-infographic-flow li p {
  max-width: 14ch;
  margin: 6px 0 0;
  color: #63635f;
  font-size: 12px;
  line-height: 1.3;
}

.home-infographic-channels {
  display: flex;
  gap: 4px;
  margin-top: 11px;
}

.home-infographic-channels img {
  width: 21px;
  height: 21px;
  padding: 3px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
}

.home-infographic-result {
  display: grid;
  grid-template-columns: 58px minmax(160px, .75fr) minmax(260px, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px 28px;
  border-top: 1px solid var(--line-light);
  background: #07111d;
  color: #fff;
}

.home-infographic-result__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #1155ff;
}

.home-infographic-result__icon .v-icon {
  width: 28px;
  height: 28px;
}

.home-infographic-result small {
  display: block;
  margin-bottom: 3px;
  color: #8ca9ff;
}

.home-infographic-result strong {
  font-size: 22px;
  line-height: 1.1;
}

.home-infographic-result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-infographic-result li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 99px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 800;
}

.home-infographic-result .button {
  min-height: 46px;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .home-infographic {
    grid-template-columns: 1fr;
  }

  .home-infographic-event {
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 16 / 7;
  }

  .home-infographic-result {
    grid-template-columns: 58px minmax(160px, .8fr) minmax(240px, 1fr);
  }

  .home-infographic-result .button {
    grid-column: 2 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .home-infographic-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-infographic-head h2 {
    font-size: 38px;
  }

  .home-infographic-event {
    aspect-ratio: 4 / 3;
  }

  .home-infographic-flow {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px 22px;
  }

  .home-infographic-flow::before {
    top: 46px;
    bottom: 46px;
    left: 57px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #1155ff, #36a7ff 52%, #00a86b);
  }

  .home-infographic-flow li {
    grid-template-columns: 70px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    justify-items: start;
    min-height: 92px;
    padding: 8px 0;
    text-align: left;
  }

  .home-infographic-icon {
    grid-row: 1 / 4;
    width: 54px;
    height: 54px;
    margin: 0;
    box-shadow: 0 0 0 7px #fff;
  }

  .home-infographic-icon .v-icon {
    width: 25px;
    height: 25px;
  }

  .home-infographic-flow li strong,
  .home-infographic-flow li p,
  .home-infographic-flow > li > small,
  .home-infographic-channels {
    grid-column: 2;
  }

  .home-infographic-flow li p {
    max-width: none;
    margin-top: 3px;
  }

  .home-infographic-channels {
    margin-top: 7px;
  }

  .home-infographic-result {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 22px;
  }

  .home-infographic-result__icon {
    width: 48px;
    height: 48px;
  }

  .home-infographic-result ul,
  .home-infographic-result .button {
    grid-column: 1 / -1;
  }

  .home-infographic-result .button {
    width: 100%;
  }
}

/* Visual-first labels: a symbol carries the category; words only confirm it. */
.buying-reasons-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
}

.buying-reasons-tabs button img {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.buying-reasons-stage [role="tabpanel"] ul li:has(.v-icon--small) {
  display: flex;
  align-items: center;
  gap: .6rem;
}

@media (max-width: 720px) {
  .buying-reasons-tabs button {
    gap: .4rem;
    white-space: nowrap;
  }

  .buying-reasons-tabs button img {
    width: 1rem;
    height: 1rem;
  }
}

/* Render-safe fixes: protect media content and keep controls from colliding. */
.home-hero .hero-caption {
  top: auto;
  right: auto;
  bottom: clamp(26px, 4vw, 48px);
  width: min(520px, calc(100vw - 48px));
}

.home-hero .hero-caption h1 {
  max-width: 13ch;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.25vw, 46px);
  line-height: 1;
  letter-spacing: -.045em;
}

.home-hero .hero-actions {
  gap: 10px;
}

.home-hero .scroll-cue {
  margin-top: 16px;
}

.page-security .page-intro-grid {
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 4vw, 64px);
}

.page-security .page-copy .display-copy {
  max-width: 11ch;
  font-size: clamp(48px, 5vw, 64px);
  line-height: .94;
  overflow-wrap: normal;
  word-break: normal;
}

.page-security .page-media {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  background: #03070d;
}

.page-security .page-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.resource-route {
  overflow: hidden;
}

.resource-route > p {
  padding: 13px 16px;
}

.resource-route a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 11px 16px;
}

.resource-route .resource-route-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: #1155ff;
  border-radius: 50%;
}

.resource-route .resource-route-icon .v-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.resource-route .resource-route-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  color: #fff;
}

.resource-route .resource-route-copy b {
  font-size: 17px;
  line-height: 1.1;
}

.resource-route .resource-route-copy small {
  overflow: hidden;
  color: #95b3ff;
  font-size: 12px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-route .resource-route-arrow {
  color: #7ea5ff;
  font-size: 20px;
}

.product-event {
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
}

.product-event .product-event-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.product-event .product-event-copy .product-priority {
  position: static;
  justify-self: start;
  width: max-content;
  max-width: 100%;
  margin: 0 0 2px;
  padding: 4px 7px;
  white-space: nowrap;
}

.product-event .product-event-copy strong,
.product-event .product-event-copy > span:not(.product-priority),
.product-event .product-event-copy small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .page-security .page-intro-grid {
    grid-template-columns: 1fr;
  }

  .page-security .page-copy .display-copy {
    max-width: 14ch;
    font-size: clamp(44px, 7vw, 64px);
  }
}

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

  .home-hero .hero-caption {
    left: 18px;
    right: 18px;
    bottom: 24px;
    width: auto;
  }

  .home-hero .hero-caption h1 {
    max-width: 15ch;
    font-size: clamp(28px, 8vw, 36px);
  }

  .home-hero .hero-caption .button {
    min-height: 46px;
  }

  .home-hero .scroll-cue {
    display: none;
  }

  .product-event {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    min-height: 94px;
    padding: 10px;
    overflow: hidden;
  }

  .product-event img {
    width: 72px;
    height: 64px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .product-event .product-event-copy {
    gap: 3px;
    padding: 0;
  }

  .product-event .product-event-copy .product-priority {
    position: static;
    padding: 3px 6px;
  }

  .product-event .product-event-copy strong,
  .product-event .product-event-copy > span:not(.product-priority),
  .product-event .product-event-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .resource-route a {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-height: 60px;
    padding: 10px 12px;
  }

  .resource-route .resource-route-icon {
    width: 34px;
    height: 34px;
  }

  .resource-route .resource-route-copy b {
    font-size: 16px;
  }
}

/* --------------------------------------------------------------------------
   Visual communication system
   Use symbols for fast scanning; keep prose for detail and reassurance.
   -------------------------------------------------------------------------- */

.platform-loop--visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line-dark);
  background: #0a0d12;
}

.platform-loop--visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, #1155ff, #17c978, #1155ff);
  opacity: .65;
}

.platform-loop--visual li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 54px auto auto 1fr;
  justify-items: center;
  min-width: 0;
  min-height: 230px;
  padding: 24px 16px 20px;
  border-right: 1px solid var(--line-dark);
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), transparent);
  text-align: center;
}

.platform-loop--visual li:last-child {
  border-right: 0;
}

.platform-loop--visual li:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  z-index: 3;
  top: 38px;
  right: -12px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #315fbf;
  border-radius: 50%;
  background: #0a0d12;
  color: #8eacff;
  font-size: 14px;
}

.platform-loop--visual .step-icon,
.process-grid--visual .step-icon,
.partner-card__icon,
.trust-list--visual .trust-icon {
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #1155ff;
  box-shadow: 0 10px 28px rgba(17, 85, 255, .22);
}

.platform-loop--visual .step-icon {
  width: 52px;
  height: 52px;
  margin: 0;
  border: 0;
}

.platform-loop--visual .step-icon .v-icon,
.process-grid--visual .step-icon .v-icon,
.partner-card__icon .v-icon,
.trust-list--visual .trust-icon .v-icon {
  width: 27px;
  height: 27px;
  filter: brightness(0) invert(1);
}

.platform-loop--visual li > b {
  margin-top: 16px;
  color: #759aff;
  font-size: 10px;
  letter-spacing: .08em;
}

.platform-loop--visual li > strong {
  margin: 5px 0 8px;
  font-size: 19px;
  line-height: 1.05;
}

.platform-loop--visual li > span:not(.step-icon):not(.platform-loop-channels) {
  color: #aeb4bd;
  font-size: 13px;
  line-height: 1.45;
}

.platform-loop-channels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-top: 12px;
}

.platform-loop-channels img {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.process-grid--visual {
  position: relative;
  gap: 14px;
}

.process-grid--visual .process-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 3px 16px;
  align-content: start;
  min-height: 208px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, .55);
}

.dark-section .process-grid--visual .process-step {
  border-color: var(--line-dark);
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .018));
}

.process-grid--visual .process-step .step-icon {
  grid-row: 1 / 4;
  width: 52px;
  height: 52px;
  margin: 0;
  border: 0;
}

.process-grid--visual .process-step > b {
  color: #1155ff;
  font-size: 10px;
  letter-spacing: .08em;
}

.dark-section .process-grid--visual .process-step > b {
  color: #8eacff;
}

.process-grid--visual .process-step h3 {
  margin: 4px 0 8px;
  font-size: 22px;
  line-height: 1.05;
}

.process-grid--visual .process-step p {
  margin: 0;
  color: #64645f;
  font-size: 13px;
  line-height: 1.45;
}

.dark-section .process-grid--visual .process-step p {
  color: #acb0b8;
}

.trust-list--visual .trust-item {
  display: grid;
  grid-template-columns: 50px 34px minmax(0, 1fr);
  gap: 14px;
  min-height: 92px;
  padding: 17px 0;
}

.trust-list--visual .trust-icon {
  width: 46px;
  height: 46px;
  border: 0;
}

.trust-list--visual .trust-item > b {
  color: #7ea2ff;
  font-size: 10px;
  letter-spacing: .08em;
}

.trust-list--visual .trust-item div > b {
  font-size: 17px;
}

.trust-list--visual .trust-item div > span {
  color: #aeb3bb;
  font-size: 13px;
}

.partner-grid--visual .partner-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 3px 15px;
  min-height: 220px;
  padding: 26px;
}

.partner-card__icon {
  grid-row: 1 / 4;
  width: 50px;
  height: 50px;
}

.partner-grid--visual .partner-card > b {
  color: #8eacff;
  font-size: 10px;
  letter-spacing: .08em;
}

.partner-grid--visual .partner-card h3 {
  margin: 4px 0 8px;
  font-size: 22px;
}

.partner-grid--visual .partner-card p {
  margin: 0;
  color: #aeb3bb;
  font-size: 13px;
}

.pricing-grid--visual .plan ul {
  gap: 0;
}

.pricing-grid--visual .plan li {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 52px;
  padding: 12px 0;
}

.pricing-grid--visual .plan li::before,
.domain-copy li::before,
.featured-resource::before,
.knowledge-card::before,
.role-path-grid article::before,
.deployment-readiness li::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: #1155ff;
  -webkit-mask: url("../icons/eye.svg") center / contain no-repeat;
  mask: url("../icons/eye.svg") center / contain no-repeat;
}

.pricing-grid--visual .plan li:nth-child(1)::before {
  -webkit-mask-image: url("../icons/send.svg");
  mask-image: url("../icons/send.svg");
}

.pricing-grid--visual .plan li:nth-child(2)::before {
  -webkit-mask-image: url("../icons/search.svg");
  mask-image: url("../icons/search.svg");
}

.pricing-grid--visual .plan li:nth-child(3)::before {
  -webkit-mask-image: url("../icons/automation.svg");
  mask-image: url("../icons/automation.svg");
}

.pricing-grid--visual .plan li:nth-child(4)::before {
  -webkit-mask-image: url("../icons/shield.svg");
  mask-image: url("../icons/shield.svg");
}

.pricing-grid--visual .plan.featured li::before {
  background: #fff;
}

.pricing-transparency--visual {
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr);
  gap: 28px;
  align-items: center;
}

.quote-components {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--line-light);
  list-style: none;
}

.quote-components li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 12px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 800;
}

.quote-components .v-icon {
  width: 28px;
  height: 28px;
}

/* Use-case outcomes read as a visual result board instead of a long list. */
.domain-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.domain-copy li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 62px;
  padding: 12px;
  border: 1px solid var(--line-light);
  background: rgba(17, 85, 255, .035);
  font-size: 13px;
  line-height: 1.32;
}

.domain-copy li::before {
  width: 26px;
  height: 26px;
  grid-row: 1 / 3;
  align-self: center;
}

.domain-copy li > b,
.domain-copy li > span {
  grid-column: 2;
}

.domain-copy li:nth-child(2)::before {
  -webkit-mask-image: url("../icons/send.svg");
  mask-image: url("../icons/send.svg");
}

.domain-copy li:nth-child(3)::before {
  -webkit-mask-image: url("../icons/user.svg");
  mask-image: url("../icons/user.svg");
}

.domain-copy li:nth-child(4)::before {
  -webkit-mask-image: url("../icons/report.svg");
  mask-image: url("../icons/report.svg");
}

/* Resource cards show their purpose before the visitor reads the title. */
.featured-resource,
.knowledge-card,
.role-path-grid article {
  position: relative;
  padding-top: 78px;
}

.featured-resource::before,
.knowledge-card::before,
.role-path-grid article::before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 36px;
  height: 36px;
}

.featured-resource:nth-child(1)::before,
.knowledge-card[data-resource-category="product"]::before {
  -webkit-mask-image: url("../icons/eye.svg");
  mask-image: url("../icons/eye.svg");
}

.featured-resource:nth-child(2)::before,
.knowledge-card[data-resource-category="deployment"]::before {
  -webkit-mask-image: url("../icons/camera.svg");
  mask-image: url("../icons/camera.svg");
}

.featured-resource:nth-child(3)::before,
.knowledge-card[data-resource-category="training"]::before {
  -webkit-mask-image: url("../icons/user.svg");
  mask-image: url("../icons/user.svg");
}

.knowledge-card[data-resource-category="security"]::before {
  -webkit-mask-image: url("../icons/shield.svg");
  mask-image: url("../icons/shield.svg");
}

.knowledge-card[data-resource-category="business"]::before {
  -webkit-mask-image: url("../icons/report.svg");
  mask-image: url("../icons/report.svg");
}

.role-path-grid article:nth-child(1)::before {
  -webkit-mask-image: url("../icons/user.svg");
  mask-image: url("../icons/user.svg");
}

.role-path-grid article:nth-child(2)::before {
  -webkit-mask-image: url("../icons/shield.svg");
  mask-image: url("../icons/shield.svg");
}

.role-path-grid article:nth-child(3)::before {
  -webkit-mask-image: url("../icons/automation.svg");
  mask-image: url("../icons/automation.svg");
}

.role-path-grid article:nth-child(4)::before {
  -webkit-mask-image: url("../icons/camera.svg");
  mask-image: url("../icons/camera.svg");
}

.dark-section .role-path-grid article::before {
  background: #8eacff;
}

/* The deployment checklist becomes four recognizable objects. */
.deployment-readiness li {
  position: relative;
  display: grid;
  grid-template-columns: 34px 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.deployment-readiness li::before {
  width: 28px;
  height: 28px;
  background: #8eacff;
}

.deployment-readiness li:nth-child(1)::before {
  -webkit-mask-image: url("../icons/camera.svg");
  mask-image: url("../icons/camera.svg");
}

.deployment-readiness li:nth-child(2)::before {
  -webkit-mask-image: url("../icons/eye.svg");
  mask-image: url("../icons/eye.svg");
}

.deployment-readiness li:nth-child(3)::before {
  -webkit-mask-image: url("../icons/user.svg");
  mask-image: url("../icons/user.svg");
}

.deployment-readiness li:nth-child(4)::before {
  -webkit-mask-image: url("../icons/proof.svg");
  mask-image: url("../icons/proof.svg");
}

@media (max-width: 1050px) {
  .platform-loop--visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .platform-loop--visual::before,
  .platform-loop--visual li::after {
    display: none;
  }

  .platform-loop--visual li:nth-child(3) {
    border-right: 0;
  }

  .platform-loop--visual li:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line-dark);
  }

  .pricing-transparency--visual {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .platform-loop--visual {
    grid-template-columns: 1fr;
  }

  .platform-loop--visual li {
    grid-template-columns: 52px 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-items: start;
    min-height: 0;
    gap: 4px 12px;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
    text-align: left;
  }

  .platform-loop--visual li:last-child {
    border-bottom: 0;
  }

  .platform-loop--visual .step-icon {
    grid-row: 1 / 3;
  }

  .platform-loop--visual li > b {
    grid-column: 2;
    margin: 4px 0 0;
  }

  .platform-loop--visual li > strong {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    margin: 0;
  }

  .platform-loop--visual li > span:not(.step-icon):not(.platform-loop-channels) {
    grid-column: 2 / 4;
  }

  .platform-loop-channels {
    grid-column: 2 / 4;
    justify-content: flex-start;
    margin-top: 5px;
  }

  .process-grid--visual,
  .partner-grid--visual {
    grid-template-columns: 1fr;
  }

  .process-grid--visual .process-step,
  .partner-grid--visual .partner-card {
    min-height: 150px;
  }

  .trust-list--visual .trust-item {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .trust-list--visual .trust-item > b {
    display: none;
  }

  .quote-components,
  .domain-copy ul {
    grid-template-columns: 1fr;
  }

  .featured-resource,
  .knowledge-card,
  .role-path-grid article {
    padding-top: 72px;
  }
}

/* --------------------------------------------------------------------------
   Visual company and contact cues
   The icon is the first reading layer; the words supply the precise detail.
   -------------------------------------------------------------------------- */

.about-facts article,
.about-reach-facts article,
.about-contact-grid a,
.contact-direct--dark a,
.role-grid .role-card {
  position: relative;
}

.about-facts article {
  padding-top: 82px;
}

.about-facts article::before,
.about-reach-facts article::before,
.about-contact-grid a::before,
.contact-direct--dark a::before,
.role-grid .role-card::before {
  content: "";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  background: #1155ff;
  -webkit-mask: url("../icons/browser.svg") center / contain no-repeat;
  mask: url("../icons/browser.svg") center / contain no-repeat;
}

.about-facts article::before {
  top: 26px;
  left: 24px;
}

.about-facts article:nth-child(2)::before {
  -webkit-mask-image: url("../icons/eye.svg");
  mask-image: url("../icons/eye.svg");
}

.about-facts article:nth-child(3)::before {
  -webkit-mask-image: url("../icons/map.svg");
  mask-image: url("../icons/map.svg");
}

.about-facts article:nth-child(4)::before {
  -webkit-mask-image: url("../icons/user.svg");
  mask-image: url("../icons/user.svg");
}

.about-reach-facts article {
  padding-left: 88px;
}

.about-reach-facts article::before {
  top: 50%;
  left: 26px;
  width: 38px;
  height: 38px;
  background: #8eacff;
  -webkit-mask-image: url("../icons/user.svg");
  mask-image: url("../icons/user.svg");
  transform: translateY(-50%);
}

.about-reach-facts article:nth-child(2)::before {
  -webkit-mask-image: url("../icons/map.svg");
  mask-image: url("../icons/map.svg");
}

.about-reach-facts article:nth-child(3)::before {
  -webkit-mask-image: url("../icons/camera.svg");
  mask-image: url("../icons/camera.svg");
}

.about-contact-grid a {
  padding-top: 82px;
}

.about-contact-grid a::before {
  top: 26px;
  left: 26px;
  -webkit-mask-image: url("../icons/email.svg");
  mask-image: url("../icons/email.svg");
}

.about-contact-grid a:nth-child(2)::before {
  -webkit-mask-image: url("../icons/mobile.svg");
  mask-image: url("../icons/mobile.svg");
}

.about-contact-grid a:nth-child(3)::before {
  -webkit-mask-image: url("../icons/send.svg");
  mask-image: url("../icons/send.svg");
}

.about-contact-grid a:nth-child(4)::before {
  -webkit-mask-image: url("../icons/user.svg");
  mask-image: url("../icons/user.svg");
}

.contact-direct--dark a {
  padding-left: 78px;
}

.contact-direct--dark a::before {
  top: 50%;
  left: 24px;
  width: 30px;
  height: 30px;
  background: #8eacff;
  -webkit-mask-image: url("../icons/mobile.svg");
  mask-image: url("../icons/mobile.svg");
  transform: translateY(-50%);
}

.contact-direct--dark a:nth-child(2)::before {
  -webkit-mask-image: url("../icons/email.svg");
  mask-image: url("../icons/email.svg");
}

.role-grid .role-card::before {
  top: clamp(28px, 4vw, 48px);
  right: clamp(28px, 4vw, 48px);
  width: 46px;
  height: 46px;
  background: #8eacff;
  -webkit-mask-image: url("../icons/automation.svg");
  mask-image: url("../icons/automation.svg");
}

.role-grid .role-card:nth-child(2)::before {
  -webkit-mask-image: url("../icons/user.svg");
  mask-image: url("../icons/user.svg");
}

.role-grid .check-list li::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  vertical-align: -3px;
  background: #8eacff;
  -webkit-mask: url("../icons/proof.svg") center / contain no-repeat;
  mask: url("../icons/proof.svg") center / contain no-repeat;
}

@media (max-width: 720px) {
  .about-reach-facts article {
    grid-template-columns: 1fr;
    padding: 72px 22px 22px;
  }

  .about-reach-facts article::before {
    top: 20px;
    left: 22px;
    transform: none;
  }

  .about-reach-facts article span {
    grid-column: 1;
  }

  .about-contact-grid a,
  .about-facts article {
    padding-top: 72px;
  }

  .contact-direct--dark a {
    padding-left: 64px;
  }

  .contact-direct--dark a::before {
    left: 18px;
  }

  .role-grid .role-card::before {
    top: 28px;
    right: 28px;
    width: 38px;
    height: 38px;
  }
}

/*
 * Marketing title system
 * Keep page, section and component titles visibly related across every route.
 * These rules intentionally live last so older page-specific type experiments
 * cannot produce a different scale or wrap behaviour on individual pages.
 */
body {
  --title-page: clamp(42px, 4.1vw, 64px);
  --title-section: clamp(32px, 3vw, 46px);
  --title-component: clamp(24px, 1.9vw, 31px);
}

body h1,
body h2,
body h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

/* Level 1: one page title per route. */
body .page-copy > h1.display-copy {
  max-width: 13ch;
  margin-bottom: 24px;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: var(--title-page);
  font-weight: 900;
  line-height: .91;
  letter-spacing: -.058em;
  text-transform: none;
}

/* Level 2: major ideas and conversion sections. */
body .section-title,
body .compact-section-head h2,
body .home-section-head h2,
body .buying-reasons-head h2,
body .home-faq-intro h2,
body .domain-library-head h2,
body .resource-section-head h2,
body .resource-library-toolbar h2,
body .product-detail-copy h2,
body .visual-story__head h2,
body .resource-support h2,
body .about-origin-copy h2,
body .about-contact-copy h2,
body .about-reach h2,
body .conversation h2.display-copy,
body .orange-section h2.display-copy,
body .blue-section h2.display-copy {
  max-width: 19ch;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: var(--title-section);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.052em;
  text-transform: none;
}

/* Level 3: guides, cards and self-contained feature panels. */
body .resource-guide-head h2,
body .about-company-card h2,
body .visual-story__step h3,
body .product-card h2,
body .feature-card h3 {
  max-width: 24ch;
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--title-component);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-transform: none;
}

/* Keep the cinematic hero readable without letting it become a full-screen poster. */
.marketing-home .home-hero .hero-caption h1 {
  max-width: 22ch;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.04em;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 720px) {
  body {
    --title-page: clamp(36px, 10vw, 46px);
    --title-section: clamp(28px, 8vw, 38px);
    --title-component: clamp(22px, 6.2vw, 28px);
  }

  body .page-copy > h1.display-copy,
  body .section-title,
  body .compact-section-head h2,
  body .home-section-head h2,
  body .buying-reasons-head h2,
  body .home-faq-intro h2,
  body .domain-library-head h2,
  body .resource-section-head h2,
  body .resource-library-toolbar h2,
  body .product-detail-copy h2,
  body .visual-story__head h2,
  body .resource-support h2,
  body .about-origin-copy h2,
  body .about-contact-copy h2,
  body .about-reach h2,
  body .conversation h2.display-copy {
    max-width: 100%;
  }

  .marketing-home .home-hero .hero-caption h1 {
    max-width: 100%;
    font-size: clamp(24px, 6.8vw, 30px);
    line-height: 1.08;
  }
}

/* --------------------------------------------------------------------------
   Guided onboarding roadmap
   This replaces the repeated camera-to-product diagram with a customer-facing
   rollout plan: what to prepare, what happens next, and how go-live is proven.
   -------------------------------------------------------------------------- */

.onboarding-section {
  --onboard-ink: #07111f;
  --onboard-blue: #1858ff;
  --onboard-line: #cfd5df;
  padding-top: clamp(48px, 4.5vw, 72px);
  padding-bottom: clamp(56px, 5vw, 84px);
  background:
    radial-gradient(circle at 79% 16%, rgba(24, 88, 255, .09), transparent 26%),
    #f5f3ee;
}

.onboarding-head {
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  margin-bottom: clamp(28px, 4vw, 48px);
}

.onboarding-head h2 {
  max-width: 12ch;
  font-size: var(--title-section);
  line-height: .95;
  letter-spacing: -.052em;
}

.onboarding-head > p {
  max-width: 44ch;
  padding-top: 14px;
  border-top: 3px solid var(--onboard-blue);
  color: #4f5865;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.55;
}

.onboarding-ready {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 2.28fr);
  margin-bottom: 18px;
  border: 1px solid var(--onboard-line);
  background: rgba(255, 255, 255, .82);
}

.onboarding-ready__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 26px 30px;
  border-right: 1px solid var(--onboard-line);
  background: var(--onboard-ink);
  color: #fff;
}

.onboarding-ready__title span,
.onboarding-stage header small {
  color: #7fa1ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.onboarding-ready__title strong {
  max-width: 16ch;
  font-size: 20px;
  line-height: 1.12;
}

.onboarding-ready ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.onboarding-ready li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  padding: 22px 18px;
  border-right: 1px solid var(--onboard-line);
}

.onboarding-ready li:last-child {
  border-right: 0;
}

.onboarding-ready li img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  object-fit: contain;
}

.onboarding-ready li span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.onboarding-ready li strong {
  color: var(--onboard-ink);
  font-size: 15px;
  line-height: 1.15;
}

.onboarding-ready li small {
  color: #68717d;
  font-size: 13px;
  line-height: 1.25;
}

.onboarding-roadmap {
  counter-reset: onboarding;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--onboard-line);
  border-left: 1px solid var(--onboard-line);
  list-style: none;
  background: #fff;
}

.onboarding-stage {
  position: relative;
  min-width: 0;
  min-height: 348px;
  padding: clamp(24px, 2.6vw, 38px);
  border-right: 1px solid var(--onboard-line);
  border-bottom: 1px solid var(--onboard-line);
  background: #fff;
}

.onboarding-stage::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 44%;
  height: 4px;
  background: var(--onboard-blue);
  content: "";
}

.onboarding-stage header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.onboarding-stage__icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border: 1px solid #b8c9ff;
  border-radius: 50%;
  background: #eef3ff;
}

.onboarding-stage__icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.onboarding-stage__icon--green {
  border-color: #a5dcc7;
  background: #e8f8f1;
}

.onboarding-stage__icon--violet {
  border-color: #cbb8ff;
  background: #f2edff;
}

.onboarding-stage__icon--orange {
  border-color: #ffd0ae;
  background: #fff1e6;
}

.onboarding-stage h3 {
  max-width: 13ch;
  min-height: 2.2em;
  margin: 0 0 24px;
  color: var(--onboard-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.onboarding-stage dl,
.onboarding-stage dl div {
  margin: 0;
}

.onboarding-stage dl {
  border-top: 1px solid var(--onboard-line);
}

.onboarding-stage dl div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #e1e5eb;
}

.onboarding-stage dt {
  color: var(--onboard-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.onboarding-stage dd {
  margin: 0;
  color: #505966;
  font-size: 14px;
  line-height: 1.38;
}

.onboarding-stage--launch {
  background: var(--onboard-blue);
  color: #fff;
}

.onboarding-stage--launch::before {
  background: #b9ff36;
}

.onboarding-stage--launch .onboarding-stage__icon--dark {
  border-color: rgba(255, 255, 255, .45);
  background: rgba(4, 16, 36, .22);
}

.onboarding-stage--launch .onboarding-stage__icon img {
  filter: brightness(0) invert(1);
}

.onboarding-stage--launch header small,
.onboarding-stage--launch h3,
.onboarding-stage--launch dt,
.onboarding-stage--launch dd {
  color: #fff;
}

.onboarding-stage--launch dl,
.onboarding-stage--launch dl div {
  border-color: rgba(255, 255, 255, .28);
}

.onboarding-gate {
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(380px, 1.35fr) auto;
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(28px, 4vw, 52px);
  background:
    linear-gradient(110deg, transparent 0 70%, rgba(24, 88, 255, .25) 70% 100%),
    var(--onboard-ink);
  color: #fff;
}

.onboarding-gate .home-kicker {
  color: #7fa1ff;
}

.onboarding-gate h3 {
  max-width: 17ch;
  margin: 8px 0 0;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.onboarding-gate ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.onboarding-gate li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #d8e0eb;
  font-size: 14px;
  line-height: 1.35;
}

.onboarding-gate li span {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border-radius: 50%;
  background: #b9ff36;
  color: #07111f;
  font-size: 12px;
  font-weight: 900;
}

.onboarding-gate .button {
  min-width: 200px;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .onboarding-ready {
    grid-template-columns: 1fr;
  }

  .onboarding-ready__title {
    border-right: 0;
    border-bottom: 1px solid var(--onboard-line);
  }

  .onboarding-ready__title strong {
    max-width: none;
  }

  .onboarding-roadmap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onboarding-gate {
    grid-template-columns: minmax(240px, .85fr) minmax(360px, 1.15fr);
  }

  .onboarding-gate .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .onboarding-head h2 {
    max-width: 100%;
  }

  .onboarding-ready ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onboarding-ready li:nth-child(2) {
    border-right: 0;
  }

  .onboarding-ready li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--onboard-line);
  }

  .onboarding-roadmap,
  .onboarding-gate {
    grid-template-columns: 1fr;
  }

  .onboarding-stage {
    min-height: 0;
  }

  .onboarding-stage h3 {
    min-height: 0;
  }

  .onboarding-gate ul {
    grid-template-columns: 1fr;
  }

  .onboarding-gate .button {
    grid-column: auto;
  }
}

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

  .onboarding-ready li,
  .onboarding-ready li:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--onboard-line);
  }

  .onboarding-ready li:last-child {
    border-bottom: 0;
  }

  .onboarding-stage dl div {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .onboarding-gate .button {
    width: 100%;
    min-width: 0;
  }
}

/* Keep every non-home route hero on the same title scale, including page
   templates (such as Resources) that do not use the shared .page-copy wrapper. */
body:not(.marketing-home) main > section:first-child h1.display-copy {
  max-width: 13ch;
  margin-bottom: 24px;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: var(--title-page);
  font-weight: 900;
  line-height: .91;
  letter-spacing: -.058em;
  text-transform: none;
}

@media (max-width: 720px) {
  body:not(.marketing-home) main > section:first-child h1.display-copy {
    max-width: 100%;
  }
}

/* Final media-layout pass: keep the complete composition visible at every
   desktop width and use one consistent scale for hero and tab titles. */
.marketing-home .home-hero .hero-caption {
  right: clamp(24px, 5vw, 84px);
  bottom: clamp(28px, 4vw, 58px);
  left: clamp(24px, 5vw, 84px);
  width: auto;
  max-width: none;
}

.marketing-home .home-hero .hero-caption h1 {
  width: max-content;
  max-width: none;
  margin-bottom: 20px;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: -.05em;
  text-transform: uppercase;
  text-wrap: balance;
}

.marketing-home .home-hero .hero-caption h1 span {
  display: block;
  white-space: nowrap;
}

.page-hero > .shell {
  width: min(1680px, calc(100% - clamp(36px, 6vw, 96px)));
  max-width: none;
}

.page-hero .page-intro-grid {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.42fr);
  gap: clamp(30px, 4vw, 66px);
}

.page-hero .page-media {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
}

.page-hero .page-media video,
.page-hero .page-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #050a12;
}

.page-hero .page-media-label {
  right: 0;
  bottom: 0;
  max-width: min(72%, 560px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.buying-reasons-tabs button {
  min-height: 54px;
  padding: 12px 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.home-infographic {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .72fr);
  max-width: 100%;
  overflow: hidden;
}

.home-infographic > * {
  min-width: 0;
}

.home-infographic-event {
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.home-infographic-event video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #07111d;
}

.home-infographic-event::after {
  display: none;
}

.home-infographic-event figcaption {
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 28%;
  padding: 24px clamp(24px, 4vw, 52px) 26px;
  justify-content: end;
  background: #07111d;
  box-shadow: 0 -42px 38px #07111d;
}

.home-infographic-event figcaption strong,
.home-infographic-event figcaption small,
.home-infographic-event figcaption span {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.home-infographic-flow {
  grid-column: 1 / -1;
  grid-row: 2;
}

.home-infographic-result {
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: 58px minmax(0, 1fr);
  align-content: center;
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.home-infographic-result ul,
.home-infographic-result .button {
  grid-column: 1 / -1;
}

.home-infographic-result .button {
  justify-self: start;
}

@media (max-width: 1280px) {
  .home-infographic {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-infographic-event {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 16 / 9;
  }

  .home-infographic-flow {
    grid-column: 1;
    grid-row: 2;
  }

  .home-infographic-result {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: 58px minmax(180px, .8fr) minmax(240px, 1fr) auto;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .home-infographic-result ul,
  .home-infographic-result .button {
    grid-column: auto;
  }
}

@media (max-width: 1050px) {
  .page-hero .page-intro-grid,
  .page-security .page-intro-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-hero .page-media {
    width: 100%;
    max-width: none;
  }

  .home-infographic-result {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .home-infographic-result ul,
  .home-infographic-result .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .marketing-home .home-hero .hero-caption {
    right: 20px;
    left: 20px;
  }

  .marketing-home .home-hero .hero-caption h1 {
    width: auto;
    max-width: 15ch;
    font-size: clamp(27px, 8vw, 38px);
    line-height: .96;
  }

  .marketing-home .home-hero .hero-caption h1 span {
    white-space: normal;
  }

  .page-hero > .shell {
    width: min(100% - 28px, 1680px);
  }

  .page-hero .page-media-label {
    max-width: 88%;
    font-size: 10px;
  }

  .home-infographic-event {
    aspect-ratio: 4 / 3;
  }
}

/* Team-alert buying reason: a routed event, not an empty portrait-image slot. */
.home-buying-reasons {
  overflow: hidden;
}

.buying-reasons-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.buying-reasons-head > * {
  min-width: 0;
}

.buying-reasons-head .text-link {
  justify-self: end;
  white-space: nowrap;
}

.buying-reasons-tabs {
  width: 100%;
  min-width: 0;
}

.buying-reasons-stage #reason-reach {
  grid-template-columns: minmax(340px, .82fr) minmax(520px, 1.18fr);
  min-height: 520px;
}

.buying-reasons-stage #reason-reach > * {
  min-width: 0;
}

.team-alert-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  gap: 18px;
  min-height: 520px;
  padding: clamp(24px, 3vw, 46px);
  color: #07111d;
  background:
    radial-gradient(circle at 90% 8%, rgba(33, 92, 255, .15), transparent 32%),
    linear-gradient(145deg, #f8faff 0%, #eaf0fa 100%);
  border-left: 1px solid rgba(7, 17, 29, .12);
}

.buying-reasons-stage #reason-reach .team-alert-visual img {
  display: block;
  width: auto;
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: transparent;
}

.team-alert-visual__top,
.team-alert-route,
.team-alert-channels,
.team-alert-proof {
  display: flex;
  align-items: center;
}

.team-alert-visual__top {
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(7, 17, 29, .15);
  color: #354257;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.team-alert-visual__top span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.team-alert-visual__top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #13b86b;
  box-shadow: 0 0 0 5px rgba(19, 184, 107, .12);
}

.team-alert-event {
  display: grid;
  grid-template-columns: minmax(180px, .85fr) minmax(190px, 1fr);
  overflow: hidden;
  background: #07111d;
  box-shadow: 0 16px 34px rgba(7, 17, 29, .14);
}

.team-alert-event__media {
  position: relative;
  min-height: 160px;
  overflow: hidden;
}

.buying-reasons-stage #reason-reach .team-alert-event__media img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  filter: saturate(.84) contrast(1.04) brightness(.74);
}

.team-alert-event__media span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 8px;
  color: #fff;
  background: rgba(7, 17, 29, .84);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.team-alert-event__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  color: #fff;
}

.team-alert-event__copy > span {
  align-self: flex-start;
  padding: 5px 8px;
  color: #ff665f;
  border: 1px solid rgba(255, 102, 95, .48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.team-alert-event__copy h4 {
  margin: 0;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1;
}

.team-alert-event__copy p {
  margin: 0;
  color: #b9c6d8;
  font-size: 14px;
  line-height: 1.45;
}

.team-alert-route {
  gap: 14px;
}

.team-alert-route__node {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  padding: 15px 16px;
  background: #fff;
  border: 1px solid rgba(7, 17, 29, .12);
}

.team-alert-route__node img {
  grid-row: 1 / span 2;
  width: 34px !important;
  max-height: 34px;
}

.team-alert-route__node span,
.team-alert-route__node strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-alert-route__node span {
  font-size: 14px;
  font-weight: 800;
}

.team-alert-route__node strong {
  color: #637087;
  font-size: 11px;
  font-weight: 600;
}

.team-alert-route__node--whatsapp {
  border-color: rgba(15, 188, 104, .38);
  box-shadow: inset 3px 0 #19c66f;
}

.team-alert-route__arrow {
  flex: 0 0 auto;
  color: #1f5cff;
  font-size: 28px;
  font-weight: 700;
}

.team-alert-channels {
  flex-wrap: wrap;
  gap: 8px;
}

.team-alert-channels span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: #425169;
  background: rgba(255, 255, 255, .65);
  border: 1px solid rgba(7, 17, 29, .1);
  font-size: 11px;
  font-weight: 700;
}

.team-alert-channels img {
  width: 17px !important;
  max-height: 17px;
}

.team-alert-proof {
  gap: 13px;
  padding: 14px 16px;
  color: #fff;
  background: #07111d;
}

.team-alert-proof > img {
  width: 28px !important;
  max-height: 28px;
  filter: brightness(0) invert(1);
}

.team-alert-proof div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.team-alert-proof span {
  color: #9eb0c8;
  font-size: 11px;
}

.team-alert-proof strong {
  font-size: 13px;
}

.team-alert-proof em {
  margin-left: auto;
  padding: 6px 9px;
  color: #7ee4ad;
  border: 1px solid rgba(126, 228, 173, .42);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .buying-reasons-head {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .buying-reasons-head .text-link {
    justify-self: start;
  }

  .buying-reasons-stage #reason-reach {
    grid-template-columns: minmax(0, 1fr);
  }

  .team-alert-visual {
    min-height: 0;
    border-top: 1px solid rgba(7, 17, 29, .12);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .team-alert-visual {
    gap: 14px;
    padding: 18px;
  }

  .team-alert-event {
    grid-template-columns: minmax(0, 1fr);
  }

  .team-alert-event__media,
  .buying-reasons-stage #reason-reach .team-alert-event__media img {
    min-height: 180px;
  }

  .team-alert-route {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px;
  }

  .team-alert-route__node {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .team-alert-route__node img {
    grid-row: auto;
    justify-self: center;
  }

  .team-alert-proof em {
    display: none;
  }
}

/* Homepage final hardening */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.marketing-home main,
.marketing-home main > section,
.marketing-home .shell,
.marketing-home .shell > *,
.marketing-home [class*="grid"] > * {
  min-width: 0;
}

.marketing-home .home-compact {
  padding-block: clamp(64px, 7vw, 104px) !important;
}

.marketing-home .home-section-head,
.marketing-home .home-infographic-head,
.marketing-home .market-proof-head,
.marketing-home .buying-reasons-head {
  align-items: end !important;
  gap: clamp(24px, 4vw, 64px) !important;
  margin-bottom: clamp(32px, 4vw, 56px) !important;
}

.marketing-home :is(.home-section-head, .home-infographic-head, .market-proof-head, .buying-reasons-head, .home-faq-intro, .home-conversion) h2 {
  max-width: 18ch;
  font-size: clamp(2.35rem, 4.6vw, 4.9rem) !important;
  line-height: .94 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

.marketing-home .home-head-copy,
.marketing-home :is(.home-section-head, .home-infographic-head, .market-proof-head) > p {
  max-width: 34rem !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
  line-height: 1.55 !important;
}

.marketing-home video {
  background: #05080d;
}

.marketing-home .home-infographic-event {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.marketing-home .home-infographic-event video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.home-rollout {
  background: #f3f1ec;
  border-block: 1px solid #d6d2ca;
}

.home-rollout__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #cbc7bf;
  background: #fff;
}

.home-rollout__steps li {
  position: relative;
  padding: clamp(28px, 3vw, 46px);
  border-right: 1px solid #cbc7bf;
}

.home-rollout__steps li:last-child { border-right: 0; }

.home-rollout__steps li > span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 36px;
  border: 1px solid #1155ff;
  border-radius: 50%;
}

.home-rollout__steps img { width: 26px; height: 26px; }
.home-rollout__steps small { color: #1155ff; font-weight: 900; letter-spacing: .12em; }
.home-rollout__steps h3 { margin: 12px 0; font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.04; }
.home-rollout__steps p { max-width: 27ch; color: #5b6169; line-height: 1.5; }

.home-rollout__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 28px;
  color: #fff;
  background: #09111d;
}

.home-rollout__footer p { margin: 0; max-width: 62rem; line-height: 1.5; }

.marketing-home .home-workflow-grid { align-items: stretch !important; }
.marketing-home .home-live-console,
.marketing-home .home-evidence-ledger { min-height: 0 !important; }

.marketing-home .home-usecase-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.marketing-home .buying-reasons-stage [role="tabpanel"] { min-height: 0 !important; }

.marketing-home .buying-reasons-stage [role="tabpanel"] > img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: contain !important;
  background: #070b11;
}

.marketing-home .home-faq details p { max-width: 60ch; }

@media (max-width: 900px) {
  .home-rollout__steps { grid-template-columns: 1fr; }
  .home-rollout__steps li { border-right: 0; border-bottom: 1px solid #cbc7bf; }
  .home-rollout__steps li:last-child { border-bottom: 0; }
  .home-rollout__footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .marketing-home .home-compact { padding-block: 56px !important; }
  .marketing-home :is(.home-section-head, .home-infographic-head, .market-proof-head, .buying-reasons-head) {
    display: grid !important;
    align-items: start !important;
  }
  .marketing-home :is(.home-section-head, .home-infographic-head, .market-proof-head, .buying-reasons-head, .home-faq-intro, .home-conversion) h2 {
    font-size: clamp(2.15rem, 11vw, 3.25rem) !important;
    line-height: .96 !important;
  }
  .home-rollout__steps li { padding: 28px 24px; }
  .home-rollout__steps li > span { margin-bottom: 24px; }
  .home-rollout__footer { padding: 24px; }
  .home-rollout__footer .button { width: 100%; }
  .buying-reasons-tabs { overflow-x: auto; scrollbar-width: none; }
  .buying-reasons-tabs button { flex: 0 0 auto; min-width: 150px; }
}

/* Keep the Team alerts story compact. Legacy tab styles stretched each list
   item to fill the panel, creating the tall striped rail seen in the UI. */
.buying-reasons-stage #reason-reach {
  display: grid !important;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr) !important;
  align-items: stretch !important;
  min-height: 0 !important;
  height: auto !important;
}

.buying-reasons-stage #reason-reach > div {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(30px, 4vw, 54px) !important;
}

.buying-reasons-stage #reason-reach > div > ul {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 24px 0 18px !important;
  padding: 0 !important;
}

.buying-reasons-stage #reason-reach > div > ul > li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 0 !important;
  height: auto !important;
  flex: none !important;
  padding: 11px 12px !important;
  line-height: 1.25 !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  background: rgba(7, 17, 29, .16) !important;
}

.buying-reasons-stage #reason-reach > div > ul > li::before,
.buying-reasons-stage #reason-reach > div > ul > li::after {
  content: none !important;
  display: none !important;
}

.buying-reasons-stage #reason-reach > div > ul > li img {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  min-height: 0 !important;
  flex: 0 0 20px !important;
  object-fit: contain !important;
}

.buying-reasons-stage #reason-reach .team-alert-visual {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto auto auto !important;
  align-content: start !important;
  gap: 14px !important;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(22px, 3vw, 36px) !important;
}

.buying-reasons-stage #reason-reach .team-alert-visual > *,
.buying-reasons-stage #reason-reach .team-alert-event__copy,
.buying-reasons-stage #reason-reach .team-alert-routes,
.buying-reasons-stage #reason-reach .team-alert-route,
.buying-reasons-stage #reason-reach .team-alert-channels,
.buying-reasons-stage #reason-reach .team-alert-channel,
.buying-reasons-stage #reason-reach .team-alert-proof {
  min-height: 0 !important;
  height: auto !important;
  flex: none !important;
}

.buying-reasons-stage #reason-reach .team-alert-event {
  display: grid !important;
  grid-template-columns: minmax(180px, .85fr) minmax(190px, 1fr) !important;
  min-height: 0 !important;
  height: auto !important;
}

.buying-reasons-stage #reason-reach .team-alert-event__media {
  min-height: 150px !important;
  height: 150px !important;
}

.buying-reasons-stage #reason-reach .team-alert-event__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

@media (max-width: 1040px) {
  .buying-reasons-stage #reason-reach {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 680px) {
  .buying-reasons-stage #reason-reach > div,
  .buying-reasons-stage #reason-reach .team-alert-visual {
    padding: 24px !important;
  }

  .buying-reasons-stage #reason-reach .team-alert-event {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* A concise mobile hero keeps the first screen focused while the desktop
   headline retains the stronger two-line product statement. */
.home-hero-title__mobile {
  display: none !important;
}

.home-hero-title__desktop {
  display: block !important;
}

@media (max-width: 760px) {
  .home-hero-title__desktop {
    display: none !important;
  }

  .home-hero-title__mobile {
    display: block !important;
  }

  .marketing-home .home-hero .hero-caption h1.home-hero-title {
    width: calc(100vw - 40px) !important;
    max-width: none !important;
    font-size: clamp(2rem, 8.8vw, 2.35rem) !important;
    line-height: .92 !important;
    letter-spacing: -.055em !important;
  }

  .marketing-home .home-hero .hero-caption h1.home-hero-title .home-hero-title__mobile {
    white-space: nowrap !important;
  }
}
.home-buying-reasons--legacy[hidden],
.home-product-path [hidden] {
  display: none !important;
}

.home-product-path {
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) 0;
  background: #0b121d;
  color: #fff;
}

.home-product-path .buying-reasons-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.home-product-path .buying-reasons-head h2 {
  max-width: 900px;
  margin: .65rem 0 0;
  font-size: clamp(2.5rem, 5.2vw, 5.5rem);
  line-height: .92;
  letter-spacing: -.055em;
}

.home-product-path .reason-head-copy {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #9aaac0;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
}

.home-product-path .text-link {
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.home-product-path .buying-reasons-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .65rem;
  margin-bottom: .8rem;
}

.home-product-path .reason-tab {
  min-height: 60px;
  padding: .8rem 1rem;
  border: 1px solid #344155;
  border-radius: 999px;
  background: transparent;
  color: #aeb9ca;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.home-product-path .reason-tab:hover { transform: translateY(-2px); color: #fff; }
.home-product-path .reason-tab[aria-selected="true"] { border-color: #fff; background: #fff; color: #07101d; }
.home-product-path .reason-tab-index { margin-right: .45rem; color: #2f6cff; font-size: .72rem; }

.home-product-path .buying-reasons-stage {
  overflow: hidden;
  border: 1px solid #334056;
  border-radius: 28px;
  background: #eef3fb;
}

.home-product-path .reason-panel {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr);
  min-height: 520px;
}

.home-product-path .reason-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 4.5rem);
  background: linear-gradient(145deg, #1d5cff 0%, #123ec5 100%);
  color: #fff;
}

.home-product-path .reason-step {
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-product-path .reason-copy h3 {
  max-width: 10ch;
  margin: 1rem 0 1.25rem;
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: .96;
  letter-spacing: -.045em;
}

.home-product-path .reason-copy p {
  max-width: 30rem;
  margin: 0;
  color: #e7efff;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}

.home-product-path .reason-points {
  display: grid;
  gap: .65rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.home-product-path .reason-points li { display: flex; gap: .65rem; align-items: center; font-weight: 700; }
.home-product-path .reason-points li::before { content: "✓"; display: grid; width: 1.5rem; height: 1.5rem; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); }

.home-product-path .reason-link {
  margin-top: auto;
  color: #fff;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-product-path .reason-visual {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 2.5rem);
  flex-direction: column;
  background: radial-gradient(circle at 85% 10%, rgba(47,108,255,.18), transparent 36%), #eef3fb;
}

.home-product-path .reason-visual__bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: #24344a;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-product-path .reason-visual__bar em { color: #14ad78; font-style: normal; }
.home-product-path .reason-visual img {
  width: 100%;
  min-height: 0;
  flex: 1;
  object-fit: contain;
  object-position: center;
  border: 1px solid #c9d4e3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(29, 54, 91, .17);
}

.home-product-path .reason-visual figcaption { margin-top: 1rem; color: #5f6d80; font-size: .92rem; }

@media (max-width: 900px) {
  .home-product-path .buying-reasons-head { grid-template-columns: 1fr; }
  .home-product-path .buying-reasons-tabs { display: flex; overflow-x: auto; padding-bottom: .35rem; }
  .home-product-path .reason-tab { min-width: 150px; }
  .home-product-path .reason-panel { grid-template-columns: 1fr; min-height: 0; }
  .home-product-path .reason-copy { min-height: 400px; }
  .home-product-path .reason-copy h3 { max-width: 13ch; }
  .home-product-path .reason-visual { min-height: 420px; }
}

@media (max-width: 600px) {
  .home-product-path { padding: 3.5rem 0; }
  .home-product-path .buying-reasons-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-product-path .reason-tab { min-width: 0; min-height: 52px; }
  .home-product-path .reason-copy { min-height: 340px; }
  .home-product-path .reason-visual { min-height: 300px; padding: 1rem; }
  .home-product-path .reason-visual figcaption { font-size: .82rem; }
}

/* Keep the pricing configurator eyebrow inside its grid column. */
.config-grid .eyebrow-heading > .outline-label {
  max-width: 100%;
  font-size: clamp(22px, 2.8vw, 38px);
  line-height: 1;
  letter-spacing: .015em;
  white-space: normal;
  text-wrap: balance;
}

/* Global presence: one clear message and a responsive, label-free world map. */
.about-reach-grid {
  grid-template-columns: minmax(280px, .68fr) minmax(480px, 1.32fr);
  align-items: center;
}

.about-reach-copy {
  align-self: center;
}

.about-reach-copy > p:last-child {
  max-width: 540px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .82);
}

.global-presence-map {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .3);
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, .13), transparent 34%),
    rgba(4, 20, 60, .18);
}

.global-presence-art {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  background: #061432;
}

.global-presence-map figcaption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 20px;
  align-items: center;
  padding: 18px 22px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.global-presence-map figcaption strong {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.global-presence-map figcaption span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1040px) {
  .about-reach-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .global-presence-map {
    width: 100%;
  }
}

/* Homepage sections use several bespoke wrappers, so normalize their display
   headings to the same calmer scale as every interior route. */
body.marketing-home main > .motion-home-section h2.motion-title {
  max-width: 19ch;
  font-size: var(--title-section) !important;
  line-height: .95 !important;
  letter-spacing: -.052em !important;
}

@media (max-width: 600px) {
  .global-presence-map figcaption {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    padding: 16px;
  }
}
