.what-we-do-page {
  --wwd-radius: 24px;
  --wwd-section-space: 148px;
  background:
    radial-gradient(circle at 82% 5%, rgba(200, 255, 26, 0.055), transparent 23%),
    radial-gradient(circle at 12% 41%, rgba(200, 255, 26, 0.028), transparent 22%),
    #050505;
}

.what-we-do-page main {
  overflow: clip;
}

.what-we-do-page main svg,
.wwd-footer svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wwd-section {
  position: relative;
  padding-block: var(--wwd-section-space);
  isolation: isolate;
}

.wwd-section + .wwd-section {
  border-top: 1px solid rgba(255, 255, 255, 0.035);
}

.wwd-orb {
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(200, 255, 26, 0.08), transparent 66%);
  filter: blur(16px);
}

.wwd-orb-hero {
  top: 5%;
  right: -12%;
}

.wwd-orb-services {
  top: 14%;
  left: -280px;
}

.wwd-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: end;
  gap: 64px;
  margin-bottom: 56px;
}

.wwd-section-heading h2,
.wwd-system-copy h2,
.wwd-back-office-copy h2,
.wwd-final-card h2 {
  max-width: 900px;
  margin-bottom: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(42px, 4.15vw, 66px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.wwd-section-heading h2 span,
.wwd-system-copy h2 span,
.wwd-back-office-copy h2 span {
  color: var(--lime);
}

.wwd-section-heading > p,
.wwd-section-heading > div + p {
  max-width: 520px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.wwd-section-heading-centered {
  display: flex;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.wwd-section-heading-centered > p,
.wwd-section-heading-centered > div + p {
  margin-inline: auto;
}

/* Hero */
.wwd-hero {
  position: relative;
  min-height: max(820px, 100svh);
  padding: calc(var(--header-height) + 58px) 0 76px;
  isolation: isolate;
}

.wwd-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 220px;
  content: "";
  background: linear-gradient(180deg, transparent, #050505 84%);
  pointer-events: none;
}

.wwd-hero-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.32fr);
  min-height: calc(max(820px, 100svh) - var(--header-height) - 134px);
  align-items: center;
  gap: clamp(34px, 3.2vw, 70px);
}

.wwd-hero-copy {
  position: relative;
  z-index: 3;
  padding-block: 30px;
}

.wwd-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(51px, 4.75vw, 79px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.wwd-hero-copy h1 span {
  display: block;
  color: var(--lime);
  background: linear-gradient(110deg, var(--lime-bright), var(--lime) 58%, #9ecb00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(200, 255, 26, 0.08));
}

.wwd-hero-lead {
  max-width: 670px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
}

.wwd-support {
  max-width: 650px;
  padding: 17px 18px 18px;
  margin-bottom: 30px;
  background: rgba(8, 11, 8, 0.58);
  border: 1px solid var(--border-white);
  border-radius: 16px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.wwd-support > span {
  display: block;
  margin-bottom: 11px;
  color: var(--muted-2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wwd-support ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.wwd-support li {
  padding: 7px 10px;
  color: rgba(245, 247, 242, 0.82);
  background: rgba(255, 255, 255, 0.026);
  border: 1px solid rgba(200, 255, 26, 0.1);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
}

.wwd-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wwd-hero-proof {
  display: flex;
  padding-top: 30px;
  margin-top: 34px;
  color: var(--muted-2);
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wwd-hero-proof > span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 24px;
}

.wwd-hero-proof > span + span {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.wwd-hero-proof strong {
  color: var(--lime);
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  letter-spacing: -0.04em;
}

.wwd-hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-right: min(-2vw, -22px);
}

.wwd-hero-art {
  position: relative;
  width: min(100%, 940px);
  margin-left: auto;
  animation: wwd-hero-float 7s ease-in-out infinite;
  will-change: transform;
}

.wwd-hero-art::before {
  position: absolute;
  inset: 17% 10% 10%;
  z-index: -1;
  content: "";
  background: radial-gradient(ellipse, rgba(200, 255, 26, 0.13), transparent 67%);
  filter: blur(26px);
}

.wwd-hero-art picture,
.wwd-hero-art img {
  width: 100%;
}

.wwd-hero-art picture {
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-image:
    linear-gradient(to bottom, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.wwd-hero-art img {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 38px 70px rgba(0, 0, 0, 0.58));
}

.wwd-platform-badge,
.wwd-feature-badge {
  position: absolute;
  display: flex;
  z-index: 3;
  align-items: center;
  color: rgba(245, 247, 242, 0.9);
  background: linear-gradient(145deg, rgba(17, 22, 17, 0.94), rgba(5, 7, 5, 0.88));
  border: 1px solid rgba(200, 255, 26, 0.22);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.5),
    inset 0 1px rgba(255, 255, 255, 0.06),
    0 0 24px rgba(200, 255, 26, 0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.wwd-platform-badge {
  top: 2%;
  left: 50%;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.wwd-platform-badge span {
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--lime);
  animation: wwd-pulse 2.4s ease-in-out infinite;
}

.wwd-feature-badge {
  gap: 8px;
  padding: 9px 11px;
  border-radius: 11px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wwd-feature-badge svg {
  width: 15px;
  height: 15px;
  color: var(--lime);
}

.badge-dispatch { top: 16%; left: 3%; }
.badge-safety { top: 13%; right: 4%; }
.badge-accounting { top: 43%; right: 0; }
.badge-claims { bottom: 14%; left: 8%; }
.badge-fleet { right: 8%; bottom: 13%; }
.badge-crm { top: 42%; left: 1%; }

.wwd-scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--muted-2);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.wwd-scroll-cue i {
  position: relative;
  display: block;
  width: 1px;
  height: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.wwd-scroll-cue i::after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 70%;
  content: "";
  background: var(--lime);
  animation: wwd-scroll 2s ease-in-out infinite;
}

/* Equipment */
.wwd-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wwd-equipment-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--wwd-radius);
  transition:
    transform 260ms var(--ease),
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.wwd-equipment-card::after {
  position: absolute;
  right: 12%;
  bottom: -1px;
  left: 12%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--lime), transparent);
  opacity: 0.35;
}

.wwd-equipment-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(200, 255, 26, 0.09), transparent 42%),
    #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.wwd-equipment-image::after {
  position: absolute;
  inset: auto 12% 4% 12%;
  height: 12%;
  content: "";
  background: rgba(200, 255, 26, 0.07);
  border-radius: 50%;
  filter: blur(22px);
}

.wwd-equipment-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 480ms var(--ease);
}

.wwd-equipment-copy {
  position: relative;
  padding: 27px 28px 30px;
}

.wwd-card-index {
  position: absolute;
  top: 25px;
  right: 27px;
  color: rgba(200, 255, 26, 0.28);
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wwd-equipment-copy h3 {
  margin-bottom: 9px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.wwd-equipment-copy p {
  min-height: 52px;
  margin: 0 32px 20px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.wwd-equipment-copy ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.wwd-equipment-copy li {
  padding: 6px 9px;
  color: rgba(245, 247, 242, 0.69);
  background: rgba(200, 255, 26, 0.035);
  border: 1px solid rgba(200, 255, 26, 0.11);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.045em;
}

/* Service cards */
.wwd-services {
  background:
    linear-gradient(180deg, transparent, rgba(8, 11, 8, 0.72) 18%, rgba(8, 11, 8, 0.72) 82%, transparent),
    radial-gradient(circle at 88% 48%, rgba(200, 255, 26, 0.035), transparent 24%);
}

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

.wwd-service-card {
  position: relative;
  min-height: 485px;
  padding: clamp(28px, 2.4vw, 42px);
  overflow: hidden;
  border-radius: var(--wwd-radius);
  transition:
    transform 260ms var(--ease),
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.wwd-service-card::before {
  position: absolute;
  top: -130px;
  left: -150px;
  width: 330px;
  height: 330px;
  content: "";
  background: radial-gradient(circle, rgba(200, 255, 26, 0.08), transparent 66%);
  opacity: 0.5;
  transition: opacity 260ms ease;
}

.wwd-service-card::after {
  position: absolute;
  right: 34px;
  bottom: 0;
  left: 34px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--lime) 24%, var(--lime) 76%, transparent);
  opacity: 0.26;
  transform: scaleX(0.42);
  transition:
    opacity 260ms ease,
    transform 340ms var(--ease);
}

.wwd-service-top {
  position: relative;
  display: flex;
  margin-bottom: 34px;
  align-items: flex-start;
  justify-content: space-between;
}

.wwd-service-top > span {
  color: rgba(200, 255, 26, 0.19);
  font-family: "Space Grotesk", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.08em;
}

.wwd-service-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--lime);
  background: linear-gradient(145deg, rgba(200, 255, 26, 0.095), rgba(200, 255, 26, 0.018));
  border: 1px solid rgba(200, 255, 26, 0.2);
  border-radius: 18px;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.05),
    0 0 28px rgba(200, 255, 26, 0.045);
}

.wwd-service-icon svg {
  width: 29px;
  height: 29px;
}

.wwd-service-card h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2vw, 33px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.wwd-service-card > p {
  max-width: 640px;
  min-height: 58px;
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.wwd-service-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 22px 0 0;
  margin: 0;
  gap: 13px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  list-style: none;
}

.wwd-service-card li {
  position: relative;
  padding-left: 19px;
  color: rgba(245, 247, 242, 0.74);
  font-size: 12px;
  line-height: 1.45;
}

.wwd-service-card li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(200, 255, 26, 0.5);
}

/* System flow */
.wwd-system-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: clamp(56px, 6vw, 112px);
}

