:root {
  --blue-900: #072a8d;
  --blue-800: #0b3fad;
  --blue-700: #0047ba;
  --blue-600: #0f61e8;
  --blue-500: #1f73ff;

  --orange-500: #ff8000;
  --orange-400: #ff9728;

  --green-500: #22b14c;
  --green-400: #39c862;

  --yellow-400: #ffe100;
  --yellow-300: #fff18a;

  --white: #ffffff;
  --white-soft: rgba(255, 255, 255, 0.9);
  --text-soft: rgba(255, 255, 255, 0.8);

  --line: rgba(255, 255, 255, 0.16);
  --glass: rgba(255, 255, 255, 0.08);
  --glass-strong: rgba(255, 255, 255, 0.12);

  --shadow-lg: 0 24px 60px rgba(3, 16, 77, 0.28);
  --shadow-md: 0 16px 36px rgba(3, 16, 77, 0.2);

  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;

  --container: 1200px;
}
* {box-sizing: border-box;}html {scroll-behavior: smooth;}body {margin: 0;min-height: 100vh;overflow-x: hidden;color: var(--white);font-family: "Open Sans", sans-serif;background: linear-gradient(135deg, var(--blue-900), var(--blue-700));}a {
  color: inherit;
  text-decoration: none;
}

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

.site-shell {
  position: relative;
  z-index: 1;
}

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


.page-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 225, 0, 0.12), transparent 14%),
    radial-gradient(circle at 86% 16%, rgba(255, 128, 0, 0.12), transparent 16%),
    linear-gradient(140deg, var(--blue-900) 0%, var(--blue-700) 48%, var(--blue-500) 100%);
}

.wave {
  position: absolute;
  left: -10%;
  width: 130%;
  border-radius: 45% 55% 0 0 / 100% 100% 0 0;
  opacity: 0.85;
  filter: saturate(1.1);
}

.wave-1 {
  height: 260px;
  bottom: -40px;
  background: linear-gradient(90deg, rgba(9, 24, 160, 0.88), rgba(17, 92, 255, 0.78), rgba(7, 49, 198, 0.88));
  transform: rotate(-5deg);
  animation: waveMoveOne 18s linear infinite;
}

.wave-2 {
  height: 220px;
  bottom: 110px;
  background: linear-gradient(90deg, rgba(6, 23, 110, 0.36), rgba(14, 56, 212, 0.28), rgba(23, 115, 255, 0.22));
  transform: rotate(-8deg);
  animation: waveMoveTwo 24s linear infinite;
}

.wave-3 {
  height: 220px;
  top: 130px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.06));
  transform: rotate(-8deg);
  animation: waveMoveThree 28s linear infinite;
}

.spark {
  position: absolute;
  width: 18px;
  height: 18px;
  background: radial-gradient(circle, var(--yellow-300) 0%, var(--yellow-400) 46%, transparent 72%);
  clip-path: polygon(50% 0%, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0% 50%, 40% 38%);
  animation: sparkle 4s ease-in-out infinite;
  opacity: 0.9;
}

.spark-1 { top: 18%; left: 8%; animation-delay: 0s; }
.spark-2 { top: 24%; left: 82%; animation-delay: 1s; }
.spark-3 { top: 57%; left: 13%; animation-delay: 2s; }
.spark-4 { top: 63%; left: 76%; animation-delay: 1.6s; }
.spark-5 { top: 82%; left: 56%; animation-delay: 2.6s; }

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.68;
  animation: floatGlow 9s ease-in-out infinite;
}

.glow-1 {
  width: 280px;
  height: 280px;
  left: -70px;
  top: 220px;
  background: radial-gradient(circle, rgba(255, 225, 0, 0.18), transparent 68%);
}

.glow-2 {
  width: 340px;
  height: 340px;
  right: -90px;
  top: 120px;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.16), transparent 68%);
  animation-delay: -3s;
}


.main-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: linear-gradient(90deg, rgba(7, 38, 130, 0.72), rgba(0, 71, 186, 0.52));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 58px;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}

.brand-text {
  min-width: 0;
}

.brand-kicker {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.brand-text strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(0.98rem, 2vw, 1.2rem);
  line-height: 1.08;
}


.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, opacity 0.2s ease;
  font-weight: 800;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange-500), var(--orange-400));
  box-shadow: 0 16px 36px rgba(255, 128, 0, 0.34);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.btn-primary:hover {
  box-shadow: 0 20px 42px rgba(255, 128, 0, 0.4);
}

.btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.btn-ghost {
  color: var(--white);
  background: transparent;
  border-bottom: 2px solid var(--green-500);
  border-radius: 0;
  min-height: auto;
  padding: 0 0 6px;
  font-weight: 700;
}


.hero {
  padding: 34px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 26px;
  align-items: stretch;
}

.hero-content,
.hero-visual,
.about-card,
.cta-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-lg);
}

.hero-content {
  min-height: 620px;
  padding: clamp(26px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 255, 255, 0.15), transparent 18%),
    radial-gradient(circle at 10% 82%, rgba(255, 225, 0, 0.14), transparent 12%);
  z-index: -1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--yellow-300);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-bottom: 18px;
}

.hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.1rem, 8vw, 6rem);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-shadow: 0 10px 30px rgba(3, 20, 76, 0.3);
  margin: 0 0 20px;
  max-width: 9ch;
}

.hero-title span {
  display: block;
  color: var(--orange-500);
  -webkit-text-stroke: 1.8px var(--white);
  text-shadow: 0 10px 30px rgba(255, 128, 0, 0.16);
}

.hero-description {
  font-size: clamp(1rem, 1.9vw, 1.18rem);
  max-width: 33ch;
  line-height: 1.7;
  color: var(--white-soft);
  margin: 0 0 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.hero-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.info-card {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-card strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.15rem, 2.3vw, 1.65rem);
  font-weight: 900;
  color: var(--yellow-300);
  margin-bottom: 6px;
}

.info-card span {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.35;
  font-size: 0.92rem;
}

.hero-visual {
  min-height: 620px;
  padding: 24px;
  display: flex;
  align-items: stretch;
}

.visual-shape {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  border-radius: 38% 62% 52% 48% / 42% 36% 64% 58%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 2px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: morph 10s ease-in-out infinite;
  overflow: hidden;
}

.visual-shape::before,
.visual-shape::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.visual-shape::before {
  width: 180px;
  height: 180px;
  top: -40px;
  right: -30px;
  background: radial-gradient(circle, rgba(255, 225, 0, 0.18), transparent 68%);
}

.visual-shape::after {
  width: 220px;
  height: 220px;
  left: -40px;
  bottom: -60px;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.18), transparent 68%);
}

.visual-logo {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(8, 21, 74, 0.22));
  animation: floatLogo 5s ease-in-out infinite;
}

.orgao-realizador {
  padding: 6px 0 26px;
}

.orgao-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(3, 16, 77, 0.18);
}

.orgao-card::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 225, 0, 0.14), transparent 68%);
  pointer-events: none;
}

.orgao-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--yellow-300);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-bottom: 14px;
}

.orgao-copy h2 {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
  max-width: 18ch;
}

.orgao-copy p {
  margin: 0;
  max-width: 60ch;
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  font-size: 0.98rem;
}

.orgao-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.orgao-logo {
  width: min(100%, 380px);
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(8, 21, 74, 0.16));
}

@media (max-width: 860px) {
  .orgao-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .orgao-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .orgao-copy h2,
  .orgao-copy p {
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .orgao-realizador {
    padding: 2px 0 18px;
  }

  .orgao-card {
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
  }

  .orgao-badge {
    font-size: 0.68rem;
    padding: 8px 12px;
  }

  .orgao-copy h2 {
    font-size: clamp(1.28rem, 6vw, 1.7rem);
    line-height: 1.08;
  }

  .orgao-copy p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .orgao-logo {
    width: min(100%, 260px);
    max-height: 150px;
  }
}


.highlights {
  padding: 8px 0 26px;
}

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

.highlight {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  min-height: 190px;
  box-shadow: var(--shadow-md);
  transition: transform 0.22s ease;
}

.highlight:hover {
  transform: translateY(-4px);
}

.highlight::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -50px;
  bottom: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 62%);
}

.highlight-green {
  background: linear-gradient(145deg, rgba(34, 177, 76, 0.96), rgba(14, 134, 44, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.highlight-yellow {
  background: linear-gradient(145deg, rgba(212, 188, 0, 0.98), rgba(255, 204, 37, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--blue-900);
}

.highlight-yellow p,
.highlight-yellow h2 {
  color: var(--blue-900);
}

.highlight-orange {
  background: linear-gradient(145deg, rgba(255, 128, 0, 0.96), rgba(255, 96, 0, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.highlight-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
}

.highlight h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.22rem;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 10px;
}

.highlight p {
  margin: 0;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
}


.about {
  padding: 10px 0 30px;
}

.about-card {
  padding: clamp(24px, 4vw, 40px);
}

.about-card::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -100px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 225, 0, 0.14), transparent 68%);
}

.about-content {
  margin-bottom: 24px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--yellow-300);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-bottom: 16px;
}

.about-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 900;
  margin: 0 0 14px;
  max-width: 12ch;
}

