/* ============================================================
   gSports Online – Home Page Styles
   Neon-Ocean Theme: Cyan #45f4f8 / Blue #1a9ba6 / Dark #021f33
   ============================================================ */

.home-section {
  padding: 70px 0;
  position: relative;
}

.home-section .section-eyebrow {
  display: inline-block;
  color: #45f4f8;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 0 0 10px rgba(69, 244, 248, 0.6);
}

.home-section .section-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.15;
}

.home-section .section-title .accent {
  color: #45f4f8;
  text-shadow: 0 0 14px rgba(69, 244, 248, 0.7);
}

.home-section .section-subtitle {
  color: #bfe9ec;
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.7;
}

.home-section .section-text {
  color: #d6eef0;
  font-size: 16px;
  line-height: 1.8;
  max-width: 860px;
  margin: 0 auto;
}

/* Divider with glow */
.neon-divider {
  height: 2px;
  width: 120px;
  margin: 22px auto;
  background: linear-gradient(90deg, transparent, #45f4f8, transparent);
  box-shadow: 0 0 12px rgba(69, 244, 248, 0.8);
  border: none;
}

/* ---------- Intro Section ---------- */
.intro-section {
  background: linear-gradient(to bottom, rgba(14, 51, 77, 0.4), rgba(2, 15, 29, 0.4));
}

/* ---------- Feature Cards Grid ---------- */
.feature-card {
  background: linear-gradient(to bottom, #0e334d, #010f1d);
  border: 2px solid rgba(69, 244, 248, 0.35);
  border-radius: 14px;
  padding: 30px 24px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: #45f4f8;
  box-shadow: 0 0 22px rgba(69, 244, 248, 0.45);
}

.feature-card .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: rgba(69, 244, 248, 0.1);
  border: 2px solid #45f4f8;
  box-shadow: 0 0 14px rgba(69, 244, 248, 0.4);
}

.feature-card .feature-icon i {
  font-size: 24px;
  color: #45f4f8;
}

.feature-card .feature-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 6px rgba(69, 244, 248, 0.7));
}

.feature-card h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  color: #b9d9dc;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.feature-card .feature-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.feature-card .feature-list li {
  color: #cdeef0;
  font-size: 14px;
  padding: 3px 0 3px 20px;
  position: relative;
}

.feature-card .feature-list li::before {
  content: '▸';
  color: #45f4f8;
  position: absolute;
  left: 0;
}

.usp-img {
  width: 100%;
  border-radius: 14px;
  border: 2px solid rgba(69, 244, 248, 0.4);
  box-shadow: 0 0 22px rgba(69, 244, 248, 0.25);
  object-fit: cover;
  display: block;
}

/* ---------- USP alternating rows ---------- */
.usp-row {
  align-items: center;
  margin-bottom: 60px;
}

.usp-row:last-child {
  margin-bottom: 0;
}

.usp-content h3 {
  color: #45f4f8;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 14px;
  text-shadow: 0 0 12px rgba(69, 244, 248, 0.5);
}

.usp-content p {
  color: #d6eef0;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.usp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.usp-tags span {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(69, 244, 248, 0.5);
  background: rgba(69, 244, 248, 0.08);
  color: #45f4f8;
  font-size: 14px;
  font-weight: 600;
}

/* Placeholder image box (bis echte Bilder vorhanden sind) */
.placeholder-img {
  width: 100%;
  min-height: 280px;
  border-radius: 14px;
  border: 2px dashed rgba(69, 244, 248, 0.6);
  background:
    repeating-linear-gradient(
      45deg,
      rgba(69, 244, 248, 0.04),
      rgba(69, 244, 248, 0.04) 12px,
      rgba(69, 244, 248, 0.08) 12px,
      rgba(69, 244, 248, 0.08) 24px
    ),
    linear-gradient(to bottom, #0e334d, #010f1d);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  box-shadow: 0 0 18px rgba(69, 244, 248, 0.25);
}

.placeholder-img i {
  font-size: 42px;
  color: #45f4f8;
  margin-bottom: 14px;
  opacity: 0.8;
}

.placeholder-img span {
  color: #9fd4d8;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  max-width: 320px;
}

/* ---------- Benefits checklist ---------- */
.checklist-section {
  background: linear-gradient(to bottom, rgba(14, 51, 77, 0.5), rgba(1, 15, 29, 0.5));
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 30px;
}

.benefits-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #eaffff;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 10px;
  background: rgba(69, 244, 248, 0.05);
  border-left: 3px solid #45f4f8;
}

.benefits-list li i {
  color: #45f4f8;
  font-size: 18px;
  text-shadow: 0 0 8px rgba(69, 244, 248, 0.7);
}

/* ---------- CTA ---------- */
.cta-section {
  text-align: center;
  padding: 90px 0;
}

.cta-box {
  background: linear-gradient(135deg, rgba(14, 51, 77, 0.9), rgba(1, 15, 29, 0.9));
  border: 2px solid #45f4f8;
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 0 30px rgba(69, 244, 248, 0.35);
}

.cta-box h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 14px;
}

.cta-box p {
  color: #cdeef0;
  font-size: 18px;
  margin-bottom: 28px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .home-section {
    padding: 45px 0;
  }
  .home-section .section-title {
    font-size: 30px;
  }
  .cta-box h2 {
    font-size: 28px;
  }
  .benefits-list {
    grid-template-columns: 1fr;
  }
  .usp-row {
    margin-bottom: 40px;
  }
  .usp-content {
    margin-top: 24px;
  }
}
