@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --blue: #0f1c70;
  --deep-blue: #16162a;
  --ink: #070707;
  --muted: #4a4f6a;
  --line: #e5e2dc;
  --paper: #f8f7f4;
  --yellow: #ffdf09;
  --pink: #ff4676;
  --purple: #2401f5;
  --teal: #0c736b;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open,
body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 170px 1fr 260px;
  align-items: center;
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e5e3de;
  backdrop-filter: blur(8px);
}

.brand img {
  width: 104px;
  height: 52px;
  object-fit: contain;
}

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

.nav-links a,
.nav-secondary {
  color: #3b3f4a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.nav-links a {
  padding: 12px 4px 10px;
  border-bottom: 1px solid transparent;
}

.nav-links a.active,
.nav-links a:hover {
  border-color: #000;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.nav-secondary {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle {
  position: fixed;
  top: 15px;
  right: 24px;
  z-index: 50;
  display: block;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 100px;
}

@media (min-width: 861px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #111;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 29px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.pill:hover {
  transform: translateY(-1px);
}

.pill-light {
  background: #fff;
  color: #000;
}

.pill-ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.pill-outline {
  min-height: 42px;
  padding-inline: 22px;
  color: var(--blue);
  border-color: var(--blue);
  background: transparent;
}

.pill-blue {
  color: #fff;
  background: var(--blue);
}

.pill-muted {
  color: var(--blue);
  border-color: var(--blue);
  background: transparent;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.hero {
  min-height: 816px;
  margin-top: -72px;
  padding: 168px 0 56px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, var(--blue) 0%, var(--deep-blue) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.hero-copy {
  max-width: 600px;
  padding-top: 26px;
  min-width: 0;
}

.eyebrow,
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.eyebrow span,
.section-label::before {
  content: "";
  width: 18px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.eyebrow-yellow {
  color: var(--yellow);
}

.section-label-light {
  color: #fff;
}

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

h1 {
  max-width: 620px;
  margin-bottom: 26px;
  font-size: 66px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 em {
  font-style: normal;
}

h1 strong {
  color: var(--yellow);
  font-weight: 900;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
}

.hero-lede {
  max-width: 500px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.75;
}

.hero-visual {
  position: relative;
  min-height: 675px;
  min-width: 0;
}

.hero-phone {
  position: absolute;
  z-index: 3;
  left: 70px;
  top: 0;
  width: 310px;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.32));
}

.hero-athlete {
  position: absolute;
  z-index: 2;
  right: 52px;
  bottom: 18px;
  width: 245px;
}

.brand-badge {
  position: absolute;
  z-index: 4;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.badge-midnite {
  left: 112px;
  top: 350px;
  width: 62px;
  height: 26px;
}

.badge-boyle {
  left: 111px;
  top: 383px;
  width: 62px;
  height: 26px;
}

.stats-band {
  background: #fff;
  padding: 41px 0 72px;
}

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

.stats-grid article {
  border-left: 1px solid #e5e2dc;
  padding-left: 24px;
}

.stats-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.stats-grid span {
  display: block;
  max-width: 180px;
  color: #4a4f6a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.capability-strip {
  overflow: hidden;
  padding: 0 0 32px;
  background: #fff;
}

.capability-track {
  display: flex;
  gap: 0;
  width: min(1351px, calc(100% - 74px));
  margin: 0 auto;
  color: #fff;
}

.capability-track span {
  flex: 1 0 auto;
  min-width: 170px;
  padding: 11px 30px;
  background: var(--blue);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.section {
  padding: 128px 0;
}

.platform,
.traction {
  background: var(--paper);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 70px;
  align-items: center;
}

.copy-block,
.section-head > div,
.section-head > p,
.steps,
.team-intro,
.contact-grid > div,
.tech-layout > div {
  min-width: 0;
}

.split-reverse {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
}

.copy-block > p:not(.section-label):not(.eyebrow),
.section-head > p,
.section-head > div > p:not(.section-label):not(.eyebrow),
.tech-layout > div > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

blockquote {
  margin: 26px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--blue);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 70, 118, 0.04);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
}

.check-list {
  display: grid;
  gap: 0;
  margin: 30px 0 32px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 18px;
  height: 13px;
  background: url("assets/check.svg") center / contain no-repeat;
}

.phone-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.phone-shadow {
  position: absolute;
  width: 500px;
  max-width: 96%;
  bottom: 16px;
  opacity: 0.85;
}

.product-phone {
  position: relative;
  z-index: 2;
  width: 325px;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.18));
}

.product-phone.tall {
  width: 430px;
}

.phone-stage-right {
  min-height: 760px;
}

.sale-badge {
  position: absolute;
  right: 6%;
  bottom: 18%;
  z-index: 3;
  max-width: 190px;
  padding: 18px 20px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
}

.sale-badge strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.sale-badge span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.market-cards {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.market-cards article {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--pink);
  border-radius: 8px;
  background: #fff;
}

.market-cards article:nth-child(2) {
  border-left-color: var(--purple);
}

.market-cards article:nth-child(3) {
  border-left-color: var(--blue);
}

.market-cards article:nth-child(4) {
  border-left-color: #f36816;
}

.market-cards span {
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
}

.market-cards p,
.force-grid p,
.findings-grid p,
.proof-strip span,
.traction-grid p,
.tier-grid p,
.advantages-grid p,
.people-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 64px;
  align-items: start;
  margin-bottom: 64px;
}

.section-head h2 {
  max-width: 580px;
}

.steps-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 70px;
  align-items: center;
}

.steps {
  display: grid;
  gap: 22px;
}

.steps article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.steps b {
  color: var(--blue);
  font-size: 48px;
  line-height: 1;
}

.steps h3 {
  margin-bottom: 8px;
  text-transform: capitalize;
}

.steps p {
  grid-column: 2;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.athlete-panel {
  display: grid;
  min-height: 520px;
  place-items: end center;
  background: linear-gradient(180deg, transparent, var(--paper));
}

.athlete-panel img {
  max-height: 500px;
}

.case-study {
  overflow: hidden;
  padding: 112px 0 120px;
  color: #fff;
  background: linear-gradient(160deg, #050923 0%, #0f1c70 42%, #2401f5 100%);
}

.case-hero {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: 54px;
  align-items: center;
  margin-bottom: 40px;
}

.case-hero h2,
.advantages h2,
.demo-band h2 {
  color: #fff;
}

.case-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.case-device {
  position: relative;
  min-height: 570px;
}

.case-phone {
  position: absolute;
  left: 8%;
  top: 0;
  width: 230px;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.34));
}

.case-screen {
  position: absolute;
  right: 24%;
  top: 110px;
  width: 190px;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.42));
}

.case-meta,
.metric-cards,
.findings-grid,
.force-grid,
.proof-strip,
.traction-grid,
.tier-grid,
.advantages-grid {
  display: grid;
  gap: 16px;
}

.case-meta {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 16px;
}

.case-meta article,
.metric-cards article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.case-meta span,
.metric-cards span,
.metric-cards small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.4;
}

.case-meta strong {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.35;
}

.metric-cards {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 54px;
}

.metric-cards strong {
  display: block;
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: 40px;
  line-height: 1;
}

.metric-cards small {
  margin-top: 12px;
}

.findings-grid {
  grid-template-columns: repeat(2, 1fr);
}

.findings-grid article {
  padding: 22px;
  border-left: 3px solid var(--pink);
  border-radius: 8px;
  background: #fff;
  color: #000;
}

.findings-grid article:nth-child(2) {
  border-left-color: #8b6ef5;
}

.findings-grid article:nth-child(3) {
  border-left-color: var(--blue);
}

.findings-grid article:nth-child(4) {
  border-left-color: #f36816;
}

.findings-grid span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
}

.validation {
  background: #fff;
}

.side-note {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 16px;
  border-left: 1px solid #000;
  color: #000;
  font-weight: 800;
}

.force-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
}

.force-grid article {
  padding: 27px 24px 28px;
  border-top: 1px solid #000;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.force-grid b {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

.force-grid strong {
  display: block;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 26px;
}

.force-grid span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.proof-strip {
  grid-template-columns: repeat(4, 1fr);
}

.proof-strip article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.proof-strip strong,
.traction-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 32px;
  line-height: 1;
}

.proof-strip small {
  display: block;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

.team {
  padding: 128px 0;
  background: #fff;
}

.team-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.45fr;
  gap: 76px;
  align-items: start;
}

.team-intro {
  position: sticky;
  top: 112px;
}

.team-intro p:not(.section-label) {
  color: var(--muted);
  line-height: 1.72;
}

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

.people-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.people-grid img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  margin-bottom: 18px;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
  background: var(--paper);
}

.people-grid h3 {
  margin-bottom: 4px;
}

.people-grid span,
.people-grid a {
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.people-grid span {
  margin-bottom: 12px;
  color: var(--blue);
}

.people-grid a {
  margin-top: 16px;
  color: var(--blue);
}

.advantages {
  position: relative;
  overflow: hidden;
  padding: 112px 0 128px;
  color: #fff;
  background: linear-gradient(150deg, #120b58 0%, #2401f5 52%, #0f1c70 100%);
}

.section-head-light {
  color: #fff;
}

.advantages-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
}

.advantages-grid article {
  min-height: 146px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.advantages-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.advantages-player {
  position: absolute;
  right: max(24px, calc((100vw - var(--container)) / 2));
  bottom: 0;
  width: 340px;
}

.traction-grid {
  grid-template-columns: repeat(3, 1fr);
}

.traction-grid article {
  min-height: 230px;
  padding: 30px 28px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
}

.traction-grid h3 {
  max-width: 230px;
  margin-inline: auto;
}

.traction {
  padding: 128px 0;
  background: var(--paper);
}

.traction .section-head {
  grid-template-columns: minmax(0, 560px) minmax(320px, 370px);
  justify-content: space-between;
  align-items: start;
  margin-bottom: 56px;
}

.traction .section-label::before {
  background: var(--pink);
}

.traction h2 {
  margin-bottom: 0;
}

.traction .section-head > p {
  padding-top: 48px;
  font-size: 15px;
  line-height: 1.75;
}

.traction-grid {
  grid-template-columns: repeat(3, 322px);
  justify-content: center;
  gap: 29px;
}

.traction-grid article {
  min-height: 230px;
  padding: 32px 48px;
  border-radius: 24px;
}

.traction-grid strong {
  margin-bottom: 10px;
  color: #000;
  font-size: 45px;
  letter-spacing: 0;
}

.traction-grid h3 {
  max-width: 224px;
  margin: 0 auto 18px;
  font-size: 15px;
  line-height: 1.55;
}

.traction-grid p {
  color: #000;
  font-size: 13px;
  line-height: 1.6;
}

.market-moment {
  padding: 112px 0;
  color: #fff;
  background: linear-gradient(135deg, #ff4676 0%, #f70c59 56%, #c90654 100%);
}

.market-moment .copy-block p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.moment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.moment-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.moment-grid .wide {
  grid-column: span 2;
}

.moment-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.05;
}

.moment-grid span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
}

.technology {
  background: #fff;
}

.tech-layout {
  display: grid;
  grid-template-columns: 0.85fr 300px;
  gap: 42px 70px;
  align-items: start;
}

.tech-layout > div:first-child {
  max-width: 620px;
}

.tech-visual {
  grid-row: span 2;
  align-self: end;
}

.tech-visual img {
  max-height: 360px;
  margin-inline: auto;
}

.tier-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-column: 1 / -1;
}

.tier-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.tier-grid article:nth-child(n + 4) {
  background: #fff;
}

.tier-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.demo-band {
  padding: 96px 0;
  color: #fff;
  background: linear-gradient(135deg, #2401f5 0%, #0f1c70 100%);
}

.demo-inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 70px;
  align-items: center;
}

