:root {
  --bg: #05070c;
  --navy: #07101f;
  --navy-2: #0a172c;
  --panel: rgba(8, 18, 34, 0.82);
  --panel-strong: rgba(8, 18, 34, 0.94);
  --surface: rgba(255, 255, 255, 0.055);
  --surface-2: rgba(255, 255, 255, 0.08);
  --stroke: rgba(255, 255, 255, 0.12);
  --stroke-soft: rgba(255, 255, 255, 0.075);
  --text: #eef4ff;
  --muted: rgba(238, 244, 255, 0.74);
  --muted-2: rgba(238, 244, 255, 0.58);
  --green: #70ff8a;
  --green-2: #8cff9d;
  --gold: #ffcc66;
  --orange: #ff8a3d;
  --red: #ff4f5e;
  --cyan: #5de0ff;
  --violet: #9f7cff;
  --magenta: #ff5edb;
  --shadow: 0 24px 76px rgba(0, 0, 0, 0.34);
  --radius: 18px;
  --font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at 13% 2%, rgba(112, 255, 138, 0.22), transparent 27%),
    radial-gradient(circle at 80% 0%, rgba(93, 224, 255, 0.18), transparent 28%),
    radial-gradient(circle at 58% 16%, rgba(159, 124, 255, 0.14), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(255, 94, 219, 0.10), transparent 24%),
    linear-gradient(180deg, var(--bg), var(--navy) 48%, #05070c);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.70), transparent 78%);
}

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

img {
  max-width: 100%;
}

button,
input {
  font: inherit;
}

main,
.site-header,
.page-footer {
  width: min(1160px, calc(100% - 32px));
  max-width: 100%;
  margin: 0 auto;
}

.site-header {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 900;
  color: #f5f8ff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border: 2px solid rgba(112, 255, 138, 0.34);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 0 0 4px rgba(112, 255, 138, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.25);
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.top-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--stroke-soft);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  font-weight: 800;
}

.top-nav a:hover {
  color: var(--text);
  border-color: rgba(93, 224, 255, 0.34);
  background: linear-gradient(90deg, rgba(112, 255, 138, 0.10), rgba(93, 224, 255, 0.08));
}

.hero-shell {
  min-height: min(640px, calc(100vh - 96px));
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5.6vw, 72px) clamp(20px, 4.2vw, 52px);
  border: 1px solid var(--stroke);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(5, 7, 12, 0.30) 0%, rgba(5, 7, 12, 0.70) 72%, rgba(5, 7, 12, 0.94) 100%),
    radial-gradient(circle at 18% 20%, rgba(112, 255, 138, 0.24), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(93, 224, 255, 0.20), transparent 28%),
    radial-gradient(circle at 56% 38%, rgba(159, 124, 255, 0.15), transparent 34%),
    radial-gradient(circle at 64% 60%, rgba(255, 94, 219, 0.10), transparent 30%),
    url("/img/mondiali-2026-hero.png"),
    var(--panel);
  background-position: center, center, center, center, center bottom 42%, center;
  background-size: cover, cover, cover, cover, cover, auto;
  box-shadow: var(--shadow);
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 58%, transparent 0 24%, rgba(5, 7, 12, 0.18) 50%, rgba(5, 7, 12, 0.52) 100%),
    linear-gradient(115deg, transparent 0 30%, rgba(93, 224, 255, 0.10) 30.3%, transparent 31% 62%, rgba(255, 94, 219, 0.08) 62.3%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0, rgba(255, 255, 255, 0.028) 1px, transparent 1px, transparent 70px);
  mask-image: radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0.96), transparent 84%);
}

.hero-shell::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -38px;
  height: 118px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent, rgba(112, 255, 138, 0.20), rgba(255, 204, 102, 0.17), rgba(93, 224, 255, 0.16), transparent);
  filter: blur(16px);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy {
  width: min(100%, 840px);
  max-width: 840px;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: clamp(16px, 3vw, 28px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 0%, rgba(112, 255, 138, 0.16), transparent 34%),
    radial-gradient(circle at 78% 0%, rgba(93, 224, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(5, 10, 19, 0.50), rgba(5, 10, 19, 0.20));
  box-shadow:
    0 26px 90px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
}

.hero-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding: 7px 12px 7px 8px;
  border: 1px solid rgba(112, 255, 138, 0.28);
  border-radius: 999px;
  color: rgba(238, 244, 255, 0.84);
  background: linear-gradient(90deg, rgba(112, 255, 138, 0.12), rgba(93, 224, 255, 0.08));
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.20);
  font-size: 12px;
  font-weight: 850;
}

