:root {
  --fifa-navy-950: #031331;
  --fifa-navy-900: #061a3d;
  --fifa-navy-800: #082a63;
  --fifa-blue-700: #0b3f8a;
  --fifa-blue-500: #155fb8;
  --fifa-red: #d7062d;
  --fifa-green: #098a45;
  --fifa-gold: #d8a73a;
  --fifa-white: #ffffff;
  --fifa-page: #f6f8fb;
  --fifa-card: #ffffff;
  --fifa-border: #e5eaf2;
  --fifa-text: #061a3d;
  --fifa-muted: #6f7b8c;
  --fifa-link: #174b83;
  --fifa-up: #0a9b4b;
  --fifa-down: #d71920;
  --shadow-card: 0 10px 30px rgba(8, 24, 64, .08);
  --container: 1410px;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--fifa-page);
  color: var(--fifa-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  line-height: 1.6;
}

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

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

button,
input,
select {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(90deg, var(--fifa-navy-950), var(--fifa-navy-900) 46%, var(--fifa-navy-950));
  color: #fff;
}

.live-strip {
  background: #304cff;
  color: #fff;
}

.live-strip-shell {
  width: min(var(--container), calc(100% - 96px));
  min-height: 112px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.live-strip-copy {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.live-strip-logo {
  width: 42px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .24));
}

.live-strip-kicker {
  margin: 0;
  font-size: 16px;
  font-weight: 750;
  opacity: .9;
}

.live-strip-title {
  margin: 3px 0 0;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 900;
}

.live-strip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.live-strip-button:focus-visible,
.live-strip-button:hover {
  background: #111827;
  color: #fff;
}

.nav-shell {
  width: min(var(--container), calc(100% - 96px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px 1fr 168px;
  align-items: center;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-cup {
  width: 42px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
}

.brand-copy {
  display: grid;
  gap: 1px;
  font-weight: 850;
  line-height: 1.14;
  white-space: nowrap;
}

.brand-copy span:first-child {
  font-size: 19px;
}

.brand-copy span:last-child {
  font-size: 15px;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  font-size: 19px;
  font-weight: 800;
}

.main-nav a {
  position: relative;
  padding: 26px 0 24px;
  color: rgba(255, 255, 255, .92);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: #fff;
  transition: transform .2s ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
}

.icon-btn,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.icon {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.language {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}

.menu-toggle {
  display: none;
}

.home-hero {
  position: relative;
  min-height: 328px;
  overflow: hidden;
  background-color: var(--fifa-navy-900);
  background-image:
    linear-gradient(90deg, rgba(3, 19, 49, .48), rgba(3, 19, 49, .12)),
    url("../images/hero/hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 61%, rgba(255, 233, 171, .28), transparent 16%),
    radial-gradient(circle at 52% 60%, rgba(255, 255, 255, .12), transparent 26%);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(3, 19, 49, .28));
}

.hero-stage {
  position: relative;
  z-index: 1;
  width: min(var(--container), calc(100% - 96px));
  min-height: 328px;
  margin: 0 auto;
}

.hero-ribbon {
  position: absolute;
  pointer-events: none;
}

.hero-ribbon-left {
  left: -6px;
  top: 4px;
  width: 360px;
}

.hero-ribbon-right {
  right: -8px;
  bottom: -8px;
  width: 432px;
}

.hero-copy {
  position: absolute;
  left: 118px;
  top: 38px;
  max-width: 420px;
}

.hero-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 950;
}

.hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
}

.hero-trophy {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 230px;
  transform: translateX(-50%);
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .25));
}

.host-strip {
  position: absolute;
  right: 88px;
  top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 330px;
}

.host-item {
  text-align: center;
}

.host-item span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .4px;
}

.host-badge {
  width: 74px;
  height: 88px;
  margin: 0 auto;
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
}

.hero-cta {
  position: absolute;
  left: 118px;
  top: 244px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
  height: 48px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background: rgba(3, 19, 49, .08);
  backdrop-filter: blur(2px);
}