.demo-inner h2 {
  max-width: 620px;
}

.demo-inner p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
}

.demo-actions {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.demo-actions a:not(.pill) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.contact {
  padding: 128px 0;
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.contact-grid p {
  color: var(--muted);
  line-height: 1.72;
}

.data-room {
  margin-top: 34px;
  padding-left: 18px;
  border-left: 1px solid var(--blue);
}

.mail-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: #222;
  font-size: 12px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dcd8cf;
  border-radius: 6px;
  background: #fff;
  color: #111;
  padding: 13px 14px;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(15, 28, 112, 0.1);
}

.contact-form button {
  justify-self: start;
}

.contact-form small {
  color: #62677a;
  font-size: 11px;
  line-height: 1.5;
}

.site-footer {
  padding: 36px 0;
  color: rgba(255, 255, 255, 0.56);
  background: var(--blue);
}

.footer-inner {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 30px;
  align-items: center;
}

.footer-inner img {
  width: 104px;
  height: 52px;
  object-fit: contain;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  font-size: 12px;
}

.footer-inner p {
  margin: 0;
  font-size: 12px;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
}

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

.video-card {
  position: relative;
  display: grid;
  width: min(900px, 100%);
  min-height: 480px;
  place-items: center;
  padding: 48px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f1c70 0%, #16162a 100%);
  overflow: hidden;
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/hero-athlete.png") right bottom / auto 92% no-repeat;
  opacity: 0.25;
}

.video-card img,
.video-card h2,
.play-button {
  position: relative;
  z-index: 1;
}

.video-card img {
  width: 180px;
  filter: brightness(0) invert(1);
}

.modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 101;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  font-size: 28px;
  cursor: pointer;
}

.play-button {
  width: 74px;
  height: 74px;
  border: 1px solid #fff;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.14);
}

.play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 22px 0 0 29px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #fff;
}

.cookie-banner {
  position: fixed;
  right: max(24px, calc((100vw - var(--container)) / 2));
  bottom: 24px;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(720px, calc(100vw - 48px));
  padding: 20px;
  color: #fff;
  background: #0d0d1a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cookie-banner.is-hidden {
  opacity: 0;
  transform: translateY(12px);
}

.cookie-banner-copy strong {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 900;
}

.cookie-banner-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cookie-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cookie-accept {
  min-width: 150px;
  height: 44px;
}

.legal-page {
  background: #f8f7f4;
}

.legal-hero {
  padding: 116px 0 62px;
  color: #fff;
  background: linear-gradient(180deg, #0f1c70 0%, #1b1b31 100%);
}

.legal-hero .section-label {
  color: rgba(255, 255, 255, 0.82);
}

.legal-hero .section-label::before {
  background: var(--yellow);
}

.legal-hero h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: 68px;
  line-height: 0.98;
}

.legal-hero p:not(.section-label) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

