.page-hero h1 {
  max-width: 22ch;
  text-wrap: balance;
}

.embed-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  max-width: 1120px;
  margin: 0 auto 26px;
}

.embed-section-head h2 {
  margin: 7px 0 8px;
}

.embed-section-head p {
  max-width: 70ch;
  margin: 0;
  color: var(--muted);
}

.platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  padding: 10px 14px;
  border: 1px solid #d5e1e4;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(6, 40, 59, 0.09);
  color: var(--navy);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.platform-badge:hover,
.platform-badge:focus-visible {
  transform: translateY(-2px);
  border-color: #e03535;
  box-shadow: 0 12px 28px rgba(6, 40, 59, 0.14);
}

.platform-play {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 30px;
  border-radius: 8px;
  background: #ff0033;
}

.platform-play::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 9px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}

.platform-badge small,
.platform-badge strong {
  display: block;
}

.platform-badge small {
  color: #60757d;
  font-size: 10px;
  line-height: 1.3;
}

.platform-badge strong {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.35;
}

.video-shell-wide {
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid rgba(6, 40, 59, 0.14);
  box-shadow: 0 18px 44px rgba(6, 40, 59, 0.15);
}

.map-embed-frame {
  min-width: 0;
  min-height: 420px;
  background: #dfeaec;
}

.map-embed-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

@media (max-width: 560px) {
  .embed-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    margin-bottom: 20px;
  }

  .platform-badge {
    width: 100%;
    min-width: 0;
  }

  .map-embed-frame,
  .map-embed-frame iframe {
    min-height: 350px;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.1;
    overflow-wrap: break-word;
  }

  .stats,
  .stats.dark[style] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: unset;
    overflow: hidden;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .stats .stat,
  .stats.dark[style] .stat {
    min-width: 0 !important;
    padding: 20px 8px;
    border-right: 1px solid var(--line) !important;
    border-bottom: 1px solid var(--line) !important;
  }

  .stats .stat:nth-child(even),
  .stats.dark[style] .stat:nth-child(even) {
    border-right: 0 !important;
  }

  .stats .stat:nth-child(n + 3),
  .stats.dark[style] .stat:nth-child(n + 3) {
    border-bottom: 0 !important;
  }

  .stats .stat strong,
  .stats.dark[style] .stat strong {
    max-width: 100%;
    font-size: clamp(22px, 6.7vw, 28px);
    letter-spacing: -0.025em;
    white-space: nowrap;
  }

  .stats .stat span {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.35;
  }
}