.countdown-card {
  position: absolute;
  right: 92px;
  top: 188px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
}

.countdown-label {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  opacity: .86;
}

.countdown {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-weight: 900;
}

.countdown strong {
  font-size: 35px;
  line-height: 1;
}

.countdown span {
  font-size: 15px;
  opacity: .92;
}

.hero-date {
  margin: 9px 0 0;
  font-size: 18px;
  opacity: .94;
}

.home-main {
  background: #fff;
}

.section-shell {
  width: min(var(--container), calc(100% - 96px));
  margin: 0 auto;
}

.home-dashboard {
  display: grid;
  grid-template-columns: minmax(560px, 1.86fr) minmax(300px, 1fr) minmax(300px, .98fr);
  gap: 16px;
  padding: 28px 0 22px;
}

.panel {
  border: 1px solid var(--fifa-border);
  border-radius: 8px;
  background: var(--fifa-card);
  box-shadow: var(--shadow-card);
}

.panel-header {
  min-height: 48px;
  padding: 17px 18px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.panel-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--fifa-text);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.panel-link,
.more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--fifa-link);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: 5px 18px 14px;
  padding: 4px;
  border-radius: 999px;
  background: #f1f3f6;
}

.tab {
  min-height: 26px;
  border: 0;
  border-radius: 999px;
  color: #253a5f;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.tab.is-active {
  color: #fff;
  background: var(--fifa-navy-900);
  font-weight: 800;
}

.match-list {
  display: grid;
  gap: 8px;
  margin: 0 14px;
}

.match-row {
  min-height: 70px;
  display: grid;
  grid-template-columns: 132px 1fr 142px;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid #e8ecf2;
  border-radius: 7px;
  background: #fff;
}

.match-date,
.match-group,
.venue-city,
.news-date,
.meta {
  color: var(--fifa-muted);
  font-size: 12px;
}

.match-time {
  color: #111d34;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 850;
}

.teams-vs {
  display: grid;
  grid-template-columns: 1fr 36px 1fr;
  align-items: center;
  gap: 14px;
  color: #111d34;
  font-size: 15px;
  font-weight: 850;
}

.team {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.team:first-child {
  justify-content: flex-end;
}

.flag {
  width: 32px;
  height: 22px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(6, 26, 61, .08);
}

.vs {
  text-align: center;
  color: #111d34;
  font-size: 14px;
  font-weight: 900;
}

.venue {
  text-align: right;
  font-size: 12px;
  color: #182843;
  font-weight: 800;
}

.panel-footer {
  display: flex;
  justify-content: center;
  padding: 17px 18px 16px;
}

.ranking-table {
  width: calc(100% - 28px);
  margin: 0 14px;
  border-collapse: collapse;
  font-size: 13px;
}

.ranking-table th {
  padding: 12px 10px;
  background: #f7f8fa;
  color: #6b7280;
  text-align: left;
  font-weight: 700;
}

.ranking-table th:first-child,
.ranking-table td:first-child {
  text-align: center;
}

.ranking-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #edf0f5;
  color: #111827;
  font-weight: 700;
}

.ranking-table td:nth-child(3) {
  text-align: right;
}

.rank-team {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.trend-up {
  color: var(--fifa-up);
}

.trend-down {
  color: var(--fifa-down);
}

.news-list {
  display: grid;
  gap: 0;
  margin: 3px 14px 0;
}

.news-item {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #edf0f5;
}

.news-item:last-child {
  border-bottom: 0;
}

.news-thumb {
  width: 118px;
  height: 64px;
  object-fit: cover;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--fifa-navy-900), var(--fifa-blue-700));
}

.news-title {
  margin: 0 0 8px;
  display: -webkit-box;
  overflow: hidden;
  color: #061a3d;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 850;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 7px 10px 30px;
}

.quick-card {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: start;
}

.quick-icon {
  width: 56px;
  height: 56px;
  color: var(--fifa-navy-900);
}

