/* ============================================================
   AQUA CARE RO — SERVICES PAGE (services.css)
   assets/css/services.css
   ============================================================ */

/* ── SERVICE DETAIL BLOCKS ── */
.service-detail { padding: 90px 5%; }
.service-detail:nth-child(odd)  { background: #ffffff; }
.service-detail:nth-child(even) { background: var(--off); }

.sd-inner {
  max-width: 1100px; margin: auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.sd-inner.reverse { direction: rtl; }
.sd-inner.reverse > * { direction: ltr; }

.sd-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  padding: 5px 14px; border-radius: 100px; margin-bottom: 14px;
  letter-spacing: .8px; text-transform: uppercase;
}
.tag-blue  { background: rgba(0,184,217,0.1);   color: #0077a3; }
.tag-green { background: rgba(0,200,83,0.1);    color: #007c38; }
.tag-gold  { background: rgba(245,166,35,0.12); color: #8a5a00; }
.tag-navy  { background: rgba(10,31,68,0.08);   color: var(--navy); }

.sd-title    { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; color: var(--navy); margin-bottom: 14px; }
.sd-title em { font-style: normal; color: var(--blue); }
.sd-desc     { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 24px; }

.sd-price-box {
  background: var(--off); border: 1px solid var(--border); border-radius: 14px;
  padding: 20px 24px; display: inline-flex; align-items: center; gap: 16px; margin-bottom: 28px;
}
.service-detail:nth-child(even) .sd-price-box { background: white; }
.sd-price-box .price       { font-family: 'Sora', sans-serif; font-size: 30px; font-weight: 800; color: var(--blue); }
.sd-price-box .price-label { font-size: 13px; color: var(--muted); }

.sd-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.sd-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--muted); line-height: 1.6;
}
.sd-bullets li::before { content: '✅'; font-size: 14px; margin-top: 1px; flex-shrink: 0; }

/* Visual card */
.sd-visual-card {
  border-radius: 20px; padding: 40px; min-height: 320px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.svc-v1 { background: linear-gradient(135deg, #0a1f44, #0d3b7a); }
.svc-v2 { background: linear-gradient(135deg, #0d3b7a, #1565c0); }
.svc-v3 { background: linear-gradient(135deg, #1565c0, #00838f); }
.svc-v4 { background: linear-gradient(135deg, #00838f, #006064); }
.svc-v5 { background: linear-gradient(135deg, #004d40, #00695c); }
.svc-v6 { background: linear-gradient(135deg, #37474f, #263238); }
.sd-visual-card::before {
  content: ''; position: absolute; top: -30px; right: -30px;
  width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.06);
}
.svc-big-icon  { font-size: 64px; position: relative; z-index: 1; }
.svc-card-title { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 800; color: white; position: relative; z-index: 1; }
.svc-card-price { font-family: 'Sora', sans-serif; font-size: 36px; font-weight: 800; color: rgba(255,255,255,0.9); position: relative; z-index: 1; }
.svc-card-price small { font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.6); }
.svc-badge-row  { display: flex; gap: 8px; flex-wrap: wrap; position: relative; z-index: 1; margin-top: 12px; }
.svc-badge {
  background: rgba(255,255,255,0.15); color: white;
  font-size: 12px; font-weight: 600; padding: 5px 14px;
  border-radius: 100px; border: 1px solid rgba(255,255,255,0.2);
}

/* Media / video slot inside service detail */
.sd-media-slot {
  border-radius: 16px; overflow: hidden;
  background: #111; position: relative;
  aspect-ratio: 16/9;
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.sd-media-slot iframe,
.sd-media-slot video { width: 100%; height: 100%; border: none; display: block; }
.sd-media-placeholder {
  width: 100%; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: linear-gradient(135deg, #0a1f44, #1565c0);
  color: white; text-align: center; padding: 24px;
}
.sd-media-placeholder span { font-size: 56px; margin-bottom: 12px; }
.sd-media-placeholder p    { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.6; }
.sd-media-placeholder strong { font-family: 'Sora', sans-serif; font-size: 17px; display: block; margin-bottom: 8px; }

/* image slot within service detail */
.sd-img-slot {
  border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #e8f4fd, #d0eaf7);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 40px rgba(0,100,200,0.08);
}
.sd-img-slot img { width: 100%; height: 100%; object-fit: contain; }
.sd-img-slot-placeholder { text-align: center; color: var(--muted); font-size: 13px; padding: 20px; }
.sd-img-slot-placeholder span { font-size: 48px; display: block; margin-bottom: 10px; opacity: .35; }

/* ── PRICING (embedded in services page) ── */
.pricing-section-wrap { padding: 90px 5%; background: white; }
.pricing-wrap { max-width: 1100px; margin: auto; }
.pricing-tabs { display: flex; gap: 8px; justify-content: center; margin-bottom: 48px; flex-wrap: wrap; }
.ptab {
  padding: 10px 24px; border-radius: 100px;
  border: 1.5px solid var(--border); background: white;
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14px; color: var(--muted);
  cursor: pointer; transition: all .2s;
}
.ptab.active { background: var(--navy); color: white; border-color: var(--navy); }
.pricing-table-wrap { overflow-x: auto; }
.pricing-table { width: 100%; border-collapse: collapse; }
.pricing-table th {
  background: var(--navy); color: white; padding: 16px 20px;
  text-align: left; font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 600;
}
.pricing-table th:first-child { border-radius: 12px 0 0 0; }
.pricing-table th:last-child  { border-radius: 0 12px 0 0; text-align: right; }
.pricing-table td { padding: 16px 20px; border-bottom: 1px solid var(--border); font-size: 15px; }
.pricing-table td:last-child  { text-align: right; font-family: 'Sora', sans-serif; font-weight: 700; color: var(--blue); }
.pricing-table tr:last-child td { border-bottom: none; }
.pricing-table tr:hover td { background: var(--off); }
.pricing-note { text-align: center; margin-top: 20px; font-size: 13px; color: var(--muted); }
.pricing-content { display: none; }
.pricing-content.active { display: block; }

/* pricing cards grid (alternate view) */
.pricing-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; }
.pricing-card {
  background: var(--off); border: 1px solid var(--border); border-radius: 18px; padding: 28px;
  text-align: center; transition: transform .2s, box-shadow .2s; position: relative;
}
.pricing-card.popular { background: var(--navy); border-color: transparent; }
.pricing-card.popular * { color: white !important; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,100,200,0.1); }
.pc-pop-badge {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--cyan); color: var(--navy); font-size: 11px; font-weight: 700;
  padding: 4px 16px; border-radius: 100px; white-space: nowrap;
}
.pc-icon  { font-size: 36px; margin-bottom: 14px; display: block; }
.pc-title { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.pc-price { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 800; color: var(--blue); margin-bottom: 6px; }
.pc-price small { font-size: 13px; font-weight: 400; color: var(--muted); }
.pc-desc  { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── BRANDS ── */
.brands-section { padding: 70px 5%; background: var(--navy); text-align: center; }
.brands-inner { max-width: 900px; margin: auto; }
.brands-inner h2 { font-size: 28px; font-weight: 800; color: white; margin-bottom: 10px; }
.brands-inner > p { font-size: 15px; color: rgba(255,255,255,0.6); margin-bottom: 40px; }
.brands-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.brand-pill {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px; padding: 10px 22px;
  font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 600; color: white;
  transition: background .2s; cursor: default;
}
.brand-pill:hover { background: rgba(0,184,217,0.2); border-color: rgba(0,184,217,0.4); }

/* ── HOW IT WORKS ── */
.process-section { padding: 90px 5%; background: var(--off); }
.process-inner   { max-width: 1000px; margin: auto; }
.process-steps   {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; position: relative; margin-top: 56px;
}
.process-steps::before {
  content: ''; position: absolute; top: 32px; left: 10%; right: 10%;
  height: 2px; background: linear-gradient(90deg, var(--cyan), var(--blue)); z-index: 0;
}
.process-step { text-align: center; padding: 0 12px; position: relative; z-index: 1; }
.ps-num {
  width: 64px; height: 64px; border-radius: 50%;
  background: white; border: 3px solid var(--cyan);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
  font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy);
}
.ps-title { font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.ps-desc  { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── CTA STRIP ── */
.cta-strip { background: var(--cyan); padding: 40px 5%; }
.cta-strip-inner {
  max-width: 900px; margin: auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.cta-strip-text h3 { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.cta-strip-text p  { font-size: 14px; color: rgba(10,31,68,0.7); }
.cta-strip-btns    { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-navy-solid {
  background: var(--navy); color: white; padding: 14px 28px; border-radius: 10px;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: opacity .2s;
}
.btn-navy-solid:hover { opacity: .85; }
.btn-white-solid {
  background: white; color: var(--navy); padding: 13px 24px; border-radius: 10px;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s;
}
.btn-white-solid:hover { background: var(--off); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .sd-inner { grid-template-columns: 1fr; gap: 36px; }
  .sd-inner.reverse { direction: ltr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
}
@media (max-width: 600px) {
  .process-steps { grid-template-columns: 1fr; }
}
