.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fef3c7;
  color: #92400e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin: 0 auto 10px;
}
.hero-block { padding-top: 18px; text-align: center; }
.hero-fifa-wrap { display: flex; justify-content: center; margin: 0 0 4px; }
.hero-fifa-logo {
  display: block;
  width: min(100px, 28vw);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.hero-line-official {
  margin: 0 0 8px;
  color: #166534;
  font-weight: 800;
  font-size: clamp(13px, 3.2vw, 16px);
  letter-spacing: 0.08em;
}
.hero-line-sub { margin: 0 0 12px; color: #9ca3af; font-size: 13px; }
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 8vw, 3.35rem);
  line-height: 1;
  margin: 0 0 14px;
  color: var(--ink);
}
.hero-lead {
  font-size: clamp(15px, 3.6vw, 16px);
  color: #4b5563;
  max-width: 38ch;
  margin: 0 auto;
  line-height: 1.5;
}
.hero-lead--second { margin-top: 12px; font-size: clamp(13px, 3.2vw, 15px); max-width: 44ch; }
.urgency-red { color: #b91c1c; font-weight: 900; font-size: 15px; margin: 14px 0; }
.section-title { font-size: 22px; font-weight: 900; text-align: center; margin: 32px 0 8px; }
.section-sub { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.kit-card {
  background: #fff;
  border-radius: var(--radius);
  border: 2px solid var(--line);
  padding: 18px;
  margin-bottom: 16px;
  position: relative;
  text-align: center;
  transition: border-color .2s, box-shadow .2s, transform .2s ease;
}
.kit-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(26, 26, 46, 0.1); }
.kit-card.featured { border-color: var(--green); box-shadow: 0 0 0 1px rgba(15, 157, 88, .15); }
.kit-card .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  width: 100%;
  height: 208px;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  border: 1px solid #f1f5f9;
}
.kit-card .img-wrap img { max-height: 180px; max-width: 100%; object-fit: contain; }
.hero-shot-bleed {
  margin-top: 20px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f4f4f6;
  padding-bottom: 20px;
}
.hero-shot { width: 100%; height: auto; aspect-ratio: 498 / 462; object-fit: contain; display: block; }
@media (min-width: 640px) {
  .hero-fifa-logo { width: min(112px, 26vw); }
  .hero-shot-bleed {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: min(498px, 100%);
  }
}
.kit-name { font-size: 18px; font-weight: 900; margin-bottom: 4px; }
.kit-line1 { color: var(--green-dark); font-weight: 700; font-size: 14px; }
.kit-line2 { font-size: 12px; color: var(--muted); margin: 6px 0 12px; }
.pricing .old { text-decoration: line-through; color: #9ca3af; font-size: 14px; }
.pricing .price { font-size: 28px; font-weight: 900; color: var(--green-dark); margin-top: 4px; }
.kit-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}
.kit-badge.sell { background: #dc2626; color: #fff; }
.kit-badge.value { background: var(--green); color: #fff; }
.kit-badge.exclusive {
  background: linear-gradient(135deg, #b8860b, #d4af37 55%, #f5d76e);
  color: #1a1a1a;
}
.kit-card.kit-card--exclusive {
  border-color: #c9a227;
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.22);
}
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; }
@media (min-width: 480px) { .about-grid { grid-template-columns: repeat(4, 1fr); } }
.about-cell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 12px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
}
.about-stat { display: block; font-size: clamp(1.55rem, 4.5vw, 1.9rem); font-weight: 800; color: #007a33; margin-bottom: 8px; }
.about-label { display: block; font-size: 15px; font-weight: 800; margin-bottom: 6px; }
.about-sub { display: block; font-size: 12px; color: #718096; }
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 640px) { .testi-grid { grid-template-columns: 1fr 1fr; } }
.testi {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
}
.testi-top { display: flex; gap: 12px; margin-bottom: 10px; }
.avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid #f3f4f6; }
.testi-head strong { display: block; font-size: 15px; }
.testi .city { color: var(--muted); font-size: 13px; }
.testi h4 { margin: 10px 0 8px; font-size: 15px; font-weight: 800; }
.testi-verified { font-size: 11px; color: var(--green-dark); margin-top: 10px; font-weight: 600; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; }
@media (min-width: 560px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
.why-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  font-size: 12px;
}
.why-card strong { display: block; font-size: 13px; margin-bottom: 6px; }
.why-card span { color: var(--muted); }
.why-icon { font-size: 26px; margin-bottom: 6px; }
.stars-sm { color: #fbbf24; font-size: 12px; }
