:root {
  --bg: #f9f8f5;
  --panel: #ffffff;
  --deep: #082f35;
  --deep-soft: #124951;
  --text: #0f2d33;
  --muted: #64727c;
  --line: #dde3e8;
  --coral: #ff6d4b;
  --shadow: 0 18px 60px rgba(8, 47, 53, 0.08);
}


*/This is for Suite Software Section*/

.software-steps {
  background: #fbfaf7;
  padding-top: 96px;
  padding-bottom: 110px;
}

.software-steps-head h2 {
  text-align: left;
  max-width: 760px;
  margin: 0 0 56px;
  color: #111;
}

.software-steps-layout {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.software-steps-content {
  padding-top: 12px;
}

.software-step-item {
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e5e1db;
}

.software-step-item:last-of-type {
  margin-bottom: 0;
}

.software-step-number {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #111;
  margin-bottom: 18px;
}

.software-step-item p {
  max-width: 430px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #1e2328;
}

.software-steps-actions {
  margin-top: 56px;
}

.software-steps-actions .btn {
  min-width: 200px;
  min-height: 48px;
  border-radius: 16px;
  padding: 0 24px;
}

.software-steps-actions p {
  margin-top: 18px;
  color: #7a7f85;
  font-size: 0.98rem;
}

.software-steps-visual {
  min-width: 0;
}

.software-demo-frame {
  position: relative;
  min-height: 640px;
  padding: 68px 52px 52px;
  border-radius: 38px;
  background: #e7e3de;
  overflow: visible;
}

.software-demo-main {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 500px;
  border-radius: 28px;
  overflow: hidden;
  background: #f6f4f2;
  box-shadow: 0 18px 50px rgba(8, 47, 53, 0.08);
}

.software-demo-sidebar {
  background: #101217;
  color: rgba(255, 255, 255, 0.82);
  padding: 28px 22px;
}

.software-demo-brand {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #fff;
}

.software-demo-nav {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.software-demo-nav span {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.96rem;
}

.software-demo-nav span.active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.software-demo-content {
  padding: 50px 44px;
  background: #f8f7f5;
}

.software-demo-content h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
}

.software-demo-tabs {
  display: flex;
  gap: 28px;
  margin-top: 26px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd7d0;
}

.software-demo-tabs span {
  font-size: 0.95rem;
  color: #8a8782;
  padding-bottom: 10px;
}

.software-demo-tabs span.active {
  color: #111;
  border-bottom: 2px solid #111;
}

.software-demo-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.software-demo-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 18px;
  border: 1px solid #e2ddd7;
  border-radius: 16px;
  background: #fff;
}

.software-demo-entry strong {
  display: block;
  font-size: 1rem;
  color: #111;
}

.software-demo-entry p {
  margin-top: 6px;
  color: #73777d;
  font-size: 0.92rem;
  line-height: 1.5;
}

.software-demo-entry a {
  white-space: nowrap;
  font-weight: 700;
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.software-code-card {
  position: absolute;
  right: -12px;
  bottom: 26px;
  width: min(470px, 42vw);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(220, 214, 206, 0.95);
  border-radius: 24px;
  padding: 28px 28px 22px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.software-code-lines {
  display: grid;
  gap: 16px;
  color: #a4a09a;
  font-family: Aptos, "Segoe UI", "Trebuchet MS", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}

.software-code-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #23262b;
  font-size: 0.98rem;
}

.copy-icon {
  font-size: 1.1rem;
  line-height: 1;
}

@media (max-width: 1200px) {
  .software-steps-layout {
    grid-template-columns: 1fr;
  }

  .software-demo-frame {
    min-height: auto;
  }

  .software-code-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 22px;
  }
}

@media (max-width: 760px) {
  .software-steps {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .software-steps-head h2 {
    margin-bottom: 34px;
  }

  .software-demo-frame {
    padding: 22px;
    border-radius: 24px;
  }

  .software-demo-main {
    grid-template-columns: 1fr;
  }

  .software-demo-sidebar {
    padding: 22px 18px;
  }

  .software-demo-content {
    padding: 28px 20px;
  }

  .software-demo-entry {
    grid-template-columns: 1fr;
  }

  .software-step-number {
    margin-bottom: 12px;
  }

  .software-steps-actions {
    margin-top: 38px;
  }
}

.software-highlight {
  padding-top: 84px;
  padding-bottom: 30px;
  background: #fbfaf7;
}

.software-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 56px;
  align-items: center;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 30px;
  padding: 42px;
  box-shadow: var(--shadow);
}

.software-copy {
  max-width: 560px;
}

.software-copy .pill {
  margin-bottom: 22px;
}

.software-copy h2 {
  text-align: left;
  margin: 0;
  color: var(--text);
}

.software-copy .section-copy {
  margin-top: 18px;
  text-align: left;
  font-size: 1.05rem;
}

