/* Home page custom styles
   Only layout / visual tweaks specific to index.php
*/

/* Generic helpers */
.section-soft-bg {
  background: #f6f8ff;
}

.section-title p {
  max-width: 720px;
  margin: 0 auto;
}

/* Hero Section */
#hero .hero-subtext {
  max-width: 620px;
  font-size: 0.95rem;
}

#hero .hero-cta-row .btn-get-started {
  margin-right: 10px;
}

.btn-free-test {
  padding: 10px 24px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-free-test:hover {
  background: #fff;
  color: #0b2342;
  border-color: #fff;
  text-decoration: none;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  margin-right: 12px;
  opacity: 0.9;
}

.hero-trust i {
  color: #ffc107;
}

/* Featured services */
.featured-services .icon-box {
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 35, 52, 0.08);
  border: 1px solid rgba(15, 35, 52, 0.04);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.featured-services .icon-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 35, 52, 0.12);
  border-color: rgba(43, 98, 234, 0.25);
}

.featured-services .icon {
  background: #edf2ff;
  border-radius: 14px;
}

/* Pricing modern cards */
.pricing {
  padding-bottom: 60px;
}

.pricing-modern .package-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.package-toggle {
  background: #f3f4ff;
  border-radius: 999px;
  padding: 4px;
}

.package-toggle .btn-toggle {
  border: 0;
  background: transparent;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5563;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.package-toggle .btn-toggle.active {
  background: #2b63ff;
  color: #fff;
  box-shadow: 0 10px 22px rgba(43, 99, 255, 0.35);
}

.package-summary {
  text-align: center;
  margin-bottom: 24px;
}

.package-summary .package-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.package-summary .package-subtitle {
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 8px;
}

.package-summary .package-stats {
  font-size: 0.9rem;
  color: #1f2933;
}

.package-summary .separator {
  margin: 0 6px;
  opacity: 0.7;
}

.pricing-modern .price-card {
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(15, 35, 52, 0.08);
  border: 1px solid rgba(15, 35, 52, 0.06);
  padding: 26px 22px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #ffffff;
}

.pricing-modern .price-card.popular {
  border: 2px solid #2b63ff;
  box-shadow: 0 26px 70px rgba(43, 99, 255, 0.18);
}

.pricing-modern .badge-top {
  position: absolute;
  top: 16px;
  right: 18px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(43, 99, 255, 0.12);
  color: #2b63ff;
}

.pricing-modern .plan-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.pricing-modern .plan-duration {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 16px;
}

.pricing-modern .price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 10px;
}

.pricing-modern .price-currency {
  font-size: 0.85rem;
  color: #6b7280;
}

.pricing-modern .price-amount {
  font-size: 1.7rem;
  font-weight: 800;
  color: #111827;
}

.pricing-modern .price-note {
  font-size: 0.78rem;
  color: #6b7280;
}

.pricing-modern ul {
  margin-top: 12px;
  margin-bottom: 18px;
  padding-left: 0;
  list-style: none;
}

.pricing-modern ul li {
  font-size: 0.87rem;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.pricing-modern ul li i {
  font-size: 0.9rem;
  color: #10b981;
  margin-top: 2px;
}

.pricing-modern .btn-wrap {
  margin-top: auto;
}

.pricing-modern .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  padding: 9px 22px;
  font-size: 0.9rem;
  font-weight: 600;
}

.pricing-modern .btn-whatsapp i {
  font-size: 1rem;
}

/* Test package hero banner */
.testimonials.hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.testimonials.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.55)
  );
  z-index: 0;
}

.testimonials.hero-banner .container {
  position: relative;
  z-index: 1;
}

.hero-overlay {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
}

.hero-title {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.15;
  margin: 0 0 14px 0;
  font-size: clamp(28px, 4vw, 52px);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero-subtitle-banner {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(14px, 2.1vw, 20px);
  line-height: 1.6;
  margin: 0 auto 28px auto;
  max-width: 820px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.hero-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  background: #1e90ff;
  color: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  box-shadow: 0 12px 28px rgba(30, 144, 255, 0.28);
  border: 0;
}

.hero-btn:hover,
.hero-btn:focus {
  background: #0d74d1;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(13, 116, 209, 0.36);
}

@media (max-width: 575.98px) {
  .hero-overlay {
    padding: 2rem 0.75rem;
  }

  .hero-subtitle-banner {
    margin-bottom: 22px;
  }
}

/* About */
.about .about-text {
  font-size: 0.95rem;
}

.about-checklist li {
  margin-bottom: 6px;
}

/* Skills */
.skills .progress .skill {
  display: flex;
  justify-content: space-between;
}

/* Counts */
.counts .enhanced-count {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 35, 52, 0.06);
}

.count-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf2ff;
  color: #2b63ff;
  font-size: 1.2rem;
}

/* Services */
.service-grid .service-card {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15, 35, 52, 0.07);
  border: 1px solid rgba(15, 35, 52, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-grid .service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(15, 35, 52, 0.12);
}

/* Contact */
.contact.contact-enhanced {
  background: #f9fafb;
}

.contact-card {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15, 35, 52, 0.06);
  border: 1px solid rgba(15, 35, 52, 0.04);
  text-align: left;
}

.contact-card .icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf2ff;
  color: #2b63ff;
  margin-bottom: 8px;
  font-size: 1.3rem;
}

/* FAQ */
.faq .accordion-button {
  font-weight: 500;
}

.faq .accordion-body {
  font-size: 0.95rem;
}








/* =========================
   Free IPTV Test CTA Section
   ========================= */

#free-test-cta.test-cta {
  padding: 60px 0 70px;
  background: #f6f8ff;
}

.test-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15, 35, 52, 0.09);
  border: 1px solid rgba(15, 35, 52, 0.05);
  padding: 32px 26px;
  text-align: center;
}

.test-card h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.test-card .test-text {
  max-width: 640px;
  margin: 0 auto 18px;
  font-size: 0.95rem;
  color: #4b5563;
}

.test-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  justify-content: center;
  font-size: 0.88rem;
  color: #1f2933;
}

.test-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.test-highlights li i {
  color: #10b981;
  font-size: 1rem;
}

.test-actions {
  margin-bottom: 10px;
}

.btn-test-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn-test-whatsapp i {
  font-size: 1.15rem;
}

.btn-test-whatsapp:hover,
.btn-test-whatsapp:focus {
  background: #16a34a;
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(22, 163, 74, 0.4);
  color: #ffffff;
}

.test-note {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 6px;
}

/* Mobile tweaks */
@media (max-width: 575.98px) {
  .test-card {
    padding: 24px 18px;
  }

  .test-highlights {
    flex-direction: column;
    align-items: flex-start;
  }

  .test-highlights li {
    justify-content: flex-start;
  }
}
