/* ===== SERVICE PAGE STYLES ===== */

/* Hero */
.sp-hero { position: relative; min-height: 600px; display: flex; align-items: center; color: #fff; }
.sp-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.sp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.55) 100%); }
.sp-hero-content { position: relative; z-index: 2; padding: 100px 0 60px; }
.sp-hero-text { max-width: 680px; }
.sp-breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 1rem; }
.sp-breadcrumb a { color: var(--gold); text-decoration: none; }
.sp-tag { display: inline-block; background: var(--gold); color: #000; font-weight: 700; font-size: 0.8rem; padding: 4px 12px; border-radius: 20px; margin-bottom: 1rem; letter-spacing: 0.05em; }
.sp-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; line-height: 1.1; margin-bottom: 1rem; }
.sp-hero p { font-size: 1.15rem; color: rgba(255,255,255,0.85); margin-bottom: 2rem; }
.sp-hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.sp-cta-primary { display: flex; align-items: center; gap: 12px; background: var(--gold); color: #000; padding: 14px 24px; border-radius: 8px; text-decoration: none; font-weight: 700; transition: background 0.2s; }
.sp-cta-primary:hover { background: var(--gold-dark); }
.sp-cta-primary span { font-size: 1.4rem; }
.sp-cta-primary strong { display: block; font-size: 1.05rem; }
.sp-cta-primary small { font-size: 0.75rem; font-weight: 400; opacity: 0.75; }
.sp-cta-secondary { display: inline-flex; align-items: center; background: rgba(255,255,255,0.12); color: #fff; border: 2px solid rgba(255,255,255,0.4); padding: 14px 24px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.2s; }
.sp-cta-secondary:hover { background: rgba(255,255,255,0.22); }
.sp-trust-row { display: flex; flex-wrap: wrap; gap: 12px; }
.sp-trust-row span { font-size: 0.85rem; color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.08); padding: 5px 12px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.2); }

/* Urgency bar */
.sp-urgency { background: #c00; color: #fff; padding: 12px 0; text-align: center; font-size: 0.95rem; }
.sp-urgency a { color: #fff; font-weight: 700; }

/* Sections */
.sp-section { padding: 80px 0; }
.sp-section.sp-dark { background: var(--dark2); color: #fff; }
.sp-section.sp-alt { background: #f8f8f8; }
.sp-kicker { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; color: var(--gold); text-transform: uppercase; margin-bottom: 0.75rem; }
.sp-kicker.light { color: var(--gold); }
.sp-section h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; margin-bottom: 1rem; color: var(--dark); }
.sp-section h2.light { color: #fff; }
.sp-sub { font-size: 1.05rem; color: #666; margin-bottom: 2.5rem; max-width: 560px; }

/* Pain grid */
.sp-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin: 2rem 0; }
.sp-pain { background: #f4f4f4; border-radius: 12px; padding: 1.5rem 1rem; text-align: center; font-size: 2rem; }
.sp-pain p { font-size: 0.95rem; color: #444; margin: 0.5rem 0 0; font-weight: 500; }
.sp-pain-note { font-size: 1.05rem; font-weight: 600; color: var(--dark); border-left: 4px solid var(--gold); padding-left: 1rem; margin-top: 1.5rem; }

/* Services grid */
.sp-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.sp-service-item { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 1.75rem; position: relative; }
.sp-service-item h3 { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.sp-service-item p { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.6; margin: 0; }
.sp-service-hot { border-color: var(--gold) !important; }
.sp-hot-tag { display: inline-block; background: var(--gold); color: #000; font-size: 0.7rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-bottom: 0.75rem; letter-spacing: 0.06em; }

/* Price grid */
.sp-price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 2rem; }
.sp-price-card { background: #fff; border: 2px solid #e5e5e5; border-radius: 12px; padding: 2rem 1.5rem; position: relative; }
.sp-price-featured { border-color: var(--gold); box-shadow: 0 4px 24px rgba(230,184,0,0.15); }
.spc-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #000; font-size: 0.7rem; font-weight: 700; padding: 3px 14px; border-radius: 20px; white-space: nowrap; letter-spacing: 0.06em; }
.spc-name { font-size: 0.9rem; font-weight: 700; color: #555; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.5rem; }
.spc-price { font-size: 2rem; font-weight: 900; color: var(--dark); margin-bottom: 0.75rem; line-height: 1; }
.spc-desc { font-size: 0.88rem; color: #666; margin-bottom: 1.5rem; line-height: 1.5; }
.spc-btn { display: block; text-align: center; background: var(--gold); color: #000; padding: 12px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: background 0.2s; }
.spc-btn:hover { background: var(--gold-dark); }
.spc-btn-outline { background: transparent; border: 2px solid var(--dark); color: var(--dark); }
.spc-btn-outline:hover { background: var(--dark); color: #fff; }

/* Reviews */
.sp-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.sp-review { background: #fff; border-radius: 12px; padding: 1.75rem; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.sp-stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 0.75rem; }
.sp-review p { font-size: 0.9rem; color: #444; line-height: 1.6; font-style: italic; margin: 0 0 1rem; }
.sp-reviewer { font-size: 0.82rem; font-weight: 700; color: #666; }

/* FAQ */
.sp-faq-wrap { max-width: 760px; }
.sp-faq-wrap h2 { margin-bottom: 2rem; }

/* Bottom CTA */
.sp-bottom-cta { background: var(--dark); color: #fff; padding: 80px 0; text-align: center; }
.sp-bottom-cta h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; margin-bottom: 0.75rem; }
.sp-bottom-cta p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; font-size: 1.05rem; }
.sp-bottom-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Stats bar */
.sp-stats { background: var(--gold); padding: 1.25rem 0; }
.sp-stats .container { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 1rem; }
.sp-stat { text-align: center; }
.sp-stat-num { font-size: 1.6rem; font-weight: 900; color: #000; display: block; }
.sp-stat-label { font-size: 0.75rem; font-weight: 600; color: rgba(0,0,0,0.6); }

/* Process steps */
.sp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2rem; counter-reset: steps; }
.sp-step { background: #fff; border-radius: 12px; padding: 1.75rem 1.5rem; border: 2px solid #eee; position: relative; }
.sp-step-num { width: 36px; height: 36px; background: var(--gold); color: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1rem; margin-bottom: 1rem; }
.sp-step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.sp-step p { font-size: 0.88rem; color: #666; margin: 0; }

/* Why us */
.sp-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.sp-why-item { text-align: center; padding: 1.5rem; }
.sp-why-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.sp-why-item h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; }
.sp-why-item p { font-size: 0.88rem; color: rgba(255,255,255,0.7); margin: 0; }

/* Responsive */
@media (max-width: 1024px) {
  .sp-price-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-services-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .sp-hero { min-height: 500px; }
  .sp-pain-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-reviews { grid-template-columns: 1fr; }
  .sp-why-grid { grid-template-columns: 1fr; }
  .sp-hero-ctas { flex-direction: column; }
  .sp-bottom-btns { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
  .sp-price-grid { grid-template-columns: 1fr; }
  .sp-services-grid { grid-template-columns: 1fr; }
  .sp-pain-grid { grid-template-columns: 1fr; }
  .sp-steps { grid-template-columns: 1fr; }
}
