:root {
  --current-navy: #071447;
  --current-green: #008f46;
  --current-muted: #536078;
  --current-line: #dfe7ef;
  --current-soft: #f5f8fb;
  --current-shell: min(calc(100% - 48px), 1320px);
}

body.public-view .public-nav {
  gap: clamp(16px, 2.2vw, 34px);
}

body.public-view .public-nav a {
  font-size: 13px;
  white-space: nowrap;
}

.sportia-not-found {
  display: grid;
  width: min(calc(100% - 48px), 760px);
  min-height: 66vh;
  margin: 0 auto;
  place-content: center;
  justify-items: start;
  padding: 72px 0;
}

.sportia-not-found h1 {
  max-width: 650px;
  margin: 18px 0;
  color: var(--current-navy);
  font-size: clamp(44px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
}

.sportia-not-found > p {
  max-width: 620px;
  margin: 0;
  color: var(--current-muted);
  font-size: 18px;
  line-height: 1.6;
}

.sportia-db-home-hero,
.sportia-how-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(40px, 5vw, 76px);
  align-items: center;
  width: var(--current-shell);
  min-height: 720px;
  margin: 0 auto;
  padding: 72px 0;
}

.sportia-db-home-copy h1,
.sportia-how-copy h1 {
  max-width: 760px;
  margin: 20px 0;
  color: var(--current-navy);
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: .97;
  letter-spacing: -.052em;
}

.sportia-db-home-copy > p,
.sportia-how-copy > p {
  max-width: 700px;
  margin: 0;
  color: var(--current-muted);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.58;
}

.sportia-db-home-copy .sportia-simple-search {
  max-width: 710px;
  margin-top: 28px;
}

.sportia-home-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.sportia-home-filters button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--current-line);
  border-radius: 999px;
  background: #fff;
  color: var(--current-navy);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.sportia-home-filters button:hover,
.sportia-home-filters button.active {
  border-color: #9ed3b6;
  background: #eef9f3;
  color: var(--current-green);
}

.sportia-db-home-map {
  min-width: 0;
}

body.public-view .sportia-db-home-map .home-database-map {
  grid-template-rows: auto minmax(510px, 1fr) auto auto;
  min-height: 610px;
  border: 1px solid #cad9e4;
  border-radius: 24px;
  box-shadow: 0 28px 68px rgba(7,20,71,.12);
}

body.public-view .sportia-db-home-map .home-map-canvas {
  min-height: 510px;
  border-radius: 17px;
}

.sportia-home-step-grid,
.sportia-stakeholder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sportia-home-step-grid article,
.sportia-stakeholder-grid article {
  display: grid;
  min-width: 0;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--current-line);
  border-radius: 15px;
  background: #fff;
}

.sportia-home-step-grid article {
  min-height: 270px;
}

.sportia-home-step-grid header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.sportia-home-step-grid header b {
  color: var(--current-green);
  font-size: 11px;
}

.sportia-home-step-grid header span,
.sportia-stakeholder-grid > article > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 11px;
  background: #edf8f2;
  color: var(--current-green);
}

.sportia-home-step-grid h3,
.sportia-stakeholder-grid h3 {
  margin: 0 0 10px;
  color: var(--current-navy);
  font-size: 19px;
  line-height: 1.2;
}

.sportia-home-step-grid p,
.sportia-stakeholder-grid p {
  margin: 0;
  color: var(--current-muted);
  font-size: 13px;
  line-height: 1.55;
}

.sportia-home-step-grid a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--current-green);
  font-size: 11px;
  font-weight: 800;
}

.sportia-home-database .center-score,
.sportia-home-database .center-opportunity-signals,
.sportia-home-database .center-opportunity-link,
.database-live-directory .center-score,
.database-live-directory .center-opportunity-signals,
.database-live-directory .center-opportunity-link {
  display: none !important;
}

body.public-view .public-analysis-preview,
body.public-view .public-score-section {
  display: none !important;
}

body.public-view .public-club-kpis article:nth-child(1),
body.public-view .public-club-kpis article:nth-child(4) {
  display: none !important;
}

body.public-view .public-club-kpis {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-profile-data-status {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0;
}

.public-profile-data-status > span {
  display: grid;
  align-content: start;
  gap: 4px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--line, #dfe6e2);
  border-radius: 12px;
  background: #fff;
}

.public-profile-data-status small {
  color: var(--muted, #647080);
  font-size: 0.72rem;
}

.public-profile-data-status b {
  color: var(--navy, #07133f);
  font-size: 0.82rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .public-profile-data-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .public-profile-data-status {
    grid-template-columns: 1fr;
  }
}

.sportia-home-database .public-center-grid {
  gap: 18px;
}

.database-directory-tools {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(235px, auto) auto;
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}

.database-directory-sort {
  display: grid;
  gap: 3px;
  min-height: 48px;
  padding: 7px 12px;
  border: 1px solid var(--current-line);
  border-radius: 14px;
  background: #fff;
}

.database-directory-sort span { font-size: 10px; color: var(--current-muted); }
.database-directory-sort select { border: 0; outline: 0; background: transparent; color: var(--current-navy); font: inherit; font-size: 13px; font-weight: 500; }

.profile-file-preview span { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; }
.profile-file-preview img { width: 64px; height: 48px; object-fit: cover; border-radius: 10px; border: 1px solid var(--current-line); grid-row: span 2; }
.profile-thumb-strip img { width: 72px; height: 56px; object-fit: cover; border-radius: 10px; border: 1px solid var(--current-line); }

.database-directory-search {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--current-line);
  border-radius: 14px;
  background: #fff;
  color: var(--current-muted);
  box-shadow: 0 8px 24px rgba(7,20,71,.05);
}

.database-directory-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--current-navy);
  background: transparent;
  font: inherit;
}