.wwd-flow {
  position: relative;
  min-height: 560px;
  padding: 40px;
  overflow: hidden;
  border-radius: var(--wwd-radius);
}

.wwd-flow::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(200, 255, 26, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 255, 26, 0.075) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 52%, #000, transparent 88%);
  mask-image: radial-gradient(ellipse 78% 68% at 50% 52%, #000, transparent 88%);
}

.wwd-flow-status {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted-2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wwd-flow-status span {
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--lime);
}

.wwd-flow-path {
  position: absolute;
  inset: 72px 38px 30px;
  width: calc(100% - 76px);
  height: calc(100% - 102px);
  color: var(--lime);
  overflow: visible;
}

.wwd-flow-path path {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.34;
  stroke-dasharray: 0.02 0.018;
  filter: drop-shadow(0 0 3px rgba(200, 255, 26, 0.62));
  animation: wwd-flow-dash 5s linear infinite;
}

.wwd-flow ol {
  position: absolute;
  inset: 105px 42px 50px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  gap: 72px 28px;
  list-style: none;
}

.wwd-flow li {
  position: relative;
  display: flex;
  min-width: 0;
  align-self: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  aspect-ratio: 1 / 0.82;
  color: var(--white);
  background: linear-gradient(145deg, rgba(18, 24, 18, 0.97), rgba(5, 7, 5, 0.95));
  border: 1px solid rgba(200, 255, 26, 0.2);
  border-radius: 18px;
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.5),
    inset 0 1px rgba(255, 255, 255, 0.055),
    0 0 22px rgba(200, 255, 26, 0.055);
}

.wwd-flow li:nth-child(5) { grid-column: 4; }
.wwd-flow li:nth-child(6) { grid-column: 3; }
.wwd-flow li:nth-child(7) { grid-column: 2; }
.wwd-flow li:nth-child(8) { grid-column: 1; }

.wwd-flow li > span {
  position: absolute;
  top: 9px;
  left: 11px;
  color: rgba(200, 255, 26, 0.35);
  font-size: 8px;
  font-weight: 700;
}

.wwd-flow li svg {
  width: 25px;
  height: 25px;
  color: var(--lime);
}

.wwd-flow li strong {
  max-width: 100%;
  padding-inline: 5px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}

.wwd-system-copy h2 {
  margin-bottom: 30px;
}

.wwd-system-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 30px;
  color: var(--muted);
  line-height: 1.75;
}

.wwd-system-points {
  display: grid;
  gap: 13px;
}

.wwd-system-points span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(245, 247, 242, 0.82);
  font-size: 13px;
}

.wwd-system-points svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--lime);
}

/* Why OnePro */
.wwd-why {
  background: radial-gradient(circle at 50% 50%, rgba(200, 255, 26, 0.025), transparent 42%);
}

.wwd-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wwd-benefit-card {
  position: relative;
  min-height: 266px;
  padding: 26px 23px 24px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(14, 18, 14, 0.94), rgba(6, 8, 6, 0.9));
  border: 1px solid rgba(200, 255, 26, 0.13);
  border-radius: 20px;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.34);
  transition:
    transform 240ms var(--ease),
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.wwd-benefit-card::after {
  position: absolute;
  right: -35px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  content: "";
  background: radial-gradient(circle, rgba(200, 255, 26, 0.08), transparent 68%);
}