.quick-card h3 {
  margin: 0 0 3px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.quick-card p {
  margin: 0 0 6px;
  max-width: 260px;
  color: var(--fifa-muted);
  font-size: 13px;
  line-height: 1.55;
}

.site-footer {
  background: linear-gradient(90deg, var(--fifa-navy-950), var(--fifa-navy-900));
  color: #fff;
}

.footer-shell {
  width: min(var(--container), calc(100% - 96px));
  min-height: 132px;
  margin: 0 auto;
  padding: 22px 0 24px;
  display: grid;
  grid-template-columns: 250px repeat(5, 1fr) 150px;
  gap: 28px;
}

.footer-brand strong {
  display: block;
  margin-bottom: 8px;
  font-size: 35px;
  line-height: .9;
  font-weight: 950;
}

.footer-brand p,
.footer-brand small {
  color: rgba(255, 255, 255, .78);
  margin: 0;
  font-size: 12px;
}

.footer-col h2,
.footer-col h3 {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 900;
}

.footer-col a {
  display: block;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  line-height: 1.9;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 10px;
}

.socials a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .78);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 35%, rgba(21, 95, 184, .45), transparent 35%),
    linear-gradient(135deg, var(--fifa-navy-950), var(--fifa-navy-800));
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: var(--page-image);
  background-size: cover;
  background-position: center;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 19, 49, .92), rgba(3, 19, 49, .52)),
    linear-gradient(135deg, transparent 65%, rgba(215, 6, 45, .7) 65%, rgba(215, 6, 45, .7) 73%, rgba(9, 138, 69, .75) 73%, rgba(9, 138, 69, .75) 82%, rgba(21, 95, 184, .7) 82%);
}

.page-hero-shell {
  position: relative;
  z-index: 1;
  width: min(var(--container), calc(100% - 96px));
  min-height: 310px;
  margin: 0 auto;
  display: grid;
  align-content: center;
  padding: 56px 0;
}

.breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.04;
  font-weight: 950;
}

.page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
}

.content-section {
  padding: 42px 0 56px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
}

.content-card {
  border: 1px solid var(--fifa-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-card);
  padding: 24px;
}

.content-card h2,
.content-card h3 {
  margin: 0 0 14px;
  color: var(--fifa-text);
  line-height: 1.25;
}

.content-card p {
  color: #344157;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 860px) 300px;
  gap: 24px;
}

.article-body h2,
.article-body h3 {
  margin-top: 22px;
  color: var(--fifa-navy-900);
}

.article-body p {
  margin: 14px 0;
  font-size: 16px;
  line-height: 1.84;
  color: #22324e;
}

.article-body ul {
  margin: 14px 0 18px 20px;
  padding: 0;
  color: #22324e;
  line-height: 1.84;
}

.article-body li {
  margin: 6px 0;
}

.article-body blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  border-left: 4px solid var(--fifa-blue-500);
  background: #f3f7fd;
  color: #1f365f;
  font-weight: 700;
}

.article-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 0 20px;
  background: #e9eef6;
}

.article-list {
  display: grid;
  gap: 18px;
}

.article-card {
  border: 1px solid var(--fifa-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.article-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.3;
}

.article-card p {
  margin: 0;
}

.article-card-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
  background: #e9eef6;
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stat-card,
.tile {
  border: 1px solid var(--fifa-border);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow-card);
}

.stat-card strong {
  display: block;
  color: var(--fifa-navy-900);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--fifa-muted);
  font-size: 13px;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.media-card img,
.product-card img,
.venue-card img,
.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--fifa-navy-900), var(--fifa-blue-500));
}

.product-card img {
  aspect-ratio: 1;
}

.tile h3 {
  margin: 14px 0 6px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.filter-bar input,
.filter-bar select {
  min-height: 44px;
  border: 1px solid var(--fifa-border);
  border-radius: 7px;
  padding: 0 12px;
  background: #fff;
  color: var(--fifa-text);
}

.wide-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.wide-table th,
.wide-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--fifa-border);
  text-align: left;
}

.wide-table th {
  background: #f0f3f8;
  color: #536178;
  font-size: 13px;
}