.software-features {
  display: grid;
  gap: 16px;
  margin: 30px 0 32px;
}

.software-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #23353b;
  font-weight: 500;
}

.software-icon {
  width: 28px;
  height: 28px;
  border-color: rgba(8, 47, 53, 0.18);
  color: var(--deep);
  flex: 0 0 28px;
}

.software-visual img {
  width: 100%;
  background-color: #ffffff00;
  border-radius: 22px;
  border: 1px solid #e8ecef;
  box-shadow: 0 22px 54px rgba(8, 47, 53, 0.12);
}

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

@media (max-width: 760px) {
  .software-highlight {
    padding-top: 62px;
  }

  .software-card {
    padding: 26px;
    border-radius: 22px;
  }

  .software-copy h2,
  .software-copy .section-copy {
    text-align: center;
  }

  .software-copy .pill {
    display: table;
    margin: 0 auto 22px;
  }

  .software-feature {
    align-items: flex-start;
  }

  .software-copy .btn {
    width: 100%;
  }
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Aptos, "Segoe UI", "Trebuchet MS", sans-serif;
  color: var(--text);
  background: var(--bg);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.narrow {
  width: min(1320px, calc(100vw - 120px));
}

.section {
  padding: 88px 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal="left"] {
  transform: translateX(-34px);
}

[data-reveal="right"] {
  transform: translateX(34px);
}

[data-reveal="left"].is-visible,
[data-reveal="right"].is-visible {
  transform: translateX(0);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  letter-spacing: -0.04em;
  font-weight: 300;
}

h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
}

h2 {
  font-size: clamp(2.5rem, 4.8vw, 4rem);
  text-align: center;
  line-height: 1.05;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 500;
}

p {
  line-height: 1.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 0.98rem;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(255, 109, 75, 0.25);
}

.btn-coral {
  background: var(--coral);
  color: #fff;
}

.btn-large {
  min-width: 184px;
  min-height: 52px;
}

.btn-full {
  width: 100%;
}

.hero {
  background: var(--deep);
  color: #edf5f4;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
}

.brand {
  font-size: 2rem;
  font-weight: 700;
}

.brand-mark {
  letter-spacing: -0.06em;
}

.site-logo {
  display: block;
  height: auto;
}

.header-logo {
  width: 200px;
}

.nav-links {
  display: flex;
  gap: 38px;
  font-size: 0.98rem;
}

.nav-links a {
  opacity: 0.88;
}

.nav-links a.active,
.nav-links a:hover {
  opacity: 1;
}

.hero-content {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 78px 0 56px;
}

.hero-content p {
  max-width: 670px;
  margin-top: 28px;
  font-size: 1.45rem;
  color: rgba(237, 245, 244, 0.85);
}

.hero-content .btn {
  margin-top: 34px;
}

[data-typewriter]::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.9em;
  margin-left: 0.08em;
  vertical-align: -0.08em;
  background: currentColor;
  animation: type-caret 900ms steps(1) infinite;
}

[data-typewriter].typewriter-done::after {
  opacity: 0;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  margin-top: 66px;
  padding-bottom: 10px;
}

.point {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(237, 245, 244, 0.9);
}

.icon-ring {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(237, 245, 244, 0.45);
  border-radius: 50%;
  font-size: 0.72rem;
}

.logo-strip {
  border-top: 1px solid rgba(237, 245, 244, 0.08);
  border-bottom: 1px solid rgba(237, 245, 244, 0.08);
  overflow: hidden;
}

.logo-marquee {
  display: flex;
  width: max-content;
  min-width: 100%;
}

.logo-track {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(46px, 6vw, 86px);
  padding: 18px clamp(24px, 4vw, 40px);
  animation: logo-scroll 28s linear infinite;
}

.partner-logo {
  width: auto;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
  opacity: 0.96;
}

.microsoft-logo {
  height: 44px;
}

.reading-logo {
  height: 40px;
}

.oxford-logo {
  height: 42px;
}

.sustainable-logo {
  height: 30px;
}

.wells-logo {
  height: 48px;
}

