/* ============================================
   Football AI — SEO & Marketing Sections
   ============================================ */

/* ─── Shared ─────────────────────────────── */
.fa-section {
  width: 100%;
  overflow: hidden;
}
.fa-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ─── Stats Section ─────────────────────── */
.fa-stats-section {
  width: 100%;
  background: linear-gradient(135deg, #0f0f0f 0%, #141414 100%);
  padding: 64px 20px;
  border-top: 1px solid rgba(218,255,51,0.15);
  border-bottom: 1px solid rgba(218,255,51,0.15);
}
.fa-stats-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.fa-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px 16px;
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  transition: transform 0.3s;
}
.fa-stat-item:hover {
  transform: translateY(-4px);
}
.fa-stat-number {
  font-family: Figtree, sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  color: #DAFF33;
  line-height: 1;
  letter-spacing: -1px;
}
.fa-stat-label {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ─── Features Section ───────────────────── */
.fa-features-section {
  width: 100%;
  background-color: #0d0d0d;
  padding: 80px 20px;
}
.fa-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.fa-section-tag {
  display: inline-block;
  font-family: Figtree, sans-serif;
  font-size: 13px;
  font-weight: 900;
  font-style: italic;
  color: #DAFF33;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.fa-section-title {
  font-family: Figtree, sans-serif;
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fdfdfd;
  line-height: 1.2;
  margin-bottom: 16px;
}
.fa-section-sub {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.45);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}
.fa-features-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fa-feature-card {
  background: rgba(255,255,255,0.03);
  border-radius: 20px;
  padding: 32px 28px;
  transition: background 0.3s, transform 0.3s;
}
.fa-feature-card:hover {
  background: rgba(218,255,51,0.04);
  transform: translateY(-4px);
}
.fa-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(218,255,51,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 26px;
}
.fa-feature-title {
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fdfdfd;
  margin-bottom: 10px;
}
.fa-feature-desc {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}

/* ─── Leagues Marquee ────────────────────── */
.fa-leagues-section {
  background: #111111;
  padding: 64px 0;
  overflow: hidden;
}
.fa-marquee-wrapper {
  overflow: hidden;
  position: relative;
  padding: 8px 0;
}
.fa-marquee-wrapper::before,
.fa-marquee-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.fa-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #111111, transparent);
}
.fa-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #111111, transparent);
}
.fa-marquee-track {
  display: flex;
  width: max-content;
  animation: fa-marquee 35s linear infinite;
  gap: 0;
}
.fa-marquee-track:hover {
  animation-play-state: paused;
}
.fa-marquee-track2 {
  animation-direction: reverse;
  animation-duration: 40s;
}
.fa-league-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  margin: 6px 8px;
  background: rgba(255,255,255,0.04);
  border-radius: 100px;
  white-space: nowrap;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  transition: all 0.2s;
  cursor: default;
}
.fa-league-chip:hover {
  background: rgba(218,255,51,0.1);
  color: #DAFF33;
}
.fa-league-chip .flag {
  font-size: 18px;
  line-height: 1;
}

/* ─── Teams Section ──────────────────────── */
.fa-teams-section {
  background: #0d0d0d;
  padding: 64px 0;
  overflow: hidden;
}

/* ─── How It Works ───────────────────────── */
.fa-howitworks-section {
  background: #111111;
  padding: 80px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.fa-steps-grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
.fa-step-card {
  text-align: center;
  padding: 40px 24px 32px;
  background: rgba(255,255,255,0.025);
  border-radius: 20px;
  position: relative;
}
.fa-step-number {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(218,255,51,0.10);
  border: 2px solid rgba(218,255,51,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  color: #DAFF33;
  position: relative;
  z-index: 1;
}
.fa-step-title {
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fdfdfd;
  margin-bottom: 12px;
}
.fa-step-desc {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}

/* ─── Download CTA Section ───────────────── */
.fa-cta-section {
  background: linear-gradient(135deg, #141a00 0%, #0d0d0d 40%, #101800 100%);
  padding: 96px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fa-cta-section::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(ellipse, rgba(218,255,51,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.fa-cta-title {
  font-family: Figtree, sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fdfdfd;
  line-height: 1.15;
  margin-bottom: 20px;
  position: relative;
}
.fa-cta-title em {
  color: #DAFF33;
  font-style: italic;
}
.fa-cta-sub {
  font-family: Inter, sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.5);
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.6;
  position: relative;
}
.fa-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.fa-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 14px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}
.fa-cta-btn-primary {
  background: #DAFF33;
  color: #0d0d0d;
  border: 2px solid #DAFF33;
}
.fa-cta-btn-primary:hover {
  background: #c8f000;
  border-color: #c8f000;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(218,255,51,0.3);
}
.fa-cta-btn-secondary {
  background: transparent;
  color: #fdfdfd;
  border: 2px solid rgba(255,255,255,0.2);
}
.fa-cta-btn-secondary:hover {
  border-color: rgba(218,255,51,0.5);
  color: #DAFF33;
  transform: translateY(-3px);
}
.fa-cta-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.fa-cta-rating {
  margin-top: 36px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  position: relative;
}
.fa-cta-rating span {
  color: #DAFF33;
  font-weight: 700;
}

/* ─── Keyframes ──────────────────────────── */
@keyframes fa-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── Responsive ─────────────────────────── */
@media (max-width: 991px) {
  .fa-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fa-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fa-steps-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .fa-steps-grid::before { display: none; }
}
@media (max-width: 768px) {
  .fa-stats-section  { padding: 40px 16px; }
  .fa-features-section { padding: 56px 16px; }
  .fa-howitworks-section { padding: 56px 16px; }
  .fa-cta-section    { padding: 64px 16px; }
  .fa-leagues-section,
  .fa-teams-section  { padding: 40px 0; }
  .fa-section-header { margin-bottom: 36px; }
  .fa-stats-grid { gap: 12px; }
  .fa-features-grid { gap: 16px; }
}
@media (max-width: 640px) {
  .fa-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .fa-stat-item { padding: 20px 12px; }
  .fa-stat-number { font-size: 34px; }
  .fa-features-grid {
    grid-template-columns: 1fr;
  }
  .fa-section-title { font-size: 26px; }
  .fa-section-sub   { font-size: 15px; }
  .fa-cta-title { font-size: 28px; }
  .fa-cta-sub { font-size: 15px; }
  .fa-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .fa-cta-btn { width: 100%; max-width: 320px; justify-content: center; }
  .fa-step-card { padding: 28px 20px 24px; }
  .fa-feature-card { padding: 24px 20px; }
  .fa-marquee-wrapper::before,
  .fa-marquee-wrapper::after { width: 60px; }
}
@media (max-width: 400px) {
  .fa-stat-number { font-size: 28px; }
  .fa-stat-label  { font-size: 11px; }
  .fa-cta-title   { font-size: 24px; }
}