.hero-brand-mark img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
}

.hero-brand-mark strong {
  color: var(--green);
}

.event-badge,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border: 1px solid rgba(112, 255, 138, 0.28);
  border-radius: 999px;
  color: var(--green);
  background: linear-gradient(90deg, rgba(112, 255, 138, 0.13), rgba(93, 224, 255, 0.08));
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 810px;
  margin: 12px 0 10px;
  font-size: clamp(40px, 5.4vw, 74px);
  line-height: 1.04;
  letter-spacing: 0;
}

.title-brand,
.title-event {
  display: block;
}

.title-brand {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: transparent;
  background: linear-gradient(90deg, var(--green) 0%, var(--cyan) 40%, var(--violet) 72%, var(--magenta) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(112, 255, 138, 0.18));
}

.title-event {
  color: #f3f7ff;
  text-shadow:
    0 0 28px rgba(93, 224, 255, 0.12),
    0 16px 42px rgba(0, 0, 0, 0.42);
}

.hero-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(238, 244, 255, 0.82);
  font-size: clamp(16px, 1.42vw, 18px);
  line-height: 1.56;
}

.hero-claim {
  max-width: 760px;
  margin: 0 0 8px;
  color: #f7fbff;
  font-size: clamp(19px, 1.95vw, 26px);
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.34);
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.hero-actions {
  align-items: center;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  color: var(--text);
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

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

.btn-primary {
  color: #eafff0;
  border-color: rgba(112, 255, 138, 0.52);
  background:
    linear-gradient(135deg, rgba(112, 255, 138, 0.30), rgba(93, 224, 255, 0.12) 58%, rgba(159, 124, 255, 0.10)),
    rgba(0, 0, 0, 0.24);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(112, 255, 138, 0.12);
}

.btn-hero-main {
  min-height: 56px;
  padding-inline: clamp(20px, 3.4vw, 32px);
  font-size: clamp(16px, 1.45vw, 18px);
  border-color: rgba(112, 255, 138, 0.62);
  background:
    linear-gradient(135deg, rgba(112, 255, 138, 0.36), rgba(93, 224, 255, 0.17) 58%, rgba(159, 124, 255, 0.12)),
    rgba(0, 0, 0, 0.28);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.32),
    0 0 42px rgba(112, 255, 138, 0.18);
}

.btn-ghost {
  border-color: rgba(93, 224, 255, 0.34);
  background: linear-gradient(135deg, rgba(93, 224, 255, 0.12), rgba(159, 124, 255, 0.09));
}

.btn-partner {
  border-color: rgba(93, 224, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(112, 255, 138, 0.10), rgba(93, 224, 255, 0.08), rgba(255, 94, 219, 0.075)),
    rgba(255, 255, 255, 0.040);
}

.btn-staryes {
  gap: 10px;
  padding: 8px 16px 8px 9px;
  border-color: rgba(112, 255, 138, 0.30);
}

.staryes-logo-chip {
  width: 70px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.staryes-logo-chip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 3px 5px;
}

.hero-note,
.hero-funnel,
.page-footer p {
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.5;
}

.hero-funnel {
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(238, 244, 255, 0.78);
  font-size: 14px;
}