.cherry-logo {
  height: 42px;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

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

@keyframes type-caret {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.eyebrow {
  text-align: center;
  color: #d6d9dc;
  margin-bottom: 22px;
}

.intro h2,
.feature-video h2,
.challenge h2,
.v2h h2,
.savings h2,
.news h2,
.cta h2 {
  max-width: 900px;
  margin: 0 auto;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 62px;
}

.video-card {
  transition: transform 220ms ease;
}

.video-card h3 {
  margin-top: 18px;
  font-size: 1.02rem;
  padding: 0 6px;
}

.thumb,
.hero-video {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #0f383f 0%, #0a2f35 100%);
  box-shadow: 0 22px 54px rgba(8, 47, 53, 0.16);
}

.thumb {
  aspect-ratio: 1.68;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.thumb::after,
.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(8, 47, 53, 0.16));
  pointer-events: none;
  transition: opacity 220ms ease;
}

.thumb img,
.thumb iframe,
.hero-video img,
.hero-video iframe,
.main-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb img,
.thumb iframe,
.hero-video img,
.hero-video iframe {
  transform: scale(1);
  transition: transform 280ms ease;
}

.thumb iframe,
.hero-video iframe {
  border: 0;
  display: block;
}

.video-card:hover {
  transform: translateY(-4px);
}

.video-card:hover .thumb iframe,
.video-card:hover .thumb img,
.hero-video:hover iframe,
.hero-video:hover img {
  transform: scale(1.045);
}

.video-card:hover .thumb::after,
.hero-video:hover::after {
  opacity: 0.6;
}

.play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  border: 6px solid rgba(0, 0, 0, 0.14);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.play-button::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 54%;
  transform: translate(-50%, -50%);
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 42px solid #000;
}

.play-button.small {
  width: 102px;
  height: 102px;
}

.play-button.small::before {
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 28px;
}

.speaker,
.section-copy {
  margin-top: 18px;
  text-align: center;
  color: var(--muted);
  font-size: 1.1rem;
}

.speaker {
  text-transform: uppercase;
  color: #23353b;
  letter-spacing: 0.04em;
}

.hero-video {
  margin-top: 54px;
  aspect-ratio: 1.66;
  border: 1px solid rgba(8, 47, 53, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.32), transparent 40%),
    linear-gradient(180deg, #fefefe 0%, #eef3f4 100%);
  box-shadow: 0 26px 72px rgba(8, 47, 53, 0.14);
}

.challenge {
  background: linear-gradient(180deg, #fbfaf8 0%, #fff 100%);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 70px;
}

.timeline-item {
  text-align: center;
}

.timeline-item p {
  margin-top: 14px;
  color: var(--muted);
}

.timeline-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 36px;
  width: min(920px, 100%);
  margin: 26px auto 0;
}

.timeline-line::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 1px;
  background: var(--line);
}

.timeline-line span {
  position: relative;
  justify-self: center;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 6px solid #cfd5d9;
  border-radius: 50%;
}

.badge-stack {
  display: grid;
  justify-content: center;
  gap: 16px;
  margin: 28px 0 12px;
}

.pill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 138px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  font-weight: 600;
}

.pill-coral {
  background: var(--coral);
}

.pill-deep {
  background: var(--deep);
}

.v2h-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  max-width: 960px;
  margin: 64px auto 0;
}

.flow-step {
  text-align: center;
}

.flow-icon {
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(8, 47, 53, 0.15);
}

.flow-icon.deep {
  background: #155763;
}

.flow-icon.coral {
  background: var(--coral);
}

.flow-icon svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.flow-step h3 {
  margin-top: 18px;
}

.flow-step p {
  color: var(--muted);
}

.flow-arrow {
  font-size: 3rem;
  color: #111;
  text-align: center;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
}

.benefit-card,
.calculator-card,
.stat-card {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 20px;
}

.benefit-card {
  padding: 42px 32px;
  text-align: center;
}

.mini-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--deep);
}

.mini-icon img,
.mini-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mini-icon svg {
  fill: currentColor;
}

.benefit-card h3 {
  margin-top: 18px;
}

.benefit-card p {
  margin-top: 12px;
  color: var(--muted);
}

.savings-layout {
  display: grid;
  grid-template-columns: minmax(320px, 560px) 1fr;
  gap: 70px;
  margin-top: 56px;
  align-items: start;
}

.calculator-card {
  padding: 28px;
  box-shadow: var(--shadow);
}

.calculator-card h3 {
  font-size: 2rem;
  margin-bottom: 24px;
}

.calculator-card label {
  display: block;
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.select-shell {
  position: relative;
}

.select-shell::after {
  content: "v";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8a949c;
  pointer-events: none;
}

select,
input[type="range"] {
  width: 100%;
}

select {
  appearance: none;
  border: 0;
  background: #f1f3f6;
  color: #324148;
  min-height: 48px;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 1rem;
}

input[type="range"] {
  appearance: none;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1a5a64 0%, #1a5a64 var(--fill, 40%), #e8edf1 var(--fill, 40%), #e8edf1 100%);
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #67757d;
}

input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #67757d;
}

.range-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #8a949c;
  font-size: 0.85rem;
}

.estimate-card {
  margin-top: 24px;
  padding: 20px;
  border-radius: 16px;
  background: #175864;
  color: #fff;
}

.estimate-card p {
  font-size: 0.95rem;
}

.estimate-card strong {
  display: block;
  margin-top: 10px;
  font-size: 4rem;
  line-height: 1;
}

