/* ═══════════════════════════════════════════════════
   Gen-Z Laundry — Service Pages Shared CSS
   Used by: laundry, dry-cleaning, shoe, carpet,
            sofa, curtain service pages
═══════════════════════════════════════════════════ */

/* ── Breadcrumb ─────────────────────────────────── */
.svc-breadcrumb {
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
  padding: 10px 0;
  margin-top: 72px; /* below fixed header */
}

.svc-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  font-size: 0.82rem;
  color: #64748B;
  flex-wrap: wrap;
}

.svc-breadcrumb li + li::before { content: '›'; margin-right: 6px; color: #94A3B8; }
.svc-breadcrumb a { color: #2563EB; font-weight: 500; text-decoration: none; }
.svc-breadcrumb a:hover { text-decoration: underline; }

/* ── Hero ───────────────────────────────────────── */
.svc-hero {
  background: linear-gradient(135deg, #0B1120 0%, #1E3A8A 100%);
  padding: 72px 0 64px;
  position: relative;
  overflow: hidden;
}

.svc-hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
}

.svc-hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.svc-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(245,158,11,0.15);
  border: 1px solid rgba(245,158,11,0.3);
  color: #FDE68A;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.svc-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.svc-hero-sub {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 20px;
}

.svc-hero-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(245,158,11,0.12);
  border: 1px solid rgba(245,158,11,0.25);
  border-radius: 10px;
  margin-bottom: 24px;
}

.svc-hero-price span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.svc-hero-price strong { color: #F59E0B; font-family: 'Outfit',sans-serif; font-size: 1.2rem; font-weight: 800; }

.svc-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.svc-trust-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.svc-trust-pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  color: rgba(255,255,255,0.8);
  font-size: 0.78rem;
  font-weight: 500;
}

.svc-trust-pills span i { color: #10B981; font-size: 0.72rem; }

.svc-hero-img {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
  background: #0B1120;
}

.svc-hero-img img,
.svc-hero-img video {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Edge-fade vignette overlay to make video boundaries invisible */
.svc-hero-img::after {
  content: '';
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle, transparent 40%, rgba(11, 17, 32, 0.5) 75%, #0B1120 100%);
  pointer-events: none;
  z-index: 2;
  border-radius: 24px;
}

/* ── Buttons ────────────────────────────────────── */
.svc-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #F59E0B;
  color: #0B1120;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(245,158,11,0.35);
  transition: all 0.3s ease;
}

.svc-btn-primary:hover {
  background: #D97706;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(245,158,11,0.45);
  color: #0B1120;
}

.svc-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  background: #25D366;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.3);
  transition: all 0.3s ease;
}

.svc-btn-wa:hover {
  background: #1db954;
  transform: translateY(-2px);
  color: #fff;
}

.svc-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid #2563EB;
  color: #2563EB;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.svc-btn-outline:hover {
  background: #2563EB;
  color: #fff;
  transform: translateY(-1px);
}

/* ── Sections ───────────────────────────────────── */
.svc-section { padding: 72px 0; background: #fff; }
.svc-section-alt { background: #F8FAFC; }

.svc-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.svc-section-header h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  font-weight: 800;
  color: #1E293B;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.svc-section-header p {
  color: #64748B;
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

/* ── Items Grid ─────────────────────────────────── */
.svc-items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.svc-item-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 22px 16px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}

.svc-item-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  border-color: rgba(37,99,235,0.2);
}

.svc-item-card i {
  display: block;
  font-size: 1.6rem;
  color: #2563EB;
  margin-bottom: 10px;
}

.svc-item-card span {
  display: block;
  font-weight: 600;
  color: #1E293B;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.svc-item-card em {
  font-style: normal;
  font-size: 0.78rem;
  color: #F59E0B;
  font-weight: 700;
}

.svc-calc-cta { text-align: center; margin-top: 8px; }

/* ── Why Grid ───────────────────────────────────── */
.svc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.svc-why-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.svc-why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}

.svc-why-icon {
  width: 52px; height: 52px;
  background: rgba(37,99,235,0.08);
  color: #2563EB;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.svc-why-card h3 { font-family: 'Outfit',sans-serif; font-size: 1rem; font-weight: 700; color: #1E293B; margin-bottom: 8px; }
.svc-why-card p { font-size: 0.88rem; color: #64748B; line-height: 1.6; }

/* ── Process Steps ──────────────────────────────── */
.svc-process-steps {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 820px;
  margin: 0 auto;
}

.svc-ps {
  flex: 1;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.svc-ps-num {
  font-family: 'Outfit',sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  color: #2563EB;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.svc-ps i { display: block; font-size: 1.8rem; color: #2563EB; margin-bottom: 12px; }
.svc-ps h3 { font-family: 'Outfit',sans-serif; font-size: 0.95rem; font-weight: 700; color: #1E293B; margin-bottom: 8px; }
.svc-ps p { font-size: 0.84rem; color: #64748B; line-height: 1.5; }

.svc-ps-arrow { color: #CBD5E1; font-size: 1.4rem; flex-shrink: 0; }

/* ── Areas Grid ─────────────────────────────────── */
.svc-areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.svc-areas-grid span {
  padding: 8px 18px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1E293B;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.svc-areas-note { text-align: center; color: #64748B; font-size: 0.9rem; }
.svc-areas-note a { color: #2563EB; font-weight: 600; }

/* ── FAQ ────────────────────────────────────────── */
.svc-faq { max-width: 700px; margin: 0 auto; }

.svc-faq-item {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

.svc-faq-item summary {
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.94rem;
  color: #1E293B;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.svc-faq-item summary::-webkit-details-marker { display: none; }
.svc-faq-item summary::after { content: '+'; color: #2563EB; font-size: 1.2rem; font-weight: 700; }
.svc-faq-item[open] summary::after { content: '-'; }

.svc-faq-item p {
  padding: 0 22px 16px;
  color: #64748B;
  font-size: 0.9rem;
  line-height: 1.65;
}

/* ── CTA Section ────────────────────────────────── */
.svc-cta-section { padding: 72px 0; background: #fff; }

.svc-cta-card {
  background: linear-gradient(135deg, #0B1120 0%, #1E3A8A 100%);
  border-radius: 24px;
  padding: 64px 48px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(37,99,235,0.2);
}

.svc-cta-card h2 {
  font-family: 'Outfit',sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.025em;
}

.svc-cta-card p { color: rgba(255,255,255,0.7); font-size: 1rem; margin-bottom: 28px; }

.svc-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .svc-items-grid { grid-template-columns: repeat(3, 1fr); }
  .svc-why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .svc-hero-inner { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .svc-hero-img { display: none; }
  .svc-hero-actions { justify-content: center; }
  .svc-trust-pills { justify-content: center; }
  .svc-hero-price { justify-content: center; }
  .svc-items-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-why-grid { grid-template-columns: 1fr; }
  .svc-process-steps { flex-direction: column; }
  .svc-ps-arrow { transform: rotate(90deg); }
  .svc-cta-card { padding: 40px 24px; }
  .svc-cta-actions { flex-direction: column; align-items: center; }
  .svc-btn-primary, .svc-btn-wa { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .svc-items-grid { grid-template-columns: 1fr 1fr; }
}