.notice {
  border-left: 4px solid var(--fifa-blue-500);
  background: #f2f6fd;
  padding: 16px 18px;
  color: #263953;
}

.site-search {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: start center;
  padding-top: 110px;
  background: rgba(3, 19, 49, .72);
}

.site-search.is-open {
  display: grid;
}

.search-box {
  width: min(680px, calc(100% - 32px));
  border-radius: 10px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.search-box input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--fifa-border);
  border-radius: 8px;
  padding: 0 14px;
}

.search-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.search-links a {
  border: 1px solid var(--fifa-border);
  border-radius: 7px;
  padding: 10px 12px;
  color: var(--fifa-link);
  font-weight: 700;
}

@media (max-width: 1199px) {
  .nav-shell {
    width: min(100% - 40px, var(--container));
    grid-template-columns: 280px 1fr 100px;
  }

  .live-strip-shell {
    width: min(100% - 40px, var(--container));
  }

  .brand-word {
    font-size: 34px;
  }

  .main-nav {
    gap: 24px;
    font-size: 16px;
  }

  .home-dashboard {
    grid-template-columns: 1fr 1fr;
  }

  .schedule-panel {
    grid-column: 1 / -1;
  }

  .quick-links,
  .footer-shell {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 840px) {
  .site-header {
    height: 68px;
  }

  .live-strip-shell {
    width: calc(100% - 28px);
    min-height: 112px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0;
  }

  .live-strip-copy {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .live-strip-logo {
    width: 34px;
    height: 52px;
  }

  .live-strip-kicker {
    font-size: 13px;
  }

  .live-strip-title {
    font-size: 21px;
  }

  .live-strip-button {
    width: max-content;
    min-width: 132px;
    min-height: 44px;
    padding: 0 22px;
    font-size: 15px;
  }

  .nav-shell {
    width: calc(100% - 28px);
    grid-template-columns: 1fr auto;
  }

  .brand-word {
    font-size: 30px;
  }

  .brand-copy span:first-child {
    font-size: 15px;
  }

  .brand-copy span:last-child {
    font-size: 12px;
  }

  .main-nav,
  .nav-tools .language {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav.is-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    display: grid;
    gap: 0;
    padding: 10px 20px 18px;
    background: var(--fifa-navy-950);
  }

  .main-nav.is-open a {
    padding: 13px 0;
  }

  .section-shell,
  .hero-stage,
  .page-hero-shell,
  .footer-shell {
    width: calc(100% - 28px);
  }

  .home-hero {
    min-height: 520px;
    background-size: cover;
    background-position: center top;
  }

  .hero-stage {
    min-height: 520px;
  }

  .hero-copy {
    left: 18px;
    top: 24px;
    max-width: 300px;
  }

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

  .hero-copy p {
    font-size: 15px;
  }

  .hero-trophy {
    left: auto;
    right: 22px;
    bottom: 26px;
    width: 158px;
    transform: none;
  }

  .host-strip {
    right: 16px;
    top: 42px;
    width: 178px;
    gap: 8px;
  }

  .host-item span {
    font-size: 10px;
  }

  .host-badge {
    width: 50px;
    height: 60px;
    border-radius: 18px;
  }

  .hero-ribbon-left {
    left: -44px;
    top: 88px;
    width: 208px;
  }

  .hero-ribbon-right {
    right: -72px;
    bottom: 0;
    width: 250px;
  }

  .hero-cta {
    left: 18px;
    top: auto;
    bottom: 24px;
  }

  .countdown-card {
    left: 18px;
    right: auto;
    top: auto;
    bottom: 88px;
  }

  .home-dashboard,
  .content-grid,
  .cards-3,
  .data-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .tabs {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 16px;
  }

  .match-row {
    grid-template-columns: 1fr;
  }

  .team:first-child {
    justify-content: flex-start;
  }

  .teams-vs {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .vs {
    text-align: left;
  }

  .venue {
    text-align: left;
  }

  .quick-links {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    gap: 20px;
  }

  .wide-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .search-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
