/* ============================================================
   Service Marketing Sections — Premium Mobile-First
   ============================================================ */

/* --- Section Base --- */
.service-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 40%, #dbeafe 100%);
}

.service-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 62, 177, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.service-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(37, 211, 102, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.service-section--5g {
  background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 40%, #ede9fe 100%);
}

.service-section--5g::before {
  background: radial-gradient(circle, rgba(124, 58, 237, 0.06) 0%, transparent 70%);
}

.service-section--5g::after {
  background: radial-gradient(circle, rgba(168, 85, 247, 0.05) 0%, transparent 70%);
}

/* --- Block Layout --- */
.service-block {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .service-block {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .service-content {
    flex: 1.3;
  }

  .service-visual {
    flex: 0.7;
  }

  .service-block--reverse {
    flex-direction: row-reverse;
  }
}

/* --- Eyebrow Badge --- */
.service-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #003eb1;
  background: rgba(0, 62, 177, 0.1);
  padding: 0.45rem 1.1rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(0, 62, 177, 0.08);
}

.service-eyebrow--5g {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.1);
  border-color: rgba(124, 58, 237, 0.08);
}

/* --- Heading --- */
.service-heading {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 0.75rem;
}

@media (min-width: 768px) {
  .service-heading {
    font-size: 2.2rem;
  }
}

/* --- Description --- */
.service-desc {
  font-size: 1rem;
  color: #475569;
  line-height: 1.85;
  margin: 0 0 1.75rem;
}

/* --- Benefits List --- */
.service-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (min-width: 576px) {
  .service-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem;
  }
}

.service-benefits li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #1e293b;
  border-bottom: 1px solid rgba(0, 62, 177, 0.06);
}

.service-benefits li:last-child,
.service-benefits li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}

.service-benefits li i {
  color: #059669;
  font-size: 1.15rem;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(5, 150, 105, 0.2));
}

.service-section--5g .service-benefits li {
  border-bottom-color: rgba(124, 58, 237, 0.06);
}

.service-section--5g .service-benefits li i {
  color: #7c3aed;
  filter: drop-shadow(0 1px 2px rgba(124, 58, 237, 0.2));
}

/* --- CTA Buttons --- */
.service-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .service-actions {
    flex-direction: row;
  }
}

.service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.75rem;
  border-radius: 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.service-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.5s ease;
}

.service-cta:hover::before {
  left: 100%;
}

.service-cta--primary {
  background: linear-gradient(135deg, #003eb1, #0055d4);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 62, 177, 0.25);
}

.service-cta--primary:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 62, 177, 0.35);
}

.service-cta--5g {
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.25);
}

.service-cta--5g:hover {
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35);
}

.service-cta--whatsapp {
  background: linear-gradient(135deg, #25d366, #20bd5a);
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}

.service-cta--whatsapp:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

/* --- STC Redirect Link --- */
.service-stc-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #003eb1;
  text-decoration: none;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  background: rgba(0, 62, 177, 0.04);
  transition: all 0.25s ease;
}

.service-stc-link:hover {
  color: #002b80;
  background: rgba(0, 62, 177, 0.1);
  transform: translateX(-4px);
}

.service-stc-link--5g {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.04);
}

.service-stc-link--5g:hover {
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.1);
}

/* --- Visual Side --- */
.service-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

/* --- Icon Box --- */
.service-icon-box {
  width: 140px;
  height: 140px;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  position: relative;
  animation: iconFloat 4s ease-in-out infinite;
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.service-icon-box--fiber {
  background: linear-gradient(135deg, #003eb1, #0066ff);
  color: #fff;
  box-shadow:
    0 16px 40px rgba(0, 62, 177, 0.3),
    0 0 0 8px rgba(0, 62, 177, 0.08),
    0 0 0 16px rgba(0, 62, 177, 0.04);
}

.service-icon-box--5g {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #fff;
  box-shadow:
    0 16px 40px rgba(124, 58, 237, 0.3),
    0 0 0 8px rgba(124, 58, 237, 0.08),
    0 0 0 16px rgba(124, 58, 237, 0.04);
}

/* --- Stats Grid --- */
.service-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
  width: 100%;
  max-width: 340px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 1.25rem;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.stat-number {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
}

.stat-plus {
  font-size: 0.95rem;
  font-weight: 700;
  color: #003eb1;
}

.service-section--5g .stat-plus {
  color: #7c3aed;
}

.stat-label {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* --- Reseller Compliance (kept for other pages) --- */
.section-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #5528a7;
  background: rgba(85, 40, 167, 0.08);
  padding: 0.35rem 1.2rem;
  border-radius: 2rem;
  margin-bottom: 0.75rem;
}

.packages-attribution {
  font-size: 0.88rem;
  color: #6b7c93;
  max-width: 600px;
  margin: 0.5rem auto 0;
  line-height: 1.7;
}

.brand-badge {
  display: inline-block;
  font-size: 0.75rem;
  color: #4f2d7f;
  background: rgba(79, 45, 127, 0.07);
  padding: 0.3rem 0.85rem;
  border-radius: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.independence-notice {
  direction: rtl;
  text-align: right;
}