.database-directory-tools .database-filter-mock {
  justify-content: flex-end;
  margin: 0;
}

.database-directory-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.database-directory-grid [data-center-card][hidden] {
  display: none !important;
}

.database-live-directory .database-signal-board {
  margin-top: 18px;
}

.database-directory-grid .center-data-meta {
  display: grid;
}

.center-data-meta {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.center-data-meta span {
  display: grid;
  gap: 2px;
  padding: 9px 10px;
  border: 1px solid var(--current-line);
  border-radius: 9px;
  background: #f8fafc;
}

.center-data-meta small {
  color: var(--current-muted);
  font-size: 10px;
}

.center-data-meta b {
  color: var(--current-navy);
  font-size: 12px;
}

.database-directory-empty {
  min-height: 230px;
  margin-top: 20px;
  padding: 42px;
  place-content: center;
  justify-items: center;
  border: 1px dashed #bed0dd;
  border-radius: 18px;
  color: var(--current-muted);
  text-align: center;
}

.database-directory-empty:not([hidden]) {
  display: grid;
}

.database-directory-empty h3 {
  margin: 12px 0 4px;
  color: var(--current-navy);
}

.database-directory-empty p {
  margin: 0;
}

.report-preview-card:focus-visible {
  outline: 3px solid rgba(0,143,70,.28);
  outline-offset: 3px;
}

.sportia-report-download {
  align-items: center;
  background: #071a3d;
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  margin-top: 12px;
  min-height: 38px;
  padding: 8px 12px;
  text-decoration: none;
  width: 100%;
}

.sportia-report-download:hover { background: #009447; }

.facility-report-demo-card {
  align-items: stretch;
  background: linear-gradient(135deg, #071a3d 0%, #0c2b55 100%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(7,26,61,.13);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.5fr);
  margin: 24px 0;
  overflow: hidden;
}

.facility-report-demo-cover { min-height: 250px; overflow: hidden; position: relative; }
.facility-report-demo-cover::after { background: linear-gradient(180deg, transparent 45%, rgba(7,26,61,.82)); content: ""; inset: 0; position: absolute; }
.facility-report-demo-cover img { height: 100%; object-fit: cover; width: 100%; }
.facility-report-demo-cover span { bottom: 17px; color: #fff; font-size: .72rem; font-weight: 800; left: 18px; letter-spacing: .05em; position: absolute; text-transform: uppercase; z-index: 1; }
.facility-report-demo-copy { align-self: center; padding: 30px 34px; }
.facility-report-demo-copy > small { color: #70d49b; display: block; font-size: .74rem; font-weight: 800; letter-spacing: .04em; margin-bottom: 9px; text-transform: uppercase; }
.facility-report-demo-copy h2 { color: #fff; font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.15; margin: 0 0 12px; }
.facility-report-demo-copy p { color: #d8e3ef; line-height: 1.55; margin: 0; max-width: 760px; }
.facility-report-demo-meta { display: flex; flex-wrap: wrap; gap: 9px 16px; margin-top: 18px; }
.facility-report-demo-meta span { align-items: center; color: #eef5fb; display: inline-flex; font-size: .76rem; gap: 6px; }
.facility-report-demo-meta svg { color: #70d49b; }
.facility-report-demo-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.facility-report-demo-actions a { align-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 9px; color: #fff; display: inline-flex; font-size: .82rem; font-weight: 800; gap: 7px; min-height: 42px; padding: 9px 14px; text-decoration: none; }
.facility-report-demo-actions a:first-child { background: #009447; border-color: #009447; }
.facility-report-demo-actions a:hover { background: #fff; border-color: #fff; color: #071a3d; }
.facility-report-demo-card.compact { grid-template-columns: 190px minmax(0,1fr); }
.facility-report-demo-card.compact .facility-report-demo-cover { min-height: 190px; }

@media (max-width: 760px) {
  .facility-report-demo-card,
  .facility-report-demo-card.compact { grid-template-columns: 1fr; }
  .facility-report-demo-cover,
  .facility-report-demo-card.compact .facility-report-demo-cover { min-height: 190px; max-height: 230px; }
  .facility-report-demo-copy { padding: 24px 21px; }
  .facility-report-demo-actions { align-items: stretch; flex-direction: column; }
  .facility-report-demo-actions a { justify-content: center; }
}

.report-preview-modal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.report-preview-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4,13,43,.68);
  backdrop-filter: blur(8px);
}

.report-preview-modal > section {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(4,13,43,.3);
}

.report-preview-modal h2 {
  margin: 18px 0 10px;
  color: var(--current-navy);
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.05;
}

.report-preview-modal > section > p {
  color: var(--current-muted);
  line-height: 1.55;
}

.report-preview-modal dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.report-preview-modal dl div {
  padding: 14px;
  border: 1px solid var(--current-line);
  border-radius: 12px;
}

.report-preview-modal dt {
  color: var(--current-muted);
  font-size: 11px;
}

.report-preview-modal dd {
  margin: 4px 0 0;
  color: var(--current-navy);
  font-weight: 750;
}

.report-preview-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--current-line);
  border-radius: 50%;
  background: #fff;
  color: var(--current-navy);
  font-size: 26px;
  cursor: pointer;
}

.report-preview-notice {
  padding: 14px 16px;
  border-left: 3px solid var(--current-green);
  border-radius: 8px;
  background: #eff9f3;
  color: #315342;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 680px) {
  body.public-view button {
    min-height: 36px;
  }

  body.public-view .public-brand,
  body.public-view .public-footer nav a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
  }

  .report-preview-modal dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  .database-directory-tools {
    grid-template-columns: 1fr;
  }

  .database-directory-tools .database-filter-mock {
    justify-content: flex-start;
  }

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

@media (max-width: 680px) {
  .database-directory-grid {
    grid-template-columns: 1fr;
  }
}

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

.sportia-stakeholder-grid article {
  min-height: 205px;
}

.sportia-stakeholder-grid > article > span {
  margin-bottom: 26px;
}

.sportia-home-report,
.sportia-how-report {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  overflow: hidden;
  border: 1px solid #173061;
  border-radius: 22px;
  background: var(--current-navy);
  color: #fff;
}

.sportia-home-report-copy {
  padding: 46px 0 46px 46px;
}

.sportia-home-report small,
.sportia-how-report small {
  color: #75dda7;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sportia-home-report h2,
.sportia-how-report h2 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
}

.sportia-home-report p,
.sportia-how-report p {
  margin: 0 0 26px;
  color: #c7d0df;
  line-height: 1.6;
}

.sportia-report-flow {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 330px;
  padding: 38px;
  background: rgba(255,255,255,.045);
}

.sportia-report-flow article {
  display: grid;
  min-height: 150px;
  align-content: center;
  justify-items: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  text-align: center;
}

.sportia-report-flow article span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #64d99c;
  color: var(--current-navy);
}

.sportia-report-flow article small {
  margin-bottom: 5px;
  color: #9eabc1;
}

.sportia-report-flow article strong {
  font-size: 12px;
}

.sportia-report-flow > i {
  color: #67da9d;
  transform: rotate(180deg);
}

.sportia-home-faq {
  max-width: 1320px;
}

.sportia-home-faq .section-heading {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.sportia-faq-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.sportia-faq-item {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--current-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 20, 71, .04);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.sportia-faq-item[open] {
  min-height: 190px;
  border-color: rgba(0, 143, 70, .2);
  box-shadow: 0 14px 32px rgba(7, 20, 71, .06);
}

.sportia-faq-item[open]::before {
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 2px;
  border-radius: 0 0 2px 2px;
  background: var(--current-green);
  content: "";
}

.sportia-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  min-height: 82px;
  align-items: start;
  gap: 14px;
  padding: 24px 22px 12px;
  color: var(--current-navy);
  cursor: pointer;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.3;
  list-style: none;
}

.sportia-faq-item summary::-webkit-details-marker {
  display: none;
}

.sportia-faq-item summary i {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid #d9e7df;
  border-radius: 8px;
  background: #f5faf7;
  color: var(--current-green);
  font-size: 16px;
  font-style: normal;
  transition: transform .18s ease, background .18s ease;
}

.sportia-faq-item[open] summary i {
  transform: rotate(45deg);
  background: #eaf7ef;
}

.sportia-faq-item p {
  margin: 0;
  padding: 0 22px 24px;
  color: var(--current-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.sportia-home-final-cta {
  max-width: 1320px;
}

.sportia-how-hero {
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
}

.sportia-how-overview {
  min-width: 0;
}

.sportia-how-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 16px -1px;
}

.sportia-how-rail a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 12px 8px;
  color: var(--current-navy);
}

.sportia-how-rail b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--current-green);
  color: #fff;
  font-size: 10px;
}

.sportia-how-rail span {
  font-size: 9px;
  font-weight: 750;
  line-height: 1.25;
}

.sportia-how-report-library {
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 14px;
  min-height: 390px;
  padding: 16px;
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(7,20,71,.12);
}

.sportia-how-report-library aside {
  gap: 9px;
  padding-right: 12px;
}

.sportia-how-report-library aside h3 {
  font-size: 15px;
}

.sportia-how-report-library aside button {
  min-height: 43px;
  padding: 7px 9px;
  font-size: 9px;
}

.sportia-how-report-library .report-library-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
}

.sportia-how-report-library .report-preview-card {
  display: grid;
  grid-template-rows: 118px minmax(0, 1fr);
  min-width: 0;
}

.sportia-how-report-library .report-preview-media {
  height: 118px;
}

.sportia-how-report-library .report-preview-card > div:last-child {
  align-content: start;
}

.sportia-how-report-library .sportia-report-provenance {
  margin-top: auto;
}

.sportia-how-window {
  overflow: hidden;
  border: 1px solid #d5e0e9;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(7,20,71,.12);
}

.sportia-how-window > header {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid var(--current-line);
}

.sportia-how-window > header img {
  width: 84px;
}

.sportia-how-window > header span {
  color: var(--current-navy);
  font-size: 11px;
  font-weight: 750;
}

.sportia-how-window > header em {
  margin-left: auto;
  color: var(--current-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.sportia-how-window-body {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  min-height: 350px;
}

.sportia-how-window-body > aside {
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 18px 12px;
  border-right: 1px solid var(--current-line);
  background: #f7faf8;
}

.sportia-how-window-body > aside span {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--current-muted);
  font-size: 10px;
  font-weight: 700;
}

.sportia-how-window-body > aside span.active {
  background: #e9f7ef;
  color: var(--current-green);
}

.sportia-how-window-body > section {
  padding: 30px;
}

.sportia-how-window-body > section > small {
  color: var(--current-green);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
}

.sportia-how-window-body h3 {
  margin: 9px 0 22px;
  color: var(--current-navy);
  font-size: 22px;
}

.sportia-how-document {
  display: grid;
  gap: 9px;
  padding: 20px;
  border: 1px solid var(--current-line);
  border-radius: 12px;
  background: #fbfcfd;
}

.sportia-how-document i {
  width: 100%;
  height: 8px;
  border-radius: 6px;
  background: #e4eaf0;
}

.sportia-how-document i:nth-child(2) { width: 78%; }
.sportia-how-document i:nth-child(3) { width: 54%; }

.sportia-how-document-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--current-line);
}

.sportia-how-document-head > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 11px;
  background: #eaf7ef;
  color: var(--current-green);
}

.sportia-how-document-head > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.sportia-how-document-head small {
  color: var(--current-muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
}

.sportia-how-document-head strong {
  overflow: hidden;
  color: var(--current-navy);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sportia-how-document-head em {
  margin-left: auto;
  padding: 5px 7px;
  border-radius: 7px;
  background: var(--current-navy);
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.sportia-how-document dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.sportia-how-document dl > div {
  display: grid;
  min-width: 0;
  gap: 4px;
  padding: 10px;
  border-radius: 9px;
  background: #fff;
}

.sportia-how-document dt {
  color: var(--current-muted);
  font-size: 7px;
}

.sportia-how-document dd {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: var(--current-navy);
  font-size: 9px;
  font-weight: 780;
  line-height: 1.25;
}

.sportia-how-document dd svg {
  color: var(--current-green);
}

.sportia-how-document > p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 10px 11px;
  border-radius: 9px;
  background: #eaf7ef;
  color: var(--current-green);
  font-size: 9px;
  font-weight: 720;
  line-height: 1.35;
}

.sportia-how-document > p svg {
  flex: 0 0 auto;
}

.sportia-how-mini-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
  color: var(--current-green);
}

.sportia-how-mini-flow span {
  padding: 7px 9px;
  border-radius: 999px;
  background: #eff8f3;
  color: var(--current-navy);
  font-size: 9px;
  font-weight: 750;
}

.sportia-how-mini-flow svg {
  transform: rotate(180deg);
}

.sportia-how-story {
  max-width: 1240px;
}

.sportia-how-story > .section-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.sportia-how-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  margin-top: 42px;
}

.sportia-how-timeline::before {
  position: absolute;
  z-index: 0;
  top: 42px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9fd2b7 8%, #9fd2b7 92%, transparent);
  content: "";
}

.sportia-how-timeline > article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 86px minmax(0, 1fr);
  gap: 0;
  min-width: 0;
}

.sportia-how-step-marker {
  position: relative;
  display: grid;
  grid-template-rows: auto 54px;
  align-content: start;
  justify-items: center;
  gap: 5px;
  color: var(--current-green);
}

.sportia-how-step-marker b {
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff;
  font-size: 9px;
  letter-spacing: .08em;
}

.sportia-how-step-marker span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid #86caa5;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 7px #eff8f3, 0 9px 24px rgba(0, 96, 53, .12);
}