.estimate-card span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.calculator-card .btn {
  margin-top: 20px;
}

.savings-notes {
  display: grid;
  gap: 30px;
}

.savings-notes article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
}

.savings-notes article p {
  margin-top: 10px;
  color: var(--muted);
}

.stat-card {
  max-width: 390px;
  padding: 26px 28px;
}

.stat-card strong {
  display: block;
  font-size: 4rem;
  line-height: 1;
  color: #1b5661;
}

.stat-card p {
  margin-top: 14px;
  color: var(--muted);
}

.news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.news-head a,
.main-story a,
.story-item a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 54px;
  margin-top: 38px;
  align-items: start;
}

.story-type {
  margin-bottom: 16px;
  font-size: 1.05rem;
  color: #24363c;
}

.main-story {
  max-width: 500px;
}

.main-story img {
  aspect-ratio: 1.52;
  border-radius: 8px;
}

.main-story h3 {
  margin-top: 18px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.story-date {
  margin-top: 8px;
  margin-bottom: 18px;
  color: #86929a;
  font-size: 0.95rem;
}

.story-list {
  display: grid;
  gap: 28px;
  align-content: start;
}

.story-item {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 18px;
}

.story-item h3 {
  font-size: 1rem;
  line-height: 1.45;
}

.story-thumb {
  height: 126px;
  width: 100%;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.thumb-industrial {
  background-image: linear-gradient(135deg, rgba(8, 47, 53, 0.35), rgba(8, 47, 53, 0.05)), linear-gradient(140deg, #34383d 0%, #1d2328 40%, #4a535d 100%);
}

.thumb-charger {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 109, 75, 0.1)), linear-gradient(145deg, #2d3238 0%, #4f5c66 38%, #d2c4b3 100%);
}

.news {
  padding-bottom: 128px;
}

.cta {
  padding-top: 24px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: url("assets/cta-bg.png") center/100% 100% no-repeat, var(--deep);
  color: #fff;
  text-align: center;
  min-height: 315px;
  padding: 64px 24px 40px;
}

.cta-panel::before,
.cta-panel::after {
  content: none;
}

.cta-logo {
  position: relative;
  z-index: 1;
  width: min(170px, 52%);
  height: auto;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}

.cta-panel .brand {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
}

.cta-panel h2 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: clamp(2.5rem, 5.2vw, 3.6rem);
  line-height: 1.1;
}

.cta-panel p {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
}

.cta-panel .btn {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  min-width: 88px;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.footer {
  padding: 42px 0 72px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 40px;
  align-items: start;
}

.social {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: var(--coral);
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 38px;
}

.footer-links h3 {
  margin-bottom: 16px;
  font-size: 1rem;
}

.footer-links a {
  display: block;
  color: #33535a;
  margin-bottom: 10px;
}

.footer-bottom {
  margin-top: 54px;
  color: #597179;
  font-size: 0.9rem;
}

.footer-logo {
  width: 220px;
  margin-bottom: 18px;
}

.page-header {
  background: #fff;
  border-bottom: 1px solid rgba(8, 47, 53, 0.08);
}

.page-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.page-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  font-size: 0.98rem;
}

.page-nav-links a {
  color: rgba(15, 45, 51, 0.72);
}

.page-nav-links a.active,
.page-nav-links a:hover {
  color: var(--text);
}

.page-start {
  min-height: 40px;
  padding: 0 20px;
}

.news-page {
  background: #fff;
}

.news-page-main {
  padding: 28px 0 0;
}

.news-directory {
  padding: 8px 0 32px;
}

.news-directory-shell {
  width: min(1220px, calc(100vw - 72px));
}

.news-directory-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.news-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.news-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #e2e7eb;
  border-radius: 999px;
  font-size: 0.92rem;
  color: #6a7881;
  background: #fff;
}

.news-filter.active {
  background: var(--deep);
  border-color: var(--deep);
  color: #fff;
}

.news-search {
  display: inline-flex;
  align-items: center;
}

.news-search input {
  width: 210px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #e2e7eb;
  border-radius: 999px;
  background: #fff;
  color: var(--text);
}

.news-search input::placeholder {
  color: #9aa7af;
}

.news-directory-title {
  margin-top: 34px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-align: left;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
  margin-top: 28px;
}

.news-card img {
  width: 100%;
  aspect-ratio: 1.24;
  object-fit: cover;
  border-radius: 8px;
}

.news-card h2 {
  margin-top: 16px;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.32;
  text-align: left;
  letter-spacing: -0.03em;
}

.news-card-date {
  margin-top: 8px;
  color: #89979f;
  font-size: 0.92rem;
}