.legal-shell {
  padding: 72px 0 96px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.legal-aside {
  position: sticky;
  top: 104px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e5e2dc;
  border-radius: 8px;
}

.legal-aside strong {
  display: block;
  margin-bottom: 14px;
  color: #0d0d1a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-aside a {
  display: block;
  padding: 9px 0;
  color: #4a4f6a;
  border-top: 1px solid #ece9e3;
  font-size: 13px;
  font-weight: 700;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 32px;
  background: #fff;
  border: 1px solid #e5e2dc;
  border-radius: 8px;
}

.legal-card h2 {
  margin: 0 0 14px;
  color: #0d0d1a;
  font-size: 30px;
  line-height: 1.12;
}

.legal-card p,
.legal-card li {
  color: #4a4f6a;
  font-size: 15px;
  line-height: 1.75;
}

.legal-card p {
  margin: 0 0 14px;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.legal-note {
  padding: 22px 24px;
  color: #0d0d1a;
  background: #fff7cf;
  border-left: 3px solid var(--yellow);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .cookie-banner {
    left: 24px;
    right: 24px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .cookie-banner-actions {
    justify-content: space-between;
  }

  .legal-hero {
    padding: 96px 0 52px;
  }

  .legal-hero h1 {
    font-size: 52px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .legal-aside {
    position: static;
  }
}

@media (max-width: 767px) {
  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-accept {
    width: 100%;
  }

  .legal-hero h1 {
    font-size: 42px;
  }

  .legal-card {
    padding: 24px;
  }

  .legal-layout,
  .legal-content,
  .legal-card {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 1120px) {
  .site-nav {
    grid-template-columns: 140px auto 1fr;
  }

  .nav-links {
    gap: 14px;
  }

  .nav-actions {
    gap: 10px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 44px;
  }

  .hero-grid,
  .split,
  .split-reverse,
  .case-hero,
  .team-grid,
  .contact-grid,
  .demo-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 132px;
  }

  .hero-visual {
    min-height: 610px;
  }

  .hero-phone {
    left: 22%;
  }

  .hero-athlete {
    right: 14%;
  }

  .section-head,
  .steps-layout,
  .tech-layout {
    grid-template-columns: 1fr;
  }

  .team-intro {
    position: static;
  }

  .advantages-player {
    position: relative;
    right: auto;
    display: block;
    margin: 30px auto 0;
  }
}

@media (max-width: 860px) {
  .site-nav {
    grid-template-columns: 1fr 44px;
    padding-inline: 24px;
    z-index: 95;
    overflow-x: visible;
    overflow-y: visible;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links,
  .nav-actions {
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    padding: 24px;
    background: #fff;
  }

  .nav-links {
    top: 72px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-actions {
    top: 381px;
    justify-content: flex-start;
  }

  body.nav-open .nav-links,
  body.nav-open .nav-actions {
    display: flex;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 38px;
  }

  .stats-grid,
  .metric-cards,
  .case-meta,
  .force-grid,
  .proof-strip,
  .traction-grid,
  .tier-grid,
  .advantages-grid,
  .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    min-height: 520px;
    overflow: hidden;
  }

  .hero-phone {
    left: 8%;
    width: 260px;
  }

  .hero-athlete {
    right: 2%;
    width: 200px;
  }

  .badge-midnite,
  .badge-boyle {
    left: 12%;
  }

  .phone-stage,
  .phone-stage-right {
    min-height: 560px;
  }

  .case-device {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }

  .hero {
    min-height: auto;
    padding-bottom: 32px;
  }

  h1 {
    max-width: 100%;
    font-size: 40px;
  }

  .hero-copy {
    max-width: 100%;
  }

  h2 {
    font-size: 32px;
    line-height: 1.05;
  }

  .hero-lede,
  .copy-block > p:not(.section-label):not(.eyebrow),
  .section-head > p,
  .section-head > div > p:not(.section-label):not(.eyebrow),
  .tech-layout > div > p {
    font-size: 14px;
  }

  .actions,
  .nav-actions,
  .demo-actions {
    align-items: stretch;
  }

  .pill {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-phone {
    width: 210px;
  }

  .hero-athlete {
    width: 155px;
    right: 0;
  }

  .brand-badge {
    display: none;
  }

  .stats-grid,
  .metric-cards,
  .case-meta,
  .force-grid,
  .proof-strip,
  .traction-grid,
  .tier-grid,
  .advantages-grid,
  .people-grid,
  .moment-grid,
  .findings-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .moment-grid .wide {
    grid-column: auto;
  }

  .section,
  .team,
  .contact {
    padding: 82px 0;
  }

  .case-study,
  .advantages,
  .market-moment,
  .demo-band {
    padding: 82px 0;
  }

  .section-head {
    gap: 18px;
    margin-bottom: 36px;
  }

  .capability-track {
    width: 100%;
    overflow-x: auto;
    padding-inline: 16px;
  }

  .steps article {
    grid-template-columns: 1fr;
  }

  .steps p {
    grid-column: auto;
  }

  .phone-stage,
  .phone-stage-right {
    min-height: 460px;
  }

  .product-phone,
  .product-phone.tall {
    width: min(310px, 82vw);
  }

  .case-device {
    min-height: 420px;
  }

  .case-phone {
    width: 170px;
    left: 0;
  }

  .case-screen {
    width: 145px;
    right: 16%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-inner nav {
    justify-content: flex-start;
  }

  .video-card {
    min-height: 380px;
    padding: 28px;
  }
}

/* Figma parity updates */
.hero-visual {
  min-height: 625px;
}

.hero-phone {
  left: 78px;
  width: 390px;
}

.hero-athlete {
  z-index: 4;
  right: 8px;
  bottom: 8px;
  width: 260px;
}

.brand-badge {
  display: none;
}

.capability-strip {
  padding: 0 0 54px;
}

.capability-track {
  width: min(1160px, calc(100% - 48px));
  color: #0b0b0b;
  justify-content: center;
}

.capability-track span {
  min-width: auto;
  flex: 0 1 auto;
  padding: 0 30px;
  color: #0b0b0b;
  background: transparent;
  border-right: 1px solid #0b0b0b;
  font-size: 15px;
  font-weight: 500;
  line-height: 39px;
  white-space: nowrap;
}

.capability-track span:last-child {
  border-right: 0;
}

.market-dark {
  overflow: hidden;
  padding: 104px 0 98px;
  color: #fff;
  background: linear-gradient(180deg, #0a0d1f 0%, #2b3885 100%);
}

.market-dark .split {
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.82fr);
  gap: 64px;
}

.market-dark .section-label {
  color: #fff;
}

.market-dark .section-label::before {
  background: #ff4676;
}

.market-dark h2 {
  max-width: 590px;
  color: #fff;
}

.market-dark h2 strong {
  color: var(--yellow);
}

.market-dark .copy-block > p:not(.section-label):not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.market-dark .market-cards {
  max-width: 540px;
  margin-top: 34px;
  gap: 14px;
}

.market-dark .market-cards article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 20px;
  min-height: 106px;
  align-items: center;
  padding: 22px 24px;
  border: 0;
  border-radius: 10px;
  background: #fff;
}

.market-dark .market-cards img {
  grid-row: 1 / span 2;
  width: 28px;
  max-height: 30px;
  object-fit: contain;
}

.market-dark .market-cards span {
  margin: 0;
  color: #000;
}

.market-dark .market-cards p {
  color: rgba(0, 0, 0, 0.55);
}



.market-dark .sale-badge {
  right: 0;
  bottom: 90px;
  max-width: 180px;
  padding: 14px 16px;
  color: #000;
  background: var(--yellow);
  border-radius: 10px;
}

.market-dark .sale-badge strong,
.market-dark .sale-badge span {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.services {
  overflow: hidden;
  background: var(--paper);
}

.services .section-head {
  margin-bottom: 54px;
}

.services .steps-layout {
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 72px;
  align-items: end;
}

.services .steps {
  gap: 44px;
}

.services .steps article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 36px;
  align-items: start;
  padding: 0 0 34px;
  border: 0;
  border-bottom: 1px solid #ddd8cf;
  border-radius: 0;
  background: transparent;
}

.services .steps article:last-child {
  border-bottom: 0;
}

.services .steps b {
  color: rgba(15, 28, 112, 0.26);
  font-size: 100px;
  font-weight: 900;
  line-height: 0.86;
  text-align: right;
}

.services .steps h3 {
  margin-bottom: 12px;
}

.services .steps p {
  grid-column: auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.services .athlete-panel {
  min-height: 590px;
  background: transparent;
  place-items: end center;
}

.services .athlete-panel img {
  max-height: 600px;
}

.case-study {
  padding: 96px 0 110px;
  background: linear-gradient(135deg, #43aaa7 0%, #1b4443 100%);
}

.case-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: 52px;
  align-items: start;
  margin-bottom: 70px;
}

.case-device {
  min-height: 510px;
}

.case-phone {
  left: 8%;
  top: 10px;
  width: 245px;
}

.case-screen {
  right: 8%;
  top: 10px;
  width: 245px;
}

.case-meta {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: min(594px, 100%);
  margin: 46px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  overflow: hidden;
}

.case-meta article {
  min-height: 108px;
  padding: 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  background: transparent;
}

.case-meta article:nth-child(2n) {
  border-right: 0;
}

.case-meta article:nth-child(n + 3) {
  border-bottom: 0;
}

.case-meta span,
.case-meta strong {
  color: #fff;
}

.metric-cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 60px;
}

.metric-cards article {
  padding: 0 30px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0;
  background: transparent;
}

.metric-cards article:first-child {
  padding-left: 0;
}

.metric-cards article:last-child {
  border-right: 0;
  padding-right: 0;
}

.metric-cards strong {
  color: #fff;
}

.metric-cards span,
.metric-cards small {
  color: rgba(255, 255, 255, 0.84);
}

.findings-grid article {
  border-left: 0;
  border-radius: 8px;
}

.validation {
  padding: 84px 0 112px;
}

.validation .section-head {
  grid-template-columns: minmax(0, 570px) minmax(320px, 1fr);
  margin-bottom: 56px;
}

.validation .force-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 68px;
  border-top: 1px solid #000;
}

.validation .force-grid article {
  min-height: 250px;
  padding: 28px 24px 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.validation .force-grid strong {
  margin-top: 26px;
  padding-top: 14px;
  font-size: 26px;
}

.validation .proof-strip {
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.validation .proof-strip article {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.team {
  padding: 108px 0 116px;
}

.team-grid {
  grid-template-columns: 390px minmax(0, 760px);
  gap: 74px;
}

.people-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.people-list article {
  display: grid;
  grid-template-columns: 207px minmax(0, 1fr) 92px;
  gap: 34px;
  align-items: center;
  padding: 28px 0;
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-radius: 0;
  background: transparent;
}

.people-list article:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.people-list img {
  width: 207px;
  height: 148px;
  aspect-ratio: auto;
  margin: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.people-list h3 {
  margin-bottom: 4px;
  font-size: 20px;
}

.people-list span {
  color: #db4c17;
  font-size: 13px;
}

.people-list p {
  color: #000;
  font-size: 15px;
  line-height: 1.35;
}

.people-list a {
  margin: 0;
  color: #4fa7dc;
  font-size: 13px;
  text-align: right;
}

.advantages {
  padding: 104px 0 88px;
  background: linear-gradient(180deg, #0f1c70 0%, #7b2fff 100%);
}

.advantages h2 {
  max-width: 720px;
}

.advantages h2 strong {
  display: block;
  color: var(--yellow);
}

.advantages-layout {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(330px, 1fr);
  gap: 38px;
  align-items: center;
}

.advantages-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  gap: 24px;
}

.advantages-grid article {
  min-height: 220px;
  padding: 28px 26px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.64);
  border-radius: 14px;
  background: #fff;
}

.advantages-grid img {
  width: 28px;
  height: 28px;
  margin-bottom: 20px;
  object-fit: contain;
}

.advantages-grid h3 {
  margin-bottom: 10px;
}

.advantages-grid p {
  color: rgba(0, 0, 0, 0.72);
  font-size: 14px;
}

.advantages-device {
  position: relative;
  min-height: 570px;
}

.advantages-phone {
  position: absolute;
  left: 0;
  top: 8px;
  width: 318px;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.28));
}

.advantages-player-crop {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 310px;
  height: 555px;
  overflow: hidden;
}

.advantages-player {
  position: absolute;
  left: -630px;
  top: -106px;
  width: 1200px;
  max-width: none;
}

.market-moment {
  padding: 112px 0;
  background: linear-gradient(180deg, #ff4676 0%, #992a47 100%);
}

.market-moment .split {
  grid-template-columns: minmax(0, 532px) minmax(0, 532px);
  gap: 96px;
}

.market-moment .eyebrow-yellow {
  color: #fff;
}

.market-moment .eyebrow-yellow span {
  background: #4fa7dc;
}

.market-moment h2 {
  color: #fff;
  font-size: 46px;
  line-height: 1.05;
}

.market-moment .copy-block p:not(.eyebrow) {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}

.world-cup-pill {
  margin-top: 34px;
  padding: 22px 24px;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(90deg, #4fa7dc 0%, #2a5a76 100%);
}

.world-cup-pill span,
.world-cup-pill strong {
  display: block;
}

.world-cup-pill span {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}

.world-cup-pill strong {
  font-size: 16px;
  line-height: 1.4;
}

.moment-grid {
  gap: 20px;
}

.moment-grid article {
  min-height: 118px;
  padding: 24px;
  color: #000;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

.moment-grid strong {
  font-size: 32px;
}

.moment-grid span {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.technology {
  position: relative;
  overflow: hidden;
  padding: 112px 0 86px;
  background: var(--paper);
}

.technology .tech-layout {
  position: relative;
  grid-template-columns: 1fr;
  gap: 34px;
}

.technology .tech-layout > div:first-child {
  max-width: 470px;
}

.technology .tech-layout > div:first-child > p:not(.section-label) {
  position: absolute;
  top: 48px;
  right: 220px;
  width: 388px;
}

.technology .tech-visual {
  position: absolute;
  right: -12px;
  bottom: -70px;
  z-index: 3;
}

.technology .tech-visual img {
  max-height: 540px;
}

.technology .tier-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  grid-column: auto;
  padding-right: 160px;
}

.technology .tier-grid article {
  min-height: 190px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.technology .tier-grid article:nth-child(-n + 3) {
  grid-column: span 2;
  min-height: 240px;
}

.technology .tier-grid article:nth-child(n + 4) {
  grid-column: span 3;
}

.technology .tier-grid span {
  display: inline-flex;
  min-width: 64px;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 100px;
  background: rgba(255, 70, 118, 0.1);
  color: #ff4676;
}

.technology .tier-grid article:nth-child(2) span {
  background: rgba(79, 167, 220, 0.1);
  color: #4fa7dc;
}

.technology .tier-grid article:nth-child(3) span {
  background: rgba(123, 47, 255, 0.1);
  color: #7b2fff;
}

.technology .tier-grid h3 {
  color: var(--blue);
}

@media (max-width: 1120px) {
  .hero-phone {
    left: 22%;
    width: 310px;
  }

  .hero-athlete {
    right: 12%;
  }

  .market-dark .split,
  .case-hero,
  .market-moment .split {
    grid-template-columns: 1fr;
  }

  .market-dark .phone-stage-right {
    min-height: 660px;
  }

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

  .services .athlete-panel {
    min-height: 430px;
  }

  .services .athlete-panel img {
    max-height: 430px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .advantages-layout {
    grid-template-columns: 1fr;
  }

  .advantages-device {
    min-height: 520px;
  }

  .advantages-phone {
    left: 50%;
    transform: translateX(-65%);
  }

  .advantages-player-crop {
    right: 50%;
    transform: translateX(92%);
  }

  .technology .tech-layout > div:first-child > p:not(.section-label) {
    position: static;
    width: auto;
  }

  .technology .tech-visual {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: center;
    grid-row: auto;
  }

  .technology .tech-visual img {
    max-height: 440px;
  }

  .technology .tier-grid {
    padding-right: 0;
  }
}

@media (max-width: 860px) {
  .capability-track {
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 0 16px;
  }

  .metric-cards,
  .validation .force-grid,
  .validation .proof-strip,
  .technology .tier-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .technology .tier-grid article,
  .technology .tier-grid article:nth-child(-n + 3),
  .technology .tier-grid article:nth-child(n + 4) {
    grid-column: auto;
  }

  .people-list article {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .people-list a {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hero-visual {
    min-height: 400px;
  }

  .hero-phone {
    left: 2%;
    width: 220px;
  }

  .hero-athlete {
    right: -8px;
    width: 170px;
  }

  .capability-track span {
    padding-inline: 20px;
  }

  .market-dark {
    padding: 82px 0;
  }

  .market-dark .market-cards article {
    grid-template-columns: 34px 1fr;
    padding: 18px;
  }

  .market-dark .phone-stage-right {
    min-height: 490px;
  }

  .market-dark .product-phone.tall {
    width: min(310px, 82vw);
  }

  .market-dark .sale-badge {
    right: 8px;
    bottom: 56px;
  }

  .services .steps article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .services .steps b {
    font-size: 72px;
    text-align: left;
  }

  .case-device {
    min-height: 360px;
  }

  .case-phone,
  .case-screen {
    width: 170px;
  }

  .case-phone {
    left: 0;
  }

  .case-screen {
    right: 0;
  }

  .case-meta,
  .metric-cards,
  .validation .force-grid,
  .validation .proof-strip,
  .advantages-grid,
  .moment-grid,
  .technology .tier-grid {
    grid-template-columns: 1fr;
  }

  .case-meta article,
  .case-meta article:nth-child(2n),
  .case-meta article:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .case-meta article:last-child {
    border-bottom: 0;
  }

  .metric-cards article {
    padding: 0 0 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .metric-cards article + article {
    padding-top: 22px;
  }

  .people-list article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .people-list img {
    width: 100%;
    height: auto;
    aspect-ratio: 207 / 148;
  }

  .people-list a {
    grid-column: auto;
  }

  .advantages-device {
    min-height: 420px;
  }

  .advantages-phone {
    left: 0;
    width: 235px;
    transform: none;
  }

  .advantages-player-crop {
    right: 0;
    width: 176px;
    height: 330px;
    transform: none;
  }

  .advantages-player {
    left: -372px;
    top: -62px;
    width: 710px;
  }

  .market-moment,
  .technology {
    padding: 82px 0;
  }

  .technology .tech-visual img {
    max-height: 360px;
  }
}

/* Lower-page Figma refinements */
.advantages-layout {
  align-items: start;
}

.advantages-device {
  margin-top: -135px;
  min-height: 670px;
}

.advantages-phone {
  left: -6px;
  top: 0;
  width: 330px;
}

.advantages-player-crop {
  right: -74px;
  top: 72px;
  bottom: auto;
  width: 390px;
  height: 600px;
}

.advantages-player {
  left: -785px;
  top: -137px;
  width: 1490px;
}

.demo-band {
  min-height: 518px;
  padding: 109px 0 108px;
  background: linear-gradient(180deg, #0f1c70 0%, #6c4de6 100%);
}

.demo-inner {
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 64px;
  align-items: start;
}

.demo-inner h2 {
  max-width: 1015px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 72px;
  font-weight: 900;
  line-height: 0.97;
}

.demo-inner h2 strong {
  color: var(--yellow);
  font-weight: 900;
}

.demo-inner p {
  max-width: 428px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.75;
}

.demo-actions {
  width: 180px;
  padding-top: 26px;
  gap: 10px;
  justify-items: end;
}

.demo-actions .pill {
  min-height: 50px;
  font-size: 13px;
}

.demo-actions .pill-light {
  width: 172px;
  color: var(--blue);
}

.demo-actions .pill-ghost {
  width: 153px;
  border-color: rgba(255, 255, 255, 0.3);
}

.demo-actions a:not(.pill) {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.contact {
  padding: 128px 0;
  background: var(--paper);
}

.contact-grid {
  grid-template-columns: 532px 532px;
  gap: 96px;
  justify-content: center;
}

.contact-grid h2 {
  max-width: 532px;
  margin-bottom: 22px;
  font-size: 50px;
  font-weight: 900;
  line-height: 0.97;
}

.contact-grid p {
  max-width: 540px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.contact .section-label::before {
  background: var(--pink);
}

.contact .data-room {
  margin-top: 34px;
  padding-left: 0;
  border-left: 0;
}

.contact .mail-link {
  margin-top: 28px;
  color: #4fa7dc;
  font-size: 13px;
  letter-spacing: 0;
}

.contact-form {
  gap: 20px;
  min-height: 755px;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.form-row {
  gap: 16px;
}

.contact-form label {
  gap: 7px;
}

.contact-form span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 43px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 11px 16px;
  color: #0d0f1a;
  font-size: 14px;
}

.contact-form textarea {
  min-height: 100px;
}

.contact-form button {
  width: 100%;
  min-height: 45px;
  justify-self: stretch;
  border-radius: 8px;
  font-size: 15px;
}

.contact-form small {
  max-width: 458px;
  justify-self: center;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1120px) {
  .advantages-device {
    margin-top: 0;
  }

  .advantages-player-crop {
    right: 50%;
    transform: translateX(106%);
  }

  .demo-inner,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .demo-actions {
    width: 100%;
    padding-top: 0;
    justify-items: start;
  }
}

@media (max-width: 767px) {
  .advantages-phone {
    width: 245px;
  }

  .advantages-player-crop {
    right: -18px;
    top: 52px;
    width: 210px;
    height: 350px;
    transform: none;
  }

  .advantages-player {
    left: -423px;
    top: -74px;
    width: 805px;
  }

  .demo-band {
    min-height: auto;
    padding: 82px 0;
  }

  .demo-inner h2 {
    font-size: 42px;
  }

  .demo-actions .pill-light,
  .demo-actions .pill-ghost {
    width: 100%;
  }

  .demo-actions a:not(.pill) {
    text-align: left;
  }

  .contact-grid h2 {
    font-size: 36px;
  }

  .contact-form {
    min-height: 0;
    padding: 24px;
  }
}

/* Funteron Technology page */
.technology-page {
  background: #fff;
}

.technology-page .site-footer {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
}

.technology-page .footer-inner img {
  width: 104px;
  height: 38px;
}

.tech-hero {
  position: relative;
  min-height: 1030px;
  margin-top: -72px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #0f1c70 0%, #7b2fff 100%);
}

.tech-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: #ffdf09;
}

.tech-hero-inner {
  position: relative;
  min-height: 875px;
  padding-top: 172px;
}

.tech-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 570px;
}

.tech-hero .eyebrow {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.tech-hero .eyebrow span {
  width: 6px;
  height: 6px;
  flex-basis: 6px;
  border-radius: 50%;
  background: #fff;
}

.tech-hero h1 {
  max-width: 620px;
  margin: 0 0 28px;
  color: #fff;
  font-size: 64px;
  line-height: 1.0625;
}

.tech-hero h1 span {
  white-space: nowrap;
}

.tech-hero h1 strong {
  display: inline;
  color: var(--yellow);
}

.tech-hero h1 em {
  color: var(--yellow);
  font-style: normal;
}

.tech-hero-copy > p:not(.eyebrow) {
  max-width: 490px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.7;
}

.tech-hero .pill {
  min-width: 155px;
}

.tech-device-stage {
  position: absolute;
  right: 0;
  top: 219px;
  z-index: 2;
  width: 908px;
  height: 519px;
}

.tech-devices {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.oddsfinder-mark {
  position: absolute;
  left: 0;
  bottom: 82px;
  width: 272px;
  height: 32px;
}

.tech-stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 41px 0;
}

.tech-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tech-stats article {
  min-height: 73px;
  padding: 0 28px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.48);
}

.tech-stats article:last-child {
  border-right: 0;
}

.tech-stats strong,
.tech-stats span {
  display: block;
}

.tech-stats strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.tech-stats span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.tech-platform {
  overflow: hidden;
  padding: 128px 0 110px;
  background: #f8f7f4;
}

.tech-platform-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(500px, 1fr);
  gap: 80px;
  align-items: center;
  min-height: 535px;
}

.tech-copy h2 {
  color: #0d0d1a;
}

.tech-copy > p {
  color: #4a4a6a;
  font-size: 15px;
  line-height: 1.75;
}

.tech-copy blockquote {
  margin: 22px 0 0;
  padding-left: 16px;
  color: #0d0d1a;
  font-size: 16px;
  font-weight: 900;
  border-left: 3px solid #6c4de6;
}

.platform-visual {
  position: relative;
  min-height: 565px;
}

.platform-visual::after {
  content: "";
  position: absolute;
  left: -14%;
  right: -4%;
  bottom: 18px;
  height: 38px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2), transparent 68%);
}

.platform-dark,
.platform-green {
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.2));
}

.platform-dark {
  left: 33px;
  top: 35px;
  width: 230px;
}

.platform-green {
  left: 289px;
  top: -27px;
  width: auto;
  height: 564px;
  max-width: none;
}

.tech-features {
  padding: 98px 0 80px;
  color: #fff;
  background: #12121f;
}

.tech-section-head {
  max-width: 570px;
  margin: 0 auto 50px;
  text-align: center;
}

.tech-section-head .section-label {
  justify-content: center;
  color: #fff;
}

.tech-section-head .section-label::before {
  background: #fff;
}

.tech-section-head h2 {
  color: #fff;
}

.tech-section-head > p:not(.section-label) {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.feature-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.feature-matrix article {
  min-height: 210px;
  padding: 28px 24px;
  color: #000;
  background: #f1f1f1;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.feature-matrix article:nth-child(3n) {
  border-right: 0;
}

.feature-matrix article:nth-child(n + 4) {
  border-bottom: 0;
}

.feature-matrix span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 10px;
  background: #ffbfd0;
}

.feature-matrix article:nth-child(2n) span {
  background: rgba(108, 77, 230, 0.2);
}

.feature-matrix article:nth-child(4) span {
  background: rgba(230, 57, 70, 0.15);
}

.feature-matrix span img {
  width: 20px;
  height: 20px;
}

.feature-matrix h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.feature-matrix p {
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
  line-height: 1.43;
}

.tech-how {
  overflow: hidden;
  color: #fff;
  background: #0d0d1a;
}

.tech-how-inner {
  position: relative;
  min-height: 616px;
  padding: 80px 0;
}

.tech-how .section-label {
  color: #fff;
}

.tech-how .section-label::before {
  background: #fff;
}

.tech-how h2 {
  color: #fff;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 530px));
  gap: 20px;
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin-top: 36px;
}

.experience-grid article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  min-height: 128px;
  padding: 28px 26px;
  color: #000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}

.experience-grid b {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: #8b6ef5;
  border-radius: 100px;
  font-size: 15px;
}

.experience-grid h3 {
  margin-bottom: 4px;
  font-size: 20px;
}

.experience-grid p {
  grid-column: 2;
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
  line-height: 1.38;
}

.tennis-player {
  position: absolute;
  top: -5px;
  right: -40px;
  z-index: 4;
  width: 241px;
  max-height: 528px;
  object-fit: contain;
}

.keyword-strip {
  padding: 20px clamp(24px, 5vw, 120px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.keyword-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  row-gap: 14px;
  overflow-x: visible;
}

.keyword-track span {
  flex: 0 0 auto;
  padding: 8px 14px;
  color: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.keyword-track .hot {
  color: #0f1c70;
  background: #c0c9ff;
  border-color: #0f1c70;
}

.tech-cta {
  padding: 64px 0;
  color: #fff;
  background: linear-gradient(90deg, #0f1c70 0%, #4a1c99 100%);
}

.tech-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.tech-cta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
}

.tech-cta p {
  max-width: 450px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.5;
}

.tech-cta .pill {
  min-width: 193px;
}

@media (max-width: 1120px) {
  .tech-hero {
    min-height: 1120px;
  }

  .tech-device-stage {
    left: 50%;
    right: auto;
    top: 560px;
    transform: translateX(-50%);
  }

  .oddsfinder-mark {
    bottom: 190px;
  }

  .tech-platform-inner {
    grid-template-columns: 1fr;
  }

  .platform-visual {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .experience-grid {
    max-width: calc(100% - 240px);
  }
}

@media (max-width: 860px) {
  .tech-hero {
    min-height: 1080px;
  }

  .tech-hero h1 {
    font-size: 52px;
  }

  .tech-device-stage {
    top: 550px;
    width: 720px;
    height: 412px;
  }

  .tech-stats-grid,
  .feature-matrix,
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tech-stats article:nth-child(2) {
    border-right: 0;
  }

  .tech-stats article:nth-child(-n + 2) {
    margin-bottom: 22px;
  }

  .feature-matrix article,
  .feature-matrix article:nth-child(3n),
  .feature-matrix article:nth-child(n + 4) {
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }

  .feature-matrix article:nth-child(2n) {
    border-right: 0;
  }

  .feature-matrix article:nth-child(n + 5) {
    border-bottom: 0;
  }

  .tennis-player {
    right: -85px;
    width: 210px;
  }

  .experience-grid {
    max-width: calc(100% - 120px);
  }

  .tech-cta-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 767px) {
  .tech-hero {
    min-height: 1140px;
  }

  .tech-hero-inner {
    padding-top: 168px;
  }

  .tech-hero h1 {
    font-size: 42px;
  }

  .tech-hero h1 span {
    white-space: normal;
  }

  .tech-hero-copy > p:not(.eyebrow) {
    max-width: min(100%, 340px);
    font-size: 16px;
  }

  .tech-device-stage {
    top: 650px;
    width: 500px;
    height: 286px;
  }

  .oddsfinder-mark {
    display: none;
  }

  .tech-stats {
    padding: 28px 0;
  }

  .tech-stats strong {
    font-size: 28px;
  }

  .tech-stats span {
    font-size: 12px;
  }

  .tech-platform {
    padding: 82px 0;
  }

  .platform-visual {
    min-height: 440px;
  }

  .platform-dark {
    left: 20px;
    top: 58px;
    width: 155px;
  }

  .platform-green {
    left: 145px;
    top: 0;
    width: auto;
    height: 440px;
  }

  .feature-matrix,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .feature-matrix article,
  .feature-matrix article:nth-child(2n),
  .feature-matrix article:nth-child(n + 5) {
    border-right: 0;
    border-bottom: 1px solid #d5d5d5;
  }

  .feature-matrix article:last-child {
    border-bottom: 0;
  }

  .tech-how-inner {
    padding-bottom: 360px;
  }

  .experience-grid {
    max-width: 100%;
  }

  .experience-grid article {
    grid-template-columns: 1fr;
  }

  .experience-grid p {
    grid-column: auto;
  }

  .tennis-player {
    right: 50%;
    bottom: -6px;
    width: 210px;
    transform: translateX(50%);
  }

  .tech-cta h2 {
    font-size: 38px;
  }

  .tech-cta .pill {
    width: 100%;
  }
}

/* Final Figma alignment pass */
.hero {
  padding-bottom: 56px;
}

.hero-phone {
  top: 10px;
}

.hero-athlete {
  right: 44px;
  bottom: -5px;
  width: 260px;
  z-index: 4;
}

.market-dark .phone-stage-right {
  min-height: 820px;
}

.market-dark .product-phone.tall {
  width: 540px;
}

.market-dark .sale-badge {
  right: -4px;
  bottom: 90px;
}

.case-phone {
  left: 8%;
  top: 10px;
  width: 245px;
  z-index: 2;
}

.case-screen {
  left: calc(8% + 179px);
  right: auto;
  top: 10px;
  width: 245px;
  z-index: 3;
}

.case-study .findings-grid article {
  border-left: 3px solid #ff4676;
}

.case-study .findings-grid article:nth-child(2) {
  border-left-color: #8b6ef5;
}

.case-study .findings-grid article:nth-child(3) {
  border-left-color: #0f1c70;
}

.case-study .findings-grid article:nth-child(4) {
  border-left-color: #f36816;
}

.people-list img {
  background: #d9d9d9;
}

.people-list article:nth-child(1) img {
  object-position: 50% 42%;
}

.people-list article:nth-child(2) img {
  object-position: 50% 40%;
}

.people-list article:nth-child(3) img {
  object-position: 50% 18%;
}

.people-list article:nth-child(4) img {
  object-position: 44% 50%;
}

.people-list article:nth-child(5) img {
  object-position: 88% 35%;
}

.people-list .person-photo {
  width: 207px;
  height: 148px;
  overflow: hidden;
  background: #d9d9d9;
}

.people-list .person-photo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.video-card {
  display: block;
  width: min(1040px, calc(100vw - 48px));
  min-height: 0;
  padding: 0;
  background: #000;
}

.video-card::after {
  content: none;
}

.demo-video {
  display: block;
  width: 100%;
  max-height: min(78vh, 720px);
  background: #000;
}

@media (max-width: 1120px) {
  .hero-athlete {
    right: 14%;
  }

  .market-dark .product-phone.tall {
    width: min(540px, 88vw);
  }

  .case-screen {
    left: calc(8% + 179px);
  }
}

@media (max-width: 860px) {
  .hero {
    padding-bottom: 32px;
  }

  .hero-phone {
    top: -24px;
  }

  .hero-athlete {
    right: 0;
    bottom: 48px;
  }
}

@media (max-width: 767px) {
  .hero-athlete {
    right: -26px;
    width: 170px;
    bottom: 42px;
  }

  .market-dark .phone-stage-right {
    min-height: 600px;
  }

  .market-dark .product-phone.tall {
    width: min(390px, 100%);
  }

  .case-phone,
  .case-screen {
    width: 170px;
  }

  .case-phone {
    left: 10%;
  }

  .case-screen {
    left: calc(10% + 126px);
    right: auto;
  }

  .video-modal {
    padding: 16px;
  }

  .video-card {
    width: calc(100vw - 32px);
  }

  .people-list .person-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 207 / 148;
  }

  .people-list .person-photo img {
    width: 100%;
    transform: none;
  }
}

/* Figma mobile frame alignment */
@media (max-width: 767px) {
  body {
    background: #f5f3ef;
  }

  .container {
    width: min(408px, calc(100% - 32px));
    margin-inline: auto;
  }

  .site-nav {
    grid-template-columns: 84px 1fr;
    min-height: 72px;
    padding: 0 16px;
    z-index: 210;
    background: rgba(255, 255, 255, 0.97);
  }

  .brand img {
    width: 84px;
    height: 32px;
  }

  .nav-toggle {
    position: absolute;
    top: 24px;
    right: 21px;
    justify-self: auto;
    z-index: 2;
    width: 52px;
    height: 32px;
    padding: 2px 0;
    color: #1e1e20;
    border: 0;
    border-bottom: 1px solid #1e1e20;
    border-radius: 0;
    background: transparent;
  }

  .nav-toggle span {
    display: none;
  }

  .nav-toggle::after {
    content: "Menu";
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
    text-transform: uppercase;
  }

  .nav-links,
  .nav-actions {
    left: 16px;
    right: 16px;
    z-index: 45;
    border: 1px solid var(--line);
    border-radius: 0 0 14px 14px;
  }

  .nav-actions {
    top: 375px;
  }

  .hero {
    min-height: auto;
    margin-top: 0;
    padding: 12px 0 0;
    overflow-x: clip;
    overflow-y: visible;
    background: #f5f3ef;
  }

  .hero-grid {
    position: relative;
    display: block;
    height: 720px;
    min-height: 720px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(180deg, #0f1c70 0%, #16162a 100%);
  }

  .hero-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.18) 45%,
      rgba(15, 28, 112, 0.78) 70%,
      rgba(15, 28, 112, 0.92) 100%
    );
    pointer-events: none;
  }

  .hero-copy {
    position: absolute;
    left: 20px;
    top: 410px;
    z-index: 6;
    width: 317px;
    max-width: calc(100% - 40px);
    padding: 0;
  }

  .hero .eyebrow {
    margin: 0 0 6px;
    gap: 7px;
    font-size: 10px;
    line-height: 1.65;
  }

  .hero .eyebrow span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }

  .hero h1 {
    max-width: 317px;
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.04;
  }

  .hero-lede {
    max-width: 317px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.45;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  }

  .hero h1 {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  }

  .hero .eyebrow {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  }

  .hero .actions {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .hero .pill {
    width: auto;
    min-width: 130px;
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }

  .hero .pill-ghost {
    min-width: 132px;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    min-height: 0;
    overflow-x: clip;
    overflow-y: visible;
  }

  .hero-phone {
    left: 60px;
    top: 70px;
    width: 250px;
    z-index: 3;
  }

  .hero-athlete {
    right: -10px;
    top: 110px;
    bottom: auto;
    width: 230px;
    z-index: 4;
  }

  .stats-band {
    padding: 23px 0 23px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    background: #fff;
  }

  .stats-band::-webkit-scrollbar {
    display: none;
  }

  .stats-grid {
    display: flex;
    width: 740px;
    max-width: none;
    gap: 0;
    margin-inline: 0;
    transform: translateX(-17px);
  }

  .stats-grid article {
    flex: 0 0 185px;
    padding: 0 14px 0 20px;
    border-left: 1px solid #e5e2dc;
  }

  .stats-grid strong {
    margin-bottom: 5px;
    font-size: 21px;
  }

  .stats-grid span {
    max-width: 118px;
    font-size: 9px;
    line-height: 1.25;
  }

  .capability-strip {
    padding: 0 0 52px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    background: #fff;
  }

  .capability-strip::-webkit-scrollbar {
    display: none;
  }

  .capability-track {
    width: max-content;
    margin: 0 0 0 16px;
    padding: 0;
    overflow: visible;
    color: #0b0b0b;
  }

  .capability-track span {
    min-width: auto;
    padding: 0 16px;
    color: #0b0b0b;
    background: transparent;
    border-right: 1px solid #0b0b0b;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    white-space: nowrap;
  }

  .capability-track span:first-child {
    padding-left: 0;
  }

  .platform {
    padding: 0 0 54px;
    background: #fff;
  }

  .platform .split {
    display: grid;
    grid-template-columns: 127px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .platform .phone-stage {
    grid-column: 1;
    grid-row: 1 / span 3;
    min-height: 273px;
    margin-left: -35px;
    place-items: start center;
  }

  .platform .phone-shadow {
    bottom: 4px;
    width: 220px;
  }

  .platform .product-phone {
    width: 185px;
  }

  .platform .copy-block {
    display: contents;
  }

  .platform .section-label,
  .platform h2,
  .platform blockquote {
    grid-column: 2;
  }

  .platform .copy-block > p:not(.section-label):not(.eyebrow),
  .platform .check-list,
  .platform .actions {
    grid-column: 1 / -1;
  }

  .platform .section-label {
    margin: 0 0 4px;
    font-size: 10px;
  }

  .platform .section-label::before,
  .section-label::before {
    width: 14px;
  }

  .platform h2 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.05;
  }

  .platform blockquote {
    min-height: 136px;
    margin: 0;
    padding: 16px 14px;
    border-left-width: 2px;
    border-radius: 0 8px 8px 0;
    background: #fff;
    font-size: 12px;
    line-height: 1.55;
  }

  .platform .copy-block > p:not(.section-label):not(.eyebrow) {
    margin: 8px 0 22px;
    font-size: 15px;
    line-height: 1.4;
  }

  .check-list {
    margin: 0 0 26px;
  }

  .check-list li {
    padding: 11px 0 11px 26px;
    font-size: 13px;
    line-height: 1.35;
  }

  .platform .actions,
  .demo-actions {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .platform .pill {
    width: auto;
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px;
  }

  .market-dark {
    padding: 0 0 43px;
    overflow: visible;
    background: #f5f3ef;
  }

  .market-dark .split {
    position: relative;
    display: block;
    min-height: 900px;
    padding: 40px 10px 52px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(180deg, #0a0d1f 0%, #2b3885 100%);
  }

  .market-dark .copy-block {
    max-width: 214px;
  }

  .market-dark .section-label {
    margin: 0 0 5px;
    color: #fff;
    font-size: 10px;
  }

  .market-dark h2 {
    max-width: 214px;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.04;
  }

  .market-dark .copy-block > p:not(.section-label):not(.eyebrow) {
    width: 214px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.4;
  }

  .market-dark .phone-stage-right {
    position: absolute;
    top: 53px;
    right: 2px;
    width: 181px;
    min-height: 333px;
    display: block;
    pointer-events: none;
  }

  .market-dark .phone-shadow {
    left: -48px;
    bottom: -34px;
    width: 260px;
  }

  .market-dark .product-phone.tall {
    width: 181px;
  }

  .market-dark .sale-badge {
    display: none;
  }

  .market-dark .market-cards {
    position: absolute;
    left: 50px;
    top: 426px;
    width: min(309px, calc(100% - 100px));
    max-width: none;
    margin: 0;
    gap: 14px;
  }

  .market-dark .market-cards article {
    min-height: 88px;
    grid-template-columns: 42px 1fr;
    padding: 17px 20px;
    border: 0;
    border-radius: 8px;
  }

  .market-dark .market-cards article:nth-child(n + 3) {
    min-height: 102px;
  }

  .market-dark .market-cards img {
    width: 24px;
  }

  .market-dark .market-cards span {
    font-size: 11px;
  }

  .market-dark .market-cards p {
    font-size: 10px;
    line-height: 1.35;
  }

  .services {
    padding: 40px 0 54px;
    background: #f5f3ef;
  }

  .section-head,
  .validation .section-head,
  .traction .section-head {
    display: grid;
    grid-template-columns: minmax(0, 194px) minmax(0, 193px);
    gap: 21px;
    align-items: start;
    margin-bottom: 42px;
  }

  .section-label,
  .eyebrow {
    margin: 0 0 6px;
    gap: 8px;
    font-size: 10px;
    line-height: 1.7;
  }

  .section-head h2,
  .team h2,
  .traction h2,
  .technology h2,
  .contact h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.08;
  }

  .section-head > p,
  .section-head > div > p:not(.section-label):not(.eyebrow),
  .traction .section-head > p {
    padding-top: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .services .steps-layout {
    display: block;
  }

  .services .steps {
    gap: 0;
  }

  .services .steps article {
    display: grid;
    grid-template-columns: 1fr 56px;
    gap: 18px;
    padding: 22px 0;
  }

  .services .steps b {
    font-size: 44px;
    text-align: right;
  }

  .services .athlete-panel {
    min-height: 300px;
    margin-top: 24px;
  }

  .services .athlete-panel img {
    max-height: 330px;
  }

  .case-study {
    padding: 0 0 40px;
    background: #f5f3ef;
  }

  .case-study > .container {
    min-height: 1320px;
    padding: 38px 12px 34px;
    overflow: hidden;
    background: linear-gradient(180deg, #43aaa7 0%, #1b4443 100%);
  }

  .case-hero {
    display: block;
    margin-bottom: 26px;
  }

  .case-hero h2 {
    width: 252px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.08;
  }

  .case-hero p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.4;
  }

  .case-device {
    min-height: 320px;
    margin-top: 18px;
  }

  .case-phone,
  .case-screen {
    top: 0;
    width: 190px;
  }

  .case-phone {
    left: 44px;
  }

  .case-screen {
    left: 168px;
    right: auto;
  }

  .case-meta {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 8px 0 34px;
  }

  .case-meta article {
    min-height: 92px;
    padding: 18px;
  }

  .metric-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-bottom: 42px;
  }

  .metric-cards article {
    padding: 0 18px 24px;
  }

  .metric-cards strong {
    font-size: 30px;
  }

  .findings-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .findings-grid article {
    padding: 18px;
    border-left: 3px solid #ff4676;
    border-radius: 8px;
  }

  .validation {
    padding: 40px 0 70px;
    background: #f5f3ef;
  }

  .validation .force-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 42px;
    border-top: 1px solid #000;
  }

  .validation .force-grid article {
    min-height: 0;
    padding: 18px 0 22px;
    border-bottom: 1px solid #d5d5d5;
  }

  .validation .force-grid b {
    width: 22px;
    height: 22px;
    margin-bottom: 12px;
    font-size: 10px;
  }

  .validation .force-grid strong {
    margin-top: 16px;
    font-size: 24px;
  }

  .validation .proof-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 18px;
  }

  .validation .proof-strip article {
    padding: 0;
  }

  .validation .proof-strip strong {
    font-size: 24px;
  }

  .team {
    padding: 58px 0 70px;
    background: #fff;
  }

  .team-grid {
    display: grid;
    grid-template-columns: minmax(0, 194px) minmax(0, 193px);
    gap: 24px 21px;
  }

  .team-intro {
    display: contents;
  }

  .team-intro .section-label,
  .team-intro h2 {
    grid-column: 1;
  }

  .team-intro p:not(.section-label) {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
  }

  .people-list {
    grid-column: 1 / -1;
  }

  .people-list article {
    grid-template-columns: 104px minmax(0, 1fr) 55px;
    gap: 16px;
    padding: 16px 0;
  }

  .people-list .person-photo,
  .people-list img {
    width: 104px;
    height: 74px;
    aspect-ratio: auto;
  }

  .people-list h3 {
    font-size: 14px;
  }

  .people-list span,
  .people-list a {
    font-size: 9px;
  }

  .people-list p {
    font-size: 10px;
    line-height: 1.25;
  }

  .advantages {
    padding: 62px 0 48px;
    background: linear-gradient(180deg, #0f1c70 0%, #7b2fff 100%);
  }

  .advantages-grid > article:last-child {
    margin-bottom: 18px;
  }

  .advantages .section-head {
    display: block;
    margin-bottom: 34px;
  }

  .advantages h2 {
    max-width: 360px;
    font-size: 24px;
    line-height: 1.06;
  }

  .advantages-layout {
    display: block;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .advantages-grid article {
    min-height: 0;
    padding: 22px;
    border-radius: 14px;
  }

  .advantages-device {
    min-height: 420px;
    margin-top: 22px;
  }

  .advantages-phone {
    left: 8px;
    width: 240px;
  }

  .advantages-player-crop {
    right: -24px;
    bottom: 0;
    width: 210px;
    height: 410px;
  }

  .advantages-player {
    left: -430px;
    top: -76px;
    width: 820px;
  }

  .traction {
    padding: 62px 0 74px;
    background: #f5f3ef;
  }

  .traction-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .traction-grid article {
    min-height: 172px;
    padding: 30px 32px;
    border-radius: 24px;
    text-align: left;
  }

  .traction-grid strong {
    font-size: 45px;
  }

  .traction-grid h3 {
    margin: 0 0 8px;
    font-size: 14px;
  }

  .market-moment {
    padding: 56px 0 74px;
    background: linear-gradient(180deg, #ff4676 0%, #992a47 100%);
  }

  .market-moment .split {
    display: block;
  }

  .market-moment h2 {
    font-size: 24px;
    line-height: 1.06;
  }

  .market-moment .copy-block p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.55;
  }

  .world-cup-pill {
    margin: 28px 0 24px;
    border-radius: 12px;
  }

  .moment-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .moment-grid article {
    min-height: 106px;
    padding: 17px 18px;
    border-radius: 16px;
  }

  .moment-grid .wide {
    grid-column: 1 / -1;
  }

  .moment-grid strong {
    font-size: 25px;
  }

  .moment-grid span {
    font-size: 13px;
    line-height: 1.35;
  }

  .technology {
    padding: 62px 0 62px;
    overflow: hidden;
    background: #f5f3ef;
  }

  .technology .tech-layout {
    display: block;
  }

  .technology .tech-layout > div:first-child {
    max-width: 264px;
  }

  .technology .tech-layout > div:first-child > p:not(.section-label) {
    position: static;
    width: 264px;
    margin: 14px 0 28px;
    font-size: 13px;
    line-height: 1.62;
  }

  .technology .tech-visual {
    position: absolute;
    top: 58px;
    right: -18px;
    bottom: auto;
    width: 224px;
  }

  .technology .tech-visual img {
    max-height: 371px;
  }

  .technology .tier-grid {
    grid-template-columns: 254px;
    gap: 16px;
    padding: 0;
  }

  .technology .tier-grid article,
  .technology .tier-grid article:nth-child(-n + 3),
  .technology .tier-grid article:nth-child(n + 4) {
    grid-column: auto;
    min-height: 0;
    padding: 26px 22px;
    border-radius: 24px;
  }

  .technology .tier-grid article:nth-child(n + 2) {
    width: min(371px, calc(100vw - 32px));
  }

  .demo-band {
    padding: 0 0 56px;
    background: #f5f3ef;
  }

  .demo-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 130px;
    min-height: 210px;
    padding: 26px 14px;
    color: #fff;
    background: linear-gradient(180deg, #0f1c70 0%, #7b2fff 100%);
  }

  .demo-inner h2 {
    width: 226px;
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.06;
  }

  .demo-inner p {
    width: 202px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .demo-actions {
    justify-items: stretch;
    align-self: center;
    gap: 7px;
  }

  .demo-actions .pill {
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .demo-actions a:not(.pill) {
    margin-top: 4px;
    font-size: 10px;
    text-align: center;
  }

  .contact {
    padding: 0 0 110px;
    background: #f5f3ef;
  }

  .contact-grid {
    display: block;
  }

  .contact h2 {
    width: 226px;
    margin-bottom: 12px;
  }

  .contact-grid p {
    width: 316px;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.5;
  }

  .data-room {
    margin-top: 28px;
  }

  .mail-link {
    margin-top: 12px;
    font-size: 13px;
  }

  .contact-form {
    width: min(380px, calc(100vw - 32px));
    margin: 76px auto 0;
    padding: 40px clamp(24px, 13vw, 56px);
    border-radius: 24px;
    background: #fff;
  }

  .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 43px;
    border: 1.5px solid var(--line);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .contact-form textarea {
    min-height: 100px;
  }

  .contact-form .pill {
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
    font-size: 15px;
  }

  .contact-form small {
    text-align: center;
  }

  .site-footer {
    min-height: 75px;
    padding: 20px 0;
    background: var(--blue);
  }

  .footer-inner {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 38px;
    align-items: start;
  }

  .footer-inner img {
    width: 84px;
    height: 32px;
  }

  .footer-inner nav {
    display: grid;
    grid-template-columns: 36px 30px 40px 86px;
    gap: 4px 32px;
    justify-content: start;
    font-size: 10px;
    line-height: 1.6;
  }

  .footer-inner nav a {
    white-space: nowrap;
  }

  .footer-inner nav a:nth-child(5) {
    grid-column: 1;
  }

  .footer-inner p {
    grid-column: 2;
    margin-top: -16px;
    padding-left: 127px;
    font-size: 10px;
    white-space: nowrap;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    border-radius: 18px;
  }

  .cookie-banner .pill {
    width: 100%;
  }
}

/* Mobile-only corrections from the current Figma mobile frames */
@media (max-width: 767px) {
  .services .steps-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 228px) minmax(128px, 1fr);
    gap: 18px;
    align-items: start;
  }

  .services .steps {
    grid-column: 1;
  }

  .services .steps article {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 12px;
    padding: 18px 0;
  }

  .services .steps b {
    font-size: 38px;
    line-height: 0.9;
  }

  .services .steps h3 {
    font-size: 13px;
  }

  .services .steps p {
    font-size: 11px;
    line-height: 1.55;
  }

  .services .athlete-panel {
    grid-column: 2;
    grid-row: 1;
    min-height: 430px;
    margin-top: 0;
    place-items: start center;
  }

  .services .athlete-panel img {
    max-height: 430px;
    transform: translateY(-8px);
  }

  .case-device {
    min-height: 380px;
    margin-top: 28px;
  }

  .case-phone,
  .case-screen {
    top: 18px;
    width: 176px;
  }

  .case-phone {
    left: 52px;
  }

  .case-screen {
    left: 154px;
  }

  .validation .force-grid {
    border-top: 1px solid #000;
  }

  .validation .force-grid article {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0 14px;
    padding: 20px 0 22px;
    border-bottom: 1px solid #d8d8d8;
  }

  .validation .force-grid b {
    grid-row: 1 / span 2;
    width: 22px;
    height: 22px;
    margin: 0;
    place-self: start;
    background: rgba(0, 0, 0, 0.08);
    color: #000;
    font-size: 9px;
  }

  .validation .force-grid h3,
  .validation .force-grid p,
  .validation .force-grid strong,
  .validation .force-grid span {
    grid-column: 2;
  }

  .validation .force-grid h3 {
    margin: 0 0 8px;
    font-size: 13px;
  }

  .validation .force-grid p {
    margin: 0;
    font-size: 11px;
    line-height: 1.55;
  }

  .validation .force-grid strong {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 24px;
  }

  .team {
    background: #f5f3ef;
  }

  .people-list article {
    background: transparent;
  }

  .advantages {
    position: relative;
    padding-top: 62px;
  }

  .advantages .container {
    position: relative;
  }

  .advantages .section-head {
    min-height: 270px;
    padding-right: 148px;
    margin-bottom: 24px;
  }

  .advantages-device {
    position: absolute;
    top: 22px;
    right: -4px;
    width: 178px;
    min-height: 288px;
    margin: 0;
    pointer-events: none;
  }

  .advantages-phone {
    left: 0;
    top: 12px;
    width: 126px;
  }

  .advantages-player-crop {
    right: 18px;
    bottom: 0;
    width: 118px;
    height: 278px;
  }

  .advantages-player {
    left: -244px;
    top: -50px;
    width: 508px;
  }

  .advantages-grid {
    position: relative;
    z-index: 3;
  }

  .technology .tech-visual {
    top: 42px;
    right: -102px;
    z-index: 0;
    pointer-events: none;
  }

  .technology .tech-visual img {
    max-height: 342px;
  }

  .technology .tier-grid {
    position: relative;
    z-index: 2;
    margin-top: 38px;
  }

  .technology .tier-grid article:first-child {
    width: 254px;
  }

  .technology-page .tech-how-inner {
    min-height: 845px;
    padding: 44px 0 54px;
  }

  .technology-page .experience-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 100%;
    margin-top: 52px;
  }

  .technology-page .experience-grid article {
    width: min(360px, calc(100vw - 80px));
    min-height: 127px;
    margin-left: 24px;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 0 14px;
    padding: 18px 22px;
    border-radius: 14px;
  }

  .technology-page .experience-grid article:first-child {
    width: 221px;
    min-height: 201px;
    padding: 23px 22px;
  }

  .technology-page .experience-grid b {
    grid-column: 1;
    grid-row: 1;
  }

  .technology-page .experience-grid h3 {
    grid-column: 2;
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.33;
  }

  .technology-page .experience-grid p {
    grid-column: 2;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
  }

  .technology-page .experience-grid article:first-child p {
    grid-column: 1 / -1;
    margin-top: 13px;
  }

  .technology-page .tennis-player {
    top: 44px;
    right: 16px;
    bottom: auto;
    z-index: 4;
    width: 157px;
    max-height: 344px;
    transform: none;
  }

  .technology-page .site-footer {
    color: rgba(255, 255, 255, 0.56);
    background: var(--blue);
  }
}

/* Mobile overflow guard */
@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  section,
  .site-footer {
    max-width: 100%;
    overflow-x: clip;
  }

  .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    transform: none;
  }

  .stats-grid article {
    min-width: 0;
    padding-left: 10px;
    padding-right: 6px;
  }

  .stats-grid strong {
    font-size: 18px;
  }

  .stats-grid span {
    max-width: 100%;
    font-size: 8px;
  }

  .capability-track {
    width: 100%;
    max-width: calc(100vw - 32px);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
  }

  .capability-track span {
    flex: 0 0 auto;
  }

  .advantages-device,
  .advantages-player-crop,
  .technology,
  .technology .tech-visual {
    overflow: hidden;
  }

  .advantages-player-crop,
  .technology .tech-visual {
    contain: paint;
  }

  .demo-inner {
    gap: 0;
  }

  .demo-actions {
    width: 112px;
    justify-self: end;
  }

  .demo-actions .pill {
    min-width: 0;
  }

  .footer-inner p {
    justify-self: end;
    padding-left: 0;
    font-size: 9px;
  }

  .technology-page .tech-device-stage {
    left: 50%;
    right: auto;
    width: min(500px, 100vw);
    transform: translateX(-50%);
  }

  .keyword-strip {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .keyword-track {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
  }
}

/* Final mobile-only Figma corrections */
@media (max-width: 767px) {
  .hero-phone {
    content: url("assets/mobile-iphone-hero.png");
    left: 60px;
    top: 70px;
    width: 250px;
  }

  .hero-athlete {
    content: url("assets/mobile-hero-athlete.png");
    right: -10px;
    top: 110px;
    width: 230px;
  }

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

  .stats-grid article:nth-child(4) {
    display: block;
  }

  .platform .split {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 10px;
  }

  .platform .phone-stage {
    margin-left: 0;
  }

  .platform .product-phone {
    width: 172px;
    transform: translateX(-10px);
  }

  .platform .phone-shadow {
    left: 0;
    width: 190px;
  }

  .market-dark h2 {
    max-width: 204px;
  }

  .market-dark .copy-block > p:not(.section-label):not(.eyebrow) {
    width: 204px;
  }

  .market-dark .phone-stage-right {
    top: 72px;
    right: 8px;
    width: 168px;
  }

  .market-dark .product-phone.tall {
    width: 168px;
  }

  .services .steps article {
    border: 0;
    border-bottom: 0;
  }

  .case-hero {
    display: grid;
    grid-template-columns: minmax(0, 190px) minmax(150px, 1fr);
    gap: 10px;
    align-items: start;
  }

  .case-hero > div:first-child {
    display: contents;
  }

  .case-hero .eyebrow,
  .case-hero h2,
  .case-hero > div:first-child > p:not(.eyebrow),
  .findings-grid,
  .case-study .section-label,
  .metric-cards {
    grid-column: 1 / -1;
  }

  .case-meta {
    grid-column: 1;
    grid-template-columns: 1fr;
    margin: 18px 0 28px;
  }

  .case-meta article {
    min-height: 72px;
    padding: 14px 16px;
  }

  .case-device {
    grid-column: 2;
    grid-row: 4;
    justify-self: end;
    width: 176px;
    min-height: 330px;
    margin-top: 12px;
    overflow: hidden;
  }

  .case-phone {
    display: none;
  }

  .case-screen {
    left: 4px;
    top: 18px;
    width: 168px;
  }

  .side-note {
    display: block;
    width: fit-content;
    margin: 14px 0 0;
    padding-left: 14px;
    text-align: left;
  }

  .validation .force-grid {
    background: #f5f3ef;
    border-top: 1px solid #0d0d1a;
  }

  .validation .force-grid article {
    color: #0d0d1a;
    background: transparent;
    border-bottom: 1px solid #d7d4cd;
    box-shadow: none;
  }

  .validation .force-grid b {
    color: #0d0d1a;
    background: #e8e6df;
  }

  .validation .force-grid h3,
  .validation .force-grid p,
  .validation .force-grid span {
    color: #0d0d1a;
  }

  .validation .force-grid strong {
    color: #0d0d1a;
  }

  .people-list article {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 10px 16px;
  }

  .people-list .person-photo,
  .people-list article > img {
    grid-column: 1;
    grid-row: 1;
  }

  .people-list article > div:not(.person-photo) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .people-list a {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin-top: 3px;
    text-align: left;
  }

  .advantages .section-head.section-head-light {
    display: block;
    min-height: 288px;
    padding-right: 150px;
    margin-bottom: 18px;
  }

  .advantages .section-head-light .eyebrow {
    color: var(--yellow);
  }

  .advantages h2 {
    max-width: 248px;
  }

  .advantages h2 strong {
    display: block;
  }

  .technology .tech-visual {
    right: -56px;
  }

  .demo-inner {
    grid-template-columns: minmax(0, 226px) 130px;
    gap: 24px;
  }

  .demo-actions {
    width: 130px;
    justify-self: end;
  }

  .demo-actions .pill {
    width: 130px;
    min-width: 130px;
  }

  .site-footer {
    overflow: hidden;
  }

  .footer-inner {
    position: relative;
    display: block;
    height: 36px;
    min-height: 36px;
    width: min(408px, calc(100% - 32px));
    margin-inline: auto;
  }

  .footer-inner img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .footer-inner nav {
    position: absolute;
    left: 122px;
    top: 0;
    width: min(286px, calc(100% - 154px));
    grid-template-columns: 36px 30px 40px 104px;
    gap: 4px 26px;
    overflow: visible;
    font-size: 9.5px;
  }

  .footer-inner p {
    position: absolute;
    left: 238px;
    top: 24px;
    width: 150px;
    margin: 0;
    padding: 0;
    font-size: 9px;
  }
}


/* Technology page mobile-only Figma parity */
@media (max-width: 767px) {
  body.nav-open .nav-links,
  body.nav-open .nav-actions {
    z-index: 220;
  }

  .technology-page .tech-hero {
    min-height: 699px;
    margin-top: 0;
    padding: 12px 0 0;
    overflow-x: clip;
    overflow-y: visible;
    background: #f5f3ef;
  }

  .technology-page .tech-hero::before {
    display: none;
  }

  .technology-page .tech-hero-inner {
    width: min(408px, calc(100% - 32px));
    min-height: 687px;
    margin-inline: auto;
    padding: 309px 20px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #0f1c70 0%, #7b2fff 100%);
  }

  .technology-page .tech-device-stage {
    left: -23px;
    top: 23px;
    width: 401px;
    height: 253px;
    transform: none;
  }

  .technology-page .tech-devices {
    width: 401px;
    height: auto;
    max-width: none;
  }

  .technology-page .tech-hero-copy {
    max-width: 317px;
  }

  .technology-page .tech-hero .eyebrow {
    margin: 0 0 5px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    white-space: nowrap;
  }

  .technology-page .tech-hero h1 {
    width: 317px;
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.25;
  }

  .technology-page .tech-hero h1 span {
    display: inline;
    white-space: normal;
  }

  .technology-page .tech-hero-copy > p:not(.eyebrow) {
    width: 317px;
    max-width: 317px;
    margin: 0 0 23px;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
  }

  .technology-page .tech-hero .actions {
    gap: 10px;
  }

  .technology-page .tech-hero .pill {
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }

  .technology-page .tech-hero .pill-light {
    width: 130px;
  }

  .technology-page .tech-hero .pill-ghost {
    width: 132px;
  }

  .technology-page .oddsfinder-mark {
    display: block;
    left: 20px;
    top: 538px;
    bottom: auto;
    width: 136px;
    height: 16px;
  }

  .technology-page .tech-stats {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 593px;
    bottom: auto;
    width: min(408px, calc(100% - 32px));
    max-width: calc(100% - 32px);
    padding: 0;
    box-sizing: border-box;
  }

  .technology-page .tech-stats-grid {
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .technology-page .tech-stats article {
    min-height: 45px;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  .technology-page .tech-stats strong {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }

  .technology-page .tech-stats span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    line-height: 1.22;
  }

  .technology-page .tech-platform {
    position: relative;
    min-height: 521px;
    padding: 55px 0 54px;
    background: #f5f3ef;
  }

  .technology-page .tech-platform-inner {
    position: relative;
    display: block;
    min-height: 470px;
  }

  .technology-page .tech-copy {
    position: relative;
    z-index: 2;
    margin-left: 214px;
    width: 191px;
  }

  .technology-page .tech-copy .section-label {
    margin: 0 0 3px;
    color: #0f1c70;
    font-size: 10px;
  }

  .technology-page .tech-copy h2 {
    width: 185px;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
  }

  .technology-page .tech-copy > p {
    width: 191px;
    margin: 0;
    color: #0d0d1a;
    font-size: 15px;
    line-height: 21px;
  }

  .technology-page .tech-copy > p:nth-of-type(3) {
    position: absolute;
    left: -214px;
    top: 306px;
    width: 405px;
  }

  .technology-page .tech-copy blockquote {
    position: absolute;
    left: -214px;
    top: 407px;
    width: 312px;
    margin: 0;
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .technology-page .platform-visual {
    position: absolute;
    left: -91px;
    top: 72px;
    width: 272px;
    min-height: 200px;
    margin: 0;
    pointer-events: none;
  }

  .technology-page .platform-visual::after {
    left: 72px;
    right: 0;
    bottom: 11px;
    height: 18px;
  }

  .technology-page .platform-dark {
    left: 78px;
    top: -14px;
    width: 88px;
    height: auto;
  }

  .technology-page .platform-green {
    left: 156px;
    top: -14px;
    width: auto;
    height: 234px;
  }

  .technology-page .tech-features {
    padding: 0;
    background: #f5f3ef;
  }

  .technology-page .tech-features > .container {
    width: min(407px, calc(100% - 32px));
    min-height: 1577px;
    margin-inline: auto;
    padding: 41px 24px 64px;
    color: #fff;
    background: linear-gradient(180deg, #0a0d1f 0%, #2b3885 100%);
  }

  .technology-page .tech-section-head {
    max-width: 332px;
    margin: 0 auto 37px;
    text-align: center;
  }

  .technology-page .tech-section-head .section-label {
    justify-content: center;
    margin-bottom: 5px;
    color: #fff;
    font-size: 10px;
  }

  .technology-page .tech-section-head h2 {
    width: 204px;
    margin: 0 auto 14px;
    font-size: 24px;
    line-height: 1.25;
  }

  .technology-page .tech-section-head > p:not(.section-label) {
    width: 100%;
    max-width: 332px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 21px;
  }

  .technology-page .feature-matrix {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border: 0;
    border-radius: 0;
    overflow-x: clip;
    overflow-y: visible;
  }

  .technology-page .feature-matrix article,
  .technology-page .feature-matrix article:nth-child(2n),
  .technology-page .feature-matrix article:nth-child(3n),
  .technology-page .feature-matrix article:nth-child(n + 4),
  .technology-page .feature-matrix article:nth-child(n + 5) {
    width: 100%;
    max-width: 359px;
    margin-inline: auto;
    min-height: 208.836px;
    padding: 28px 24px;
    border: 0;
    background: #f1f1f1;
  }

  .technology-page .feature-matrix h3 {
    margin: 18px 0 8px;
    font-size: 20px;
    line-height: 22.5px;
  }

  .technology-page .feature-matrix p {
    color: #000;
    font-size: 15px;
    line-height: 21.45px;
  }

  .technology-page .tech-how {
    padding: 0;
    background: #f5f3ef;
  }

  .technology-page .tech-how-inner {
    width: min(407px, calc(100% - 32px));
    min-height: 895px;
    margin-inline: auto;
    padding: 50px 0 54px;
    color: #fff;
    background: linear-gradient(180deg, #182e7a 0%, #2b3885 100%);
  }

  .technology-page .tech-how-inner > div:first-child {
    width: 231px;
    margin-left: 24px;
  }

  .technology-page .tech-how .section-label {
    margin-bottom: 23px;
    color: #fff;
    font-size: 10px;
  }

  .technology-page .tech-how h2 {
    width: 231px;
    max-width: 231px;
    font-size: 24px;
    line-height: 1.08;
  }

  .technology-page .tennis-player {
    top: 50px;
    right: 42px;
    width: 157px;
    max-height: 344px;
  }

  .technology-page .experience-grid {
    gap: 8px;
    margin-top: 27px;
  }

  .technology-page .experience-grid article {
    margin-left: 24px;
  }

  .technology-page .keyword-strip {
    padding: 32px 16px 24px;
    max-width: 100%;
    overflow-x: clip;
    overflow-y: visible;
    background: #f5f3ef;
  }

  .technology-page .keyword-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .technology-page .keyword-track::-webkit-scrollbar {
    display: none;
  }

  .technology-page .keyword-track span {
    flex: 0 0 auto;
  }

  .technology-page .tech-cta {
    padding: 0 0 24px;
    background: #f5f3ef;
  }

  .technology-page .tech-cta-inner {
    position: relative;
    display: block;
    width: min(407px, calc(100% - 32px));
    min-height: 210px;
    margin-inline: auto;
    padding: 39px 15px 0;
    color: #fff;
    background: linear-gradient(180deg, #0f1c70 0%, #7b2fff 100%);
  }

  .technology-page .tech-cta h2 {
    width: 226px;
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.25;
  }

  .technology-page .tech-cta p {
    width: 206px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }

  .technology-page .tech-cta .pill {
    position: absolute;
    top: 85px;
    right: 18px;
    width: 130px;
    min-width: 130px;
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }
}

/* Case-study desktop/tablet alignment with Figma composition */
@media (min-width: 641px) {
  .case-hero {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
    gap: 42px;
    align-items: start;
  }

  .case-hero > div:first-child {
    max-width: 620px;
  }

  .case-device {
    min-height: 560px;
    overflow: visible;
  }

  .case-phone {
    left: 10px;
    top: 10px;
    width: 255px;
    z-index: 2;
  }

  .case-screen {
    left: 175px;
    top: 10px;
    width: 255px;
    z-index: 3;
  }

}

/* Universal responsive shrink-to-fit safety layer (does not override Figma rules) */
html,
body {
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

@media (max-width: 860px) {
  .nav-toggle {
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}

/* Section-by-section mobile parity pass for the 440px Figma homepage frame */
@media (max-width: 767px) {
  .hero h1 span {
    display: inline;
  }

  .hero h1 {
    margin-bottom: 8px;
    line-height: 1.25;
  }

  .stats-band {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .stats-band::-webkit-scrollbar {
    display: none;
  }

  .stats-grid {
    display: flex;
    grid-template-columns: none;
    width: 740px;
    max-width: none;
    gap: 0;
    transform: translateX(-17px);
  }

  .stats-grid article,
  .stats-grid article:nth-child(4) {
    display: block;
    flex: 0 0 185px;
    min-width: 185px;
    padding: 0 14px 0 20px;
  }

  .stats-grid strong {
    font-size: 24px;
    line-height: 38px;
  }

  .stats-grid span {
    max-width: 140px;
    font-size: 10px;
    line-height: 12px;
  }

  .capability-strip {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .capability-strip::-webkit-scrollbar {
    display: none;
  }

  .capability-track {
    width: max-content;
    max-width: none;
    margin-left: 16px;
    overflow: visible;
  }

  .platform .split {
    grid-template-columns: 127px minmax(0, 1fr);
    gap: 16px;
  }

  .platform .phone-stage {
    margin-left: -35px;
  }

  .platform .product-phone {
    width: 185px;
    transform: none;
  }

  .platform .phone-shadow {
    left: auto;
    width: 220px;
  }

  .market-dark .copy-block,
  .market-dark h2,
  .market-dark .copy-block > p:not(.section-label):not(.eyebrow) {
    max-width: 214px;
    width: 214px;
  }

  .market-dark .phone-stage-right {
    top: 58px;
    right: -2px;
    width: 205px;
  }

  .market-dark .product-phone.tall {
    width: 205px;
  }

  .validation .force-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
    background: transparent;
  }

  .validation .force-grid article {
    display: block;
    min-height: 270px;
    padding: 28px 24px 24px;
    color: #0d0d1a;
    background: #fff;
    border: 0;
    border-top: 1px solid #0d0d1a;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #e5e2dc;
  }

  .validation .force-grid article + article {
    margin-top: 0;
  }

  .validation .force-grid b {
    display: inline-grid;
    width: 28px;
    height: 28px;
    margin: 0 0 18px;
    place-items: center;
    color: #0d0d1a;
    background: rgba(0, 0, 0, 0.08);
    font-size: 13px;
  }

  .validation .force-grid h3,
  .validation .force-grid p,
  .validation .force-grid strong,
  .validation .force-grid span {
    grid-column: auto;
  }

  .validation .force-grid h3 {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .validation .force-grid p {
    font-size: 13px;
    line-height: 1.55;
  }

  .validation .force-grid strong {
    margin-top: 26px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 26px;
  }

  .people-list article {
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 10px 20px;
  }

  .people-list .person-photo,
  .people-list article > img {
    width: 122px;
    height: 87px;
  }

  .advantages .section-head.section-head-light {
    min-height: 288px;
  }

  .advantages-grid {
    align-items: start;
  }

  .advantages-grid article {
    width: 349px;
    min-height: 205px;
    margin-left: 30px;
  }

  .traction-grid article {
    width: 359px;
    min-height: 172px;
    margin-left: 25px;
  }

  .market-moment {
    padding: 0 0 74px;
    background: #f5f3ef;
  }

  .market-moment .split {
    min-height: 825px;
    padding: 56px 16px 48px;
    color: #fff;
    background: linear-gradient(180deg, #ff4676 0%, #992a47 100%);
  }

  .moment-grid article {
    min-height: 106px;
  }

  .moment-grid .wide {
    min-height: 106px;
  }

  .technology {
    overflow: visible;
  }

  .technology .tech-visual {
    overflow: visible;
    contain: none;
  }

  .site-footer {
    overflow-x: hidden;
  }
}


/* Homepage mobile Greece proof section parity */
@media (max-width: 767px) {
  .case-study {
    padding: 0 0 40px;
    background: #fff;
  }

  .case-study > .container {
    position: relative;
    width: 100%;
    max-width: 407px;
    min-height: 1520px;
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    background: linear-gradient(180deg, #43aaa7 0%, #1b4443 100%);
  }

  .case-hero {
    display: block;
    margin: 0;
  }

  .case-hero > div:first-child {
    display: block;
  }

  .case-hero .eyebrow {
    position: absolute;
    left: 12px;
    top: 38px;
    width: 249px;
    margin: 0;
    color: var(--yellow);
    font-size: 10px;
    line-height: 17px;
  }

  .case-hero h2 {
    position: absolute;
    left: 12px;
    top: 74px;
    width: min(252px, calc(100% - 24px));
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
  }

  .case-hero > div:first-child > p:not(.eyebrow) {
    position: absolute;
    left: 10px;
    top: 178px;
    width: min(386px, calc(100% - 20px));
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
  }

  .case-meta {
    position: absolute;
    left: 10px;
    top: 288px;
    display: block;
    width: 145px;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .case-meta article,
  .case-meta article:nth-child(2n),
  .case-meta article:nth-child(n + 3),
  .case-meta article:last-child {
    min-height: 0;
    padding: 0;
    margin: 0 0 15px;
    border: 0;
    background: transparent;
  }

  .case-device {
    position: absolute;
    left: 155px;
    top: 276px;
    width: 242px;
    min-height: 282px;
    margin: 0;
    overflow: visible;
  }

  .case-phone,
  .case-screen {
    display: block;
    top: 0;
    width: 138px;
    max-width: none;
  }

  .case-phone {
    left: 0;
  }

  .case-screen {
    left: 103px;
    right: auto;
  }

  .metric-cards {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 600px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    gap: 12px;
    margin: 0;
    box-sizing: border-box;
  }

  .case-study .metric-cards article,
  .case-study .metric-cards article:first-child,
  .case-study .metric-cards article:last-child {
    min-height: 0;
    padding: 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
  }

  .case-study .metric-cards article:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.45);
  }

  .case-study .metric-cards strong {
    display: block;
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(1.15rem, 4.5vw, 1.35rem);
    line-height: 1.2;
    font-weight: 800;
  }

  .case-study .metric-cards span {
    display: block;
    font-size: 11px;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.88);
  }

  .case-study .metric-cards small {
    display: none;
  }

  .case-study .section-label {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 852px;
    width: auto;
    margin: 0;
    color: #fff;
  }

  .case-study .section-label::before {
    background: #fff;
  }

  .findings-grid {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 896px;
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
    gap: 14px;
    box-sizing: border-box;
  }

  .findings-grid article {
    width: 100%;
    max-width: 100%;
    position: relative;
    height: auto;
    min-height: 0;
    padding: 16px 18px 15px 22px;
    border-left-width: 3px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .findings-grid article:nth-child(2) {
    border-left-color: #7b2fff;
  }

  .findings-grid article span,
  .findings-grid article h3,
  .findings-grid article p {
    position: static;
    left: auto;
    width: auto;
    max-width: 100%;
    margin: 0;
    margin-left: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .findings-grid article span {
    display: block;
    height: auto;
    margin-bottom: 7px;
    color: #000;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
  }

  .findings-grid article h3 {
    margin-bottom: 8px;
    color: #000;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.37;
    min-height: 0;
  }

  .findings-grid article p {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
  }
}

/* Mobile (<768px): document must not scroll horizontally; in-section carousels only */
@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body > header.site-nav {
    max-width: 100%;
    z-index: 210;
    isolation: isolate;
    overflow-x: visible;
    overflow-y: visible;
  }

  main {
    max-width: 100%;
    overflow-x: clip;
  }

  main > section:not(.stats-band):not(.capability-strip) {
    max-width: 100%;
    overflow-x: clip;
  }

  main > section.stats-band,
  main > section.capability-strip {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  main > section.stats-band::-webkit-scrollbar,
  main > section.capability-strip::-webkit-scrollbar {
    display: none;
  }

  main > .keyword-strip {
    max-width: 100%;
    overflow-x: clip;
  }

  .site-footer {
    max-width: 100%;
    overflow-x: clip;
  }

  .video-modal .video-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Final mobile margin/alignment lock to the 440px Figma frames. */
@media (max-width: 767px) {
  html {
    scroll-behavior: auto;
  }

  .container {
    width: min(408px, calc(100% - 32px));
    margin-inline: auto;
  }

  .nav-toggle {
    right: 21px;
    width: 43px;
    z-index: 5;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
  }

  .nav-toggle::after {
    font-size: 16px;
    line-height: 27.42px;
  }

  .hero-grid,
  .technology-page .tech-hero-inner {
    width: min(408px, calc(100% - 32px));
    margin-inline: auto;
  }

  .case-study > .container,
  .technology-page .tech-features > .container,
  .technology-page .tech-how-inner {
    width: min(407px, calc(100% - 32px));
    margin-inline: auto;
  }

  .technology-page .tech-cta-inner {
    width: min(407px, calc(100% - 32px));
    margin-inline: auto;
  }
}


.stats-grid {
  grid-template-columns: repeat(3, 1fr);
}


@media (max-width: 767px) {
  .capability-track span {
    padding-inline: 12px;
    font-size: 12px;
    line-height: 28px;
  }

  .capability-track {
    gap: 0;
    justify-content: center;
    overflow-x: hidden;
  }
}


.market-dark .product-phone.tall {
  width: min(440px, 80vw);
}

.market-dark .phone-stage-right {
  min-height: 620px;
}

.market-dark .phone-shadow {
  width: 390px;
    bottom: 54px;
      opacity: 0.55;


}