.sportia-how-step-marker i {
  display: none;
}

.sportia-how-step-content {
  display: grid;
  min-width: 0;
  height: 100%;
  grid-template-rows: 24px 88px 92px minmax(0, 1fr) auto;
  margin: 0;
  padding: 24px 22px;
  border: 1px solid var(--current-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(7, 20, 71, .055);
}

.sportia-how-step-content > small,
.sportia-how-stakeholders .section-heading > small,
.sportia-how-services .section-heading > small {
  color: var(--current-green);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sportia-how-step-content h3 {
  align-self: start;
  margin: 8px 0 10px;
  color: var(--current-navy);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.12;
}

.sportia-how-step-content > p {
  align-self: start;
  max-width: 780px;
  margin: 0;
  color: var(--current-muted);
  line-height: 1.58;
}

.sportia-how-step-content ul,
.sportia-how-report ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px 18px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.sportia-how-step-content li,
.sportia-how-report li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--current-navy);
  font-size: 12px;
  font-weight: 680;
}

.sportia-how-step-content li svg {
  color: var(--current-green);
}

.sportia-how-step-content footer {
  display: flex;
  min-height: 72px;
  align-items: flex-start;
  gap: 8px;
  margin-top: 0;
  padding: 12px 14px;
  border-radius: 9px;
  background: #f3f7fa;
  color: var(--current-muted);
  font-size: 11px;
  line-height: 1.45;
}