.news-card a {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.news-page-cta {
  padding-top: 68px;
}

.details-page {
  background: #fff;
}

.details-main {
  padding: 26px 0 0;
}

.details-article {
  width: min(760px, calc(100vw - 48px));
}

.details-kicker {
  color: #6a7881;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.details-article h1 {
  margin-top: 8px;
  max-width: 640px;
  font-size: clamp(2rem, 4.4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.details-intro {
  max-width: 620px;
  margin-top: 18px;
  color: #5f6d76;
  font-size: 1rem;
}

.details-meta {
  margin-top: 12px;
  color: #8c9aa2;
  font-size: 0.92rem;
}

.details-hero-image {
  width: 100%;
  max-width: 620px;
  margin-top: 26px;
  border-radius: 6px;
}

.details-copy {
  max-width: 620px;
  margin-top: 24px;
}

.details-copy p + p {
  margin-top: 18px;
}

.product-page {
  background: #fbfaf7;
}

.product-page main > .section + .section {
  margin-top: 32px;
}

.product-hero {
  min-height: 720px;
  background:
    radial-gradient(circle at 50% 110%, rgba(201, 233, 219, 0.18), transparent 30%),
    linear-gradient(180deg, #082f35 0%, #072f35 100%);
  color: #edf5f4;
}

.product-hero .nav {
  padding-top: 0;
}

.product-hero .nav-links a {
  color: rgba(237, 245, 244, 0.84);
}

.product-hero .nav-links a.active,
.product-hero .nav-links a:hover {
  color: #fff;
}

.product-hero-content {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 150px 0 140px;
}

.product-hero-content h1 {
  font-size: clamp(3.6rem, 7vw, 5.6rem);
  line-height: 1.02;
}

.product-hero-content .btn {
  margin-top: 42px;
  min-width: 198px;
}

.product-hero .hero-points {
  margin-top: 78px;
}

.product-challenge,
.product-v2h,
.product-savings,
.product-security {
  background: #fbfaf7;
}

.product-intelligence {
  padding: 88px 0 36px;
}

.product-intelligence-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1.02fr);
  gap: 54px;
  align-items: stretch;
  padding: 22px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 45, 51, 0.08);
}

.product-intelligence-copy {
  padding: 42px 32px 40px 36px;
}

.product-intelligence-eyebrow {
  margin: 0 0 18px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7b6a56;
}

.product-intelligence-copy h2 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(3.2rem, 5vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #2e2a26;
}

.product-intelligence-copy > p {
  max-width: 620px;
  margin-top: 28px;
  font-size: 1.12rem;
  line-height: 1.58;
  color: #4a4a47;
}

.product-intelligence-note {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 650px;
  margin-top: 34px;
  padding: 24px 0;
  border-top: 2px dotted rgba(123, 106, 86, 0.36);
  border-bottom: 2px dotted rgba(123, 106, 86, 0.36);
}

.product-intelligence-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffd45d;
  color: #2e2a26;
  flex-shrink: 0;
}

.product-intelligence-note-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.product-intelligence-note p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #2e2a26;
}

.product-intelligence-copy .btn {
  margin-top: 34px;
}

.product-intelligence-visual {
  min-height: 100%;
}

.product-intelligence-canvas {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #f0e4d4;
  box-shadow: inset 0 0 0 1px rgba(123, 106, 86, 0.08);
}

.product-intelligence-canvas img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
}

.case-studies-showcase {
  padding-top: 92px;
  padding-bottom: 128px;
}

.case-study-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.9fr);
  gap: 40px;
  align-items: start;
  padding: 38px 0 46px;
  border-top: 1px solid rgba(15, 45, 51, 0.08);
}

.case-study-feature:first-of-type {
  margin-top: 28px;
}

.case-study-media img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  border-radius: 0;
  background: #dfe7e4;
}

.case-study-copy {
  max-width: 540px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.case-study-copy h3 {
  font-size: clamp(2.1rem, 3vw, 3.05rem);
  line-height: 1.08;
  color: #0f2d33;
}

.case-study-copy p {
  margin-top: 34px;
  font-size: 1.08rem;
  line-height: 1.6;
  color: #24363c;
}

.case-study-copy a {
  margin-top: 24px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.case-study-author {
  margin-top: auto;
  padding-top: 54px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.case-study-author img {
  width: 56px;
  height: 56px;
  border-radius: 0;
  object-fit: cover;
  background: #d6ddd9;
}

.case-study-author strong,
.case-study-author span {
  display: block;
}

.case-study-author strong {
  font-size: 1.05rem;
  color: #0f2d33;
}

.case-study-author span {
  margin-top: 6px;
  color: #6e7d84;
}

.product-challenge h2,
.product-v2h h2,
.product-savings h2,
.product-security h2 {
  color: #0f2d33;
}

.product-security {
  padding-top: 120px;
  padding-bottom: 70px;
}

.product-demo-callout {
  background: #2d2b2a;
  padding: 110px 0 118px;
}

.product-demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.8fr);
  gap: 88px;
  align-items: center;
}

.product-demo-copy h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(22px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: rgba(242, 236, 231, 0.62);
}

.product-demo-copy h2::first-line {
  color: #f3ece6;
}

.product-demo-aside {
  max-width: 420px;
  justify-self: end;
}

.product-demo-logo {
  display: block;
  width: min(100%, 280px);
  height: auto;
}

.product-demo-aside p {
  margin: 20px 0 0;
  font-size: 1.06rem;
  line-height: 1.42;
  color: #efe8e2;
}

.product-demo-aside .btn {
  margin-top: 28px;
  min-width: 150px;
}

.product-value {
  padding: 18px 0 34px;
}

.product-value-card {
  padding: 68px 64px 62px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(15, 45, 51, 0.07);
}

.product-value-intro {
  max-width: 650px;
}

.product-value-intro h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4.6vw, 3.95rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #000000;
}

