/* ============================================================
   FEATURES PAGE
   ============================================================ */

/* --- Hero --- */
.fp-feat-hero {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  padding: 5rem 1.5rem 4rem;
}

.fp-feat-hero-title {
  color: #fff !important;
  font-weight: 800;
  font-size: 2.4rem;
}

.fp-feat-hero-sub {
  color: rgba(255, 255, 255, 0.75) !important;
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}

/* --- Section base --- */
.fp-feat-section {
  padding: 4rem 1.5rem;
}

.fp-feat-section--alt {
  background: #f7fafc;
}

.fp-feat-section-sub {
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
}

/* --- Format cards --- */
.fp-feat-card {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
  transition: transform .2s, box-shadow .2s;
  border: 1px solid #edf2f7;
}

.fp-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .10);
}

.fp-feat-card-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.fp-feat-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: .5rem;
}

.fp-feat-card-text {
  font-size: .9rem;
  color: #718096;
  line-height: 1.65;
}

/* --- Block sections (icon + text side-by-side) --- */
.fp-feat-big-icon {
  font-size: 6rem;
  line-height: 1;
  display: inline-block;
  opacity: .85;
}

.fp-feat-block-title {
  color: #1a202c !important;
  font-weight: 800;
}

.fp-feat-block-text {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

/* --- Checklist --- */
.fp-feat-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fp-feat-checklist li {
  padding: .35rem 0;
  color: #2d3748;
  font-size: .95rem;
}

.fp-feat-checklist li .fas.fa-check {
  color: #38a169;
  margin-right: .55rem;
  font-size: .85rem;
}

/* --- Liga section --- */
.fp-feat-league {
  background: #faf5ff;
  border-top: 3px solid #e9d8fd;
  border-bottom: 3px solid #e9d8fd;
}

.fp-feat-league-badge {
  background: #805ad5;
  color: #fff;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .04em;
  border-radius: 999px;
  padding: .3em .75em;
}

/* --- Sport tags --- */
.tag:not(body) {
  border: 1px solid #aaa;
}

.fp-feat-sport-tag {
  background: #edf2f7;
  color: #2d3748;
  font-weight: 600;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  padding: .55em 1.1em;
}

/* --- CTA Banner --- */
.fp-feat-cta-section {
  background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
  padding: 4.5rem 1.5rem;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .fp-feat-hero-title {
    font-size: 1.75rem;
  }

  .fp-feat-big-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }

  /* flip image-below on mobile for entries section */
  .fp-feat-section .columns.is-vcentered {
    flex-direction: column;
  }
}
