:root {
  --bg: #f6fbfc;
  --text: #1d2a33;
  --muted: #5a6a74;
  --line: rgba(22, 72, 85, 0.12);
  --primary: #2baeb3;
  --primary-dark: #0d6771;
  --accent: #8c347e;
  --accent-2: #ea7e54;
  --shadow: 0 18px 60px rgba(19, 51, 60, 0.12);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-label,.eyebrow,.sport-card__kicker {
  text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; font-weight: 600; color: var(--primary-dark); margin: 0 0 16px;
}
h1,h2,h3 { line-height: 1.12; margin: 0 0 18px; letter-spacing: -0.025em; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif; }
h1 { font-size: clamp(2.15rem, 4.2vw, 3.55rem); font-weight: 550; }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.7rem); font-weight: 600; }
h3 { font-size: clamp(1.45rem, 2.6vw, 1.9rem); font-weight: 600; }
p { margin: 0 0 18px; color: var(--muted); font-weight: 400; letter-spacing: -0.006em; }
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: 28px 0 56px;
  background:
    radial-gradient(circle at top left, rgba(43, 174, 179, 0.16), transparent 34%),
    radial-gradient(circle at right 20% top 30%, rgba(140, 52, 126, 0.15), transparent 26%),
    radial-gradient(circle at left 35% bottom 25%, rgba(234, 126, 84, 0.10), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #eff7f8 100%);
}
.hero__overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.75)); }
.hero__content { position: relative; text-align: center; max-width: 920px; padding: 28px 0 24px; }
.hero__logo { width: min(180px, 30vw); margin: 0 auto 48px; filter: drop-shadow(0 10px 35px rgba(32, 99, 112, 0.10)); }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.22rem); max-width: 760px; margin: 0 auto 28px; }
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-width: 180px; padding: 14px 24px; border-radius: 999px; text-decoration: none; font-weight: 600;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; box-shadow: 0 12px 28px rgba(22, 90, 103, 0.22); }
.button--secondary { background: rgba(255,255,255,0.82); color: var(--primary-dark); border: 1px solid rgba(13,103,113,0.14); box-shadow: 0 10px 30px rgba(23, 60, 70, 0.08); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .9fr; gap: 32px; align-items: start; }
.intro-copy,.mission-card,.highlight-box,.footer__content { background: rgba(255,255,255,0.84); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(28px, 4vw, 42px); }
.mission-card { background: linear-gradient(180deg, #ffffff 0%, #f8fcfc 100%); }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.feature-list li { padding: 14px 0 0; border-top: 1px solid var(--line); color: var(--muted); }
.feature-list li:first-child { border-top: 0; padding-top: 0; }
.feature-list strong { color: var(--text); }
.section-head { max-width: 820px; margin-bottom: 36px; }
.sport-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 32px; background: rgba(255,255,255,0.92); border-radius: 32px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.sport-card--reverse { direction: rtl; }
.sport-card--reverse > * { direction: ltr; }
.sport-card__image img { width: 100%; height: 100%; object-fit: cover; }
.sport-card__content { padding: clamp(28px, 4vw, 44px); display: flex; flex-direction: column; justify-content: center; }
.section--highlight { padding-top: 40px; }
.highlight-box { text-align: center; background: linear-gradient(135deg, rgba(43,174,179,0.10), rgba(140,52,126,0.07)), rgba(255,255,255,0.9); }
.footer { padding: 0 0 56px; }
.footer__content { text-align: center; }
.contact-mail a { display: inline-block; text-decoration: none; color: var(--primary-dark); font-weight: 600; font-size: clamp(1.4rem, 3vw, 2rem); }
.footer__note { margin-top: 28px; font-size: 0.95rem; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .intro-grid,.sport-card { grid-template-columns: 1fr; }
  .sport-card--reverse { direction: ltr; }
  .section { padding: 72px 0; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero__content { position: relative; text-align: center; max-width: 920px; padding: 28px 0 24px; }
  .button { width: 100%; }
  .hero__actions { flex-direction: column; }
  .section { padding: 60px 0; }
  .sport-card { border-radius: 24px; }
  .intro-copy,.mission-card,.highlight-box,.footer__content { border-radius: 20px; }
}