.wwd-benefit-card > svg {
  width: 31px;
  height: 31px;
  margin-bottom: 22px;
  color: var(--lime);
}

.wwd-benefit-card h3 {
  min-height: 46px;
  margin-bottom: 11px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.wwd-benefit-card p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.wwd-benefit-card > span {
  position: absolute;
  bottom: 21px;
  left: 23px;
  color: rgba(200, 255, 26, 0.68);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Timeline */
.wwd-process {
  background: linear-gradient(180deg, rgba(8, 11, 8, 0.52), transparent 80%);
}

.wwd-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0;
  margin: 84px 0 0;
  gap: 26px;
  list-style: none;
}

.wwd-timeline::before,
.wwd-timeline::after {
  position: absolute;
  top: 37px;
  right: 7%;
  left: 7%;
  height: 1px;
  content: "";
}

.wwd-timeline::before {
  background: rgba(255, 255, 255, 0.09);
}

.wwd-timeline::after {
  background: linear-gradient(90deg, var(--lime), rgba(200, 255, 26, 0.32));
  box-shadow: 0 0 12px rgba(200, 255, 26, 0.35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1600ms var(--ease) 180ms;
}

.wwd-timeline.is-active::after {
  transform: scaleX(1);
}

.wwd-timeline li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.wwd-timeline li > div {
  display: grid;
  width: 74px;
  height: 74px;
  margin: 0 auto 25px;
  place-items: center;
  color: var(--lime);
  background: #080b08;
  border: 1px solid rgba(200, 255, 26, 0.3);
  border-radius: 50%;
  box-shadow:
    0 0 0 8px #050505,
    0 0 34px rgba(200, 255, 26, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.06);
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition:
    color 320ms ease,
    background 320ms ease,
    transform 320ms var(--ease);
}

.wwd-timeline.is-active li > div {
  animation: wwd-step-on 500ms var(--ease) both;
}

.wwd-timeline.is-active li:nth-child(2) > div { animation-delay: 160ms; }
.wwd-timeline.is-active li:nth-child(3) > div { animation-delay: 320ms; }
.wwd-timeline.is-active li:nth-child(4) > div { animation-delay: 480ms; }
.wwd-timeline.is-active li:nth-child(5) > div { animation-delay: 640ms; }
.wwd-timeline.is-active li:nth-child(6) > div { animation-delay: 800ms; }

.wwd-timeline h3 {
  min-height: 44px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.32;
}

.wwd-timeline p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--muted-2);
  font-size: 10px;
  line-height: 1.6;
}

/* Back office */
.wwd-back-office-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);
  align-items: center;
  gap: clamp(56px, 5vw, 96px);
}

.wwd-command-center {
  position: relative;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border-radius: var(--wwd-radius);
}

.wwd-command-center::before {
  position: absolute;
  inset: 18% 8% 12%;
  content: "";
  background: radial-gradient(ellipse, rgba(200, 255, 26, 0.1), transparent 66%);
  filter: blur(32px);
}

.wwd-command-center picture,
.wwd-command-center img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.wwd-command-center img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: contain;
}

.wwd-command-lines {
  position: absolute;
  inset: 12% 8%;
  z-index: 2;
  width: 84%;
  height: 76%;
  color: rgba(200, 255, 26, 0.55);
  pointer-events: none;
  opacity: 0.42;
}

.wwd-command-lines path {
  stroke-width: 0.25;
  stroke-dasharray: 0.025 0.02;
  filter: drop-shadow(0 0 2px rgba(200, 255, 26, 0.65));
  animation: wwd-flow-dash 6s linear infinite;
}

.wwd-command-label {
  position: absolute;
  z-index: 4;
  padding: 7px 9px;
  color: rgba(245, 247, 242, 0.86);
  background: rgba(6, 8, 6, 0.84);
  border: 1px solid rgba(200, 255, 26, 0.2);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.52);
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
}

.command-1 { top: 14%; left: 13%; }
.command-2 { top: 14%; left: 31%; }
.command-3 { top: 14%; left: 50%; }
.command-4 { top: 14%; left: 69%; }
.command-5 { top: 14%; left: 87%; }
.command-6 { top: 87%; left: 13%; }
.command-7 { top: 87%; left: 31%; }
.command-8 { top: 87%; left: 50%; }
.command-9 { top: 87%; left: 69%; }
.command-10 { top: 87%; left: 87%; }

.wwd-back-office-copy h2 {
  margin-bottom: 26px;
}

.wwd-back-office-copy > p:not(.eyebrow) {
  margin-bottom: 27px;
  color: var(--muted);
  line-height: 1.75;
}

.wwd-back-office-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 22px 0;
  margin: 0 0 30px;
  gap: 11px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  list-style: none;
}

.wwd-back-office-copy li {
  position: relative;
  padding-left: 17px;
  color: rgba(245, 247, 242, 0.78);
  font-size: 11px;
}

.wwd-back-office-copy li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(200, 255, 26, 0.5);
}

/* Stats */
.wwd-trust {
  background: linear-gradient(180deg, rgba(9, 12, 9, 0.7), transparent 90%);
}

.wwd-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wwd-stat {
  position: relative;
  min-height: 250px;
  padding: 32px;
  overflow: hidden;
  border-radius: var(--wwd-radius);
  transition:
    transform 240ms var(--ease),
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.wwd-stat::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  content: "";
  background: radial-gradient(circle, rgba(200, 255, 26, 0.08), transparent 68%);
}

.wwd-stat-icon {
  display: grid;
  width: 45px;
  height: 45px;
  margin-bottom: 36px;
  place-items: center;
  color: var(--lime);
  background: rgba(200, 255, 26, 0.055);
  border: 1px solid rgba(200, 255, 26, 0.18);
  border-radius: 13px;
}

.wwd-stat-icon svg {
  width: 22px;
  height: 22px;
}

.wwd-stat strong {
  display: flex;
  align-items: baseline;
  margin-bottom: 6px;
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1;
  letter-spacing: -0.065em;
}

.wwd-stat strong em {
  margin-left: 3px;
  color: var(--lime);
  font-size: 0.55em;
  font-style: normal;
}

