.coach-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 27, 73, 0.98), rgba(13, 44, 103, 0.92)),
    var(--navy);
}

.coach-hero::before {
  position: absolute;
  inset: auto -12% -24% 34%;
  height: 55%;
  content: "";
  background: rgba(245, 155, 25, 0.16);
  transform: skewY(-8deg);
}

.coach-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.82fr);
  gap: 48px;
  align-items: center;
  min-height: 720px;
  padding: 78px 0 96px;
}

.coach-hero-copy h1 {
  max-width: 790px;
  margin: 0;
  color: var(--white);
  font-size: 3.29rem;
  font-weight: 900;
  line-height: 1.03;
}

.coach-hero-copy p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.coach-hero-visual {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

.coach-hero-visual img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.3));
}

.coach-pill {
  position: absolute;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #111112;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.coach-pill::before {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  content: "";
  border-radius: 50%;
  background: var(--orange);
}

.coach-pill.passenger {
  left: 7%;
  top: 16%;
}

.coach-pill.evidence {
  right: 5%;
  top: 24%;
}

.coach-pill.luggage {
  left: 5%;
  bottom: 18%;
}

.coach-pill.tracking {
  right: 8%;
  bottom: 13%;
}

.coach-proof-band {
  color: var(--white);
  background: var(--navy);
  border-top: 4px solid var(--orange);
}

.coach-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.coach-proof-grid div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 18px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.coach-proof-grid div:first-child {
  border-left: 0;
}

.coach-proof-grid strong {
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.coach-proof-grid span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.coach-outcomes-section,
.coach-proof-section {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 204, 0, 0.1), transparent 30%),
    linear-gradient(135deg, #111112 0%, #050505 100%);
}

.coach-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.coach-outcome-grid article {
  min-height: 312px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #111112;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.coach-outcome-grid h3,
.customer-card h3 {
  margin: 0;
  color: var(--white);
  line-height: 1.16;
}

.coach-outcome-grid p,
.customer-card p {
  color: rgba(255, 255, 255, 0.72);
}

.coach-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.coach-icon.amber {
  background: var(--orange);
}

.coach-icon.green {
  background: var(--green);
}

.coach-icon.blue {
  background: var(--blue);
}

.coach-workflow-section,
.coach-wireless-section {
  color: var(--white);
  background:
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 68%, #173f83 100%);
}

.coach-workflow-section h2,
.coach-workflow-section p,
.coach-wireless-section h2,
.coach-wireless-section p {
  color: var(--white);
}

.coach-workflow-section p,
.coach-wireless-section p {
  color: rgba(255, 255, 255, 0.8);
}

.coach-layout,
.coach-platform-layout,
.coach-wireless-layout,
.coach-software-layout,
.customer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.coach-board,
.wireless-board {
  min-height: 420px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #111112;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.36);
}

.coach-node.main,
.wireless-node.main {
  min-height: 84px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
  text-align: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.coach-line,
.wireless-line {
  width: 3px;
  height: 42px;
  margin: 0 auto;
  background: var(--orange);
}

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

.coach-grid div,
.coach-grid a,
.wireless-grid div,
.wireless-grid a {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 16px;
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #19191c;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.coach-grid a:hover,
.coach-grid a:focus-visible,
.wireless-grid a:hover,
.wireless-grid a:focus-visible {
  border-color: var(--orange);
  background: #252529;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 210, 4, 0.34);
  transform: translateY(-4px);
}

.coach-grid a:focus-visible,
.wireless-grid a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.coach-grid strong,
.wireless-grid strong,
.software-list strong {
  color: var(--white);
  line-height: 1.16;
}

.coach-grid span,
.wireless-grid span,
.software-list span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.coach-platform-section,
.coach-software-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  border-top: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 204, 0, 0.14), transparent 32%),
    linear-gradient(135deg, #090909 0%, #171717 58%, #050505 100%);
}

.coach-platform-section h2,
.coach-platform-section p,
.coach-software-section h2,
.coach-software-section p {
  color: var(--white);
}

.coach-platform-section p,
.coach-software-section p {
  color: rgba(255, 255, 255, 0.8);
}

.coach-platform-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.coach-platform-product-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #101010;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.36);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.coach-platform-product-card:hover,
.coach-platform-product-card:focus-within {
  border-color: var(--orange);
  background: #252529;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 210, 4, 0.34);
  transform: translateY(-4px);
}

.coach-platform-product-card img {
  align-self: center;
  justify-self: center;
  width: min(88%, 430px);
  height: 310px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.45));
}