.btn-hero-secondary {
  min-height: 52px;
  color: rgba(238, 244, 255, 0.84);
  border-color: rgba(93, 224, 255, 0.26);
  background:
    linear-gradient(135deg, rgba(93, 224, 255, 0.085), rgba(159, 124, 255, 0.055)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-steps {
  width: min(100%, 760px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 15px auto 0;
  color: rgba(238, 244, 255, 0.80);
}

.hero-steps span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  font-size: 12px;
  font-weight: 900;
}

.hero-steps span + span::before {
  content: "";
  width: 18px;
  height: 1px;
  margin-right: 2px;
  background: linear-gradient(90deg, rgba(112, 255, 138, 0.40), rgba(93, 224, 255, 0.18));
}

.hero-steps em {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #07101f;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
}

.hero-note {
  max-width: 720px;
  margin: 12px auto 0;
}

.section-card,
.final-cta {
  margin-top: 22px;
  padding: clamp(22px, 3.2vw, 34px);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022)),
    var(--panel);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.section-heading-wide {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 24px;
}

.section-heading h2,
.final-cta h2 {
  margin: 10px 0 0;
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.10;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.fantasy-section {
  border-color: rgba(112, 255, 138, 0.22);
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 204, 102, 0.13), transparent 30%),
    radial-gradient(circle at 14% 20%, rgba(112, 255, 138, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(112, 255, 138, 0.055), rgba(255, 255, 255, 0.022)),
    var(--panel);
}

.fantasy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
}

.fantasy-copy h2 {
  max-width: 780px;
  margin: 12px 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.fantasy-copy p {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.fantasy-card {
  min-height: 300px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(93, 224, 255, 0.18);
  border-radius: 22px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(93, 224, 255, 0.16), transparent 34%),
    radial-gradient(circle at 50% 80%, rgba(112, 255, 138, 0.12), transparent 34%),
    rgba(0, 0, 0, 0.18);
}

.fantasy-card img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 20px 48px rgba(0, 0, 0, 0.28);
}

.fantasy-card strong {
  font-size: 22px;
}

.fantasy-card span {
  color: var(--muted);
  font-weight: 800;
}

.participation-section {
  position: relative;
  overflow: hidden;
  border-color: rgba(112, 255, 138, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(112, 255, 138, 0.12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(255, 200, 87, 0.10), transparent 25%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.050), rgba(255, 255, 255, 0.020)),
    var(--panel);
}

.participation-section .section-heading p {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.deposit-note {
  margin: 22px 0 20px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 200, 87, 0.30);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(135deg, rgba(255, 200, 87, 0.13), rgba(112, 255, 138, 0.060)),
    rgba(0, 0, 0, 0.16);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.deposit-note strong {
  color: var(--gold);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  counter-reset: mondiali-step;
}

.steps-actions {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.steps-actions p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.steps-main-cta {
  min-width: min(100%, 380px);
  min-height: 58px;
  border-color: rgba(112, 255, 138, 0.55);
  background:
    linear-gradient(135deg, rgba(112, 255, 138, 0.34), rgba(93, 224, 255, 0.13)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.030));
  box-shadow: 0 18px 46px rgba(112, 255, 138, 0.18);
}

.step-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--stroke-soft);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.15);
}

.step-card span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(112, 255, 138, 0.34);
  border-radius: 17px;
  color: var(--green);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.16), transparent 32%),
    rgba(112, 255, 138, 0.10);
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.20);
}

.step-card h3 {
  grid-column: 2;
  margin: 2px 0 8px;
  font-size: 20px;
  line-height: 1.18;
}

.step-card p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.step-card:nth-child(2) {
  border-color: rgba(255, 200, 87, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 200, 87, 0.11), rgba(255, 255, 255, 0.026)),
    rgba(0, 0, 0, 0.14);
}

.request-code-section {
  border-color: rgba(93, 224, 255, 0.22);
  background:
    radial-gradient(circle at 80% 18%, rgba(93, 224, 255, 0.13), transparent 30%),
    radial-gradient(circle at 12% 28%, rgba(112, 255, 138, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(93, 224, 255, 0.050), rgba(255, 255, 255, 0.020)),
    var(--panel);
}

.request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: center;
}

.request-grid h2 {
  margin: 12px 0;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.10;
}

.request-grid p {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.whatsapp-btn {
  margin-top: 2px;
}

.whatsapp-btn:disabled,
.whatsapp-btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.72;
  filter: grayscale(0.15);
  transform: none;
}

.whatsapp-status {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(238, 244, 255, 0.64);
  font-size: 13px;
  font-weight: 750;
}

.checklist-card {
  padding: 18px;
  border: 1px solid rgba(112, 255, 138, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(112, 255, 138, 0.12), transparent 34%),
    rgba(0, 0, 0, 0.18);
}