.product-value-intro p {
  margin-top: 18px;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #1d252c;
}

.product-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 180px;
}

.product-value-item {
  padding: 0 32px 0 28px;
  border-left: 1px solid rgba(15, 45, 51, 0.12);
}

.product-value-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.product-value-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 34px;
}

.product-value-icon span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #121212;
}

.product-value-icon-star span {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.product-value-icon-star span::before,
.product-value-icon-star span::after {
  content: "";
  position: absolute;
  inset: 6px 13px;
  background: #ffffff;
  border-radius: 999px;
}

.product-value-icon-star span::after {
  inset: 13px 6px;
}

.product-value-icon-growth span {
  width: 8px;
  height: 30px;
  border-radius: 999px;
}

.product-value-icon-growth span:nth-child(2) {
  height: 34px;
}

.product-value-icon-growth span:nth-child(3) {
  height: 38px;
}

.product-value-item h3 {
  margin-top: 26px;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #000000;
}

.product-value-item p {
  margin-top: 12px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #7a8790;
}

.product-security-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
  gap: 64px;
  align-items: center;
}

.product-security-copy {
  max-width: 640px;
}

.product-security-copy .eyebrow {
  margin-bottom: 24px;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f2d33;
}

.product-security-copy h2 {
  max-width: 620px;
  font-size: clamp(3rem, 5.2vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.product-security-copy p:last-child {
  max-width: 680px;
  margin-top: 38px;
  font-size: 1.05rem;
  line-height: 1.52;
  color: #24363c;
}

.security-accordion {
  border-radius: 6px;
  overflow: hidden;
  background: #f6f3ee;
}

.security-item {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  background: #f7f5f2;
  transition: background-color 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.security-item:first-child {
  border-top: 0;
}

.security-item.is-open {
  background: var(--coral);
}

.security-item.is-open .security-trigger,
.security-item.is-open .security-panel p {
  color: #ffffff;
}

.security-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 36px 40px;
  text-align: left;
  font: inherit;
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  line-height: 1.2;
  color: #091c27;
  cursor: pointer;
  transition: padding 420ms cubic-bezier(0.22, 1, 0.36, 1), color 320ms ease;
}

.security-trigger:focus-visible {
  outline: 2px solid #0f2d33;
  outline-offset: -6px;
}

.security-panel {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 40px;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    grid-template-rows 520ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.security-panel-inner {
  overflow: hidden;
}

.security-item.is-open .security-trigger {
  padding-bottom: 24px;
}

.security-item.is-open .security-panel {
  grid-template-rows: 1fr;
  padding: 0 40px 40px;
  opacity: 1;
  transform: translateY(0);
}

.security-panel p {
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #091c27;
}

.product-challenge {
  padding-top: 140px;
}

.product-v2h {
  padding-top: 84px;
}

.product-savings {
  padding-top: 110px;
}

.fleet-calculator {
  padding-top: 14px;
  padding-bottom: 112px;
}

.fleet-calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: 26px;
  align-items: start;
  margin-top: 34px;
}

.fleet-calculator-controls {
  display: grid;
  gap: 18px;
}

.fleet-card,
.fleet-summary-top,
.fleet-summary-body {
  border: 1px solid #e7edf0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 45, 51, 0.05);
}

.fleet-card {
  padding: 28px;
}

.fleet-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fleet-card-head-main {
  display: flex;
  align-items: center;
  gap: 18px;
}

.fleet-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid #dde6ea;
  border-radius: 14px;
  color: #1b6f83;
  background: #fff;
}

.fleet-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.fleet-card h3,
.fleet-summary-body h3,
.fleet-programme-note h4 {
  font-size: 1.2rem;
  color: #13252d;
}

.fleet-card-head p,
.fleet-programme-note p,
.fleet-summary-footnote,
.fleet-breakdown-list span,
.fleet-summary-subtitle,
.fleet-summary-stats p {
  color: #667785;
}

.fleet-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #89c4d1;
  color: #1b6f83;
  font-weight: 700;
  white-space: nowrap;
}