.sportia-how-step-content footer svg {
  flex: 0 0 auto;
  color: var(--current-green);
}

.sportia-how-stakeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sportia-how-stakeholder-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--current-line);
  border-radius: 15px;
  background: #fff;
}

.sportia-how-stakeholder-grid article > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 11px;
  background: #edf8f2;
  color: var(--current-green);
}

.sportia-how-stakeholder-grid h3 {
  margin: 0 0 13px;
  color: var(--current-navy);
  font-size: 19px;
}

.sportia-how-stakeholder-grid ul,
.sportia-how-service-grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 17px;
  color: var(--current-muted);
  font-size: 12px;
  line-height: 1.45;
}

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

.sportia-how-service-grid > article {
  display: grid;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--current-line);
  border-radius: 17px;
  background: #fff;
}

.sportia-how-service-grid header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.sportia-how-service-grid header span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #edf8f2;
  color: var(--current-green);
}

.sportia-how-service-grid header small {
  color: var(--current-green);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.sportia-how-service-grid h3 {
  margin: 0 0 10px;
  color: var(--current-navy);
  font-size: 25px;
}

.sportia-how-service-grid > article > p {
  margin: 0 0 20px;
  color: var(--current-muted);
  line-height: 1.55;
}

.sportia-how-service-grid .sportia-transparency-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 22px;
  padding: 11px;
  border-radius: 9px;
  background: #f4f7fa;
  font-size: 11px;
}

