@charset "UTF-8";
.sports-page .banner-image .sports-page-image img {
  aspect-ratio: auto;
  object-fit: contain;
  box-shadow: none;
  border-radius: 0;
}
.sports-page .what-problem-solves {
  background-color: #fff;
}
.sports-page .sport-clients-section {
  background-color: #323744;
  padding: 50px 0;
}
.sports-page .sport-clients-section .title {
  color: #fff;
  margin-bottom: 6px;
}
.sports-page .sport-clients-section .tag-line {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  margin-bottom: 30px;
}
.sports-page .sport-clients-section .sport-clients-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sports-page .sport-clients-section .client {
  border-radius: 10px;
  background: #fff;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sports-page .sport-clients-section .client span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-weight: 500;
}
.sports-page .sport-clients-section .client img {
  max-height: 120px;
  max-width: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.sports-page .how-its-fit {
  background-color: #e63946;
}
.sports-page .how-its-fit .title,
.sports-page .how-its-fit .tag-line {
  color: #fff;
}
.sports-page .how-its-fit .box {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}
.sports-page .how-its-fit .box .icon {
  background-color: #fff;
}
.sports-page .how-its-fit .box p {
  color: rgba(255, 255, 255, 0.9);
}
.sports-page .ph-box {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.04);
  border: 2px dashed rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  height: 100%;
}
.sports-page .sports-page-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.sports-page {
  /* Problems solved — image + checklist split, instead of a card grid */
}
.sports-page .sport-split-section .title,
.sports-page .sport-split-section .tag-line {
  text-align: left;
}
@media (max-width: 991.98px) {
  .sports-page .sport-split-section .row > *:first-child {
    order: 2 !important;
  }
  .sports-page .sport-split-section .row > *:last-child {
    order: 1 !important;
  }
}
.sports-page .sport-checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.sports-page .sport-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}
.sports-page .sport-checklist li:last-child {
  border-bottom: 0;
}
.sports-page .sport-checklist li img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}
.sports-page {
  /* Core features — alternating image/text rows instead of an icon grid */
}
.sports-page .core-features--section {
  background-color: #fff;
}
.sports-page .core-features--section .feature-image img {
  aspect-ratio: auto;
  object-fit: contain;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .sports-page .core-features--section .essential-features-wrapper > .row > *:first-child {
    order: 2 !important;
  }
  .sports-page .core-features--section .essential-features-wrapper > .row > *:last-child {
    order: 1 !important;
  }
}
.sports-page {
  /* Case study teaser — warm tint + eyebrow + stat list instead of a bare "10x" */
}
.sports-page .sport-case-study {
  background-color: rgba(230, 57, 70, 0.04);
}
.sports-page .sport-case-study .eyebrow {
  display: inline-block;
  background-color: rgba(230, 57, 70, 0.1);
  color: #e63946;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.sports-page .sport-stat-card .title-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.sports-page .sport-stat {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sports-page .sport-stat:not(:last-child) {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sports-page .sport-stat i {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background-color: rgba(230, 57, 70, 0.1);
  color: #e63946;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.sports-page .sport-stat h2 {
  font-size: 22px;
  margin-bottom: 2px;
}
.sports-page .sport-stat p {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.sports-page {
  /* CTA — full-width black band instead of a floating red card */
}
.sports-page .cta-section {
  max-width: 100%;
  margin: 0;
}
.sports-page .cta-section .cta-content {
  background-color: #323744;
  border-radius: 0;
  max-width: 100%;
}

/*# sourceMappingURL=sports-page.css.map */