.fleet-badge-muted {
  border-color: #9fd2dc;
}

.fleet-slider-group {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #ecf0f3;
}

.fleet-slider-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.fleet-slider-head label,
.fleet-option-group h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1f3039;
}

.fleet-slider-head strong {
  font-size: 1.2rem;
  color: #1b6f83;
}

.fleet-slider-head strong span {
  font-size: 0.95rem;
  font-weight: 400;
  color: #667785;
}

.fleet-calculator input[type="range"] {
  background: linear-gradient(90deg, #1a5a64 0%, #1a5a64 var(--fill, 40%), #e8edf1 var(--fill, 40%), #e8edf1 100%);
}

.fleet-calculator input[type="range"]::-webkit-slider-thumb,
.fleet-calculator input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 2px solid #67757d;
  box-shadow: none;
}

.fleet-option-group {
  margin-top: 30px;
}

.fleet-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.fleet-option-grid-territory {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fleet-option {
  min-height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #d8e3e8;
  background: #fff;
  color: #4b5d68;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.fleet-option.active {
  border-color: #6ab2c2;
  color: #1b6f83;
  box-shadow: inset 0 0 0 1px #6ab2c2;
}

.fleet-addon-trigger {
  cursor: pointer;
  background: #fff;
}

.fleet-addon-summary {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ecf0f3;
}

.fleet-addon-summary p {
  color: #667785;
}

.fleet-addon-summary strong {
  color: #13252d;
}

.fleet-calculator-summary {
  display: grid;
  gap: 18px;
}

.fleet-summary-top {
  padding: 34px 34px 30px;
  background: var(--deep);
}

.fleet-summary-kicker {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.fleet-summary-top strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(3.6rem, 7vw, 5rem);
  line-height: 0.95;
  color: #ffffff;
}

.fleet-summary-subtitle {
  margin-top: 10px;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
}

.fleet-summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.fleet-summary-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
}

.fleet-summary-body {
  padding: 30px 34px 34px;
}

.fleet-breakdown-list {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.fleet-breakdown-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fleet-breakdown-list strong {
  font-size: 1rem;
  color: #0d6b80;
}

.fleet-blue {
  color: #2962ff !important;
}

.fleet-coral {
  color: #ff6847 !important;
}

.fleet-composition {
  margin-top: 30px;
}

.fleet-composition p {
  color: #778792;
  margin-bottom: 10px;
}

.fleet-composition-bar {
  display: flex;
  gap: 4px;
}

.fleet-segment {
  display: block;
  height: 10px;
  border-radius: 999px;
}

.fleet-segment-deep {
  flex: 1.2;
  background: #0d6b80;
}

.fleet-segment-blue {
  flex: 0.72;
  background: #2962ff;
}

.fleet-segment-coral {
  flex: 0.52;
  background: #ff6847;
}

.fleet-summary-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.fleet-summary-stats div,
.fleet-programme-note {
  border: 1px solid #e7edf0;
  border-radius: 16px;
  background: #fff;
}

.fleet-summary-stats div {
  padding: 20px;
}

.fleet-summary-stats strong {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
  color: #0d6b80;
}

.fleet-programme-note {
  margin-top: 22px;
  padding: 20px;
}

.fleet-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  margin-top: 12px;
  border: 1px solid var(--coral);
  border-radius: 12px;
  color: var(--coral);
  font-weight: 700;
}

.fleet-summary-body .btn.btn-full {
  min-height: 58px;
}

.fleet-summary-footnote {
  margin-top: 22px;
  font-size: 0.95rem;
  line-height: 1.65;
}

.fleet-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.fleet-modal[hidden] {
  display: none;
}

.fleet-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 31, 0.56);
  backdrop-filter: blur(6px);
}

.fleet-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  margin: auto;
  padding: 30px;
  border-radius: 26px;
  background: var(--deep);
  color: #edf5f4;
  box-shadow: 0 30px 80px rgba(2, 10, 22, 0.38);
}

.fleet-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 1.35rem;
  cursor: pointer;
}

.fleet-modal-dialog h3 {
  font-size: 1.6rem;
  color: #fff;
}

.fleet-modal-copy {
  margin-top: 8px;
  color: rgba(237, 245, 244, 0.74);
}

.fleet-modal-field {
  margin-top: 24px;
}

.fleet-modal-field h4 {
  margin-bottom: 14px;
  font-size: 1rem;
  color: #edf5f4;
}

.fleet-modal .fleet-slider-head label,
.fleet-modal .fleet-slider-head strong {
  color: #ffffff;
}