.sportia-how-service-grid > article > a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--current-green);
  font-size: 12px;
  font-weight: 800;
}

.sportia-how-report {
  position: relative;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 72px);
  margin-bottom: clamp(36px, 5vw, 64px);
  padding: 46px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 16%, rgba(94, 220, 155, .14), transparent 30%),
    linear-gradient(135deg, #07143e 0%, #0b1f52 100%);
  box-shadow: 0 24px 54px rgba(7, 20, 71, .17);
}

.sportia-how-report::before {
  position: absolute;
  top: 0;
  right: 9%;
  left: 9%;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, transparent, #68d99f, transparent);
  content: "";
}

.sportia-how-report-visual {
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr;
  align-items: center;
  gap: 7px;
}

.sportia-how-report-visual span {
  position: relative;
  display: grid;
  min-height: 172px;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.sportia-how-report-visual span b {
  position: absolute;
  top: 12px;
  left: 12px;
  color: rgba(255,255,255,.42);
  font-size: 9px;
  letter-spacing: .08em;
}

.sportia-how-report-visual span small {
  color: #7bddaa;
  font-size: 8px;
}

.sportia-how-report-visual span strong {
  max-width: 105px;
  font-size: 11px;
  line-height: 1.35;
}

.sportia-how-report-visual span svg {
  color: #65d99d;
}

.sportia-how-report-visual > i {
  color: #65d99d;
  transform: rotate(180deg);
}

.sportia-how-report ul {
  margin: 0 0 26px;
}

.sportia-how-report li {
  color: #d4dbe7;
}

.database-preview .database-dashboard-grid {
  grid-template-columns: 1fr !important;
}

.database-preview .database-dashboard-grid > article:not(.swiss-panel) {
  display: none !important;
}

.database-preview .swiss-panel {
  display: grid;
  min-height: 430px;
  grid-template-rows: auto auto minmax(300px, 1fr);
  align-content: stretch;
}

.database-preview .swiss-panel .swiss-map {
  width: 100%;
  min-height: 300px !important;
  height: 100%;
  margin: 12px 0 0;
}

.database-preview .swiss-panel .leaflet-host {
  min-height: 300px;
}

body.public-view .data-model-section .section-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

body.public-view .data-model-section .data-model-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1040px;
  margin-inline: auto;
}

body.public-view .data-model-section .data-model-grid article {
  text-align: center;
}

body.public-view .data-model-section .data-model-grid article > b {
  margin-inline: auto;
}

body.public-view .data-model-section .data-model-grid ul {
  justify-content: center;
}

@media (max-width: 1100px) {
  .sportia-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sportia-how-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .sportia-how-timeline::before {
    display: none;
  }

  body.public-view .data-model-section .data-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

.sportia-report-status {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--current-green);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.report-preview-media {
  position: relative;
}

.sportia-report-provenance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--current-line);
}

.sportia-report-provenance small,
.sportia-report-provenance time {
  color: var(--current-muted);
  font-size: 9px;
}