.coach-platform-product-card figcaption {
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 0 24px 22px;
}

.coach-platform-product-card figcaption span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.coach-platform-product-card figcaption strong {
  color: var(--white);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  line-height: 1.12;
}

.software-media {
  min-height: 480px;
  position: relative;
  display: grid;
  place-items: center;
  padding: 28px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 64% 34%, rgba(255, 204, 0, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #101010;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.36);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.software-media-link {
  isolation: isolate;
  cursor: pointer;
}

.software-media-link::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 14px;
  pointer-events: none;
  opacity: 0;
  border: 2px solid var(--orange);
  border-radius: calc(var(--radius) - 4px);
  box-shadow: inset 0 0 0 1px rgba(255, 210, 4, 0.24), 0 0 26px rgba(255, 210, 4, 0.26);
  transition: opacity 180ms ease, box-shadow 180ms ease;
}

.software-media:hover,
.software-media:focus-visible {
  border-color: var(--orange);
  background: #252529;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 210, 4, 0.34);
  transform: translateY(-4px);
}

.software-media-link:hover::after,
.software-media-link:focus-visible::after {
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 210, 4, 0.38), 0 0 34px rgba(255, 210, 4, 0.34);
}

.software-media:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.software-media img {
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.45));
  transition: transform 180ms ease, filter 180ms ease;
}

.software-media-link:hover img,
.software-media-link:focus-visible img {
  transform: scale(1.025);
  filter:
    drop-shadow(0 24px 28px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 18px rgba(255, 210, 4, 0.2));
}

.software-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.software-list a {
  min-height: 94px;
  display: grid;
  align-content: center;
  padding: 16px;
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #111112;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.software-list a:hover,
.software-list a:focus-visible {
  border-color: var(--orange);
  background: #252529;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 210, 4, 0.34);
  transform: translateY(-4px);
}

.software-list a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.software-list strong,
.software-list span {
  display: block;
}

.coach-platform-section .capability-grid a {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.16);
  background: #111112;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.coach-platform-section .capability-grid a:hover,
.coach-platform-section .capability-grid a:focus-visible {
  border-color: var(--orange);
  background: #252529;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 210, 4, 0.34);
  transform: translateY(-4px);
}

.coach-platform-section .capability-grid strong {
  color: var(--white);
}

.coach-platform-section .capability-grid span {
  color: rgba(255, 255, 255, 0.72);
}

.connection-note {
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 800;
}

.customer-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.74fr);
}

.customer-card {
  min-height: 260px;
  padding: 26px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #111112;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.customer-card::before {
  display: block;
  margin-bottom: 18px;
  color: var(--orange);
  content: "Customer proof";
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.customer-card strong {
  display: block;
  color: var(--white);
  line-height: 1.16;
}

.customer-card span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.coach-cta {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 204, 0, 0.14), transparent 24%),
    linear-gradient(135deg, #090909, #171717 58%, #050505);
}

@media (max-width: 1080px) {
  .coach-hero-inner,
  .coach-layout,
  .coach-platform-layout,
  .coach-wireless-layout,
  .coach-software-layout,
  .customer-layout {
    grid-template-columns: 1fr;
  }

  .coach-hero-copy h1 {
  font-size: 2.8rem;
  }

  .coach-proof-grid,
  .coach-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coach-proof-grid div:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .coach-hero-inner {
    min-height: auto;
    padding: 56px 0 66px;
  }

  .coach-hero-copy h1 {
  font-size: 2.065rem;
  }

  .coach-hero-visual {
    min-height: 360px;
    padding: 18px;
  }

  .coach-pill {
    position: static;
    width: 100%;
    margin-top: 8px;
  }

  .coach-proof-grid,
  .coach-outcome-grid,
  .coach-grid,
  .wireless-grid {
    grid-template-columns: 1fr;
  }

  .coach-proof-grid div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .coach-proof-grid div:first-child {
    border-top: 0;
  }

  .software-media {
    min-height: 380px;
  }

  .coach-platform-media {
    grid-template-columns: 1fr;
  }

  .coach-platform-product-card {
    min-height: 360px;
  }

  .coach-platform-product-card img {
    height: 250px;
  }
}
