/* Modern Premium Dark Sports Landing Styling - Fantasy Draft Race */

/* Hero Section with Live Background */
.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 60px 24px 80px;
  text-align: center;
  width: 100%;
  background: #090d16;
  border-bottom: 1px solid #1f2937;
}

.hero-bg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at 50% 30%, rgba(9, 13, 22, 0.35) 0%, rgba(9, 13, 22, 0.7) 65%, #090d16 100%),
              linear-gradient(180deg, rgba(9, 13, 22, 0.2) 0%, rgba(9, 13, 22, 0.85) 85%, #090d16 100%);
}

.hero-content-wrapper {
  position: relative;
  z-index: 5;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #cbd5e1;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 24px;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-title {
  font-size: 54px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.hero-title-highlight {
  color: #f59e0b;
  display: inline-block;
}

.hero-subtitle {
  font-size: 20px;
  color: #94a3b8;
  max-width: 800px;
  margin: 0 auto 38px;
  line-height: 1.6;
}

.hero-cta-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.hero-cta-btn {
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 800;
  padding: 14px 32px;
  border-radius: var(--radius-md);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
}

.hero-cta-btn.btn-accent {
  background: #f59e0b;
  color: #090d16;
  border: 1px solid #d97706;
}

.hero-cta-btn.btn-accent:hover {
  background: #fbbf24;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25);
}

.hero-cta-btn.btn-secondary {
  background: #1e293b;
  color: #f8fafc;
  border: 1px solid #334155;
}

.hero-cta-btn.btn-secondary:hover {
  background: #334155;
  border-color: #475569;
  transform: translateY(-2px);
}



/* Stats Counter Strip */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto 55px;
  padding: 20px 24px;
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: var(--radius-md);
}

.stat-item {
  text-align: center;
}

.stat-num {
  font-family: var(--font-arcade);
  font-size: 22px;
  color: #f59e0b;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 13px;
  color: #94a3b8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Stadium Showcase Banner Card */
.stadium-showcase-card {
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: var(--radius-lg);
  padding: 34px 38px;
  margin: 0 auto 55px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.showcase-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.showcase-title {
  font-family: var(--font-arcade);
  font-size: 13px;
  color: #38bdf8;
  letter-spacing: 0.5px;
}

.showcase-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.showcase-tag {
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 12px;
  color: #cbd5e1;
}

.showcase-headline {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.showcase-text {
  font-size: 17px;
  color: #94a3b8;
  line-height: 1.7;
  max-width: 860px;
  margin-bottom: 24px;
}

.showcase-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Feature Showcase Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin: 35px 0 75px;
}

.feature-card {
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: var(--radius-md);
  padding: 28px 24px;
  transition: all 0.2s ease;
  text-align: left;
}

.feature-card:hover {
  border-color: #374151;
  background: #161f30;
  transform: translateY(-2px);
}

.feature-card-num {
  font-family: var(--font-arcade);
  font-size: 13px;
  color: #f59e0b;
  margin-bottom: 12px;
  display: inline-block;
}

.feature-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}

.feature-desc {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.65;
}

/* Pricing Grid on Homepage */
.pricing-section {
  padding: 55px 0;
  text-align: center;
}

.pricing-section-title {
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 12px;
}

.pricing-section-subtitle {
  font-size: 18px;
  color: #94a3b8;
  max-width: 650px;
  margin: 0 auto 44px;
  line-height: 1.5;
}

/* Testimonial Cards */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
  margin: 35px 0 65px;
}

.testimonial-card {
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: left;
}

.testimonial-quote {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.65;
  margin-bottom: 18px;
  font-style: normal;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-initials {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1e293b;
  border: 1px solid #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  color: #f59e0b;
}

.testimonial-name {
  font-weight: 800;
  font-size: 15px;
  color: #ffffff;
}

.testimonial-role {
  font-size: 13px;
  color: #64748b;
}

/* Inline Buy Me A Coffee Support Banner */
.tip-jar-banner {
  background: rgba(17, 24, 39, 0.75);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: var(--radius-lg);
  padding: 18px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  margin-top: 28px;
}

.tip-jar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tip-jar-text {
  font-size: 15px;
  color: #e2e8f0;
  line-height: 1.55;
  flex: 1;
}

.tip-jar-btn {
  text-decoration: none;
  border: 1px solid #f59e0b;
  background: rgba(245, 158, 11, 0.12);
  color: #f59e0b;
  font-weight: 700;
  padding: 12px 22px;
  font-size: 14px;
  border-radius: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.tip-jar-btn:hover {
  background: #f59e0b;
  color: #090d16;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(245, 158, 11, 0.25);
}

@media (max-width: 768px) {
  .tip-jar-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* Sign In / Auth Modal */
.auth-input-group {
  margin-bottom: 18px;
  text-align: left;
}

.auth-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 8px;
}

.auth-input {
  width: 100%;
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  color: #fff;
  font-family: var(--font-ui);
  font-size: 15px;
  outline: none;
}

.auth-input:focus {
  border-color: #3b82f6;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-subtitle {
    font-size: 17px;
  }
  .hero-section {
    padding: 36px 16px 40px;
  }
  .stadium-showcase-card {
    padding: 24px 20px;
  }
  .showcase-headline {
    font-size: 22px;
  }
  .showcase-text {
    font-size: 15px;
  }
}

/* Universal Button and CTA Anchor Styling */
a.btn,
.btn,
.hero-cta-btn,
.arcade-header a,
.arcade-nav-tabs a,
.cta-banner a,
.footer-column a,
.tip-jar-btn {
  text-decoration: none !important;
}

a.btn:hover,
.btn:hover,
.hero-cta-btn:hover,
.cta-banner a:hover,
.tip-jar-btn:hover {
  text-decoration: none !important;
}