.about-content p {
  margin: 0;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  max-width: 60ch;
}

.sports-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sport-pill {
  border-radius: 22px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}


.cta-section {
  padding: 0 0 44px;
}

.cta-card {
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(8, 31, 153, 0.96), rgba(15, 97, 232, 0.92));
}

.cta-card::before,
.cta-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.cta-card::before {
  width: 220px;
  height: 220px;
  left: -60px;
  top: -60px;
  background: radial-gradient(circle, rgba(255, 225, 0, 0.18), transparent 68%);
}

.cta-card::after {
  width: 240px;
  height: 240px;
  right: -60px;
  bottom: -70px;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.18), transparent 68%);
}

.cta-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 900;
  margin: 0 0 10px;
  max-width: 12ch;
}

.cta-content p {
  margin: 0 0 22px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.88);
  max-width: 58ch;
}

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


.site-footer {
  margin-top: 28px;
  padding: 18px 0 24px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 22px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(3, 16, 77, 0.14);
  overflow: hidden; 
}

.footer-copy {
  margin: 0;
  color: rgba(255,255,255,.88);
  line-height: 1.55;
  font-size: 0.95rem;
}

.footer-copy span {
  color: rgba(255,255,255,.68);
  font-size: 0.9rem;
}

.footer-dev {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-dev p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-dev strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.footer-dev-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  padding: 4px;
  border: 1px solid rgba(255,255,255,.12);
  flex: 0 0 34px;
}

@media (max-width: 680px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }

  .footer-copy {
    font-size: 0.85rem;
    font-weight: 600;
    white-space: normal;
    line-height: 1.4;
  }

  .footer-copy span {
    display: none;
  }

  .footer-dev {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer-dev p {
    font-size: 0.82rem;
    white-space: normal;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .footer-dev-logo {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
}

@media (max-width: 430px) {
  .footer-dev {
    flex-direction: column;
    gap: 6px;
  }

  .footer-dev p {
    font-size: 0.8rem;
  }
}



@keyframes waveMoveOne {
  from { transform: translateX(0) rotate(-5deg); }
  to { transform: translateX(-18%) rotate(-5deg); }
}

@keyframes waveMoveTwo {
  from { transform: translateX(-4%) rotate(-8deg); }
  to { transform: translateX(-22%) rotate(-8deg); }
}

@keyframes waveMoveThree {
  from { transform: translateX(0) rotate(-8deg); }
  to { transform: translateX(-12%) rotate(-8deg); }
}

@keyframes sparkle {
  0%, 100% { transform: scale(0.85); opacity: 0.75; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes floatGlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes morph {
  0%, 100% {
    border-radius: 38% 62% 52% 48% / 42% 36% 64% 58%;
  }
  50% {
    border-radius: 52% 48% 34% 66% / 56% 30% 70% 44%;
  }
}

@keyframes floatLogo {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}



@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

 .hero-visual {
    order: -1;
  }

  .hero-content {
    order: 1;
  }

  .hero-info {
    grid-template-columns: 1fr;
  }

  .visual-shape {
    width: 100%;
    max-width: 320px;
    height: 260px;
    margin: 0 auto;
    padding: 20px;
  }

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

@media (max-width: 860px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .nav,
  .footer-content {
    justify-content: center;
    text-align: center;
  }

  .brand {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .nav {
    min-height: auto;
    padding: 14px 0;
    flex-direction: column;
  }

  .brand-text strong {
    white-space: normal;
    text-align: center;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-content,
  .hero-visual,
  .about-card,
  .cta-card {
    border-radius: 24px;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .nav .btn {
    width: 100%;
  }

  .btn {
    min-height: 54px;
  }

  .main-title {
    max-width: 100%;
  }

  .hero-description,
  .about-content p,
  .cta-content p {
    max-width: 100%;
  }

  .hero-visual {
    height: auto !important;
    min-height: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .visual-shape {
    width: min(100%, 280px);
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    padding: 14px;
    margin: 0 auto;
  }

  .visual-logo {
    width: 100%;
    max-width: 190px;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

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

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