.fleet-modal input[type="range"] {
  background: linear-gradient(90deg, #58b7e0 0%, #58b7e0 var(--fill, 40%), rgba(255, 255, 255, 0.14) var(--fill, 40%), rgba(255, 255, 255, 0.14) 100%);
}

.fleet-modal input[type="range"]::-webkit-slider-thumb,
.fleet-modal input[type="range"]::-moz-range-thumb {
  background: #ffffff;
  border: 4px solid var(--deep);
}

.fleet-modal .range-scale {
  color: rgba(204, 221, 229, 0.72);
}

.fleet-modal .fleet-option {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(7, 47, 53, 0.62);
  color: rgba(237, 245, 244, 0.82);
}

.fleet-modal .fleet-option.active {
  border-color: #58b7e0;
  color: #7fd3ff;
  box-shadow: inset 0 0 0 1px #58b7e0;
}

.fleet-modal-save {
  margin-top: 28px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-row,
  .video-grid,
  .benefit-grid,
  .timeline,
  .news-layout,
  .savings-layout,
  .fleet-calculator-layout,
  .case-study-feature,
  .product-security-layout,
  .product-intelligence-card,
  .product-demo-layout {
    grid-template-columns: 1fr;
  }

  .timeline-line {
    display: none;
  }

  .v2h-flow {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .story-item {
    grid-template-columns: 96px 1fr;
  }

  .case-study-copy {
    max-width: none;
  }

  .product-security-copy {
    max-width: none;
  }

  .product-intelligence-copy {
    padding: 22px 16px 8px;
  }

  .product-value-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 54px;
  }

  .product-value-item,
  .product-value-item:first-child {
    padding: 0;
    border-left: 0;
  }

  .product-intelligence-canvas {
    min-height: 520px;
  }

  .product-demo-aside {
    justify-self: start;
    max-width: 520px;
  }

  .case-study-copy p {
    margin-top: 20px;
  }

  .case-study-author {
    margin-top: 0;
    padding-top: 28px;
  }

  .page-nav {
    flex-direction: column;
  }

  .page-nav-links {
    justify-content: center;
    gap: 22px;
  }

  .news-directory-top {
    flex-direction: column;
    align-items: stretch;
  }

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

  .fleet-option-grid-territory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .shell,
  .narrow {
    width: min(100vw - 28px, 100%);
  }

  .section {
    padding: 62px 0;
  }

  .product-page main > .section + .section {
    margin-top: 18px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 20px;
  }

  .hero-content {
    padding-top: 78px;
  }

  .product-security {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .product-intelligence {
    padding: 60px 0 22px;
  }

  .product-value {
    padding: 10px 0 20px;
  }

  .product-value-card {
    padding: 34px 22px 32px;
  }

  .product-value-intro h2 {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

  .product-intelligence-card {
    padding: 14px;
    border-radius: 22px;
    gap: 20px;
  }

  .product-intelligence-copy h2 {
    font-size: clamp(2.5rem, 10vw, 3.8rem);
  }

  .product-intelligence-copy > p {
    font-size: 1rem;
  }

  .product-intelligence-note {
    align-items: flex-start;
    padding: 18px 0;
  }

  .product-intelligence-canvas {
    min-height: 420px;
    border-radius: 18px;
  }

  .product-intelligence-canvas img {
    min-height: 420px;
  }

  .product-demo-callout {
    padding: 72px 0 78px;
  }

  .fleet-calculator {
    padding-bottom: 62px;
  }

  .fleet-card,
  .fleet-summary-top,
  .fleet-summary-body {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 18px;
  }

  .fleet-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .fleet-option-grid,
  .fleet-option-grid-territory,
  .fleet-summary-stats {
    grid-template-columns: 1fr;
  }

  .fleet-breakdown-list div {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-demo-layout {
    gap: 34px;
  }

  .product-demo-copy h2 {
    font-size: clamp(2.6rem, 10vw, 4rem);
    line-height: 1;
  }

  .product-security-layout {
    gap: 36px;
  }

  .product-security-copy h2 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .security-trigger {
    padding: 24px 22px;
    font-size: 1.35rem;
  }

  .security-panel {
    padding: 0 22px;
  }

  .security-item.is-open .security-panel {
    padding: 0 22px 26px;
  }

  .hero-content p {
    font-size: 1.05rem;
  }

  .play-button {
    width: 110px;
    height: 110px;
  }

  .play-button::before {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 26px;
  }

  .hero-points {
    gap: 16px;
    justify-items: start;
  }

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

  .main-story h3,
  .story-item h3,
  .calculator-card h3 {
    font-size: 1.55rem;
  }

  .estimate-card strong,
  .stat-card strong {
    font-size: 3rem;
  }

  .footer-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .news-directory-shell {
    width: min(100vw - 32px, 1220px);
  }

  .news-directory-title {
    font-size: 2.1rem;
  }

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

  .news-search input {
    width: 100%;
  }

  .details-article {
    width: min(100vw - 32px, 760px);
  }
}
