/* Shared structure for the public TrackOS content pages. */
.content-page {
  --page-accent: #60a5fa;
  --page-accent-deep: #2563eb;
  background: #f8fafc;
}

/* =====================================================
   BLOG INDEX AND LONG-FORM ARTICLE SYSTEM
   ===================================================== */

.blog-index-page,
.article-page { background: #f7f9fc; }

/* CMS entries keep image dimensions stable regardless of article count. */
.cms-blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.cms-blog-grid .blog-story { padding: 0; border: 0; }
.cms-blog-grid h2 { font-size: 28px; line-height: 1.2; overflow-wrap: anywhere; }
.cms-pagination { display: flex; gap: 24px; padding-top: 40px; }
.cms-pagination a { color: #205acc; font-weight: 700; }
.cms-article-page .article-body { overflow-wrap: anywhere; }
.cms-article-page .article-body pre, .cms-article-page .article-body table { display: block; max-width: 100%; overflow-x: auto; }
.cms-article-page .article-hero h1 { font-size: 64px; overflow-wrap: anywhere; }
@media (max-width: 620px) { .cms-blog-grid { grid-template-columns: 1fr; } .cms-article-page .article-hero h1 { font-size: 38px; } }

.blog-index-hero,
.article-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #081426;
}

.blog-index-hero::after,
.article-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 13, 27, .96) 0%, rgba(5, 13, 27, .78) 43%, rgba(5, 13, 27, .18) 76%, rgba(5, 13, 27, .08) 100%);
}

.blog-index-hero-media,
.article-hero-media,
.blog-index-hero-media picture,
.article-hero-media picture,
.blog-index-hero-media img,
.article-hero-media img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-index-hero-media img,
.article-hero-media img { object-fit: cover; object-position: center; }
.blog-index-hero-media img { object-position: center 54%; }

.blog-index-hero-inner,
.article-hero-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 168px 0 86px;
}