.checklist-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.checklist-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 750;
}

.checklist-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 0 16px rgba(112, 255, 138, 0.22);
}

.initiative-section {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 204, 102, 0.28);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 204, 102, 0.18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(112, 255, 138, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 204, 102, 0.080), rgba(112, 255, 138, 0.026) 46%, rgba(255, 255, 255, 0.018)),
    var(--panel);
}

.initiative-section::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(255, 204, 102, 0.13);
  border-radius: 22px;
}

.initiative-section::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -110px;
  width: 260px;
  height: 260px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 204, 102, 0.16), transparent 66%);
}

.initiative-box {
  position: relative;
  z-index: 1;
  max-width: 1080px;
}

.initiative-box h2 {
  margin: 12px 0 12px;
  max-width: 980px;
  font-size: clamp(30px, 4.1vw, 56px);
  line-height: 1.10;
}

.initiative-box p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.initiative-box small {
  display: block;
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 204, 102, 0.22);
  border-radius: 16px;
  color: rgba(238, 244, 255, 0.74);
  background:
    linear-gradient(135deg, rgba(255, 204, 102, 0.075), rgba(112, 255, 138, 0.035)),
    rgba(0, 0, 0, 0.18);
  line-height: 1.5;
  font-weight: 750;
}

.initiative-box small strong {
  color: var(--gold);
}

.prize-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 0;
}

.prize-card {
  min-height: 136px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 204, 102, 0.19);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 204, 102, 0.095), rgba(255, 255, 255, 0.030)),
    rgba(0, 0, 0, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.prize-card-gold {
  border-color: rgba(255, 204, 102, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 204, 102, 0.16), rgba(112, 255, 138, 0.045)),
    rgba(0, 0, 0, 0.14);
}

.prize-card > div {
  display: grid;
  gap: 8px;
}

.prize-grid strong {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 0.01em;
}

.prize-card div span {
  color: var(--text);
  font-size: clamp(19px, 2.0vw, 25px);
  line-height: 1.25;
  font-weight: 820;
}

.prize-medal {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 230, 154, 0.62);
  border-radius: 50%;
  color: #1d1608;
  background:
    radial-gradient(circle at 34% 24%, #fff7ca 0 15%, #ffd35d 42%, #b87916 100%);
  box-shadow:
    0 12px 28px rgba(255, 204, 102, 0.18),
    inset 0 0 0 5px rgba(83, 47, 4, 0.16);
  font-size: 26px;
  font-weight: 950;
}