.wwd-stat p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Final CTA */
.wwd-final {
  padding: 30px 0 148px;
}

.wwd-final-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 330px;
  padding: clamp(44px, 5vw, 82px);
  overflow: hidden;
  align-items: center;
  gap: 50px;
  background:
    radial-gradient(circle at 82% 50%, rgba(227, 255, 115, 0.23), transparent 31%),
    linear-gradient(120deg, rgba(135, 181, 0, 0.3), rgba(26, 35, 17, 0.96) 48%, rgba(8, 10, 8, 0.98));
  border: 1px solid rgba(200, 255, 26, 0.35);
  border-radius: 28px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.54),
    0 0 52px rgba(200, 255, 26, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.09);
}

.wwd-final-card::before {
  position: absolute;
  top: -120px;
  right: -50px;
  width: 440px;
  height: 440px;
  content: "";
  border: 1px solid rgba(200, 255, 26, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 56px rgba(200, 255, 26, 0.026),
    0 0 0 112px rgba(200, 255, 26, 0.018);
}

.wwd-final-grid {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(200, 255, 26, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 255, 26, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 72%);
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.wwd-final-copy,
.wwd-final-actions {
  position: relative;
  z-index: 2;
}

.wwd-final-copy {
  max-width: 820px;
}

.wwd-final-card h2 {
  margin-bottom: 18px;
  font-size: clamp(39px, 4.2vw, 65px);
}

.wwd-final-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(245, 247, 242, 0.72);
}

.wwd-final-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wwd-final-actions .button {
  min-width: 218px;
}

/* Footer */
.wwd-footer {
  padding-top: 90px;
}

.wwd-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(4, minmax(130px, 0.72fr));
  gap: clamp(32px, 4vw, 70px);
  padding-bottom: 74px;
}

.wwd-footer-brand > p {
  max-width: 370px;
}

.wwd-footer-contact {
  display: grid;
  margin: 22px 0 20px;
  gap: 10px;
}

.wwd-footer-contact a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(245, 247, 242, 0.72);
  font-size: 11px;
  transition: color 200ms ease;
}

.wwd-footer-contact a:hover {
  color: var(--lime);
}

.wwd-footer-contact svg {
  width: 16px;
  height: 16px;
  color: var(--lime);
}

/* Hover states */
@media (hover: hover) and (pointer: fine) {
  .wwd-equipment-card:hover,
  .wwd-service-card:hover,
  .wwd-benefit-card:hover,
  .wwd-stat:hover {
    border-color: rgba(200, 255, 26, 0.31);
    transform: translateY(-5px);
  }

  .wwd-equipment-card:hover {
    box-shadow:
      0 30px 70px rgba(0, 0, 0, 0.56),
      0 0 38px rgba(200, 255, 26, 0.09),
      inset 0 1px rgba(255, 255, 255, 0.06);
  }

  .wwd-equipment-card:hover .wwd-equipment-image img {
    transform: scale(1.025);
  }

  .wwd-service-card:hover {
    box-shadow:
      0 34px 80px rgba(0, 0, 0, 0.55),
      0 0 42px rgba(200, 255, 26, 0.075),
      inset 0 1px rgba(255, 255, 255, 0.06);
  }

  .wwd-service-card:hover::before {
    opacity: 1;
  }

  .wwd-service-card:hover::after {
    opacity: 0.8;
    transform: scaleX(1);
  }

  .wwd-benefit-card:hover,
  .wwd-stat:hover {
    box-shadow:
      0 26px 64px rgba(0, 0, 0, 0.48),
      0 0 32px rgba(200, 255, 26, 0.065),
      inset 0 1px rgba(255, 255, 255, 0.055);
  }
}

/* Motion */
@keyframes wwd-hero-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@keyframes wwd-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes wwd-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(290%); }
}

@keyframes wwd-flow-dash {
  to { stroke-dashoffset: -0.22; }
}

@keyframes wwd-step-on {
  0% { color: var(--lime); background: #080b08; transform: scale(1); }
  55% { color: #050505; background: var(--lime); transform: scale(1.08); }
  100% { color: #050505; background: var(--lime); transform: scale(1); }
}

/* Responsive */
@media (max-width: 1370px) {
  .what-we-do-page {
    --wwd-section-space: 128px;
  }

  .wwd-hero-layout {
    grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
  }

  .wwd-hero-copy h1 {
    font-size: clamp(48px, 4.9vw, 67px);
  }

  .wwd-benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wwd-benefit-card:nth-last-child(-n + 2) {
    grid-column: span 2;
  }

  .wwd-flow {
    min-height: 520px;
  }

  .wwd-flow ol {
    gap: 64px 20px;
  }
}

@media (max-width: 1120px) {
  .wwd-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 78px);
  }

  .wwd-hero-layout {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 52px;
  }

  .wwd-hero-copy {
    max-width: 800px;
    padding-bottom: 0;
  }

  .wwd-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(55px, 7vw, 76px);
  }

  .wwd-hero-visual {
    width: min(100%, 960px);
    margin: 0 auto;
  }

  .wwd-scroll-cue {
    display: none;
  }

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

  .wwd-system-layout,
  .wwd-back-office-layout {
    grid-template-columns: 1fr;
  }

  .wwd-system-copy,
  .wwd-back-office-copy {
    max-width: 780px;
  }

  .wwd-flow,
  .wwd-command-center {
    order: 2;
  }

  .wwd-system-copy,
  .wwd-back-office-copy {
    order: 1;
  }

  .wwd-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wwd-benefit-card:nth-last-child(-n + 2) {
    grid-column: auto;
  }

  .wwd-benefit-card:last-child {
    grid-column: span 3;
    min-height: 220px;
  }

  .wwd-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px 28px;
  }

  .wwd-timeline::before,
  .wwd-timeline::after {
    display: none;
  }

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

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

  .wwd-final-actions {
    flex-direction: row;
  }

  .wwd-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wwd-footer-brand {
    grid-column: 1 / -1;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  }
}