@media (max-width: 1120px) {
  body.public-view .public-nav {
    display: none;
  }

  body.public-view .public-menu-button {
    display: inline-flex;
  }

  .sportia-db-home-hero,
  .sportia-how-hero {
    grid-template-columns: 1fr;
  }

  .sportia-db-home-map,
  .sportia-how-overview {
    max-width: 900px;
  }

  .sportia-home-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --current-shell: min(calc(100% - 24px), 520px);
  }

  .sportia-db-home-hero,
  .sportia-how-hero {
    min-height: 0;
    gap: 38px;
    padding: 54px 0;
  }

  .sportia-db-home-copy h1,
  .sportia-how-copy h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .sportia-db-home-copy > p,
  .sportia-how-copy > p {
    font-size: 16px;
  }

  .sportia-db-home-copy .sportia-simple-search {
    grid-template-columns: 1fr;
  }

  body.public-view .sportia-db-home-map .home-database-map {
    grid-template-rows: auto minmax(390px, 1fr) auto auto;
    min-height: 490px;
    padding: 12px;
    border-radius: 19px;
  }

  body.public-view .sportia-db-home-map .home-map-canvas {
    min-height: 390px;
    border-radius: 13px;
  }

  .sportia-home-step-grid,
  .sportia-stakeholder-grid,
  .sportia-how-stakeholder-grid,
  .sportia-how-service-grid {
    grid-template-columns: 1fr;
  }

  .sportia-home-step-grid article {
    min-height: 230px;
  }

  .sportia-home-report,
  .sportia-how-report {
    grid-template-columns: 1fr;
    gap: 0;
    margin-inline: 12px;
    padding: 0;
  }

  .sportia-home-report-copy,
  .sportia-how-report > div:last-child {
    padding: 28px 22px;
  }

  .sportia-report-flow,
  .sportia-how-report-visual {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .sportia-report-flow article,
  .sportia-how-report-visual span {
    min-height: 100px;
  }

  .sportia-report-flow > i,
  .sportia-how-report-visual > i {
    min-height: 18px;
    transform: rotate(-90deg);
  }

  .sportia-faq-item summary {
    min-height: 74px;
    padding-inline: 16px;
  }

  .sportia-faq-list {
    grid-template-columns: 1fr;
  }

  .sportia-faq-item p {
    padding: 0 18px 22px;
  }

  .sportia-how-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 12px;
  }

  .sportia-how-rail a {
    border: 1px solid var(--current-line);
    border-radius: 10px;
    background: #fff;
  }

  .sportia-how-window-body {
    grid-template-columns: 1fr;
  }

  .sportia-how-report-library {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sportia-how-report-library aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 1px solid var(--current-line);
  }

  .sportia-how-report-library aside h3,
  .sportia-how-report-library aside label {
    grid-column: 1 / -1;
  }

  .sportia-how-report-library aside strong {
    display: none;
  }

  .sportia-how-report-library .report-library-grid {
    grid-template-columns: 1fr;
  }

  .sportia-how-window-body > aside {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    overflow: hidden;
    padding: 10px 6px;
    border-right: 0;
    border-bottom: 1px solid var(--current-line);
  }

  .sportia-how-window-body > aside span {
    min-height: 54px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 5px 2px;
    font-size: 7px;
    text-align: center;
  }

  .sportia-how-window-body > section {
    padding: 22px;
  }

  .sportia-how-document dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sportia-how-document dl > div {
    padding: 8px 6px;
  }

  .sportia-how-timeline {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }

  .sportia-how-timeline > article {
    grid-template-columns: 1fr;
    grid-template-rows: 76px minmax(0, 1fr);
    gap: 0;
  }

  .sportia-how-step-marker {
    grid-template-rows: auto 44px;
  }

  .sportia-how-step-marker span {
    width: 44px;
    height: 44px;
  }

  .sportia-how-step-content {
    grid-template-rows: auto;
    padding: 21px 18px;
  }

  .sportia-how-step-content footer {
    min-height: 0;
  }

  .sportia-how-step-content ul,
  .sportia-how-report ul {
    grid-template-columns: 1fr;
  }

  .sportia-how-step-content h3 {
    font-size: 24px;
  }

  .sportia-how-report > div:last-child {
    order: -1;
  }

  body.public-view .data-model-section .data-model-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .database-preview .swiss-panel {
    min-height: 390px;
    grid-template-rows: auto auto minmax(250px, 1fr);
  }

  .database-preview .swiss-panel .swiss-map,
  .database-preview .swiss-panel .leaflet-host {
    min-height: 250px !important;
  }
}
.how-reel-section{background:linear-gradient(145deg,#f4f8f6,#fff);border:1px solid #dce8e2;border-radius:28px;margin-top:34px;overflow:hidden;padding:clamp(24px,4vw,54px)}
.how-reel-heading{max-width:760px}.how-reel-heading h2{letter-spacing:-.035em}.how-reel-heading p{max-width:680px}
.how-reel-layout{align-items:stretch;display:grid;gap:22px;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);margin-top:28px}
.how-reel-player{background:#102c23;border:1px solid #25473b;border-radius:22px;box-shadow:0 24px 60px rgba(15,44,35,.18);min-width:0;overflow:hidden}
.how-reel-stage{aspect-ratio:16/9;isolation:isolate;overflow:hidden;position:relative}.how-reel-poster{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:3}.how-reel-poster[hidden]{display:none}
.how-reel-scenes{height:100%;position:relative}.how-reel-scene{align-items:center;background:radial-gradient(circle at 85% 15%,rgba(108,219,159,.2),transparent 42%),linear-gradient(135deg,#102c23,#075c3d);color:#fff;display:grid;gap:clamp(16px,3vw,42px);grid-template-columns:minmax(0,.9fr) minmax(240px,1.1fr);inset:0;opacity:0;padding:clamp(28px,5vw,66px);pointer-events:none;position:absolute;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.how-reel-scene.active{opacity:1;transform:none}
.how-reel-scene-copy small,.how-reel-side>small{color:#9ee5bd;font-size:11px;font-weight:650;letter-spacing:.15em}.how-reel-scene-copy h3{color:#fff;font-size:clamp(24px,3.2vw,46px);letter-spacing:-.04em;line-height:1.02;margin:12px 0}.how-reel-scene-copy p{color:#d8e8e0;font-size:clamp(13px,1.4vw,18px);line-height:1.55;margin:0}
.how-reel-scene-visual{animation:howReelEnter .7s ease both;min-width:0}.how-reel-form,.how-reel-agent,.how-reel-data,.how-reel-opportunity{background:#fff;border:1px solid rgba(255,255,255,.7);border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.18);color:#173b2f;padding:clamp(16px,2.5vw,28px)}
.how-reel-form{display:grid;gap:6px}.how-reel-form span{color:#718078;font-size:10px}.how-reel-form strong{border-bottom:1px solid #e5ece8;font-size:14px;font-weight:550;padding-bottom:9px}.how-reel-form i{background:#dce9e2;border-radius:999px;height:6px;margin-top:8px;overflow:hidden}.how-reel-form i:after{animation:howReelProgress 4s ease infinite;background:#168052;border-radius:inherit;content:"";display:block;height:100%;width:82%}.how-reel-form b{color:#168052;font-size:11px}
.how-reel-agent{align-items:flex-start;display:flex;gap:14px}.how-agent-target{align-items:center;background:#e7f6ee;border-radius:50%;color:#168052;display:flex;flex:0 0 46px;height:46px;justify-content:center}.how-reel-agent div{display:grid;gap:6px}.how-reel-agent small{color:#168052;font-size:9px;letter-spacing:.12em}.how-reel-agent strong{font-size:15px}.how-reel-agent p{font-size:11px;margin:0}.how-reel-agent button{background:#173b2f;border:0;border-radius:8px;color:#fff;font:550 10px inherit;padding:8px 12px;width:max-content}
.how-reel-data{align-items:center;display:grid;gap:14px;grid-template-columns:1fr auto 1fr}.how-reel-data>div{display:grid;gap:7px}.how-reel-data span{color:#168052;font-size:9px;font-weight:650}.how-reel-data b,.how-reel-kpis strong{background:#edf4f0;border-radius:7px;font-size:10px;padding:8px}.how-reel-data>i{color:#168052}.how-reel-kpis strong{background:#173b2f;color:#fff;text-align:center}
.how-reel-opportunity{display:grid;gap:10px}.how-reel-opportunity small{color:#168052;font-size:9px;letter-spacing:.12em}.how-reel-opportunity>strong{font-size:16px;line-height:1.25}.how-reel-opportunity div{display:flex;flex-wrap:wrap;gap:6px}.how-reel-opportunity span{background:#edf4f0;border-radius:999px;font-size:9px;padding:6px 8px}.how-reel-opportunity b{border-top:1px solid #e5ece8;color:#168052;font-size:10px;padding-top:9px}
.how-reel-big-play{align-items:center;background:#fff;border:0;border-radius:999px;box-shadow:0 12px 32px rgba(0,0,0,.22);color:#0b6845;display:flex;font:600 12px inherit;gap:9px;left:50%;padding:12px 18px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}.how-reel-player[data-playing=true] .how-reel-big-play{display:none}
.how-reel-demo-label{background:rgba(6,29,21,.72);border:1px solid rgba(255,255,255,.2);border-radius:999px;bottom:14px;color:#d9ebe2;font-size:8px;font-weight:600;letter-spacing:.1em;padding:7px 10px;position:absolute;right:14px;z-index:6}
.how-reel-controls{align-items:center;background:#0b211a;display:flex;gap:12px;padding:12px 14px}.how-reel-controls>button{align-items:center;background:#173b2f;border:1px solid #315447;border-radius:9px;color:#fff;display:flex;height:38px;justify-content:center;width:38px}.how-reel-progress{align-items:center;display:grid;gap:8px;grid-template-columns:minmax(0,1fr) auto;min-width:0;width:100%}.how-reel-progress label{height:1px;overflow:hidden;position:absolute;width:1px}.how-reel-progress input{accent-color:#67d49a;min-width:0;width:100%}.how-reel-progress span{color:#c9ddd4;font-size:10px;white-space:nowrap}
.how-reel-side{background:#fff;border:1px solid #dce7e1;border-radius:22px;padding:24px}.how-reel-side h3{color:#173b2f;font-size:24px;letter-spacing:-.03em;margin:10px 0}.how-reel-side>p{color:#64756d;font-size:13px;line-height:1.55}
.how-reel-chapters{display:grid;gap:8px;margin-top:20px}.how-reel-chapters button{align-items:center;background:#f6f9f7;border:1px solid #e0e8e4;border-radius:11px;color:#42564d;display:grid;gap:10px;grid-template-columns:32px 1fr;padding:10px;text-align:left}.how-reel-chapters button b{align-items:center;background:#e5eee9;border-radius:50%;display:flex;font-size:10px;height:28px;justify-content:center}.how-reel-chapters button span{font-size:11px;font-weight:520}.how-reel-chapters button.active{background:#eaf7f0;border-color:#75c99e;color:#0d6946}.how-reel-chapters button.active b{background:#168052;color:#fff}
.how-reel-transcript{border-bottom:1px solid #dae5df;margin-top:22px;padding-bottom:18px}.how-reel-transcript summary{color:#174435;cursor:pointer;font-size:12px;font-weight:600;list-style:none;width:max-content}.how-reel-transcript summary:after{content:" +";color:#168052}.how-reel-transcript[open] summary:after{content:" −"}.how-reel-transcript p{color:#53675e;font-size:13px;line-height:1.7;max-width:880px}.how-reel-transcript a{color:#0d6946;font-size:11px;font-weight:550}
.how-reel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
@keyframes howReelEnter{from{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}@keyframes howReelProgress{from{width:12%}to{width:82%}}
@media(max-width:900px){.how-reel-layout{grid-template-columns:1fr}.how-reel-side{padding:18px}.how-reel-chapters{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.how-reel-section{border-radius:20px;padding:20px 14px}.how-reel-scene{align-content:center;grid-template-columns:1fr;padding:24px 20px}.how-reel-scene-copy p{font-size:12px}.how-reel-scene-visual{display:none}.how-reel-chapters{grid-template-columns:1fr}.how-reel-demo-label{bottom:9px;right:9px}.how-reel-controls{gap:8px;padding:9px}.how-reel-progress span{display:none}.how-reel-actions{display:grid}.how-reel-actions a{justify-content:center;width:100%}}
@media(prefers-reduced-motion:reduce){.how-reel-scene,.how-reel-scene-visual,.how-reel-form i:after{animation:none!important;transition:none!important}}

/* Marketing product reel: UI reale montata con ritmo editoriale SPORTIA. */
.how-walkthrough-scene{background:#eef3f0;display:block;overflow:hidden;padding:0;transition:opacity .48s cubic-bezier(.22,.7,.25,1),transform .48s cubic-bezier(.22,.7,.25,1)}
.how-walkthrough-media{display:grid;height:100%;inset:0;position:absolute}.how-walkthrough-media>img{height:100%;min-width:0;object-fit:cover;transform:scale(1.01);transition:transform 4.5s cubic-bezier(.2,.7,.2,1),filter .5s ease;width:100%}.how-walkthrough-scene.active .how-walkthrough-media>img{transform:scale(1.045)}
.how-walkthrough-scene.mode-network-focus .how-walkthrough-media>img{object-position:center;transform:scale(1.01)}.how-walkthrough-scene.mode-network-focus.active .how-walkthrough-media>img{transform:scale(1.045)}
.how-walkthrough-media.is-split{gap:3px;grid-template-columns:1fr 1fr}.how-walkthrough-media.is-split>img:first-child{object-position:left center}.how-walkthrough-media.is-split>img:last-child{object-position:right center}
.how-walkthrough-scene:after{background:linear-gradient(180deg,rgba(5,27,20,.08),transparent 32%,rgba(5,27,20,.42));content:"";inset:0;pointer-events:none;position:absolute}
.how-walkthrough-step{animation:howOverlayIn .7s .08s both;backdrop-filter:blur(12px);background:linear-gradient(90deg,rgba(6,34,25,.86),rgba(6,34,25,.62));border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fff;font-size:clamp(8px,.9vw,11px);font-weight:520;left:18px;letter-spacing:.12em;padding:7px 11px;position:absolute;top:18px;z-index:3}
.how-walkthrough-effect{align-items:center;animation:howOverlayIn .7s .22s both;backdrop-filter:blur(12px);background:rgba(250,253,251,.9);border:1px solid rgba(222,233,227,.88);border-radius:11px;bottom:16px;box-shadow:0 10px 28px rgba(7,36,27,.14);color:#173b2f;display:grid;gap:7px;grid-template-columns:auto 1fr auto auto 1fr;left:18px;max-width:calc(100% - 36px);padding:9px 12px;position:absolute;z-index:4}
.how-walkthrough-effect small{color:#6d7d75;font-size:7px;font-weight:600;letter-spacing:.11em}.how-walkthrough-effect strong,.how-walkthrough-effect b{font-size:clamp(8px,1vw,11px);font-weight:560;white-space:nowrap}.how-walkthrough-effect b{color:#0c774d}.how-walkthrough-effect>i{color:#168052;display:flex}
@keyframes howOverlayIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.how-walkthrough-scene.mode-hook,.how-walkthrough-scene.mode-title,.how-walkthrough-scene.mode-promise,.how-walkthrough-scene.mode-closing{align-items:center;background:radial-gradient(circle at 78% 20%,rgba(68,181,119,.38),transparent 34%),linear-gradient(135deg,#071d17,#123d30);display:flex;justify-content:center}.how-walkthrough-scene.mode-title{background:linear-gradient(120deg,#0d3025,#176944)}.how-walkthrough-scene.mode-promise{background:radial-gradient(circle at center,rgba(81,212,141,.3),transparent 38%),#071d17}.how-walkthrough-scene.mode-closing{background:linear-gradient(135deg,#071d17,#0e5137)}
.how-reel-title-card{animation:howTitleIn .75s cubic-bezier(.2,.72,.2,1) both;display:grid;gap:12px;max-width:82%;position:relative;text-align:center;z-index:3}.how-reel-title-card small{color:#9fe6bd;font-size:clamp(10px,1.45vw,18px);font-weight:540;letter-spacing:.16em}.how-reel-title-card strong{color:#fff;font-size:clamp(23px,4.5vw,58px);font-weight:620;letter-spacing:-.04em;line-height:1.03}.mode-title .how-reel-title-card strong{font-size:clamp(17px,2.8vw,36px);font-weight:480}.how-reel-closing-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin-top:10px}.how-reel-closing-actions a{border-radius:999px;font-size:clamp(9px,1vw,12px);font-weight:580;padding:11px 16px;text-decoration:none}.how-reel-closing-primary{align-items:center;background:#fff;color:#0d6946;display:inline-flex;gap:8px}.how-reel-closing-secondary{border:1px solid rgba(255,255,255,.38);color:#fff}.mode-closing.active{pointer-events:auto}.mode-closing.active .how-reel-title-card{pointer-events:auto}@keyframes howTitleIn{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
.mode-flash .how-walkthrough-step{background:linear-gradient(90deg,rgba(5,32,23,.9),rgba(5,32,23,.36),transparent);border:0;border-radius:0;bottom:14%;font-size:clamp(14px,3vw,34px);font-weight:520;left:0;letter-spacing:.09em;padding:16px clamp(22px,5vw,54px);right:18%;top:auto}.mode-flash .how-walkthrough-media>img{filter:contrast(1.03) saturate(1.04);transform:scale(1.07)}.mode-flash:after{background:linear-gradient(90deg,rgba(5,27,20,.24),transparent 65%)}.how-reel-player[data-playing=true] .how-reel-demo-label{opacity:.38}.how-reel-player[data-started=true] .how-reel-big-play{display:none}
.how-reel-player:fullscreen{background:#0b211a;border:0;border-radius:0;display:grid;grid-template-rows:minmax(0,1fr) auto;height:100vh;width:100vw}.how-reel-player:fullscreen .how-reel-stage{aspect-ratio:auto;height:100%}.how-reel-player:fullscreen .how-walkthrough-media>img{object-fit:contain}
@media(max-width:620px){.how-walkthrough-step{left:9px;top:9px}.mode-flash .how-walkthrough-step{bottom:12%;left:0;padding:10px 16px;right:10%;top:auto}.how-walkthrough-effect{bottom:8px;gap:3px;grid-template-columns:auto 1fr;left:8px;max-width:calc(100% - 16px);padding:7px 9px}.how-walkthrough-effect>i{display:none}.how-walkthrough-effect strong,.how-walkthrough-effect b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.how-reel-title-card{max-width:92%}.how-reel-title-card small{letter-spacing:.08em}.how-reel-closing-actions{display:grid;width:100%}.how-reel-closing-actions a{justify-content:center}}
@media(prefers-reduced-motion:reduce){.how-walkthrough-media>img,.how-walkthrough-step,.how-walkthrough-effect,.how-reel-title-card{animation:none!important;transform:none!important;transition:none!important}}