.prize-medal-bronze {
  border-color: rgba(255, 179, 112, 0.58);
  background:
    radial-gradient(circle at 34% 24%, #ffe0bc 0 15%, #c9823a 48%, #784014 100%);
}

.prize-medal-range {
  border-radius: 18px;
  color: var(--gold);
  background:
    linear-gradient(135deg, rgba(112, 255, 138, 0.16), rgba(255, 204, 102, 0.12)),
    rgba(0, 0, 0, 0.16);
  font-size: 19px;
}

.rules-section {
  border-color: rgba(159, 124, 255, 0.18);
  background:
    radial-gradient(circle at 84% 14%, rgba(159, 124, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(159, 124, 255, 0.055), rgba(255, 255, 255, 0.020)),
    var(--panel);
}

.rules-section h2 {
  margin: 12px 0;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.10;
}

.rules-section p {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.game-section {
  border-color: rgba(93, 224, 255, 0.18);
}

.game-incentive {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(112, 255, 138, 0.22);
  border-radius: 15px;
  color: rgba(231, 255, 237, 0.90);
  background: linear-gradient(90deg, rgba(112, 255, 138, 0.09), rgba(93, 224, 255, 0.055), rgba(159, 124, 255, 0.045));
  line-height: 1.5;
}

.game-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 16px;
  align-items: start;
}

.teams-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
}

.teams-toolbar strong {
  color: var(--text);
}

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

.team-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-template-rows: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 15px;
  border: 1px solid var(--stroke-soft);
  border-radius: 16px;
  color: var(--text);
  background: var(--surface);
  text-align: left;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.team-card:hover,
.team-card.is-selected {
  transform: translateY(-1px);
  border-color: rgba(112, 255, 138, 0.42);
  background:
    linear-gradient(180deg, rgba(112, 255, 138, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
}

.team-card.is-selected {
  box-shadow: 0 0 0 3px rgba(112, 255, 138, 0.10);
}

.team-flag {
  width: 84px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

.team-flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-main strong,
.team-main small {
  display: block;
}

.team-main strong {
  font-size: 16px;
}

.team-main small {
  margin-top: 4px;
  color: var(--muted-2);
  font-weight: 900;
  letter-spacing: 0.10em;
}

.team-badge {
  grid-column: 1 / -1;
  width: max-content;
  padding: 5px 8px;
  border: 1px solid rgba(255, 204, 102, 0.28);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 204, 102, 0.11);
  font-size: 11px;
  font-weight: 900;
}

.leaderboard-card {
  padding: 18px;
  border: 1px solid rgba(255, 204, 102, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 204, 102, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.16);
}

.leaderboard-card h3 {
  margin: 10px 0 8px;
  font-size: 24px;
}

.leaderboard-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.5;
}

.leaderboard-list {
  display: grid;
  gap: 11px;
}

.leaderboard-row {
  padding: 10px;
  border: 1px solid var(--stroke-soft);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.16);
}

.leaderboard-head,
.leaderboard-foot {
  display: flex;
  align-items: center;
  gap: 8px;
}

.leaderboard-head strong {
  flex: 1;
  font-size: 13px;
}

.leaderboard-head em {
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
}

.rank {
  width: 24px;
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 900;
}

.leader-flag {
  width: 30px;
  height: 21px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.10);
}

.leader-flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.leaderboard-bar {
  height: 7px;
  margin: 8px 0 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.leaderboard-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--violet), var(--magenta));
}

.leaderboard-foot {
  justify-content: space-between;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 800;
}

.vote-panel,
.vote-confirmation {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--stroke-soft);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.052);
}

.vote-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
  gap: 18px;
}

.vote-panel h3,
.vote-confirmation h3 {
  margin: 10px 0 8px;
  font-size: 24px;
}

.vote-panel p,
.vote-confirmation p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

label span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

input[type="email"],
input[type="text"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--stroke);
  border-radius: 13px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.22);
  outline: none;
}

input:focus {
  border-color: rgba(93, 224, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(93, 224, 255, 0.08);
}

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 12px;
  color: var(--muted);
  line-height: 1.45;
}

.privacy-check input {
  margin-top: 4px;
}

.privacy-check span {
  margin: 0;
  font-weight: 650;
}

.form-error {
  min-height: 18px;
  margin: 10px 0 0;
  color: #ffb0b7;
  font-size: 13px;
  font-weight: 800;
}

.vote-confirmation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-color: rgba(112, 255, 138, 0.25);
  background:
    linear-gradient(180deg, rgba(112, 255, 138, 0.10), rgba(255, 255, 255, 0.030)),
    rgba(0, 0, 0, 0.14);
}

.confirmation-actions {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.confirmation-actions small {
  color: var(--muted-2);
  font-weight: 700;
}

.partner-section {
  border-color: rgba(112, 255, 138, 0.18);
  background:
    radial-gradient(circle at 82% 22%, rgba(93, 224, 255, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(112, 255, 138, 0.060), rgba(255, 255, 255, 0.020)),
    var(--panel);
}

.partner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: center;
}

.partner-grid h2 {
  margin: 10px 0 10px;
  font-size: clamp(27px, 3.2vw, 40px);
}

.partner-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.partner-grid .responsible {
  margin-top: 12px;
  color: var(--muted-2);
  font-size: 13px;
}

.partner-logo-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 18px;
  border: 1px solid rgba(112, 255, 138, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(112, 255, 138, 0.12), transparent 34%),
    rgba(0, 0, 0, 0.18);
}

.partner-logo-card > img {
  width: min(100%, 210px);
  max-height: 190px;
  object-fit: contain;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
}

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

.tournament-card {
  min-height: 164px;
  padding: 18px;
  border: 1px solid var(--stroke-soft);
  border-radius: 17px;
  background: var(--surface);
}