@media (max-width: 820px) {
  .what-we-do-page {
    --wwd-section-space: 104px;
  }

  .wwd-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 42px;
  }

  .wwd-section-heading h2,
  .wwd-system-copy h2,
  .wwd-back-office-copy h2,
  .wwd-final-card h2 {
    font-size: clamp(38px, 8vw, 54px);
  }

  .wwd-hero {
    padding-top: calc(var(--header-height) + 54px);
  }

  .wwd-hero-copy h1 {
    font-size: clamp(45px, 10vw, 66px);
  }

  .wwd-hero-visual {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .wwd-feature-badge {
    padding: 7px 8px;
    font-size: 7px;
  }

  .wwd-feature-badge svg {
    width: 12px;
    height: 12px;
  }

  .wwd-platform-badge {
    font-size: 7px;
  }

  .wwd-equipment-grid,
  .wwd-benefit-grid {
    display: flex;
    width: calc(100% + 48px);
    padding: 3px 48px 30px;
    margin: 0 -48px -30px;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 48px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wwd-equipment-grid::-webkit-scrollbar,
  .wwd-benefit-grid::-webkit-scrollbar {
    display: none;
  }

  .wwd-equipment-card {
    width: min(78vw, 430px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .wwd-benefit-card,
  .wwd-benefit-card:last-child {
    width: min(67vw, 300px);
    min-height: 260px;
    flex: 0 0 auto;
    grid-column: auto;
    scroll-snap-align: start;
  }

  .wwd-services-grid {
    grid-template-columns: 1fr;
  }

  .wwd-service-card {
    min-height: 0;
  }

  .wwd-flow {
    min-height: auto;
    padding: 31px 25px;
  }

  .wwd-flow-path {
    display: none;
  }

  .wwd-flow ol {
    position: relative;
    inset: auto;
    display: flex;
    margin-top: 27px;
    flex-direction: column;
    gap: 17px;
  }

  .wwd-flow li,
  .wwd-flow li:nth-child(n) {
    display: grid;
    width: 100%;
    min-height: 76px;
    aspect-ratio: auto;
    grid-column: auto;
    grid-template-columns: 30px 34px 1fr;
    justify-content: stretch;
    padding: 15px 17px;
    gap: 12px;
    text-align: left;
  }

  .wwd-flow li::after {
    position: absolute;
    top: 100%;
    left: 46px;
    width: 1px;
    height: 18px;
    content: "";
    background: var(--lime);
    box-shadow: 0 0 8px rgba(200, 255, 26, 0.35);
  }

  .wwd-flow li:last-child::after {
    display: none;
  }

  .wwd-flow li > span {
    position: static;
  }

  .wwd-flow li strong {
    padding: 0;
    font-size: 12px;
    text-align: left;
  }

  .wwd-command-label {
    padding: 5px 6px;
    font-size: 5.5px;
  }

  .wwd-timeline {
    display: flex;
    margin-top: 58px;
    flex-direction: column;
    gap: 28px;
  }

  .wwd-timeline li {
    display: grid;
    grid-template-columns: 68px 1fr;
    grid-template-rows: auto auto;
    column-gap: 22px;
    text-align: left;
  }

  .wwd-timeline li::after {
    position: absolute;
    top: 68px;
    bottom: -29px;
    left: 33px;
    width: 1px;
    content: "";
    background: linear-gradient(var(--lime), rgba(200, 255, 26, 0.12));
  }

  .wwd-timeline li:last-child::after {
    display: none;
  }

  .wwd-timeline li > div {
    width: 68px;
    height: 68px;
    margin: 0;
    grid-row: 1 / 3;
  }

  .wwd-timeline h3 {
    min-height: 0;
    margin: 7px 0 5px;
  }

  .wwd-timeline p {
    max-width: 420px;
    margin: 0;
  }

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

@media (max-width: 620px) {
  .what-we-do-page {
    --wwd-section-space: 86px;
  }

  .wwd-hero {
    padding-top: calc(var(--header-height) + 36px);
    padding-bottom: 56px;
  }

  .wwd-hero-copy h1 {
    margin-bottom: 23px;
    font-size: clamp(40px, 12.3vw, 58px);
  }

  .wwd-hero-lead {
    font-size: 14px;
    line-height: 1.67;
  }

  .wwd-support {
    padding: 15px;
  }

  .wwd-hero-actions,
  .wwd-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wwd-hero-actions .button,
  .wwd-final-actions .button {
    width: 100%;
  }

  .wwd-hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .wwd-hero-proof > span,
  .wwd-hero-proof > span + span {
    padding: 0;
    border: 0;
  }

  .wwd-hero-visual {
    width: calc(100% + 56px);
    margin-left: -28px;
  }

  .wwd-feature-badge {
    display: none;
  }

  .wwd-platform-badge {
    top: 0;
  }

  .wwd-section-heading h2,
  .wwd-system-copy h2,
  .wwd-back-office-copy h2,
  .wwd-final-card h2 {
    font-size: clamp(35px, 10vw, 48px);
  }

  .wwd-equipment-grid,
  .wwd-benefit-grid {
    width: calc(100% + 40px);
    padding-right: 40px;
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px;
    scroll-padding-inline: 20px;
  }

  .wwd-equipment-card {
    width: min(84vw, 410px);
  }

  .wwd-equipment-copy {
    padding: 23px 22px 25px;
  }

  .wwd-equipment-copy p {
    min-height: 0;
  }

  .wwd-service-card {
    padding: 27px 23px 31px;
  }

  .wwd-service-top {
    margin-bottom: 26px;
  }

  .wwd-service-top > span {
    font-size: 42px;
  }

  .wwd-service-card ul {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .wwd-flow {
    padding: 27px 18px;
  }

  .wwd-command-center {
    padding: 8px;
    overflow: visible;
  }

  .wwd-command-lines {
    display: none;
  }

  .wwd-command-label {
    display: none;
  }

  .wwd-command-center::after {
    position: relative;
    display: block;
    z-index: 4;
    padding: 15px;
    margin: -4px 4px 4px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.018);
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 13px;
    content: "Dispatch · Safety · Accounting · Claims · CRM · Fleet · Compliance · Driver Support · Broker Relations · Business Operations";
    font-size: 9px;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }

  .wwd-back-office-copy ul {
    grid-template-columns: 1fr;
  }

  .wwd-stats-grid {
    grid-template-columns: 1fr;
  }

  .wwd-stat {
    min-height: 205px;
  }

  .wwd-final {
    padding-bottom: 100px;
  }

  .wwd-final-card {
    min-height: 0;
    padding: 38px 25px;
    border-radius: 22px;
  }

  .wwd-footer {
    padding-top: 70px;
  }

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

  .wwd-footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wwd-hero-art,
  .wwd-platform-badge span,
  .wwd-scroll-cue i::after,
  .wwd-flow-path path,
  .wwd-command-lines path,
  .wwd-timeline.is-active li > div {
    animation: none !important;
  }

  .wwd-timeline::after {
    transition: none;
    transform: scaleX(1);
  }
}

/* Reference fidelity pass — compact command-center composition */
.what-we-do-page {
  --wwd-radius: 14px;
  --wwd-section-space: 76px;
  background:
    radial-gradient(circle at 82% 4%, rgba(200, 255, 26, 0.045), transparent 22%),
    #050605;
}

.what-we-do-page .container {
  width: min(calc(100% - 48px), var(--container));
}

.what-we-do-page .main-nav a::after {
  bottom: 14px;
}

.wwd-section {
  padding-block: var(--wwd-section-space);
  background-image:
    linear-gradient(rgba(200, 255, 26, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 255, 26, 0.018) 1px, transparent 1px);
  background-size: 48px 48px;
}

.wwd-section + .wwd-section {
  border-top-color: rgba(255, 255, 255, 0.06);
}

.wwd-section-heading {
  grid-template-columns: 1fr auto;
  margin-bottom: 28px;
  gap: 28px;
}

.wwd-section-heading h2,
.wwd-system-copy h2,
.wwd-back-office-copy h2,
.wwd-final-card h2 {
  font-size: clamp(30px, 2.3vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.wwd-section-heading > p,
.wwd-section-heading > div + p {
  max-width: 440px;
  font-size: 11px;
  line-height: 1.55;
}

.wwd-section-heading-centered {
  max-width: 720px;
  margin-bottom: 30px;
  gap: 10px;
}

.wwd-section-heading-centered .eyebrow {
  margin-bottom: 10px;
}

.eyebrow {
  margin-bottom: 16px;
  font-size: 8px;
  letter-spacing: 0.13em;
}

.eyebrow > span {
  width: 18px;
}

/* Reference hero: compact copy + dominant network artwork */
.wwd-hero {
  min-height: 0;
  padding: calc(var(--header-height) + 22px) 0 24px;
}

.wwd-hero-layout {
  grid-template-columns: minmax(330px, 0.61fr) minmax(0, 1.39fr);
  min-height: 0;
  gap: clamp(14px, 1.6vw, 30px);
}

.wwd-hero-copy {
  padding-block: 10px;
}

.wwd-hero-copy h1 {
  max-width: 570px;
  margin-bottom: 20px;
  font-size: clamp(42px, 3.35vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-transform: none;
}

.wwd-hero-copy h1 span {
  display: inline;
}

.wwd-hero-lead {
  max-width: 535px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.66;
}

.wwd-support,
.wwd-hero-proof,
.wwd-scroll-cue {
  display: none;
}

.wwd-hero-actions {
  gap: 12px;
}

.wwd-hero-actions .button {
  min-height: 48px;
  padding-inline: 23px;
  border-radius: 8px;
  font-size: 9px;
}

.wwd-hero-visual {
  width: calc(100% + 18px);
  margin-right: -18px;
  translate: 0 0;
}

.wwd-hero-art {
  width: 100%;
  max-width: none;
  aspect-ratio: 2.05 / 1;
  overflow: hidden;
}

.wwd-hero-art picture,
.wwd-hero-art img {
  display: block;
  height: 100%;
}

.wwd-hero-art img {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 51%;
}

.wwd-hero-art picture {
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, #000 3%, #000 96%, transparent 100%),
    linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%);
  mask-image:
    linear-gradient(to bottom, transparent 0%, #000 3%, #000 96%, transparent 100%),
    linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%);
}

.wwd-platform-badge,
.badge-crm {
  display: none;
}

.wwd-feature-badge {
  padding: 7px 9px;
  gap: 6px;
  border-radius: 8px;
  font-size: 7px;
}

.wwd-feature-badge svg {
  width: 13px;
  height: 13px;
}

.badge-dispatch { top: 8%; left: 10%; }
.badge-safety { top: 7%; right: 8%; }
.badge-accounting { top: 29%; right: 0; }
.badge-claims { bottom: 6%; left: 12%; }
.badge-fleet { right: 4%; bottom: 7%; }

.wwd-asset-label {
  position: absolute;
  z-index: 3;
  padding: 3px 6px;
  color: rgba(245, 247, 242, 0.78);
  background: rgba(3, 4, 3, 0.82);
  border: 1px solid rgba(200, 255, 26, 0.13);
  border-radius: 3px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.label-reefer { top: 30%; left: 24%; }
.label-dry-van { top: 31%; right: 15%; }
.label-car-hauler { top: 60%; left: 18%; }
.label-flatbed { bottom: 13%; left: 42%; }
.label-step-deck { right: 22%; bottom: 18%; }
.label-hot-shot { top: 57%; right: 4%; }

/* Six equipment cards in one reference row */
.wwd-equipment {
  padding-top: 58px;
  padding-bottom: 68px;
}

.wwd-equipment-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 11px;
}

.wwd-equipment-grid:focus-visible,
.wwd-benefit-grid:focus-visible {
  outline: 1px solid rgba(200, 255, 26, 0.7);
  outline-offset: 8px;
}

.wwd-equipment-card {
  min-width: 0;
  border-radius: 12px;
  box-shadow:
    0 15px 38px rgba(0, 0, 0, 0.36),
    inset 0 1px rgba(255, 255, 255, 0.035);
}

.wwd-equipment-card::after {
  display: none;
}

.wwd-equipment-image {
  aspect-ratio: 16 / 10;
}

.wwd-equipment-image img {
  object-fit: contain;
}

.wwd-equipment-copy {
  min-height: 152px;
  padding: 14px 14px 16px;
}

.wwd-card-index,
.wwd-equipment-copy p {
  display: none;
}

.wwd-equipment-copy h3 {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: -0.025em;
}

.wwd-equipment-copy ul {
  display: grid;
  gap: 5px;
}

.wwd-equipment-copy li {
  position: relative;
  padding: 0 0 0 14px;
  color: rgba(245, 247, 242, 0.72);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.wwd-equipment-copy li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--lime);
  content: "✓";
  font-size: 9px;
  font-weight: 800;
}

/* Ten compact service cards: 5 × 2 */
.wwd-services {
  padding-block: 68px 74px;
  background:
    linear-gradient(rgba(200, 255, 26, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 255, 26, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 50% 40%, rgba(200, 255, 26, 0.025), transparent 42%),
    #050605;
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.wwd-services-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  counter-reset: service-card;
}

.wwd-service-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  min-height: 330px;
  padding: 17px;
  border-radius: 13px;
  counter-increment: service-card;
}

.wwd-service-card::before {
  top: -90px;
  left: -90px;
  width: 190px;
  height: 190px;
}

.wwd-service-card::after {
  display: none;
}

.wwd-service-top {
  grid-column: 1;
  grid-row: 1 / 3;
  margin: 0;
}

.wwd-service-top > span {
  display: none;
}

.wwd-service-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.wwd-service-icon svg {
  width: 22px;
  height: 22px;
}

.wwd-service-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 1px 0 4px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.wwd-service-card h3::before {
  margin-right: 4px;
  color: var(--lime);
  content: counter(service-card);
  font-size: 11px;
}

.wwd-service-card > p {
  grid-column: 2;
  grid-row: 2;
  min-height: 36px;
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.42;
}

.wwd-service-card ul {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 3;
  grid-template-columns: 1fr;
  align-content: start;
  padding: 12px 0 8px;
  gap: 5px;
  border-top-color: rgba(255, 255, 255, 0.045);
}

.wwd-service-card li {
  padding-left: 14px;
  font-size: 10.5px;
  line-height: 1.35;
}

.wwd-service-card li::before {
  top: 0.35em;
  width: 5px;
  height: 5px;
}

.wwd-learn-more {
  display: inline-flex;
  grid-column: 1 / -1;
  grid-row: 4;
  align-items: center;
  gap: 5px;
  width: max-content;
  margin-top: 7px;
  color: var(--lime);
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.wwd-learn-more svg {
  width: 11px;
  height: 11px;
  transition: transform 180ms ease;
}

.wwd-learn-more:hover svg {
  transform: translateX(3px);
}

/* Copy left, horizontal connected-system diagram right */
.wwd-system {
  padding-block: 62px 68px;
}

.wwd-system-layout {
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(30px, 4vw, 72px);
}

.wwd-system-copy {
  order: 1;
  max-width: 450px;
}

.wwd-flow {
  order: 2;
  min-height: 310px;
  padding: 20px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.wwd-flow-status,
.wwd-system-points {
  display: none;
}

.wwd-system-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(33px, 2.6vw, 47px);
  line-height: 0.98;
}

.wwd-system-copy > p:not(.eyebrow) {
  max-width: 410px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.6;
}

.wwd-flow-path {
  inset: 5px 0 0;
  width: 100%;
  height: calc(100% - 5px);
}

.wwd-flow-path path {
  stroke-width: 0.28;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  animation: none;
}

.wwd-flow ol {
  inset: 35px 0 20px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, 72px);
  align-content: space-between;
  gap: 82px 18px;
}

.wwd-flow li,
.wwd-flow li:nth-child(n) {
  width: 66px;
  height: 66px;
  min-width: 0;
  justify-self: center;
  align-self: start;
  aspect-ratio: 1;
  border-radius: 11px;
}

.wwd-flow li:nth-child(1) { grid-column: 1; grid-row: 1; }
.wwd-flow li:nth-child(2) { grid-column: 2; grid-row: 1; }
.wwd-flow li:nth-child(3) { grid-column: 3; grid-row: 1; }
.wwd-flow li:nth-child(4) { grid-column: 4; grid-row: 1; }
.wwd-flow li:nth-child(5) { grid-column: 5; grid-row: 1; }
.wwd-flow li:nth-child(6) { grid-column: 6; grid-row: 1; }
.wwd-flow li:nth-child(7) { grid-column: 4; grid-row: 2; }
.wwd-flow li:nth-child(8) { grid-column: 5; grid-row: 2; }

.wwd-flow li > span {
  display: none;
}

.wwd-flow li svg {
  width: 24px;
  height: 24px;
}

.wwd-flow li strong {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: 116px;
  padding: 0;
  font-size: 8px;
  line-height: 1.2;
  transform: translateX(-50%);
}

/* Reference success strip */
.wwd-why {
  padding-block: 62px 70px;
}

.wwd-benefit-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 8px;
}

.wwd-benefit-card,
.wwd-benefit-card:last-child {
  min-height: 188px;
  padding: 15px 12px 13px;
  grid-column: auto;
  border-radius: 11px;
}

.wwd-benefit-card > svg {
  width: 25px;
  height: 25px;
  margin-bottom: 13px;
}

.wwd-benefit-card h3 {
  min-height: 31px;
  margin-bottom: 6px;
  font-size: 11.5px;
  line-height: 1.25;
}

.wwd-benefit-card p {
  margin-bottom: 18px;
  font-size: 9px;
  line-height: 1.42;
}

.wwd-benefit-card > span {
  bottom: 11px;
  left: 12px;
  font-size: 7px;
}

/* Compact process and remaining TЗ sections */
.wwd-process {
  padding-block: 62px 74px;
}

.wwd-timeline {
  margin-top: 52px;
  gap: 18px;
}

.wwd-timeline::before,
.wwd-timeline::after {
  top: 26px;
}

.wwd-timeline li > div {
  width: 52px;
  height: 52px;
  margin-bottom: 17px;
  box-shadow:
    0 0 0 6px #050505,
    0 0 26px rgba(200, 255, 26, 0.09),
    inset 0 1px rgba(255, 255, 255, 0.05);
  font-size: 12px;
}

.wwd-timeline h3 {
  min-height: 34px;
  margin-bottom: 5px;
  font-size: 12px;
}

.wwd-timeline p {
  font-size: 9px;
  line-height: 1.45;
}

.wwd-back-office,
.wwd-trust {
  padding-block: 82px;
}

.wwd-back-office-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.82fr);
  gap: clamp(36px, 4vw, 72px);
}

.wwd-command-center {
  padding: 12px;
  border-radius: 14px;
}

.wwd-back-office-copy > p:not(.eyebrow) {
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1.6;
}

.wwd-back-office-copy ul {
  padding: 15px 0;
  margin-bottom: 20px;
  gap: 7px 16px;
}

.wwd-back-office-copy li {
  font-size: 9px;
}

.wwd-stats-grid {
  gap: 11px;
}

.wwd-stat {
  min-height: 190px;
  padding: 23px;
  border-radius: 13px;
}

.wwd-stat-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
}

.wwd-final {
  padding: 20px 0 86px;
}

.wwd-final-card {
  min-height: 260px;
  padding: clamp(36px, 4vw, 60px);
  border-radius: 18px;
}

.wwd-footer {
  padding-top: 66px;
}

.wwd-footer-grid {
  padding-bottom: 54px;
}

@media (max-width: 1279px) {
  .what-we-do-page .container {
    width: min(calc(100% - 40px), 1180px);
  }

  

  .wwd-hero-layout {
    grid-template-columns: minmax(330px, 0.66fr) minmax(0, 1.34fr);
  }

  .wwd-equipment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .wwd-benefit-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .what-we-do-page {
  }

  

  

  

  .wwd-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 44px);
  }

  .wwd-hero-layout {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 20px;
  }

  .wwd-hero-copy {
    max-width: 650px;
  }

  .wwd-hero-copy h1 {
    font-size: clamp(45px, 7vw, 62px);
  }

  .wwd-hero-visual {
    width: 100%;
    max-width: 980px;
    margin: -10px auto 0;
  }

  .wwd-hero-art {
    aspect-ratio: 16 / 10;
  }

  .wwd-hero-art img {
    object-fit: contain;
  }

  .wwd-asset-label {
    display: none;
  }

  .wwd-system-layout,
  .wwd-back-office-layout {
    grid-template-columns: 1fr;
  }

  .wwd-system-copy,
  .wwd-back-office-copy {
    max-width: 690px;
    order: 1;
  }

  .wwd-flow,
  .wwd-command-center {
    order: 2;
  }

  .wwd-flow {
    width: 100%;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .wwd-hero {
    padding: calc(var(--header-height) + 22px) 0 24px;
  }

  .wwd-hero-layout {
    grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
    gap: 14px;
  }

  .wwd-hero-copy h1 {
    font-size: clamp(40px, 4.2vw, 46px);
  }

  .wwd-hero-lead {
    font-size: 10.5px;
  }

  .wwd-hero-visual {
    width: calc(100% + 12px);
    max-width: none;
    margin: 0 -12px 0 0;
  }

  .wwd-hero-art {
    aspect-ratio: 2.05 / 1;
  }

  .wwd-hero-art img {
    object-fit: cover;
  }

  .wwd-system-layout {
    grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .what-we-do-page {
    --wwd-section-space: 64px;
  }

  .what-we-do-page .container {
    width: calc(100% - 24px);
  }

  

  .wwd-section-heading,
  .wwd-section-heading-centered {
    display: block;
    margin-bottom: 24px;
    text-align: left;
  }

  .wwd-section-heading-centered .eyebrow {
    justify-content: flex-start;
  }

  .wwd-section-heading-centered .eyebrow > span:last-child {
    display: none;
  }

  .wwd-section-heading h2,
  .wwd-system-copy h2,
  .wwd-back-office-copy h2,
  .wwd-final-card h2 {
    font-size: clamp(31px, 9vw, 43px);
  }

  .wwd-section-heading > p,
  .wwd-section-heading > div + p {
    margin-top: 11px;
    font-size: 10px;
  }

  .wwd-hero {
    padding: calc(var(--header-height) + 34px) 0 36px;
  }

  .wwd-hero-copy h1 {
    font-size: clamp(39px, 11.5vw, 54px);
    line-height: 0.99;
  }

  .wwd-hero-lead {
    font-size: 10.5px;
  }

  .wwd-hero-actions {
    align-items: stretch;
    flex-direction: row;
  }

  .wwd-hero-actions .button {
    width: auto;
    flex: 1;
    padding-inline: 12px;
    font-size: 7.5px;
  }

  .wwd-hero-visual {
    width: calc(100% + 24px);
    margin-left: -12px;
  }

  .wwd-feature-badge {
    display: none;
  }

  .wwd-equipment-grid,
  .wwd-benefit-grid {
    display: flex;
    width: calc(100% + 24px);
    padding: 2px 24px 20px 12px;
    margin: 0 -12px -20px;
    gap: 10px;
    overflow-x: auto;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wwd-equipment-card {
    width: min(72vw, 300px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .wwd-benefit-card,
  .wwd-benefit-card:last-child {
    width: min(48vw, 205px);
    min-height: 190px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .wwd-services-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .wwd-service-card {
    min-height: 0;
  }

  .wwd-flow {
    min-height: auto;
    padding: 12px 0 34px;
  }

  .wwd-flow-path {
    display: none !important;
  }

  .wwd-flow ol {
    position: relative;
    inset: auto;
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
    gap: 17px;
  }

  .wwd-flow li,
  .wwd-flow li:nth-child(n) {
    display: grid;
    width: 100%;
    min-height: 76px;
    height: auto;
    padding: 15px 17px;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-column: auto;
    grid-row: auto;
    align-items: center;
    justify-content: stretch;
    gap: 12px;
    aspect-ratio: auto;
    text-align: left;
  }

  .wwd-flow li::after {
    position: absolute;
    top: 100%;
    left: 33px;
    display: block;
    width: 1px;
    height: 18px;
    content: "";
    background: var(--lime);
    box-shadow: 0 0 8px rgba(200, 255, 26, 0.35);
  }

  .wwd-flow li:last-child::after {
    display: none;
  }

  .wwd-flow li strong {
    position: static;
    width: auto;
    padding: 0;
    font-size: 10px;
    text-align: left;
    transform: none;
  }

  .wwd-timeline {
    display: flex;
    margin-top: 38px;
    flex-direction: column;
    gap: 20px;
  }

  .wwd-timeline li {
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto auto;
    gap: 0 17px;
    text-align: left;
  }

  .wwd-timeline li > div {
    grid-row: 1 / 3;
    margin: 0;
  }

  .wwd-timeline h3 {
    min-height: 0;
    margin: 4px 0 3px;
  }

  .wwd-timeline p {
    max-width: none;
    margin: 0;
  }

  .wwd-timeline li::after {
    top: 52px;
    bottom: -21px;
    left: 26px;
  }
}

@media (max-width: 440px) {
  .wwd-hero-actions {
    flex-direction: column;
  }

  .wwd-hero-actions .button {
    width: 100%;
  }

  .wwd-equipment-card {
    width: 79vw;
  }

  .wwd-benefit-card,
  .wwd-benefit-card:last-child {
    width: 58vw;
  }
}
