.elementor-4323 .elementor-element.elementor-element-3e1f639 > .elementor-container{max-width:1600px;}.elementor-4323 .elementor-element.elementor-element-cac5960 > .elementor-container{max-width:1600px;}/* Start custom CSS for section, class: .elementor-element-cac5960 */.mx-worldcup-section {
  background:
    radial-gradient(circle at top left, rgba(255, 196, 0, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(231, 42, 42, 0.16), transparent 35%),
    linear-gradient(180deg, #05070d 0%, #070a12 100%);
  color: #ffffff;
  padding: 82px 20px;
  font-family: inherit;
}

.mxwc-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.mxwc-hero {
  max-width: 900px;
  margin-bottom: 36px;
}

.mxwc-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffc107;
  background: rgba(255, 193, 7, 0.10);
  border: 1px solid rgba(255, 193, 7, 0.40);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mx-worldcup-section h2 {
  color: #ffffff;
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.mx-worldcup-section p {
  color: #cfd6e4;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.mxwc-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.mxwc-btn,
.mxwc-btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  color: #0a0d13;
  background: linear-gradient(135deg, #ffc107, #ffdf6c);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(255, 193, 7, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mxwc-btn:hover,
.mxwc-btn-small:hover {
  transform: translateY(-2px);
  color: #0a0d13;
  box-shadow: 0 18px 42px rgba(255, 193, 7, 0.34);
}

.mxwc-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 900;
  text-decoration: none;
}

.mxwc-secondary:hover {
  color: #ffc107;
  border-color: rgba(255, 193, 7, 0.42);
}

.mxwc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.mxwc-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.mxwc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(231, 42, 42, 0.12), transparent 45%, rgba(255, 193, 7, 0.10));
  pointer-events: none;
}

.mxwc-card > * {
  position: relative;
  z-index: 1;
}

.mxwc-card-highlight {
  border-color: rgba(255, 193, 7, 0.46);
}

.mxwc-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(255, 193, 7, 0.12);
  border: 1px solid rgba(255, 193, 7, 0.36);
  font-size: 25px;
}

.mxwc-card h2 {
  font-size: clamp(22px, 2vw, 30px);
}

.mxwc-link {
  display: inline-flex;
  margin-top: 18px;
  color: #ffc107;
  font-weight: 900;
  text-decoration: none;
}

.mxwc-link:hover {
  color: #ffffff;
}

.mxwc-problems,
.mxwc-internal,
.mxwc-faq {
  margin-top: 34px;
}

.mxwc-problems,
.mxwc-internal {
  padding: 28px;
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.10);
}

.mxwc-problems h2,
.mxwc-internal h2,
.mxwc-faq h2 {
  font-size: clamp(24px, 2.4vw, 34px);
  margin-bottom: 16px;
}

.mxwc-problem-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.mxwc-problem-list div {
  padding: 14px 16px;
  border-radius: 14px;
  color: #ffffff;
  font-weight: 800;
  background: rgba(231, 42, 42, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.mxwc-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mxwc-link-grid a {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-decoration: none;
  font-weight: 900;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mxwc-link-grid a:hover {
  transform: translateY(-2px);
  color: #ffc107;
  background: rgba(255, 193, 7, 0.08);
  border-color: rgba(255, 193, 7, 0.35);
}

.mxwc-faq details {
  margin-bottom: 12px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.10);
}

.mxwc-faq summary {
  cursor: pointer;
  color: #ffffff;
  font-weight: 900;
  font-size: 17px;
}

.mxwc-faq details p {
  margin-top: 12px;
}

@media (max-width: 900px) {
  .mxwc-grid,
  .mxwc-problem-list,
  .mxwc-link-grid {
    grid-template-columns: 1fr;
  }

  .mx-worldcup-section {
    padding: 58px 16px;
  }

  .mxwc-card,
  .mxwc-problems,
  .mxwc-internal {
    padding: 22px;
  }

  .mxwc-cta-row {
    flex-direction: column;
  }

  .mxwc-btn,
  .mxwc-secondary {
    width: 100%;
  }
}/* End custom CSS */