.tournament-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.tournament-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.card-green { border-color: rgba(112, 255, 138, 0.20); background: linear-gradient(180deg, rgba(112, 255, 138, 0.10), rgba(255, 255, 255, 0.040)); }
.card-gold { border-color: rgba(159, 124, 255, 0.20); background: linear-gradient(180deg, rgba(159, 124, 255, 0.10), rgba(255, 255, 255, 0.040)); }
.card-red { border-color: rgba(255, 94, 219, 0.20); background: linear-gradient(180deg, rgba(255, 94, 219, 0.10), rgba(255, 255, 255, 0.040)); }
.card-cyan { border-color: rgba(93, 224, 255, 0.20); background: linear-gradient(180deg, rgba(93, 224, 255, 0.10), rgba(255, 255, 255, 0.040)); }

.final-cta {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(112, 255, 138, 0.06), rgba(255, 255, 255, 0.022)),
    var(--panel-strong);
}

.final-cta .section-kicker {
  margin: 0 auto;
}

.final-cta p {
  max-width: 660px;
  margin: 12px auto 0;
  color: var(--muted);
  line-height: 1.58;
}

.final-actions {
  justify-content: center;
}

.page-footer {
  padding: 26px 0 34px;
  text-align: center;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1060px) {
  .game-layout,
  .partner-grid,
  .fantasy-grid,
  .request-grid,
  .vote-panel,
  .vote-confirmation {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: 620px;
  }

  .team-grid,
  .steps-grid,
  .prize-grid,
  .tournament-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .confirmation-actions {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at 16% 0%, rgba(112, 255, 138, 0.20), transparent 28%),
      radial-gradient(circle at 80% 8%, rgba(93, 224, 255, 0.14), transparent 30%),
      linear-gradient(180deg, #05070c, #081425 44%, #05070c);
  }

  main,
  .site-header,
  .page-footer {
    width: 100%;
    max-width: 100vw;
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 14px 0 12px;
  }

  .top-nav {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    overflow: hidden;
  }

  .top-nav a {
    min-height: 38px;
    justify-content: center;
    min-width: 0;
    padding: 7px 5px;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
  }

  .hero-shell,
  .section-card,
  .final-cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
    padding: 16px;
  }

  .hero-shell {
    min-height: auto;
    align-items: end;
    padding: 22px 14px 16px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
    background:
      linear-gradient(180deg, rgba(5, 7, 12, 0.15) 0%, rgba(5, 7, 12, 0.55) 45%, rgba(5, 7, 12, 0.94) 100%),
      radial-gradient(circle at 50% 22%, rgba(112, 255, 138, 0.22), transparent 26%),
      radial-gradient(circle at 82% 24%, rgba(93, 224, 255, 0.18), transparent 28%),
      radial-gradient(circle at 48% 58%, rgba(255, 94, 219, 0.10), transparent 30%),
      url("/img/mondiali-2026-hero.png"),
      var(--panel);
    background-position: center, center, center, center, center top, center;
    background-size: cover, cover, cover, cover, auto 100%, auto;
  }

  .hero-shell::before {
    background:
      linear-gradient(180deg, rgba(5, 7, 12, 0.08), rgba(5, 7, 12, 0.42) 48%, rgba(5, 7, 12, 0.76)),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 50px);
  }

  .hero-shell::after {
    filter: blur(10px);
    opacity: 0.70;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  h1 {
    width: min(100%, 300px);
    max-width: 300px;
    margin: 10px 0 8px;
    font-size: clamp(27px, 8.2vw, 34px);
    line-height: 1.02;
    overflow-wrap: normal;
    word-break: normal;
  }

  .title-brand,
  .title-event {
    width: 100%;
    max-width: 300px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .title-brand {
    width: 100%;
  }

  .hero-brand-mark {
    margin-bottom: 10px;
    padding: 6px 10px 6px 7px;
    font-size: 11px;
  }

  .hero-brand-mark img {
    width: 27px;
    height: 27px;
  }

  .event-badge,
  .section-kicker {
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.46;
    max-width: 300px;
    overflow-wrap: break-word;
  }

  .hero-claim {
    max-width: 310px;
    margin-bottom: 8px;
    font-size: clamp(17px, 5.2vw, 21px);
    line-height: 1.18;
    overflow-wrap: break-word;
  }

  .hero-funnel {
    max-width: 300px;
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: break-word;
  }

  .hero-steps {
    width: 100%;
    max-width: 310px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
    justify-items: stretch;
  }

  .hero-steps span {
    min-height: 30px;
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    font-size: 11px;
    text-align: left;
  }

  .hero-steps span + span::before {
    display: none;
  }

  .hero-steps em {
    width: 21px;
    height: 21px;
    font-size: 10px;
  }

  .hero-note {
    max-width: 300px;
    margin-top: 14px;
    font-size: 12px;
    overflow-wrap: break-word;
  }

  .section-heading,
  .section-heading-wide {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .section-heading > div,
  .section-heading p {
    width: 100%;
    max-width: 310px;
  }

  .section-heading h2,
  .final-cta h2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(26px, 7.8vw, 34px);
    line-height: 1.08;
  }

  .section-heading p {
    font-size: 15px;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .hero-actions,
  .final-actions,
  .btn,
  .partner-logo-card .btn {
    width: 100%;
  }

  .hero-copy {
    width: 100%;
    max-width: 330px;
    min-width: 0;
    max-width: 100%;
    padding: 14px 6px;
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(4, 10, 18, 0.36), rgba(4, 10, 18, 0.24)),
      radial-gradient(circle at 50% 0%, rgba(112, 255, 138, 0.12), transparent 38%);
    backdrop-filter: none;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .btn {
    min-height: 54px;
    border-radius: 15px;
  }

  .btn-hero-main {
    min-height: 58px;
    padding-inline: 14px;
    font-size: 15px;
  }

  .btn-staryes {
    justify-content: center;
    gap: 12px;
    padding: 8px 14px;
  }

  .staryes-logo-chip {
    width: 82px;
    height: 42px;
    border-radius: 12px;
  }

  .staryes-logo-chip img {
    padding: 3px 6px;
  }

  .team-grid,
  .steps-grid,
  .prize-grid,
  .tournament-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .fantasy-grid {
    gap: 18px;
  }

  .fantasy-copy {
    text-align: center;
  }

  .fantasy-copy h2 {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(27px, 7.8vw, 34px);
  }

  .fantasy-copy p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .fantasy-copy .section-kicker,
  .fantasy-copy .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .fantasy-card {
    min-height: 220px;
    padding: 18px;
  }

  .fantasy-card img {
    width: 104px;
    height: 104px;
    border-radius: 22px;
  }

  .step-card {
    min-height: auto;
    text-align: left;
  }

  .prize-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
    min-height: auto;
    padding: 16px;
  }

  .prize-medal {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

  .prize-medal-range {
    font-size: 16px;
  }

  .steps-actions,
  .request-grid,
  .request-grid p,
  .request-grid h2,
  .whatsapp-status,
  .rules-section {
    text-align: center;
  }

  .request-grid p,
  .whatsapp-status,
  .rules-section p {
    margin-left: auto;
    margin-right: auto;
  }

  .request-grid .btn {
    width: 100%;
  }

  .checklist-card {
    text-align: left;
  }

  .initiative-box {
    text-align: center;
  }

  .teams-toolbar {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }

  .teams-toolbar span {
    white-space: normal;
  }

  .team-card {
    min-height: 116px;
    grid-template-columns: 76px minmax(0, 1fr);
    min-width: 0;
    padding: 13px;
  }

  .team-flag {
    width: 76px;
    height: 52px;
  }

  .partner-logo-card {
    grid-template-columns: minmax(82px, 96px) minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    gap: 12px;
    align-items: center;
    justify-items: stretch;
    padding: 14px;
    border-radius: 16px;
  }

  .partner-logo-card > img {
    width: 100%;
    height: 78px;
    max-height: none;
    padding: 6px;
    border-radius: 13px;
  }

  .partner-logo-card .btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }

  .partner-logo-card .staryes-logo-chip {
    display: none;
  }

  .partner-grid h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .partner-grid p {
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .partner-grid .responsible {
    font-size: 13px;
  }
}