.blog-index-hero-copy,
.article-hero-copy { width: min(760px, 64%); }
.blog-index-hero h1,
.article-hero h1 { margin: 0; color: #fff; font-size: clamp(52px, 7vw, 88px); font-weight: 600; line-height: .98; }
.blog-index-hero-copy > p:last-of-type,
.article-deck { max-width: 690px; margin: 28px 0 0; color: #d4dce8; font-size: 17px; line-height: 1.75; }
.blog-index-hero .section-kicker,
.article-hero .section-kicker { color: #93c5fd; }

.article-meta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px 24px; color: #b8c4d3; font-size: 11px; font-weight: 700; }
.article-meta span { display: inline-flex; align-items: center; gap: 9px; }
.article-meta span:not(:first-child)::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #60a5fa; }

.blog-topic-rail { position: relative; z-index: 2; border-bottom: 1px solid #dbe3ee; background: #fff; }
.blog-topic-rail-inner { width: min(1180px, calc(100% - 48px)); min-height: 76px; margin: 0 auto; display: flex; align-items: stretch; }
.blog-topic-rail-inner > span { min-width: 190px; display: flex; align-items: center; color: #64748b; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.blog-topic-rail a { min-width: 0; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 34px; border-left: 1px solid #e2e8f0; color: #17233a; font-size: 12px; font-weight: 750; transition: color .2s ease, background .2s ease; }
.blog-topic-rail a:last-child { border-right: 1px solid #e2e8f0; }
.blog-topic-rail a:hover { color: #1d4ed8; background: #f5f8fc; }
.blog-topic-rail i { color: #94a3b8; font-style: normal; font-size: 9px; }

.blog-featured { scroll-margin-top: 90px; padding: 112px 24px; background: #fff; }
.blog-featured-inner { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.blog-featured-media { position: relative; min-height: 500px; overflow: hidden; border-radius: 6px; background: #dbe5ef; }
.blog-featured-media img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.blog-featured-media:hover img { transform: scale(1.025); }
.blog-featured-index { position: absolute; z-index: 2; top: 18px; left: 18px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; background: rgba(8,20,38,.78); font-size: 10px; font-weight: 800; backdrop-filter: blur(8px); }
.blog-featured-copy h2 { margin: 18px 0 22px; font-size: clamp(38px, 4.6vw, 58px); line-height: 1.04; }
.blog-featured-copy > p { color: #64748b; font-size: 15px; line-height: 1.78; }
.blog-label { color: #2563eb; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.blog-entry-meta { margin: 26px 0; display: flex; flex-wrap: wrap; gap: 10px 18px; color: #7b8798; font-size: 10px; font-weight: 700; }

.blog-latest { padding: 112px 24px 126px; background: #eef3f8; }
.blog-latest-inner { width: min(1180px, 100%); margin: 0 auto; }
.blog-section-heading { max-width: 760px; margin-bottom: 58px; }
.blog-section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 62px); }
.blog-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cbd5e1; }
.blog-story { min-width: 0; scroll-margin-top: 100px; padding: 24px 0 0; }
.blog-story:first-child { padding-right: 38px; border-right: 1px solid #cbd5e1; }
.blog-story:last-child { padding-left: 38px; }
.blog-story-topline { min-height: 46px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; color: #64748b; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.blog-story-topline b { color: #2563eb; font-family: "Space Grotesk", sans-serif; font-size: 16px; font-weight: 600; }
.blog-story-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 5px; background: #dbe5ef; }
.blog-story-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.blog-story:hover .blog-story-media img { transform: scale(1.025); }
.blog-story h3 { margin: 20px 0 12px; font-size: clamp(25px, 3vw, 34px); line-height: 1.16; }
.blog-story p { margin: 0 0 22px; color: #64748b; font-size: 13px; line-height: 1.72; }

.blog-principle { padding: 94px 24px; color: #f8fafc; background: #0b1528; }
.blog-principle-inner { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.blog-principle h2 { margin: 0; color: #fff; font-size: clamp(38px, 4.8vw, 58px); }
.blog-principle-copy { border-top: 1px solid #334155; }
.blog-principle-copy p { margin: 0; padding: 22px 0; border-bottom: 1px solid #334155; color: #aebdd0; font-size: 14px; line-height: 1.75; }

.article-shell { padding: 0 24px; background: #fff; }
.article-layout { width: min(1120px, 100%); margin: 0 auto; padding: 100px 0 116px; display: grid; grid-template-columns: 210px minmax(0, 760px); gap: clamp(56px, 8vw, 112px); align-items: start; }
.article-contents { position: sticky; top: 110px; padding-top: 9px; border-top: 1px solid #cbd5e1; }
.article-contents > span { display: block; margin: 18px 0; color: #64748b; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-contents a { display: block; padding: 9px 0; color: #64748b; font-size: 11px; line-height: 1.45; transition: color .18s ease, transform .18s ease; }
.article-contents a:hover { color: #1d4ed8; transform: translateX(3px); }
.article-body { min-width: 0; color: #344155; }
.article-lead { margin: 0 0 52px; color: #1e293b; font-family: "Space Grotesk", sans-serif; font-size: clamp(22px, 2.5vw, 29px); line-height: 1.48; }
.article-body section { scroll-margin-top: 110px; }
.article-body section + section { margin-top: 62px; }
.article-body h2 { margin: 0 0 23px; color: #0f172a; font-size: clamp(31px, 4vw, 45px); line-height: 1.08; }
.article-body h3 { margin: 34px 0 13px; color: #162137; font-size: 22px; line-height: 1.3; }
.article-body p,
.article-body li { color: #526074; font-size: 15px; line-height: 1.85; }
.article-body p { margin: 0 0 21px; }
.article-body ul,
.article-body ol { margin: 24px 0; padding-left: 22px; }
.article-body li + li { margin-top: 12px; }
.article-body strong { color: #1e293b; }
.article-summary { margin: 48px 0; padding: 28px 30px; border-left: 3px solid #2563eb; background: #eef4fb; }
.article-summary span { display: block; margin-bottom: 13px; color: #2563eb; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-summary p { margin: 0; color: #24324a; font-size: 15px; font-weight: 650; line-height: 1.7; }
.article-table-wrap { margin: 30px 0; overflow-x: auto; border-top: 1px solid #cbd5e1; }
.article-table { width: 100%; border-collapse: collapse; min-width: 580px; }
.article-table th,
.article-table td { padding: 17px 14px; border-bottom: 1px solid #dbe3ee; text-align: left; vertical-align: top; font-size: 12px; line-height: 1.55; }
.article-table th { color: #0f172a; background: #f7f9fc; font-weight: 800; }
.article-table td { color: #58667a; }
.article-source-note { margin-top: 48px; padding-top: 20px; border-top: 1px solid #dbe3ee; color: #7b8798; font-size: 11px; line-height: 1.7; }
.article-source-note a { color: #1d4ed8; text-decoration: underline; text-underline-offset: 3px; }

.related-reading { padding: 104px 24px 116px; background: #eef3f8; }
.related-reading-inner { width: min(1180px, 100%); margin: 0 auto; }
.related-reading h2 { margin: 0 0 46px; font-size: clamp(38px, 5vw, 58px); }
.related-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cbd5e1; }
.related-link { min-height: 190px; padding: 30px 34px 28px 0; display: flex; flex-direction: column; justify-content: space-between; border-bottom: 1px solid #cbd5e1; }
.related-link:nth-child(odd) { margin-right: 34px; border-right: 1px solid #cbd5e1; }
.related-link:nth-child(even) { padding-left: 34px; }
.related-link span { color: #2563eb; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.related-link strong { max-width: 450px; margin-top: 24px; color: #162137; font-family: "Space Grotesk", sans-serif; font-size: 24px; line-height: 1.25; }
.related-link i { margin-top: 20px; color: #2563eb; font-style: normal; font-size: 18px; }

@media (max-width: 900px) {
  .blog-index-hero,
  .article-hero { min-height: 690px; }
  .blog-index-hero::after,
  .article-hero::after { background: rgba(5, 13, 27, .68); }
  .blog-index-hero-inner,
  .article-hero-inner { width: min(680px, calc(100% - 32px)); padding: 142px 0 70px; }
  .blog-index-hero-copy,
  .article-hero-copy { width: min(660px, 100%); }
  .blog-featured { padding: 84px 20px; }
  .blog-featured-inner { grid-template-columns: 1fr; gap: 44px; }
  .blog-featured-media { min-height: 430px; }
  .blog-latest { padding: 84px 20px 94px; }
  .blog-principle-inner { grid-template-columns: 1fr; gap: 44px; }
  .blog-topic-rail { overflow-x: auto; scrollbar-width: none; }
  .blog-topic-rail::-webkit-scrollbar { display: none; }
  .blog-topic-rail-inner { width: max-content; min-width: 100%; padding-left: 20px; }
  .blog-topic-rail-inner > span { min-width: 152px; }
  .blog-topic-rail a { min-width: 190px; min-height: 70px; }
  .article-layout { width: min(760px, 100%); padding: 76px 0 92px; grid-template-columns: 1fr; gap: 44px; }
  .article-contents { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
  .article-contents > span { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .blog-index-hero,
  .article-hero { min-height: 650px; }
  .blog-index-hero-inner,
  .article-hero-inner { width: calc(100% - 28px); padding-top: 126px; }
  .blog-index-hero h1,
  .article-hero h1 { font-size: 44px; line-height: 1.03; }
  .blog-index-hero-copy > p:last-of-type,
  .article-deck { font-size: 14px; line-height: 1.68; }
  .article-meta { gap: 9px 14px; }
  .blog-featured { padding: 68px 14px; }
  .blog-featured-media { min-height: 300px; }
  .blog-story-grid { grid-template-columns: 1fr; }
  .blog-story:first-child,
  .blog-story:last-child { padding: 28px 0 36px; border-right: 0; border-bottom: 1px solid #cbd5e1; }
  .blog-topic-rail-inner { padding-left: 14px; }
  .blog-topic-rail-inner > span { min-width: 136px; }
  .blog-topic-rail a { min-width: 174px; padding: 0 18px; gap: 20px; }
  .blog-principle { padding: 72px 14px; }
  .article-shell { padding: 0 14px; }
  .article-layout { padding: 62px 0 76px; }
  .article-contents { grid-template-columns: 1fr; }
  .article-lead { margin-bottom: 40px; font-size: 21px; }
  .article-body section + section { margin-top: 52px; }
  .article-body h2 { font-size: 31px; }
  .article-body p,
  .article-body li { font-size: 14px; line-height: 1.78; }
  .article-summary { margin: 38px 0; padding: 24px 22px; }
  .related-reading { padding: 72px 14px 82px; }
  .related-links { grid-template-columns: 1fr; }
  .related-link,
  .related-link:nth-child(odd),
  .related-link:nth-child(even) { min-height: 160px; margin-right: 0; padding: 26px 0; border-right: 0; }
}

.content-page .site-header {
  color: #f8fafc;
}

.page-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #f8fafc;
  background: #0f172a;
}

.page-hero-media,
.page-hero-media picture,
.page-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero-media {
  z-index: -3;
}
.page-hero-media picture {
  display: block;
}
.page-hero-media img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 15, 31, 0.97) 0%,
    rgba(7, 15, 31, 0.84) 39%,
    rgba(7, 15, 31, 0.28) 70%,
    rgba(7, 15, 31, 0.12) 100%
  );
}

.page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(8, 15, 29, 0.7), transparent);
}

.page-hero-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 168px 0 94px;
}

.page-hero-copy {
  width: min(690px, 60%);
}
.page-kicker,
.section-kicker {
  margin: 0 0 22px;
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0 0 26px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

.page-hero-description {
  max-width: 630px;
  margin: 0;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.72;
}

.page-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-hero .button-outline {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(15, 23, 42, 0.2);
  box-shadow: none;
}
.page-hero .button-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.page-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 36px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
}

.page-trust-line span::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--page-accent);
  vertical-align: 1px;
}

.content-band {
  padding: 112px 24px;
}
.content-band-white {
  background: #fff;
}
.content-band-dark {
  color: #f8fafc;
  background: #0f172a;
}
.content-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.content-inner-wide {
  width: min(1280px, 100%);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(440px, 1.28fr);
  gap: clamp(64px, 10vw, 140px);
  align-items: start;
}

.intro-grid h2,
.split-copy h2,
.journey-heading h2,
.page-cta h2,
.resource-heading h2 {
  margin: 0;
  color: #0f172a;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.06;
}

.content-band-dark .intro-grid h2,
.content-band-dark .split-copy h2,
.content-band-dark .journey-heading h2 {
  color: #fff;
}

.intro-copy > p,
.split-copy > p,
.resource-heading > p {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.82;
}

.content-band-dark .intro-copy > p,
.content-band-dark .split-copy > p {
  color: #94a3b8;
}
.intro-copy > p:last-child,
.split-copy > p:last-child {
  margin-bottom: 0;
}

.metric-rail {
  width: min(1180px, calc(100% - 48px));
  margin: -1px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid #dbe3ee;
  border-bottom: 1px solid #dbe3ee;
  background: #fff;
}

.metric-rail div {
  min-height: 128px;
  padding: 28px;
  border-top: 1px solid #dbe3ee;
  border-left: 1px solid #dbe3ee;
}
.metric-rail span,
.metric-rail strong {
  display: block;
}
.metric-rail span {
  margin-bottom: 13px;
  color: #2563eb;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.metric-rail strong {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.45;
}

.feature-editorial {
  margin-top: 70px;
  border-top: 1px solid #cbd5e1;
}
.feature-editorial article {
  min-height: 170px;
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.7fr) minmax(300px, 1.2fr);
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid #cbd5e1;
}
.feature-editorial .feature-index {
  color: var(--page-accent-deep);
  font-size: 11px;
  font-weight: 800;
}
.feature-editorial h3 {
  margin: 0;
  color: #0f172a;
  font-size: 25px;
  letter-spacing: 0;
}
.feature-editorial p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}
.content-band-dark .feature-editorial {
  border-color: #334155;
}
.content-band-dark .feature-editorial article {
  border-color: #334155;
}
.content-band-dark .feature-editorial h3 {
  color: #f8fafc;
}
.content-band-dark .feature-editorial p {
  color: #94a3b8;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
}
.split-layout-reverse .split-copy {
  order: 2;
}

.data-stage {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: 7px;
  background: #0f172a;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.data-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(96, 165, 250, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
}

.stage-route {
  position: absolute;
  inset: 16% 9%;
  border: 3px solid transparent;
  border-top-color: #3b82f6;
  border-right-color: #3b82f6;
  border-radius: 45% 52% 38% 48%;
  transform: rotate(-12deg);
  filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.5));
}
.stage-route::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 56%;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.12);
  animation: stage-pulse 2.2s ease-out infinite;
}
@keyframes stage-pulse {
  from {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.28);
  }
  to {
    box-shadow: 0 0 0 18px rgba(34, 197, 94, 0);
  }
}
.stage-panel {
  position: absolute;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background: rgba(15, 23, 42, 0.88);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.24);
}
.stage-panel span,
.stage-panel strong {
  display: block;
}
.stage-panel span {
  margin-bottom: 7px;
  color: #64748b;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.stage-panel strong {
  color: #f8fafc;
  font-size: 13px;
}
.stage-panel-one {
  top: 12%;
  right: 7%;
}
.stage-panel-two {
  bottom: 13%;
  left: 7%;
}
.stage-panel-three {
  right: 11%;
  bottom: 10%;
}

.process-line {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbd5e1;
}
.process-line article {
  position: relative;
  min-height: 220px;
  padding: 34px 34px 20px 0;
  border-bottom: 1px solid #cbd5e1;
}
.process-line article:not(:last-child) {
  border-right: 1px solid #cbd5e1;
  margin-right: 34px;
}
.process-line span {
  color: var(--page-accent-deep);
  font-size: 11px;
  font-weight: 800;
}
.process-line h3 {
  margin: 34px 0 15px;
  color: #0f172a;
  font-size: 22px;
}
.process-line p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

.device-table {
  margin-top: 58px;
  border-top: 1px solid #cbd5e1;
}
.device-row {
  min-height: 118px;
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(260px, 1.1fr) minmax(
      220px,
      0.8fr
    );
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid #cbd5e1;
}
.device-row h3 {
  margin: 0;
  color: #0f172a;
  font-size: 21px;
}
.device-row p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}
.device-state {
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.resource-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #cbd5e1;
  border: 1px solid #cbd5e1;
}
.resource-grid article {
  min-height: 350px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.resource-grid .resource-type {
  color: #2563eb;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.resource-grid h3 {
  margin: auto 0 16px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.25;
}
.resource-grid p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.72;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.support-option {
  min-height: 260px;
  padding: 34px;
  border: 1px solid #dbe3ee;
  border-radius: 7px;
  background: #fff;
}
.support-option b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 54px;
  border-radius: 6px;
  color: #fff;
  background: #2563eb;
  font-size: 16px;
}
.support-option h2 {
  margin: 0 0 13px;
  color: #0f172a;
  font-size: 23px;
}
.support-option p {
  min-height: 48px;
  margin: 0 0 22px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}
.support-option a {
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 90px;
}
.contact-direct {
  display: grid;
  gap: 1px;
  margin-top: 40px;
  background: #dbe3ee;
  border: 1px solid #dbe3ee;
}
.contact-direct a {
  padding: 21px 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}
.contact-direct a span {
  color: #64748b;
  font-weight: 600;
}
.contact-direct a:hover {
  color: #1d4ed8;
  background: #eff6ff;
}

.contact-brief {
  padding: 44px;
  color: #f8fafc;
  background: #0f172a;
}
.contact-brief h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 30px;
}
.brief-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #334155;
}
.brief-list div {
  padding: 23px 0;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 14px;
  border-bottom: 1px solid #334155;
}
.brief-list b {
  color: #60a5fa;
  font-size: 10px;
}
.brief-list strong {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}
.brief-list p {
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.6;
}

.legal-shell {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 160px 0 110px;
}
.legal-shell h1 {
  margin: 0 0 18px;
  color: #0f172a;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(44px, 7vw, 72px);
  letter-spacing: 0;
}
.legal-updated {
  margin: 0 0 64px;
  color: #64748b;
  font-size: 12px;
}
.legal-section {
  padding: 32px 0;
  border-top: 1px solid #cbd5e1;
}
.legal-section h2 {
  margin: 0 0 15px;
  color: #0f172a;
  font-size: 22px;
}
.legal-section p,
.legal-section li {
  color: #475569;
  font-size: 14px;
  line-height: 1.78;
}
.legal-section ul {
  margin: 15px 0 0;
  padding-left: 20px;
}
.legal-section a {
  color: #1d4ed8;
  font-weight: 700;
}

/* About page: an editorial bridge between automotive operations and practical IT. */
.about-page {
  background: #fff;
}
.about-hero {
  min-height: 790px;
}
.about-hero .page-hero-media img {
  object-position: center;
  transform: scale(1.015);
}
.about-hero::before {
  background: linear-gradient(
    90deg,
    rgba(5, 13, 29, 0.99) 0%,
    rgba(5, 13, 29, 0.93) 34%,
    rgba(5, 13, 29, 0.48) 59%,
    rgba(5, 13, 29, 0.12) 100%
  );
}
.about-hero::after {
  height: 42%;
  background: linear-gradient(0deg, rgba(5, 13, 29, 0.88), transparent);
}
.about-hero .page-hero-inner {
  padding-bottom: 114px;
}
.about-hero .page-hero-copy {
  width: min(760px, 62%);
}
.about-hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 6.2vw, 88px);
}
.about-hero-link {
  min-height: 48px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 800;
}
.about-hero-link span {
  color: #60a5fa;
  font-size: 16px;
  transition: transform 0.2s ease;
}
.about-hero-link:hover span {
  transform: translateY(3px);
}
.about-hero-index {
  position: absolute;
  right: max(24px, calc((100% - 1280px) / 2));
  bottom: 39px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #94a3b8;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-hero-index i {
  width: 30px;
  height: 1px;
  background: rgba(148, 163, 184, 0.46);
}

.about-intro {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 132px 0 122px;
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(460px, 1.2fr);
  gap: 72px clamp(70px, 10vw, 150px);
}
.about-intro h2,
.about-flow h2,
.about-solutions h2,
.about-principles h2 {
  margin: 0;
  color: #0f172a;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.04;
}
.about-intro-copy {
  padding-top: 34px;
}
.about-intro-copy p {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.82;
}
.about-intro-copy p:last-child {
  margin-bottom: 0;
}
.about-focus-line {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}
.about-focus-line > div {
  min-height: 220px;
  padding: 32px 34px 30px 0;
}
.about-focus-line > div:not(:last-child) {
  margin-right: 34px;
  border-right: 1px solid #cbd5e1;
}
.about-focus-line span {
  color: #2563eb;
  font-size: 9px;
  font-weight: 800;
}
.about-focus-line strong {
  max-width: 270px;
  margin: 54px 0 13px;
  display: block;
  color: #0f172a;
  font-size: 19px;
}
.about-focus-line p {
  max-width: 320px;
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.7;
}

.about-flow {
  padding: 132px max(24px, calc((100% - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(580px, 1.28fr);
  gap: clamp(80px, 10vw, 150px);
  color: #f8fafc;
  background: #0b1220;
}
.about-flow-heading {
  position: sticky;
  top: 118px;
  align-self: start;
}
.about-flow h2 {
  color: #fff;
}
.about-flow-heading > p:last-child {
  max-width: 520px;
  margin: 30px 0 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.78;
}
.about-flow-stage {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-top: 1px solid #334155;
  border-bottom: 1px solid #334155;
}
.about-route-graphic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 130px;
}
.about-route-line {
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 63px;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    #2563eb 0 10px,
    transparent 10px 18px
  );
  filter: drop-shadow(0 0 7px rgba(37, 99, 235, 0.7));
}
.about-route-node {
  position: absolute;
  left: 57px;
  width: 14px;
  height: 14px;
  border: 3px solid #0b1220;
  border-radius: 50%;
  background: #60a5fa;
  box-shadow: 0 0 0 1px #334155;
}
.about-route-node-one {
  top: 15%;
}
.about-route-node-two {
  top: 50%;
}
.about-route-node-three {
  bottom: 15%;
}
.about-route-vehicle {
  position: absolute;
  z-index: 2;
  top: 7%;
  left: 48px;
  width: 32px;
  height: 58px;
  background: url("/static/img/marketing/about-route-car.svg") center/contain no-repeat;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .32));
  animation: about-route-motion 8s cubic-bezier(0.45, 0.02, 0.55, 0.98) infinite;
}
@keyframes about-route-motion {
  0%,
  8% {
    top: 7%;
  }
  42%,
  52% {
    top: 46%;
  }
  88%,
  100% {
    top: 84%;
  }
}
.about-flow-steps {
  position: relative;
  z-index: 3;
  margin: 0 0 0 145px;
  padding: 0;
  list-style: none;
}
.about-flow-steps li {
  min-height: 162px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #263348;
}
.about-flow-steps li:last-child {
  border-bottom: 0;
}
.about-flow-steps > li > span {
  color: #60a5fa;
  font-size: 9px;
  font-weight: 800;
}
.about-flow-steps h3 {
  margin: 0 0 11px;
  color: #f8fafc;
  font-size: 21px;
}
.about-flow-steps p {
  max-width: 480px;
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.72;
}

.about-solutions {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(480px, 0.95fr);
  background: #eef3f9;
}
.about-solutions-media {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
.about-solutions-media picture,
.about-solutions-media img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-solutions-media img {
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.about-solutions-media.is-visible img {
  transform: scale(1.025);
}
.about-solutions-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 15, 30, 0.7), transparent 42%);
}
.about-solutions-caption {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 28px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #e2e8f0;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-solutions-caption i {
  height: 1px;
  flex: 1;
  background: rgba(226, 232, 240, 0.48);
}
.about-solutions-copy {
  padding: 116px clamp(48px, 7vw, 112px);
  align-self: center;
}
.about-solutions-copy > p:not(.section-kicker) {
  margin: 25px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.78;
}
.about-solution-links {
  margin-top: 48px;
  border-top: 1px solid #cbd5e1;
}
.about-solution-links a {
  min-height: 92px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #cbd5e1;
}
.about-solution-links span {
  color: #64748b;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-solution-links b {
  color: #0f172a;
  font-size: 13px;
}
.about-solution-links i {
  color: #2563eb;
  font-size: 17px;
  font-style: normal;
  transition: transform 0.2s ease;
}
.about-solution-links a:hover i {
  transform: translateX(4px);
}

.about-principles {
  padding: 132px max(24px, calc((100% - 1280px) / 2));
  background: #fff;
}
.about-principles-heading {
  max-width: 820px;
}
.about-principle-list {
  margin-top: 76px;
  border-top: 1px solid #cbd5e1;
}
.about-principle-list article {
  min-height: 164px;
  display: grid;
  grid-template-columns: 70px minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  align-items: center;
  gap: 38px;
  border-bottom: 1px solid #cbd5e1;
}
.about-principle-list span {
  color: #2563eb;
  font-size: 9px;
  font-weight: 800;
}
.about-principle-list h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
}
.about-principle-list p {
  max-width: 520px;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.75;
}
.about-cta {
  background: #1d4ed8;
}

.page-cta {
  padding: 90px 24px;
  color: #fff;
  background: #2563eb;
}
.page-cta-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
}
.page-cta h2 {
  max-width: 760px;
  color: #fff;
}
.page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-cta .button {
  color: #1e3a8a;
  background: #fff;
}

/* Inner-page navigation dropdowns remain keyboard accessible through native details. */
.nav-group {
  position: relative;
}
.nav-group summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  color: rgba(247, 250, 248, 0.74);
  transition: color 0.18s ease;
}
.nav-group summary::-webkit-details-marker {
  display: none;
}
.nav-group summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 0 3px 8px;
  display: inline-block;
  border-right: 1.5px solid #60a5fa;
  border-bottom: 1.5px solid #60a5fa;
  transform: rotate(45deg);
  transition:
    margin 0.18s ease,
    transform 0.18s ease;
}
.nav-group[open] summary::after {
  margin-bottom: -1px;
  transform: rotate(225deg);
}
.nav-group summary:hover,
.nav-group summary[aria-current="page"] {
  color: #fff;
}
.nav-popover {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: 238px;
  padding: 8px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: #0f172a;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
}
.nav-popover a {
  min-height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #cbd5e1;
  font-size: 12px;
}
.nav-popover a:hover,
.nav-popover a[aria-current="page"] {
  color: #fff;
  background: #1e293b;
}

@media (max-width: 900px) {
  .page-hero {
    min-height: 680px;
  }
  .page-hero::before {
    background: rgba(7, 15, 31, 0.73);
  }
  .page-hero-media img {
    object-position: 64% center;
  }
  .page-hero-inner {
    width: min(680px, calc(100% - 32px));
    padding: 140px 0 74px;
  }
  .page-hero-copy {
    width: min(650px, 100%);
  }
  .page-hero-description {
    color: #e2e8f0;
  }
  .content-band {
    padding: 84px 20px;
  }
  .intro-grid,
  .split-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .split-layout-reverse .split-copy {
    order: 0;
  }
  .metric-rail {
    width: min(680px, calc(100% - 32px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-editorial article {
    grid-template-columns: 48px minmax(180px, 0.7fr) minmax(260px, 1fr);
    gap: 20px;
  }
  .process-line {
    grid-template-columns: 1fr;
  }
  .process-line article:not(:last-child) {
    margin-right: 0;
    border-right: 0;
  }
  .resource-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }
  .resource-grid article {
    min-height: 260px;
  }
  .support-option {
    min-height: 0;
  }
  .support-option b {
    margin-bottom: 34px;
  }
  .device-row {
    grid-template-columns: minmax(150px, 0.7fr) minmax(250px, 1.3fr);
  }
  .device-state {
    grid-column: 2;
    text-align: left;
  }
  .page-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
  }
  .nav-group {
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  }
  .nav-group summary {
    min-height: 52px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #dbe5f2;
    font-size: 14px;
  }
  .nav-group summary::after {
    margin-right: 4px;
  }
  .nav-popover {
    position: static;
    width: auto;
    padding: 0 0 10px 12px;
    transform: none;
    border: 0;
    border-left: 1px solid rgba(96, 165, 250, 0.38);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .nav-popover a {
    min-height: 44px;
    padding: 0 12px;
    border-bottom: 0;
    border-radius: 5px;
    color: #aebdd0;
  }
}

@media (max-width: 560px) {
  .page-hero {
    min-height: 700px;
  }
  .page-hero-inner {
    width: calc(100% - 28px);
    padding-top: 126px;
  }
  .page-hero h1 {
    font-size: 46px;
  }
  .page-hero-description {
    font-size: 15px;
    line-height: 1.65;
  }
  .page-hero-actions .button {
    width: 100%;
  }
  .page-trust-line {
    gap: 10px 16px;
  }
  .content-band {
    padding: 68px 14px;
  }
  .intro-grid h2,
  .split-copy h2,
  .journey-heading h2,
  .resource-heading h2,
  .page-cta h2 {
    font-size: 34px;
  }
  .intro-copy > p,
  .split-copy > p {
    font-size: 14px;
    line-height: 1.72;
  }
  .metric-rail {
    width: calc(100% - 28px);
  }
  .metric-rail div {
    min-height: 112px;
    padding: 20px;
  }
  .feature-editorial {
    margin-top: 44px;
  }
  .feature-editorial article {
    padding: 25px 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }
  .feature-editorial h3 {
    font-size: 21px;
  }
  .feature-editorial p {
    grid-column: 2;
    font-size: 13px;
  }
  .data-stage {
    min-height: 360px;
  }
  .stage-panel {
    padding: 12px;
  }
  .stage-panel-three {
    display: none;
  }
  .process-line article {
    min-height: 0;
    padding: 28px 0;
  }
  .process-line h3 {
    margin-top: 20px;
  }
  .device-row {
    min-height: 0;
    padding: 26px 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .device-state {
    grid-column: auto;
  }
  .resource-grid article {
    min-height: 250px;
    padding: 26px;
  }
  .contact-brief {
    padding: 30px 24px;
  }
  .contact-direct a {
    flex-direction: column;
    gap: 6px;
  }
  .legal-shell {
    padding-top: 130px;
  }
  .page-cta {
    padding: 68px 18px;
  }
  .page-cta-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage-route::after {
    animation: none;
  }
  .about-route-vehicle {
    animation: none;
    top: 46%;
  }
  .about-solutions-media img {
    transition: none;
    transform: none;
  }
}

/* IT & IoT: a distinct connected-system narrative with no external UI dependency. */
.it-iot-page {
  --page-accent: #66b7ff;
  --page-accent-deep: #1769e0;
  color: #142033;
  background: #f4f7fb;
}

.it-iot-hero {
  min-height: 820px;
}
.it-iot-hero .page-hero-media img {
  object-position: 58% center;
  transform: scale(1.02);
}
.it-iot-hero::before {
  background: linear-gradient(
    90deg,
    rgba(4, 13, 29, 0.99) 0%,
    rgba(4, 13, 29, 0.93) 39%,
    rgba(4, 13, 29, 0.46) 66%,
    rgba(4, 13, 29, 0.2) 100%
  );
}
.it-iot-hero::after {
  height: 48%;
  background: linear-gradient(0deg, rgba(4, 13, 29, 0.88), transparent);
}
.it-iot-hero .page-hero-inner {
  padding-bottom: 120px;
}
.it-iot-hero .page-hero-copy {
  width: min(720px, 60%);
}
.it-iot-hero h1 {
  max-width: 700px;
  font-size: 78px;
}
.it-iot-hero-link {
  min-height: 48px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 800;
}
.it-iot-hero-link span {
  color: #66b7ff;
  font-size: 16px;
  transition: transform 0.2s ease;
}
.it-iot-hero-link:hover span {
  transform: translateY(3px);
}
.it-iot-hero-status {
  position: absolute;
  right: max(24px, calc((100% - 1280px) / 2));
  bottom: 46px;
  width: min(350px, calc(100% - 48px));
  min-height: 72px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 6px;
  color: #f8fafc;
  background: rgba(5, 16, 35, 0.86);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}
.it-iot-status-pulse {
  position: relative;
  width: 10px;
  height: 10px;
  justify-self: center;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 0 7px rgba(56, 189, 248, 0.13);
}
.it-iot-status-pulse::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(102, 183, 255, 0.55);
  border-radius: 50%;
  animation: it-iot-pulse 2.4s ease-out infinite;
}
.it-iot-hero-status small,
.it-iot-hero-status strong {
  display: block;
}
.it-iot-hero-status small {
  margin-bottom: 5px;
  color: #7f91aa;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.it-iot-hero-status strong {
  font-size: 12px;
}
.it-iot-hero-status b {
  color: #7dd3fc;
  font-size: 9px;
  text-transform: uppercase;
}

.it-iot-intro {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 132px 0 122px;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(460px, 1.18fr);
  gap: 72px 130px;
}
.it-iot-intro h2,
.it-iot-flow h2,
.it-iot-capabilities h2,
.it-iot-work h2,
.it-iot-delivery h2,
.it-iot-assurance h2 {
  margin: 0;
  color: #0c1729;
  font-family: "Space Grotesk", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.04;
}
.it-iot-intro-copy {
  padding-top: 34px;
}
.it-iot-intro-copy p {
  margin: 0 0 24px;
  color: #5c6b80;
  font-size: 16px;
  line-height: 1.82;
}
.it-iot-intro-copy p:last-child {
  margin-bottom: 0;
}
.it-iot-outcome-line {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}
.it-iot-outcome-line > div {
  min-height: 210px;
  padding: 31px 34px 28px 0;
}
.it-iot-outcome-line > div:not(:last-child) {
  margin-right: 34px;
  border-right: 1px solid #cbd5e1;
}
.it-iot-outcome-line span {
  color: #1769e0;
  font-size: 9px;
  font-weight: 800;
}
.it-iot-outcome-line strong {
  margin: 52px 0 12px;
  display: block;
  color: #0c1729;
  font-size: 20px;
}
.it-iot-outcome-line p {
  max-width: 300px;
  margin: 0;
  color: #65748a;
  font-size: 12px;
  line-height: 1.7;
}

.it-iot-flow {
  min-height: 880px;
  padding: 132px max(24px, calc((100% - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(600px, 1.28fr);
  align-items: center;
  gap: 110px;
  color: #f8fafc;
  background: #08152a;
}
.it-iot-flow-copy {
  align-self: center;
}
.it-iot-flow h2 {
  color: #fff;
}
.it-iot-flow-copy > p:not(.section-kicker) {
  margin: 30px 0 28px;
  color: #9aa9bd;
  font-size: 14px;
  line-height: 1.82;
}
.it-iot-flow .text-link {
  color: #e6f2ff;
}
.it-iot-architecture {
  position: relative;
  min-height: 630px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 62px 74px;
}
.it-iot-architecture::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(122, 149, 184, 0.15);
  background-image:
    linear-gradient(rgba(102, 183, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 183, 255, 0.055) 1px, transparent 1px);
  background-size: 38px 38px;
}
.it-iot-node {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #263957;
  background: rgba(10, 28, 54, 0.94);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.2);
}
.it-iot-node-icon,
.it-iot-capability-icon {
  display: grid;
  place-items: center;
  color: #7dd3fc;
  background: #102f58;
}
.it-iot-node-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border: 1px solid #28517d;
  border-radius: 5px;
}
.it-iot-node-icon svg,
.it-iot-capability-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.it-iot-node small {
  margin-bottom: auto;
  color: #6f89aa;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.it-iot-node h3 {
  margin: 0 0 12px;
  color: #f8fafc;
  font-size: 21px;
}
.it-iot-node p {
  margin: 0;
  color: #90a1b8;
  font-size: 12px;
  line-height: 1.68;
}
.it-iot-node-service,
.it-iot-node-team {
  transform: translateY(34px);
}
.it-iot-path {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  background: #24476e;
}
.it-iot-path::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, transparent, #64b5ff, transparent);
  animation: it-iot-signal 3.2s linear infinite;
}
.it-iot-path-one {
  top: 24%;
  left: 42%;
  width: 18%;
  height: 1px;
}
.it-iot-path-two {
  top: 49%;
  left: 73%;
  width: 1px;
  height: 15%;
}
.it-iot-path-two::after {
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, transparent, #64b5ff, transparent);
  animation-name: it-iot-signal-vertical;
}
.it-iot-path-three {
  bottom: 22%;
  left: 42%;
  width: 18%;
  height: 1px;
}

.it-iot-capabilities {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 132px 0;
}
.it-iot-capabilities-heading {
  max-width: 850px;
}
.it-iot-capabilities-heading > p:last-child {
  max-width: 580px;
  margin: 28px 0 0;
  color: #65748a;
  font-size: 14px;
  line-height: 1.75;
}
.it-iot-capability-list {
  margin-top: 76px;
  border-top: 1px solid #cbd5e1;
}
.it-iot-capability-list article {
  min-height: 168px;
  display: grid;
  grid-template-columns: 64px 44px minmax(240px, 0.75fr) minmax(340px, 1.25fr);
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid #cbd5e1;
}
.it-iot-capability-icon {
  width: 46px;
  height: 46px;
  border: 1px solid #c5d9ef;
  border-radius: 5px;
  color: #1769e0;
  background: #eaf3fc;
}
.it-iot-capability-number {
  color: #1769e0;
  font-size: 9px;
  font-weight: 800;
}
.it-iot-capability-list h3 {
  margin: 0;
  color: #0c1729;
  font-size: 23px;
}
.it-iot-capability-list p {
  max-width: 570px;
  margin: 0;
  color: #65748a;
  font-size: 13px;
  line-height: 1.75;
}

.it-iot-work {
  min-height: 900px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(500px, 0.95fr);
  background: #eaf0f6;
}
.it-iot-work-media {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}
.it-iot-work-media picture,
.it-iot-work-media img {
  width: 100%;
  height: 100%;
  display: block;
}
.it-iot-work-media img {
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.it-iot-work-media.is-visible img {
  transform: scale(1.025);
}
.it-iot-work-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 16, 35, 0.78), transparent 48%);
}
.it-iot-work-caption {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 30px;
  left: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #e2e8f0;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.it-iot-work-caption i {
  height: 1px;
  flex: 1;
  background: rgba(226, 232, 240, 0.46);
}
.it-iot-work-copy {
  padding: 112px clamp(48px, 7vw, 110px);
  align-self: center;
}
.it-iot-work-copy > p:not(.section-kicker) {
  margin: 28px 0 0;
  color: #5c6b80;
  font-size: 14px;
  line-height: 1.82;
}
.it-iot-use-list {
  margin-top: 48px;
  border-top: 1px solid #bdc9d7;
}
.it-iot-use-list > div {
  min-height: 106px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 38px minmax(180px, 0.8fr) minmax(220px, 1.2fr);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #bdc9d7;
}
.it-iot-use-list span {
  color: #1769e0;
  font-size: 8px;
  font-weight: 800;
}
.it-iot-use-list strong {
  color: #152238;
  font-size: 13px;
  line-height: 1.45;
}
.it-iot-use-list p {
  margin: 0;
  color: #65748a;
  font-size: 11px;
  line-height: 1.65;
}

.it-iot-delivery {
  padding: 132px max(24px, calc((100% - 1280px) / 2));
  background: #fff;
}
.it-iot-delivery-heading {
  max-width: 850px;
}
.it-iot-delivery-line {
  margin: 78px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cbd5e1;
  list-style: none;
}
.it-iot-delivery-line li {
  position: relative;
  min-height: 260px;
  padding: 34px 30px 26px 0;
  border-bottom: 1px solid #cbd5e1;
}
.it-iot-delivery-line li:not(:last-child) {
  margin-right: 30px;
  border-right: 1px solid #cbd5e1;
}
.it-iot-delivery-line li::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1769e0;
}
.it-iot-delivery-line span {
  color: #1769e0;
  font-size: 9px;
  font-weight: 800;
}
.it-iot-delivery-line h3 {
  margin: 58px 0 14px;
  color: #0c1729;
  font-size: 22px;
}
.it-iot-delivery-line p {
  margin: 0;
  color: #65748a;
  font-size: 12px;
  line-height: 1.7;
}

.it-iot-assurance {
  padding: 126px max(24px, calc((100% - 1280px) / 2));
  color: #f8fafc;
  background: #10233d;
}
.it-iot-assurance h2 {
  max-width: 850px;
  color: #fff;
}
.it-iot-assurance-list {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #314863;
  border-bottom: 1px solid #314863;
}
.it-iot-assurance-list article {
  min-height: 240px;
  padding: 30px 30px 28px 0;
}
.it-iot-assurance-list article:not(:last-child) {
  margin-right: 30px;
  border-right: 1px solid #314863;
}
.it-iot-assurance-list span {
  color: #7dd3fc;
  font-size: 9px;
  font-weight: 800;
}
.it-iot-assurance-list h3 {
  margin: 54px 0 14px;
  color: #f8fafc;
  font-size: 20px;
}
.it-iot-assurance-list p {
  margin: 0;
  color: #9aa9bd;
  font-size: 12px;
  line-height: 1.7;
}
.it-iot-faq {
  width: min(1280px, calc(100% - 48px));
}
.it-iot-cta {
  background: #1769e0;
}

@keyframes it-iot-pulse {
  from {
    opacity: 0.8;
    transform: scale(0.55);
  }
  to {
    opacity: 0;
    transform: scale(1.45);
  }
}
@keyframes it-iot-signal {
  from {
    left: -60px;
  }
  to {
    left: 100%;
  }
}
@keyframes it-iot-signal-vertical {
  from {
    top: -50px;
  }
  to {
    top: 100%;
  }
}

@media (max-width: 1100px) {
  .it-iot-hero h1 {
    font-size: 68px;
  }
  .it-iot-intro {
    gap: 64px 80px;
  }
  .it-iot-flow {
    grid-template-columns: minmax(280px, 0.68fr) minmax(520px, 1.32fr);
    gap: 64px;
  }
  .it-iot-architecture {
    gap: 46px;
  }
  .it-iot-capability-list article {
    grid-template-columns: 56px 38px minmax(200px, 0.72fr) minmax(300px, 1.28fr);
    gap: 20px;
  }
  .it-iot-work {
    grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  }
  .it-iot-work-copy {
    padding-right: 48px;
    padding-left: 48px;
  }
  .it-iot-use-list > div {
    grid-template-columns: 32px minmax(170px, 0.85fr) minmax(180px, 1.15fr);
  }
}

@media (max-width: 900px) {
  .it-iot-hero {
    min-height: 760px;
  }
  .it-iot-hero::before {
    background: linear-gradient(
      0deg,
      rgba(4, 13, 29, 0.98) 0%,
      rgba(4, 13, 29, 0.86) 66%,
      rgba(4, 13, 29, 0.5) 100%
    );
  }
  .it-iot-hero .page-hero-media img {
    object-position: 64% center;
  }
  .it-iot-hero .page-hero-copy {
    width: min(650px, 100%);
  }
  .it-iot-hero h1 {
    font-size: 58px;
  }
  .it-iot-hero-status {
    display: none;
  }
  .it-iot-intro {
    width: min(680px, calc(100% - 32px));
    padding: 94px 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .it-iot-intro-copy {
    padding-top: 0;
  }
  .it-iot-intro h2,
  .it-iot-flow h2,
  .it-iot-capabilities h2,
  .it-iot-work h2,
  .it-iot-delivery h2,
  .it-iot-assurance h2 {
    font-size: 48px;
  }
  .it-iot-outcome-line {
    grid-template-columns: 1fr;
  }
  .it-iot-outcome-line > div {
    min-height: 0;
    padding: 27px 0;
  }
  .it-iot-outcome-line > div:not(:last-child) {
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #cbd5e1;
  }
  .it-iot-outcome-line strong {
    margin: 24px 0 9px;
  }
  .it-iot-flow {
    padding: 94px max(20px, calc((100% - 680px) / 2));
    grid-template-columns: 1fr;
    gap: 58px;
  }
  .it-iot-flow-copy {
    max-width: 620px;
  }
  .it-iot-architecture {
    min-height: 600px;
  }
  .it-iot-capabilities {
    width: min(680px, calc(100% - 32px));
    padding: 94px 0;
  }
  .it-iot-capability-list {
    margin-top: 58px;
  }
  .it-iot-capability-list article {
    padding: 28px 0;
    grid-template-columns: 54px 34px minmax(0, 1fr);
    gap: 16px;
  }
  .it-iot-capability-list p {
    grid-column: 3;
  }
  .it-iot-work {
    grid-template-columns: 1fr;
  }
  .it-iot-work-media {
    min-height: 560px;
  }
  .it-iot-work-copy {
    padding: 88px max(20px, calc((100% - 680px) / 2));
  }
  .it-iot-delivery,
  .it-iot-assurance {
    padding: 94px max(20px, calc((100% - 680px) / 2));
  }
  .it-iot-delivery-line {
    margin-top: 58px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .it-iot-delivery-line li:nth-child(2) {
    margin-right: 0;
    border-right: 0;
  }
  .it-iot-assurance-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .it-iot-assurance-list article:nth-child(2) {
    margin-right: 0;
    border-right: 0;
  }
  .it-iot-faq {
    width: min(680px, calc(100% - 32px));
  }
}

@media (max-width: 560px) {
  .it-iot-hero {
    min-height: 730px;
  }
  .it-iot-hero .page-hero-inner {
    padding-bottom: 70px;
  }
  .it-iot-hero h1 {
    font-size: 44px;
    line-height: 1.01;
  }
  .it-iot-hero .page-hero-description {
    font-size: 14px;
  }
  .it-iot-hero .page-hero-actions {
    align-items: stretch;
  }
  .it-iot-hero-link {
    justify-content: center;
  }
  .it-iot-intro {
    width: calc(100% - 28px);
    padding: 74px 0;
    gap: 34px;
  }
  .it-iot-intro h2,
  .it-iot-flow h2,
  .it-iot-capabilities h2,
  .it-iot-work h2,
  .it-iot-delivery h2,
  .it-iot-assurance h2 {
    font-size: 38px;
  }
  .it-iot-intro-copy p {
    font-size: 14px;
  }
  .it-iot-flow {
    min-height: 0;
    padding: 76px 14px;
    gap: 42px;
  }
  .it-iot-architecture {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
  }
  .it-iot-architecture::before,
  .it-iot-path {
    display: none;
  }
  .it-iot-node {
    min-height: 218px;
    padding: 24px;
  }
  .it-iot-node-service,
  .it-iot-node-team {
    transform: none;
  }
  .it-iot-node-icon {
    top: 22px;
    right: 22px;
  }
  .it-iot-capabilities {
    width: calc(100% - 28px);
    padding: 76px 0;
  }
  .it-iot-capability-list article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px 15px;
  }
  .it-iot-capability-number {
    display: none;
  }
  .it-iot-capability-list h3 {
    font-size: 20px;
  }
  .it-iot-capability-list p {
    grid-column: 2;
  }
  .it-iot-work-media {
    min-height: 430px;
  }
  .it-iot-work-copy {
    padding: 72px 14px;
  }
  .it-iot-use-list > div {
    padding: 24px 0;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px 12px;
  }
  .it-iot-use-list p {
    grid-column: 2;
  }
  .it-iot-delivery,
  .it-iot-assurance {
    padding: 76px 14px;
  }
  .it-iot-delivery-line {
    grid-template-columns: 1fr;
  }
  .it-iot-delivery-line li {
    min-height: 0;
    padding: 28px 0;
    margin-right: 0 !important;
    border-right: 0 !important;
  }
  .it-iot-delivery-line h3 {
    margin-top: 30px;
  }
  .it-iot-assurance-list {
    grid-template-columns: 1fr;
  }
  .it-iot-assurance-list article {
    min-height: 0;
    padding: 28px 0;
    margin-right: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #314863;
  }
  .it-iot-assurance-list article:last-child {
    border-bottom: 0;
  }
  .it-iot-assurance-list h3 {
    margin-top: 28px;
  }
  .it-iot-faq {
    width: calc(100% - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .it-iot-status-pulse::after,
  .it-iot-path::after {
    animation: none;
  }
  .it-iot-work-media img {
    transition: none;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .about-intro {
    gap: 64px;
  }
  .about-flow {
    grid-template-columns: minmax(280px, 0.75fr) minmax(500px, 1.25fr);
    gap: 64px;
  }
  .about-solutions {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
  }
  .about-solutions-copy {
    padding-right: 48px;
    padding-left: 48px;
  }
  .about-solution-links a {
    grid-template-columns: 100px minmax(0, 1fr) 20px;
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 720px;
  }
  .about-hero::before {
    background: linear-gradient(
      0deg,
      rgba(5, 13, 29, 0.97) 0%,
      rgba(5, 13, 29, 0.78) 62%,
      rgba(5, 13, 29, 0.48) 100%
    );
  }
  .about-hero .page-hero-media img {
    object-position: 66% center;
  }
  .about-hero .page-hero-copy {
    width: min(680px, 100%);
  }
  .about-hero-index {
    display: none;
  }
  .about-intro {
    width: min(680px, calc(100% - 32px));
    padding: 92px 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about-intro-copy {
    padding-top: 0;
  }
  .about-focus-line {
    grid-template-columns: 1fr;
  }
  .about-focus-line > div {
    min-height: 0;
    padding: 28px 0;
  }
  .about-focus-line > div:not(:last-child) {
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #cbd5e1;
  }
  .about-focus-line strong {
    margin-top: 26px;
  }
  .about-flow {
    padding: 92px max(20px, calc((100% - 680px) / 2));
    grid-template-columns: 1fr;
    gap: 58px;
  }
  .about-flow-heading {
    position: static;
  }
  .about-flow-stage {
    min-height: 600px;
  }
  .about-solutions {
    grid-template-columns: 1fr;
  }
  .about-solutions-media {
    min-height: 540px;
  }
  .about-solutions-copy {
    padding: 86px max(20px, calc((100% - 680px) / 2));
  }
  .about-principles {
    padding: 92px max(20px, calc((100% - 680px) / 2));
  }
  .about-principle-list {
    margin-top: 58px;
  }
  .about-principle-list article {
    padding: 28px 0;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }
  .about-principle-list p {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .about-hero {
    min-height: 740px;
  }
  .about-hero .page-hero-inner {
    padding-bottom: 72px;
  }
  .about-hero h1 {
    font-size: 45px;
    line-height: 1.01;
  }
  .about-hero .page-hero-actions {
    align-items: stretch;
  }
  .about-hero-link {
    justify-content: center;
  }
  .about-intro {
    width: calc(100% - 28px);
    padding: 74px 0;
    gap: 34px;
  }
  .about-intro h2,
  .about-flow h2,
  .about-solutions h2,
  .about-principles h2 {
    font-size: 36px;
  }
  .about-intro-copy p {
    font-size: 14px;
    line-height: 1.75;
  }
  .about-focus-line {
    margin-top: 12px;
  }
  .about-flow {
    padding: 76px 14px;
    gap: 44px;
  }
  .about-flow-stage {
    min-height: 620px;
  }
  .about-route-graphic {
    width: 58px;
  }
  .about-route-line {
    left: 26px;
  }
  .about-route-node {
    left: 20px;
  }
  .about-route-vehicle {
    left: 11px;
  }
  .about-flow-steps {
    margin-left: 64px;
  }
  .about-flow-steps li {
    min-height: 154px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
  }
  .about-flow-steps h3 {
    font-size: 18px;
  }
  .about-flow-steps p {
    font-size: 11px;
  }
  .about-solutions-media {
    min-height: 420px;
  }
  .about-solutions-caption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
  .about-solutions-copy {
    padding: 72px 14px;
  }
  .about-solutions-copy > p:not(.section-kicker) {
    font-size: 13px;
  }
  .about-solution-links a {
    min-height: 88px;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 8px;
  }
  .about-solution-links span {
    grid-column: 1;
    margin-bottom: -22px;
  }
  .about-solution-links b {
    grid-column: 1;
    align-self: end;
  }
  .about-solution-links i {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .about-principles {
    padding: 76px 14px;
  }
  .about-principle-list article {
    grid-template-columns: 32px minmax(0, 1fr);
  }
  .about-principle-list h3 {
    font-size: 19px;
  }
  .about-principle-list p {
    font-size: 12px;
  }
}

/* Contact page: one focused WhatsApp handoff with no backend form submission. */
.contact-page {
  background: #fff;
}
.contact-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #0b1220;
}
.contact-hero-media,
.contact-hero-media picture,
.contact-hero-media img,
.contact-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.contact-hero-media {
  z-index: -3;
}
.contact-hero-media picture,
.contact-hero-media img {
  display: block;
}
.contact-hero-media img {
  object-fit: cover;
  object-position: center;
  animation: contact-image-in 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.contact-hero-shade {
  z-index: -2;
  background: linear-gradient(
    90deg,
    rgba(5, 13, 29, 0.98) 0%,
    rgba(5, 13, 29, 0.91) 38%,
    rgba(5, 13, 29, 0.38) 68%,
    rgba(5, 13, 29, 0.1) 100%
  );
}
.contact-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(5, 13, 29, 0.82), transparent);
}
@keyframes contact-image-in {
  from {
    transform: scale(1.045);
  }
  to {
    transform: scale(1.015);
  }
}
.contact-hero-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 172px 0 98px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
}
.contact-hero-copy {
  width: min(710px, 62%);
}
.contact-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 6.5vw, 92px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}
.contact-hero-copy > p:not(.page-kicker) {
  max-width: 630px;
  margin: 28px 0 0;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.75;
}
.contact-hero-copy .button {
  margin-top: 34px;
}
.contact-hero-signal {
  min-width: 190px;
  padding: 18px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.contact-signal-icon,
.contact-channel-icon {
  display: grid;
  place-items: center;
  color: #60a5fa;
}
.contact-signal-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(96, 165, 250, 0.38);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.58);
}
.contact-signal-icon svg,
.contact-channel-icon svg,
.contact-submit svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-hero-signal small,
.contact-hero-signal strong,
.contact-channel small,
.contact-channel strong {
  display: block;
}
.contact-hero-signal small {
  margin-bottom: 5px;
  color: #94a3b8;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.contact-hero-signal strong {
  color: #fff;
  font-size: 14px;
}

.contact-workspace {
  padding: 126px max(24px, calc((100% - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: clamp(80px, 11vw, 160px);
  background: #eef3f9;
}
.contact-workspace-intro {
  position: sticky;
  top: 116px;
}
.contact-workspace h2,
.contact-prepare h2,
.contact-support-band h2 {
  margin: 0;
  color: #0f172a;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(38px, 4.5vw, 60px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
}
.contact-workspace-intro > p:not(.section-kicker) {
  max-width: 500px;
  margin: 28px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.78;
}
.contact-channel {
  max-width: 390px;
  margin-top: 44px;
  padding: 21px 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}
.contact-channel-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #bfdbfe;
  border-radius: 50%;
  background: #eff6ff;
}
.contact-channel small {
  margin-bottom: 4px;
  color: #64748b;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.contact-channel strong {
  color: #0f172a;
  font-size: 14px;
}
.contact-channel > i {
  color: #2563eb;
  font-size: 18px;
  font-style: normal;
  text-align: right;
}

.contact-form {
  scroll-margin-top: 110px;
  padding: 52px;
  border: 1px solid #dbe3ee;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.1);
}
.contact-field {
  margin-bottom: 28px;
}
.contact-field label {
  margin-bottom: 10px;
  display: block;
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
}
.contact-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.contact-label-row > span {
  margin-bottom: 10px;
  color: #94a3b8;
  font-size: 9px;
}
.contact-label-row b {
  font-weight: 700;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  outline: 0;
  color: #0f172a;
  background: #fff;
  font: inherit;
  font-size: 14px;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.contact-field input,
.contact-field select {
  height: 54px;
  padding: 0 16px;
}
.contact-field textarea {
  min-height: 170px;
  padding: 16px;
  display: block;
  resize: vertical;
  line-height: 1.65;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #94a3b8;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.11);
}
.contact-field input.is-invalid,
.contact-field select.is-invalid,
.contact-field textarea.is-invalid {
  border-color: #dc2626;
  background: #fffafa;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}
.contact-select-wrap {
  position: relative;
}
.contact-select-wrap select {
  padding-right: 46px;
  appearance: none;
  cursor: pointer;
}
.contact-select-wrap > span {
  position: absolute;
  top: 50%;
  right: 17px;
  color: #2563eb;
  pointer-events: none;
  transform: translateY(-56%);
}
.contact-field-error {
  min-height: 17px;
  padding-top: 6px;
  display: block;
  color: #b91c1c;
  font-size: 10px;
  line-height: 1.4;
}
.contact-submit {
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #2563eb;
  box-shadow: 0 15px 32px rgba(37, 99, 235, 0.22);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.contact-submit:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 19px 38px rgba(37, 99, 235, 0.27);
}
.contact-submit:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: 3px;
}
.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}
.contact-submit.is-loading svg {
  animation: contact-submit-pulse 0.7s ease-in-out infinite alternate;
}
@keyframes contact-submit-pulse {
  to {
    transform: translate(3px, -3px);
  }
}
.contact-privacy {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 10px;
  line-height: 1.65;
}
.contact-privacy a {
  color: #1d4ed8;
  font-weight: 800;
}
.contact-form-status {
  min-height: 18px;
  margin: 9px 0 0;
  color: #334155;
  font-size: 10px;
  font-weight: 700;
}

.contact-prepare {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 126px 0;
}
.contact-prepare-heading {
  max-width: 840px;
}
.contact-prepare-list {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}
.contact-prepare-list article {
  min-height: 230px;
  padding: 32px 34px 28px 0;
}
.contact-prepare-list article:not(:last-child) {
  margin-right: 34px;
  border-right: 1px solid #cbd5e1;
}
.contact-prepare-list span {
  color: #2563eb;
  font-size: 9px;
  font-weight: 800;
}
.contact-prepare-list h3 {
  margin: 58px 0 13px;
  color: #0f172a;
  font-size: 20px;
}
.contact-prepare-list p {
  max-width: 320px;
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.72;
}

.contact-support-band {
  padding: 96px max(24px, calc((100% - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(450px, 1.22fr);
  align-items: end;
  gap: clamp(80px, 11vw, 160px);
  background: #f1f5f9;
}
.contact-support-band h2 {
  font-size: clamp(36px, 4vw, 54px);
}
.contact-support-band > div:last-child > p {
  max-width: 650px;
  margin: 0 0 28px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.78;
}

@media (max-width: 900px) {
  .contact-hero {
    min-height: 720px;
  }
  .contact-hero-media img {
    object-position: 62% center;
  }
  .contact-hero-shade {
    background: linear-gradient(
      0deg,
      rgba(5, 13, 29, 0.98) 0%,
      rgba(5, 13, 29, 0.75) 66%,
      rgba(5, 13, 29, 0.34) 100%
    );
  }
  .contact-hero-inner {
    width: min(680px, calc(100% - 32px));
    padding: 140px 0 74px;
  }
  .contact-hero-copy {
    width: min(650px, 100%);
  }
  .contact-hero-signal {
    display: none;
  }
  .contact-workspace {
    padding: 88px max(20px, calc((100% - 680px) / 2));
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-workspace-intro {
    position: static;
  }
  .contact-form {
    padding: 42px;
  }
  .contact-prepare {
    width: min(680px, calc(100% - 32px));
    padding: 88px 0;
  }
  .contact-prepare-list {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }
  .contact-prepare-list article {
    min-height: 0;
    padding: 28px 0;
  }
  .contact-prepare-list article:not(:last-child) {
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #cbd5e1;
  }
  .contact-prepare-list h3 {
    margin-top: 26px;
  }
  .contact-support-band {
    padding: 82px max(20px, calc((100% - 680px) / 2));
    grid-template-columns: 1fr;
    align-items: start;
    gap: 38px;
  }
}

@media (max-width: 560px) {
  .contact-hero {
    min-height: 700px;
  }
  .contact-hero-inner {
    width: calc(100% - 28px);
    padding: 126px 0 68px;
  }
  .contact-hero h1 {
    font-size: 48px;
  }
  .contact-hero-copy > p:not(.page-kicker) {
    font-size: 14px;
    line-height: 1.68;
  }
  .contact-hero-copy .button {
    width: 100%;
  }
  .contact-workspace {
    padding: 72px 14px;
  }
  .contact-workspace h2,
  .contact-prepare h2,
  .contact-support-band h2 {
    font-size: 35px;
  }
  .contact-channel {
    margin-top: 34px;
  }
  .contact-form {
    padding: 26px 20px;
  }
  .contact-field {
    margin-bottom: 22px;
  }
  .contact-field input,
  .contact-field select {
    height: 52px;
  }
  .contact-field textarea {
    min-height: 160px;
  }
  .contact-prepare {
    width: calc(100% - 28px);
    padding: 72px 0;
  }
  .contact-support-band {
    padding: 68px 14px;
  }
  .contact-support-band > div:last-child > p {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero-media img {
    animation: none;
    transform: none;
  }
  .contact-submit.is-loading svg {
    animation: none;
  }
}

/* Fleet Solutions: industrial editorial storytelling with honest device boundaries. */
.fleet-solutions-page {
  --page-accent: #7dd3fc;
  --page-accent-deep: #1d65d8;
  color: #172235;
  background: #f6f8fb;
}

.fleet-solutions-hero {
  min-height: 830px;
}
.fleet-solutions-hero .page-hero-media img {
  object-position: 62% center;
  transform: scale(1.015);
}
.fleet-solutions-hero::before {
  background: linear-gradient(
    90deg,
    rgba(4, 12, 25, 0.99) 0%,
    rgba(4, 12, 25, 0.94) 39%,
    rgba(4, 12, 25, 0.44) 68%,
    rgba(4, 12, 25, 0.15) 100%
  );
}
.fleet-solutions-hero::after {
  height: 52%;
  background: linear-gradient(0deg, rgba(4, 12, 25, 0.9), transparent);
}
.fleet-solutions-hero .page-hero-inner {
  padding-bottom: 124px;
}
.fleet-solutions-hero .page-hero-copy {
  width: min(760px, 62%);
}
.fleet-solutions-hero h1 {
  max-width: 750px;
  font-size: 72px;
  line-height: 1;
}
.fleet-hero-link {
  min-height: 48px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 800;
}
.fleet-hero-link span {
  color: #7dd3fc;
  font-size: 16px;
  transition: transform 0.2s ease;
}
.fleet-hero-link:hover span {
  transform: translate(3px, -2px);
}
.fleet-hero-readout {
  position: absolute;
  right: max(24px, calc((100% - 1280px) / 2));
  bottom: 45px;
  width: 370px;
  min-height: 76px;
  padding: 14px 17px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px auto;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 6px;
  color: #f8fafc;
  background: rgba(5, 17, 34, 0.88);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}
.fleet-readout-marker {
  position: relative;
  width: 13px;
  height: 13px;
  justify-self: center;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.13);
}
.fleet-readout-marker::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(125, 211, 252, 0.55);
  border-radius: 50%;
  animation: fleet-readout-pulse 2.4s ease-out infinite;
}
.fleet-hero-readout small,
.fleet-hero-readout strong {
  display: block;
}
.fleet-hero-readout small {
  margin-bottom: 5px;
  color: #7f91aa;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.fleet-hero-readout strong {
  font-size: 12px;
}
.fleet-hero-readout > i {
  width: 1px;
  height: 30px;
  background: #334155;
}
.fleet-hero-readout > b {
  color: #7dd3fc;
  font-size: 9px;
  text-transform: uppercase;
}

.fleet-reality {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 132px 0 118px;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(460px, 1.18fr);
  gap: 72px 130px;
}
.fleet-reality h2,
.fleet-industries h2,
.fleet-gps h2,
.fleet-dashcam h2,
.fleet-connected h2,
.fleet-hardware h2 {
  margin: 0;
  color: #0b1729;
  font-family: "Space Grotesk", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.04;
}
.fleet-reality-copy {
  padding-top: 32px;
}
.fleet-reality-copy p {
  margin: 0 0 24px;
  color: #5d6c80;
  font-size: 16px;
  line-height: 1.82;
}
.fleet-reality-copy p:last-child {
  margin-bottom: 0;
}
.fleet-reality-line {
  grid-column: 1 / -1;
  min-height: 94px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
  color: #3b4a60;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.fleet-reality-line span {
  white-space: nowrap;
}
.fleet-reality-line i {
  position: relative;
  height: 1px;
  flex: 1;
  background: #bdc9d8;
}
.fleet-reality-line i::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1d65d8;
}

.fleet-industries {
  padding: 126px max(24px, calc((100% - 1280px) / 2));
  color: #f8fafc;
  background: #08162a;
}
.fleet-industries h2 {
  max-width: 980px;
  color: #fff;
}
.fleet-industries-heading > p:last-child {
  max-width: 680px;
  margin: 30px 0 0;
  color: #9aa9bc;
  font-size: 14px;
  line-height: 1.8;
}
.fleet-industry-workspace {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  border-top: 1px solid #30435c;
  border-bottom: 1px solid #30435c;
}
.fleet-industry-tabs {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #30435c;
}
.fleet-industry-tabs button {
  position: relative;
  min-height: 102px;
  padding: 20px 28px 20px 54px;
  border: 0;
  border-bottom: 1px solid #263a53;
  color: #92a2b7;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  transition:
    color 0.22s ease,
    background 0.22s ease;
}
.fleet-industry-tabs button:last-child {
  border-bottom: 0;
}
.fleet-industry-tabs button span {
  position: absolute;
  top: 23px;
  left: 0;
  color: #58708e;
  font-size: 8px;
}
.fleet-industry-tabs button::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 3px;
  background: transparent;
}
.fleet-industry-tabs button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
}
.fleet-industry-tabs button[aria-selected="true"] {
  color: #fff;
  background: #10243f;
}
.fleet-industry-tabs button[aria-selected="true"]::after {
  background: #f0b44c;
}
.fleet-industry-tabs button:focus-visible {
  z-index: 2;
  outline: 2px solid #7dd3fc;
  outline-offset: -4px;
}
.fleet-industry-stage {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #0f233d;
}
.fleet-industry-stage picture,
.fleet-industry-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.fleet-industry-stage img {
  object-fit: cover;
  object-position: center;
  transition:
    transform 1s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.35s ease;
}
.fleet-industry-stage.is-visible img {
  transform: scale(1.025);
}
.fleet-industry-stage[data-fleet-industry-stage="mining"] img {
  object-position: 30% center;
  filter: saturate(0.82) contrast(1.05);
}
.fleet-industry-stage[data-fleet-industry-stage="energy"] img {
  object-position: 72% center;
  filter: saturate(0.75) contrast(1.04);
}
.fleet-industry-stage[data-fleet-industry-stage="construction"] img {
  object-position: 15% center;
  filter: saturate(0.9);
}
.fleet-industry-stage[data-fleet-industry-stage="passenger"] img {
  object-position: 88% center;
  filter: saturate(0.82);
}
.fleet-industry-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(3, 11, 23, 0.97) 0%,
    rgba(3, 11, 23, 0.38) 68%,
    rgba(3, 11, 23, 0.08) 100%
  );
}
.fleet-industry-stage article {
  position: absolute;
  z-index: 2;
  right: 54px;
  bottom: 50px;
  left: 54px;
  max-width: 760px;
  animation: fleet-panel-enter 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.fleet-industry-stage article[hidden] {
  display: none;
}
.fleet-industry-stage article > p {
  margin: 0 0 17px;
  color: #f0b44c;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.fleet-industry-stage h3 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.08;
}
.fleet-industry-stage article > span {
  max-width: 680px;
  margin-top: 22px;
  display: block;
  color: #c4d0de;
  font-size: 13px;
  line-height: 1.75;
}

.fleet-gps {
  padding: 132px max(24px, calc((100% - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(600px, 1.18fr);
  align-items: center;
  gap: 110px;
  background: #edf2f7;
}
.fleet-gps-copy > p:not(.section-kicker) {
  margin: 26px 0 0;
  color: #5d6c80;
  font-size: 14px;
  line-height: 1.8;
}
.fleet-gps-copy .text-link {
  margin-top: 30px;
}
.fleet-map-stage {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid #c5d1df;
  border-radius: 6px;
  background-color: #dce5ed;
  background-image:
    linear-gradient(rgba(67, 94, 123, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 94, 123, 0.1) 1px, transparent 1px);
  background-size: 48px 48px;
  box-shadow: 0 28px 65px rgba(25, 47, 72, 0.16);
}
.fleet-map-road {
  position: absolute;
  width: 130%;
  height: 56px;
  border: 1px solid rgba(98, 118, 140, 0.28);
  background: #c6d2dc;
}
.fleet-map-road::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    #fff 0 20px,
    transparent 20px 38px
  );
}
.fleet-map-road-one {
  top: 35%;
  left: -15%;
  transform: rotate(-18deg);
}
.fleet-map-road-two {
  top: 63%;
  left: -15%;
  transform: rotate(23deg);
}
.fleet-map-route {
  position: absolute;
  top: 14%;
  right: 12%;
  bottom: 18%;
  left: 13%;
  border: 4px solid transparent;
  border-top-color: #1d65d8;
  border-right-color: #1d65d8;
  border-radius: 48% 42% 50% 38%;
  transform: rotate(13deg);
  filter: drop-shadow(0 0 5px rgba(29, 101, 216, 0.35));
}
.fleet-map-stop {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #1d65d8;
  box-shadow: 0 5px 13px rgba(13, 39, 68, 0.25);
}
.fleet-map-stop-one {
  top: 21%;
  left: 26%;
}
.fleet-map-stop-two {
  top: 38%;
  right: 15%;
}
.fleet-map-stop-three {
  right: 31%;
  bottom: 17%;
}
.fleet-map-vehicle {
  position: absolute;
  z-index: 3;
  top: 18%;
  left: 23%;
  width: 34px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 8px 8px 6px 6px;
  background: #1d65d8;
  box-shadow:
    0 0 0 1px #0b3a7a,
    0 12px 22px rgba(12, 44, 79, 0.28);
  animation: fleet-map-drive 8s cubic-bezier(0.45, 0.02, 0.55, 0.98) infinite;
}
.fleet-map-vehicle::before,
.fleet-map-vehicle::after {
  content: "";
  position: absolute;
  right: 5px;
  left: 5px;
  height: 8px;
  border-radius: 2px;
  background: #bce7fa;
}
.fleet-map-vehicle::before {
  top: 6px;
}
.fleet-map-vehicle::after {
  bottom: 6px;
}
.fleet-map-label {
  position: absolute;
  z-index: 4;
  min-width: 150px;
  padding: 13px 15px;
  border: 1px solid rgba(19, 48, 78, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 25px rgba(18, 49, 80, 0.12);
}
.fleet-map-label small,
.fleet-map-label strong {
  display: block;
}
.fleet-map-label small {
  margin-bottom: 6px;
  color: #718197;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.fleet-map-label strong {
  color: #10233d;
  font-size: 12px;
}
.fleet-map-label-current {
  top: 9%;
  right: 8%;
}
.fleet-map-label-update {
  bottom: 12%;
  left: 7%;
}
.fleet-map-scale {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #4a5c71;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.fleet-map-scale i {
  height: 1px;
  flex: 1;
  background: #8da1b6;
}
.fleet-map-scale b {
  color: #174f9f;
}

.fleet-dashcam {
  position: relative;
  isolation: isolate;
  min-height: 850px;
  padding: 132px max(24px, calc((100% - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(500px, 1.2fr);
  align-items: center;
  color: #f8fafc;
  overflow: hidden;
  background: #090f18;
}
.fleet-dashcam-media,
.fleet-dashcam-media picture,
.fleet-dashcam-media img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.fleet-dashcam-media img {
  object-fit: cover;
  object-position: center;
}
.fleet-dashcam::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 8, 14, 0.99) 0%,
    rgba(3, 8, 14, 0.91) 38%,
    rgba(3, 8, 14, 0.28) 70%,
    rgba(3, 8, 14, 0.1) 100%
  );
}
.fleet-dashcam::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35%;
  background: linear-gradient(0deg, rgba(3, 8, 14, 0.88), transparent);
}
.fleet-dashcam-copy {
  max-width: 610px;
}
.fleet-dashcam h2 {
  color: #fff;
}
.fleet-dashcam-copy > p:not(.section-kicker) {
  margin: 29px 0 0;
  color: #b7c3d1;
  font-size: 15px;
  line-height: 1.82;
}
.fleet-dashcam-note {
  margin: 42px 0 30px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.28);
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
}
.fleet-camera-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #40536a;
  border-radius: 5px;
  color: #f0b44c;
  background: rgba(11, 29, 49, 0.78);
}
.fleet-camera-icon svg,
.fleet-source-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fleet-dashcam-note small,
.fleet-dashcam-note strong {
  display: block;
}
.fleet-dashcam-note small {
  margin-bottom: 7px;
  color: #718197;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.fleet-dashcam-note strong {
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1.55;
}
.fleet-dashcam .text-link {
  color: #fff;
}
.fleet-video-timeline {
  position: absolute;
  right: max(24px, calc((100% - 1280px) / 2));
  bottom: 46px;
  width: min(720px, 48%);
  display: flex;
  align-items: center;
  gap: 14px;
  color: #c3ceda;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.fleet-video-timeline i {
  position: relative;
  height: 1px;
  flex: 1;
  background: rgba(195, 206, 218, 0.4);
}
.fleet-video-timeline i::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f0b44c;
}
.fleet-video-timeline b {
  color: #f0b44c;
}

.fleet-connected {
  padding: 130px max(24px, calc((100% - 1280px) / 2));
  background: #fff;
}
.fleet-connected-heading {
  max-width: 900px;
}
.fleet-connected-heading > p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: #5d6c80;
  font-size: 14px;
  line-height: 1.8;
}
.fleet-source-line {
  margin-top: 76px;
  min-height: 170px;
  display: flex;
  align-items: center;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}
.fleet-source-line > div {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.fleet-source-line > i {
  height: 1px;
  flex: 1;
  min-width: 30px;
  background: repeating-linear-gradient(
    90deg,
    #8fa4bb 0 6px,
    transparent 6px 12px
  );
}
.fleet-source-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #c7d5e4;
  border-radius: 5px;
  color: #1d65d8;
  background: #eef5fc;
}
.fleet-source-line strong {
  color: #1c2a3d;
  font-size: 12px;
}

.fleet-hardware {
  padding: 132px max(24px, calc((100% - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(540px, 1.14fr);
  align-items: center;
  gap: 120px;
  background: #e9eef2;
}
.fleet-hardware-copy > p:not(.section-kicker) {
  margin: 26px 0 0;
  color: #5d6c80;
  font-size: 14px;
  line-height: 1.8;
}
.fleet-hardware-copy .text-link {
  margin-top: 30px;
}
.fleet-hardware-stack {
  min-height: 570px;
  padding: 70px 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #c4d0dc;
  background: #f7f9fb;
  box-shadow: 0 28px 60px rgba(28, 51, 75, 0.12);
}
.fleet-hardware-layer {
  min-height: 104px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-content: center;
  column-gap: 16px;
  border: 1px solid #c5d1de;
  background: #fff;
}
.fleet-hardware-layer span {
  grid-row: 1 / 3;
  align-self: center;
  color: #1d65d8;
  font-size: 9px;
  font-weight: 800;
}
.fleet-hardware-layer strong {
  color: #17263b;
  font-size: 14px;
}
.fleet-hardware-layer small {
  margin-top: 7px;
  color: #708095;
  font-size: 10px;
}
.fleet-hardware-layer-active {
  color: #fff;
  border-color: #174f9f;
  background: #123966;
  box-shadow: 0 16px 35px rgba(18, 57, 102, 0.2);
}
.fleet-hardware-layer-active span {
  color: #7dd3fc;
}
.fleet-hardware-layer-active strong {
  color: #fff;
}
.fleet-hardware-layer-active small {
  color: #b8c8da;
}
.fleet-hardware-link {
  width: 1px;
  height: 34px;
  margin-left: 44px;
  background: repeating-linear-gradient(
    0deg,
    #1d65d8 0 5px,
    transparent 5px 9px
  );
}
.fleet-solutions-cta {
  background: #174f9f;
}

@keyframes fleet-readout-pulse {
  from {
    opacity: 0.8;
    transform: scale(0.55);
  }
  to {
    opacity: 0;
    transform: scale(1.45);
  }
}
@keyframes fleet-panel-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fleet-map-drive {
  0%,
  10% {
    top: 18%;
    left: 23%;
    transform: rotate(42deg);
  }
  42%,
  54% {
    top: 34%;
    left: 73%;
    transform: rotate(128deg);
  }
  88%,
  100% {
    top: 73%;
    left: 57%;
    transform: rotate(202deg);
  }
}

@media (max-width: 1100px) {
  .fleet-solutions-hero h1 {
    font-size: 64px;
  }
  .fleet-reality {
    gap: 64px 80px;
  }
  .fleet-industry-workspace {
    grid-template-columns: 290px minmax(0, 1fr);
  }
  .fleet-gps {
    grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
    gap: 64px;
  }
  .fleet-hardware {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  .fleet-solutions-hero {
    min-height: 760px;
  }
  .fleet-solutions-hero::before {
    background: linear-gradient(
      0deg,
      rgba(4, 12, 25, 0.98) 0%,
      rgba(4, 12, 25, 0.84) 67%,
      rgba(4, 12, 25, 0.5) 100%
    );
  }
  .fleet-solutions-hero .page-hero-media img {
    object-position: 66% center;
  }
  .fleet-solutions-hero .page-hero-copy {
    width: min(650px, 100%);
  }
  .fleet-solutions-hero h1 {
    font-size: 54px;
  }
  .fleet-hero-readout {
    display: none;
  }
  .fleet-reality {
    width: min(680px, calc(100% - 32px));
    padding: 94px 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .fleet-reality-copy {
    padding-top: 0;
  }
  .fleet-reality h2,
  .fleet-industries h2,
  .fleet-gps h2,
  .fleet-dashcam h2,
  .fleet-connected h2,
  .fleet-hardware h2 {
    font-size: 48px;
  }
  .fleet-reality-line {
    padding: 26px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .fleet-reality-line span {
    white-space: normal;
  }
  .fleet-reality-line span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 50%;
    background: #1d65d8;
  }
  .fleet-reality-line i {
    display: none;
  }
  .fleet-industries {
    padding: 94px max(20px, calc((100% - 680px) / 2));
  }
  .fleet-industry-workspace {
    margin-top: 58px;
    grid-template-columns: 1fr;
  }
  .fleet-industry-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid #30435c;
  }
  .fleet-industry-tabs button {
    min-height: 82px;
    padding: 17px 18px 17px 42px;
    border-right: 1px solid #263a53;
  }
  .fleet-industry-tabs button span {
    top: 20px;
    left: 14px;
  }
  .fleet-industry-tabs button::after {
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    width: auto;
    height: 3px;
  }
  .fleet-industry-stage {
    min-height: 560px;
  }
  .fleet-gps {
    padding: 94px max(20px, calc((100% - 680px) / 2));
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .fleet-map-stage {
    min-height: 560px;
  }
  .fleet-dashcam {
    min-height: 800px;
    padding: 94px max(20px, calc((100% - 680px) / 2));
    grid-template-columns: 1fr;
    align-items: end;
  }
  .fleet-dashcam::before {
    background: linear-gradient(
      0deg,
      rgba(3, 8, 14, 0.98) 0%,
      rgba(3, 8, 14, 0.87) 58%,
      rgba(3, 8, 14, 0.25) 100%
    );
  }
  .fleet-dashcam-media img {
    object-position: 68% center;
  }
  .fleet-video-timeline {
    right: 20px;
    bottom: 35px;
    left: 20px;
    width: auto;
  }
  .fleet-dashcam-copy {
    padding-bottom: 50px;
  }
  .fleet-connected {
    padding: 94px max(20px, calc((100% - 680px) / 2));
  }
  .fleet-source-line {
    padding: 36px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
  .fleet-source-line > i {
    display: none;
  }
  .fleet-source-line > div {
    min-width: 0;
  }
  .fleet-hardware {
    padding: 94px max(20px, calc((100% - 680px) / 2));
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

@media (max-width: 560px) {
  .fleet-solutions-hero {
    min-height: 750px;
  }
  .fleet-solutions-hero .page-hero-inner {
    padding-bottom: 68px;
  }
  .fleet-solutions-hero h1 {
    font-size: 43px;
  }
  .fleet-solutions-hero .page-hero-description {
    font-size: 14px;
    line-height: 1.65;
  }
  .fleet-solutions-hero .page-hero-actions {
    align-items: stretch;
  }
  .fleet-hero-link {
    justify-content: center;
  }
  .fleet-reality {
    width: calc(100% - 28px);
    padding: 74px 0;
    gap: 34px;
  }
  .fleet-reality h2,
  .fleet-industries h2,
  .fleet-gps h2,
  .fleet-dashcam h2,
  .fleet-connected h2,
  .fleet-hardware h2 {
    font-size: 38px;
  }
  .fleet-reality-copy p {
    font-size: 14px;
  }
  .fleet-industries {
    padding: 76px 14px;
  }
  .fleet-industry-tabs {
    grid-template-columns: 1fr;
  }
  .fleet-industry-tabs button {
    min-height: 66px;
    border-right: 0;
  }
  .fleet-industry-stage {
    min-height: 590px;
  }
  .fleet-industry-stage img {
    object-position: 44% center;
  }
  .fleet-industry-stage article {
    right: 22px;
    bottom: 28px;
    left: 22px;
  }
  .fleet-industry-stage h3 {
    font-size: 30px;
  }
  .fleet-industry-stage article > span {
    font-size: 12px;
  }
  .fleet-gps {
    padding: 76px 14px;
  }
  .fleet-map-stage {
    min-height: 460px;
  }
  .fleet-map-label {
    min-width: 130px;
    padding: 11px 12px;
  }
  .fleet-map-label-current {
    top: 6%;
    right: 5%;
  }
  .fleet-map-label-update {
    bottom: 17%;
    left: 5%;
  }
  .fleet-map-scale {
    right: 14px;
    bottom: 13px;
    left: 14px;
  }
  .fleet-dashcam {
    min-height: 760px;
    padding: 76px 14px;
  }
  .fleet-dashcam-copy {
    padding-bottom: 55px;
  }
  .fleet-dashcam-copy > p:not(.section-kicker) {
    font-size: 13px;
  }
  .fleet-dashcam-note {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }
  .fleet-video-timeline {
    gap: 8px;
    font-size: 7px;
  }
  .fleet-connected {
    padding: 76px 14px;
  }
  .fleet-source-line {
    grid-template-columns: 1fr 1fr;
    gap: 34px 12px;
  }
  .fleet-source-line strong {
    font-size: 10px;
  }
  .fleet-hardware {
    padding: 76px 14px;
  }
  .fleet-hardware-stack {
    min-height: 0;
    padding: 34px 20px;
  }
  .fleet-hardware-layer {
    padding: 17px;
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .fleet-hardware-link {
    margin-left: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fleet-readout-marker::after,
  .fleet-map-vehicle {
    animation: none;
  }
  .fleet-industry-stage img {
    transition: none;
    transform: none;
  }
  .fleet-industry-stage article {
    animation: none;
  }
}

/* Detailed, direction-aware car and motorcycle on the GPS context route. */
.fleet-journey-art { position:absolute; inset:0; width:100%; height:100%; }
.fleet-journey-toggle { position:absolute; left:18px; top:18px; z-index:4; padding:8px 11px; border:1px solid #b9cad7; border-radius:5px; background:#f4f8fbe8; color:#38566b; font:inherit; font-size:10px; cursor:pointer; }
.fleet-journey-toggle:hover { background:#fff; }
.fleet-journey-toggle:focus-visible { outline:3px solid #2563eb; outline-offset:3px; }
@media(max-width:560px) { .fleet-journey-toggle { top:auto; bottom:68px; left:14px; } }
@media(max-width:560px) { .fleet-journey-toggle { top:18px; bottom:auto; left:12px; min-height:40px; } }
