.hero-image {
  background-image: url(/assets/images/heros/media.jpg);
}
/* ---------- Ticker (ported from world-cup.less) ---------- */

.trusted-by-section {
  background: #282d3a;
  overflow: hidden;
  text-align: center;
  display: grid;
  grid-gap: 50px;
  padding: 50px 0 30px 0;
}
.trusted-by-section .trusted-by-title {
  color: #e0dfe1;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .trusted-by-section .trusted-by-title {
    font-size: 20px;
  }
}
.trusted-carousel {
  height: 60px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.trusted-carousel.slick-initialized {
  opacity: 1;
}
.trusted-carousel img {
  margin: 0 40px;
  width: auto;
}
/* ---------- Two Products. One Mission ---------- */

.two-products-section {
  padding: 80px 0;
  background: white;
}
.two-products-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.two-products-section .section-header h2 {
  font-family: 'Figtree', Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #1d2230;
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.two-products-section .section-header p {
  font-family: 'Figtree', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  line-height: 1.5;
  max-width: 760px;
  margin: 0 auto;
}
.two-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .two-products-grid {
    grid-template-columns: 1fr;
  }
}
.product-column {
  background: #f7f9fc;
  border: 2px solid #e6ebf1;
  border-radius: 4px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.product-column-highlighted {
  background: white;
  border-color: #1493ff;
  box-shadow: 0 12px 28px rgba(20, 147, 255, 0.1);
}
.product-column-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-family: 'RobotoMedium', Arial, sans-serif;
  margin-bottom: 24px;
  align-self: flex-start;
  min-height: 32px;
  box-sizing: border-box;
}
.badge-neutral {
  color: #6b7280;
}
.badge-neutral i {
  color: #6b7280;
  font-size: 14px;
}
.badge-primary {
  background: #1493ff;
  color: white;
  padding: 6px 14px;
  border-radius: 999px;
}
.badge-primary i {
  font-size: 12px;
}
.product-column-title {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-size: 28px;
  color: #1d2230;
  margin-bottom: 4px;
  line-height: 1.2;
}
.product-column-eyebrow {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.eyebrow-neutral {
  color: #6b7280;
}
.eyebrow-primary {
  color: #1493ff;
}
.product-column-desc {
  color: #555555;
  line-height: 1.6;
  margin-bottom: 24px;
}
.product-column-bullets {
  margin-bottom: 28px;
}
.product-column-bullets .parent-bullet {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 12px;
  align-items: flex-start;
  padding: 8px 0;
  color: #333333;
  line-height: 1.55;
}
.product-column-bullets .parent-bullet i {
  color: #6b7280;
  font-size: 16px;
  margin-top: 3px;
}
.product-column-highlighted .product-column-bullets .parent-bullet i {
  color: #1493ff;
}
.product-column-bestfor {
  margin-top: auto;
  padding: 16px 20px;
  border: 1px solid #e6ebf1;
  border-radius: 4px;
  background: white;
  min-height: 120px;
  box-sizing: border-box;
}
.product-column-highlighted .product-column-bestfor {
  background: #f9fcff;
  border-color: #d8ecfe;
}
.bestfor-label {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1493ff;
  margin-bottom: 6px;
}
.bestfor-text {
  color: #555555;
  line-height: 1.5;
  font-size: 14px;
}
/* ---------- Same Schema. Every Sport. ---------- */

.schema-section {
  padding: 90px 0 100px 0;
  background: #282d3a;
  color: #e3e7f0;
}
.schema-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.schema-section .section-header h2 {
  font-family: 'Figtree', Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: white;
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.schema-section .section-header p {
  font-family: 'Figtree', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #a5b0c5;
  line-height: 1.5;
  max-width: 820px;
  margin: 0 auto;
}
.schema-helper {
  font-family: 'Figtree', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #a5b0c5;
  line-height: 1.5;
  margin: 0 0 18px 0;
}
.schema-helper code {
  background: #2a3140;
  color: #e3e7f0;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: 'Consolas', 'Menlo', monospace;
  font-size: 13px;
}
.schema-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.schema-tab {
  background: #1f2533;
  color: #a5b0c5;
  border: 1px solid #2a3140;
  padding: 11px 22px;
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.schema-tab:hover {
  border-color: #1493ff;
  color: white;
}
.schema-tab.active {
  background: #1493ff;
  color: white;
  border-color: #1493ff;
}
.schema-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 900px) {
  .schema-grid {
    grid-template-columns: 1fr;
  }
}
.schema-panel {
  background: #1a1f2d;
  border: 1px solid #2a3140;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.schema-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #12151f;
  border-bottom: 1px solid #2a3140;
  font-family: 'Consolas', 'Menlo', monospace;
  font-size: 12px;
  color: #8ea0be;
}
.schema-panel-header .method-badge,
.schema-panel-header .status-badge {
  padding: 3px 9px;
  border-radius: 4px;
  font-family: 'RobotoMedium', Arial, sans-serif;
  letter-spacing: 0.06em;
}
.schema-panel-header .method-badge {
  background: #0f3a5a;
  color: #60a5fa;
}
.schema-panel-header .status-badge {
  background: #0d5a3a;
  color: #86efac;
}
.schema-panel-header .panel-title {
  flex: 1;
}
.schema-panel-header .traffic-lights {
  display: flex;
  gap: 6px;
}
.schema-panel-header .traffic-lights span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.schema-panel-header .traffic-lights span:nth-child(1) {
  background: #ff5f57;
}
.schema-panel-header .traffic-lights span:nth-child(2) {
  background: #ffbd2e;
}
.schema-panel-header .traffic-lights span:nth-child(3) {
  background: #28c840;
}
.schema-panel-header .universal-shape {
  color: #86efac;
  font-family: 'RobotoMedium', Arial, sans-serif;
  letter-spacing: 0.12em;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.schema-panel-header .universal-shape::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #86efac;
  display: inline-block;
}
.schema-panel-body {
  padding: 20px;
  flex: 1;
  background: #1a1f2d;
}
.request-url {
  color: #d8e2f1;
  font-family: 'Consolas', 'Menlo', monospace;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  overflow-wrap: anywhere;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #2a3140;
  display: none;
}
.request-url.active {
  display: block;
}
.pattern-label {
  color: #8ea0be;
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pattern-syntax {
  color: #d8e2f1;
  font-family: 'Consolas', 'Menlo', monospace;
  font-size: 13px;
  white-space: nowrap;
  overflow-x: auto;
}
.tok-key {
  color: #7dd3fc;
}
.tok-str {
  color: #86efac;
}
.tok-bool {
  color: #f472b6;
}
.tok-num {
  color: #fbbf24;
}
.tok-sport {
  color: #60a5fa;
}
.tok-comp {
  color: #fb923c;
}
.schema-section pre,
.schema-section .schema-json {
  background: transparent;
  border: none;
}
.schema-json {
  color: #d8e2f1;
  font-family: 'Consolas', 'Menlo', monospace;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  padding: 0;
  white-space: pre;
  overflow-x: auto;
  max-height: 520px;
  overflow-y: auto;
  display: none;
}
.schema-json.active {
  display: block;
}
.schema-panel-footer {
  padding: 14px 20px;
  border-top: 1px solid #2a3140;
  background: #12151f;
  color: #a5b0c5;
  font-size: 13px;
  line-height: 1.5;
}
.schema-panel-footer .strong {
  color: white;
  font-family: 'RobotoMedium', Arial, sans-serif;
}
/* ---------- What's Included (industry-card — ported from sdio-localization) ---------- */

.whats-included-section {
  padding: 80px 0;
  background: white;
}
.whats-included-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.whats-included-section .section-header h2 {
  font-family: 'Figtree', Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #1d2230;
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.whats-included-section .section-header p {
  font-family: 'Figtree', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  line-height: 1.5;
  max-width: 760px;
  margin: 0 auto;
}
/* Shared: blue accent inside any centered section header */

.section-header h2 .accent {
  color: #1493ff;
}
.industry-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .industry-card-grid {
    grid-template-columns: 1fr;
  }
}
.industry-card {
  padding: 20px 20px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid #a9d2fc;
  border-radius: 4px;
  background: #fcfdff;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.industry-card:hover {
  box-shadow: 0 8px 24px rgba(20, 147, 255, 0.12);
  transform: translateY(-4px);
  border-color: #1493ff;
  text-decoration: none;
  color: inherit;
}
.industry-card:hover .industry-card-icon {
  border-color: #1493ff;
}
.industry-card-icon {
  font-size: 1.65rem;
  color: #1493ff;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  border: 1px solid #a9d2fc;
  border-radius: 4px;
  --fa-secondary-opacity: 0.7;
  transition: border-color 0.25s ease;
}
.industry-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.industry-card-title {
  font-family: 'RobotoMedium', Arial, sans-serif;
  color: #222222;
  font-size: 1.4rem;
}
.industry-card-description {
  color: #555555;
  line-height: 1.6;
  margin-bottom: 0;
  flex: 1;
}
