/* ================================================================
   Aqua Care RO — Shared CSS for Service & Location Pages
   assets/css/page.css
   ================================================================ */

/* ── PAGE HERO ── */
.sp-hero {
  background: linear-gradient(135deg, #0a1f44 0%, #1565c0 55%, #1976d2 100%);
  padding: 120px 5% 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 60%, rgba(0,184,217,.2) 0%, transparent 55%),
              radial-gradient(ellipse at 85% 25%, rgba(255,255,255,.05) 0%, transparent 45%);
}
.sp-hero > * { position: relative; z-index: 1; }
.sp-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,184,217,.18); border: 1px solid rgba(0,184,217,.35);
  color: #00e5ff; border-radius: 100px; padding: 6px 18px;
  font-size: 13px; font-weight: 600; margin-bottom: 22px;
}
.sp-hero h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(26px, 4.5vw, 52px);
  font-weight: 900; color: #fff;
  line-height: 1.15; letter-spacing: -.5px; margin-bottom: 18px;
}
.sp-hero p {
  font-size: clamp(15px, 1.8vw, 19px); color: rgba(255,255,255,.72);
  max-width: 620px; margin: 0 auto 36px; line-height: 1.7;
}
.sp-hero-stats {
  display: flex; justify-content: center; gap: 32px; flex-wrap: wrap;
  margin-bottom: 40px;
}
.sp-stat .val {
  font-family: 'Sora', sans-serif;
  font-size: clamp(20px, 2.5vw, 28px); font-weight: 900;
  color: #00e5ff; display: block; line-height: 1;
}
.sp-stat .lbl { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 3px; }
.sp-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-sp-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 12px;
  background: linear-gradient(135deg, #00b8d9, #1565c0);
  color: #fff; font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 16px; text-decoration: none; border: none; cursor: pointer;
  transition: opacity .2s, transform .15s;
  box-shadow: 0 4px 20px rgba(21,101,192,.3);
}
.btn-sp-primary:hover { opacity: .88; transform: translateY(-2px); color: #fff; }
.btn-sp-wa {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 12px;
  background: #25D366; color: #fff;
  font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 16px; text-decoration: none; transition: opacity .2s;
}
.btn-sp-wa:hover { opacity: .88; color: #fff; }

/* ── QUICK FACTS BAR ── */
.sp-facts {
  background: #fff; border-bottom: 1px solid var(--border);
  padding: 20px 5%;
}
.sp-facts-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; gap: 24px; flex-wrap: wrap; align-items: center;
  justify-content: center;
}
.sp-fact {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--muted);
}
.sp-fact strong { color: var(--navy); font-weight: 700; }
.sp-fact-icon { font-size: 20px; }

/* ── CONTENT WRAPPER ── */
.sp-wrap { max-width: 1100px; margin: 0 auto; padding: 60px 5%; }
.sp-section { margin-bottom: 64px; }
.sp-section-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800; color: var(--navy);
  margin-bottom: 8px;
}
.sp-section-sub {
  font-size: 15px; color: var(--muted);
  margin-bottom: 32px; max-width: 600px;
}

/* ── INTRO TEXT ── */
.sp-intro {
  font-size: 16px; line-height: 1.85; color: var(--muted);
  max-width: 820px; margin: 0 auto 48px;
  background: var(--off); border-radius: 16px; padding: 28px 32px;
  border-left: 4px solid var(--cyan);
}

/* ── FEATURES GRID ── */
.sp-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.sp-feature {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 20px;
  background: #fff; border: 1px solid var(--border);
  border-radius: 14px; transition: box-shadow .2s;
}
.sp-feature:hover { box-shadow: 0 4px 20px rgba(21,101,192,.10); }
.sp-feature-check {
  width: 28px; height: 28px; min-width: 28px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; flex-shrink: 0;
}
.sp-feature-text {
  font-size: 14px; color: var(--text); font-weight: 600;
  line-height: 1.4;
}

/* ── PRICE BOX ── */
.sp-price-box {
  background: linear-gradient(135deg, #0a1f44, #1565c0);
  border-radius: 20px; padding: 40px; text-align: center;
  color: #fff;
}
.sp-price-label { font-size: 14px; color: rgba(255,255,255,.6); margin-bottom: 6px; }
.sp-price-value {
  font-family: 'Sora', sans-serif;
  font-size: clamp(36px, 5vw, 56px); font-weight: 900;
  color: #00e5ff; line-height: 1;
}
.sp-price-note { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 8px; }

/* ── PROCESS STEPS ── */
.sp-process {
  display: flex; flex-direction: column; gap: 12px;
}
.sp-step {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 22px;
  background: var(--off); border: 1px solid var(--border);
  border-radius: 16px;
}
.sp-step-num {
  width: 38px; height: 38px; min-width: 38px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 900; font-size: 15px;
}
.sp-step-text h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.sp-step-text p  { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── FAQ ── */
.sp-faq { display: flex; flex-direction: column; gap: 10px; }
.sp-faq-item { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.sp-faq-q {
  width: 100%; padding: 18px 22px; cursor: pointer;
  font-size: 15px; font-weight: 600; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center;
  background: #fff; border: none; text-align: left;
  transition: background .18s; user-select: none;
}
.sp-faq-q:hover { background: var(--off); }
.sp-faq-q::after { content: '+'; font-size: 22px; color: var(--cyan); flex-shrink: 0; margin-left: 12px; font-weight: 300; }
.sp-faq-q.open::after { content: '−'; }
.sp-faq-a { display: none; padding: 16px 22px; font-size: 14px; line-height: 1.75; color: var(--muted); background: #fff; border-top: 1px solid var(--border); }
.sp-faq-a.open { display: block; }

/* ── AREA TAGS (for location pages) ── */
.sp-area-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.sp-area-tag {
  padding: 6px 15px;
  background: rgba(21,101,192,.07); border: 1px solid rgba(21,101,192,.18);
  border-radius: 100px; font-size: 13px; color: var(--blue); font-weight: 600;
}

/* ── ENQUIRY FORM SECTION ── */
.sp-enquiry {
  background: linear-gradient(135deg, #0a1f44, #1565c0);
  padding: 70px 5%;
}
.sp-enquiry-inner { max-width: 1000px; margin: 0 auto; }
.sp-enquiry-header { text-align: center; margin-bottom: 48px; }
.sp-enquiry-header h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(22px, 3vw, 32px); font-weight: 900;
  color: #fff; margin-bottom: 10px;
}
.sp-enquiry-header p { font-size: 15px; color: rgba(255,255,255,.6); }

.sp-enquiry-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px;
}
.sp-form-box {
  background: #fff; border-radius: 22px; padding: 32px;
  box-shadow: 0 16px 60px rgba(0,0,0,.18);
}
.sp-form-box h3 {
  font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 900;
  color: var(--navy); margin-bottom: 5px;
}
.sp-form-box > p { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.sp-fg { margin-bottom: 14px; }
.sp-fg label { display: block; font-size: 11px; font-weight: 700; color: var(--text); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .5px; }
.sp-fg input, .sp-fg select {
  width: 100%; padding: 11px 14px; border-radius: 9px;
  border: 1.5px solid var(--border);
  font-family: 'DM Sans', sans-serif; font-size: 14px;
  color: var(--text); background: var(--off); outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.sp-fg input:focus, .sp-fg select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,184,217,.10); }
.sp-form-submit {
  width: 100%; padding: 14px; border-radius: 10px;
  background: linear-gradient(135deg, #00b8d9, #1565c0);
  color: #fff; border: none; font-family: 'Sora', sans-serif;
  font-weight: 700; font-size: 15px; cursor: pointer;
  transition: opacity .2s; margin-top: 6px;
  box-shadow: 0 4px 18px rgba(21,101,192,.3);
}
.sp-form-submit:hover { opacity: .9; }
.sp-form-submit:disabled { opacity: .6; cursor: not-allowed; }

.sp-contact-col { display: flex; flex-direction: column; gap: 14px; }
.sp-contact-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 20px 22px;
}
.sp-contact-card h4 { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.6); margin-bottom: 7px; }
.sp-contact-card a, .sp-contact-card p { font-size: 14px; color: rgba(255,255,255,.75); text-decoration: none; display: block; line-height: 1.6; }
.sp-contact-card a:hover { color: #00e5ff; }
.sp-phone-big { font-family: 'Sora', sans-serif !important; font-size: 24px !important; font-weight: 900 !important; color: #00e5ff !important; }
.sp-wa-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; padding: 15px; background: #25D366; color: #fff;
  border-radius: 14px; font-family: 'Sora', sans-serif;
  font-weight: 700; font-size: 15px; text-decoration: none;
  transition: opacity .2s; box-shadow: 0 4px 16px rgba(37,211,102,.3);
}
.sp-wa-btn:hover { opacity: .88; color: #fff; }
.sp-call-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; padding: 15px;
  background: rgba(0,184,217,.15); border: 1.5px solid rgba(0,184,217,.35);
  color: #fff; border-radius: 14px;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px;
  text-decoration: none; transition: background .2s;
}
.sp-call-btn:hover { background: rgba(0,184,217,.25); color: #fff; }

/* ── WATER QUALITY BADGE (location pages) ── */
.wq-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px;
  background: rgba(245,166,35,.10); border: 1px solid rgba(245,166,35,.25);
  border-radius: 12px; margin-bottom: 20px;
}
.wq-badge strong { font-size: 14px; color: #8a5a00; }
.wq-badge span   { font-size: 13px; color: #6b4300; }

/* ── BREADCRUMB ── */
.sp-breadcrumb {
  max-width: 1100px; margin: 0 auto;
  padding: 16px 5% 0;
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--muted);
}
.sp-breadcrumb a { color: var(--blue); text-decoration: none; }
.sp-breadcrumb a:hover { text-decoration: underline; }

/* ── RESPONSIVE ── */
@media (max-width: 800px) {
  .sp-hero { padding: 100px 5% 50px; }
  .sp-enquiry-grid { grid-template-columns: 1fr; }
  .sp-features { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .sp-wrap { padding: 40px 4%; }
  .sp-hero-ctas { flex-direction: column; align-items: center; }
  .sp-hero-ctas a { width: 100%; max-width: 280px; justify-content: center; }
}
