/* Services Hub Page — Full Visual Upgrade
   Brand: #1A2B3C navy, #4ECDC4 teal, #FF6B4A orange, #F8F9FA light gray */

/* ─── Hero Section ──────────────────────────────────────────────────────── */
.services-page .svc-hero {
  background: linear-gradient(165deg, #f8fafc 0%, #f0f9ff 40%, #ecfeff 70%, #f8fafc 100%);
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(78, 205, 196, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(26, 43, 60, 0.04) 0%, transparent 50%);
  padding: 4rem 0;
}

.services-page .svc-hero .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.services-page .svc-hero-title {
  font-size: clamp(2rem, 5vw, 3rem) !important;
  font-weight: 800 !important;
  color: #1A2B3C !important;
  margin-bottom: 0.5rem !important;
  letter-spacing: -0.02em;
}

.services-page .hero-sub-highlight {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #1A2B3C !important;
  margin-bottom: 1rem !important;
}

.services-page .svc-hero-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
}

.services-page .svc-hero-cta {
  min-width: 200px;
  min-height: 52px;
  font-size: 1.1rem !important;
}

.services-page .svc-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(26, 43, 60, 0.08);
}

.services-page .svc-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: white;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1A2B3C;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.services-page .svc-trust-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.services-page .svc-trust-icon {
  font-size: 1rem;
  color: #4ECDC4;
}

/* ─── Trust Strip ───────────────────────────────────────────────────────── */
.services-page .svc-trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, #1A2B3C 0%, #0f1925 100%);
  border-radius: 16px;
  margin-bottom: 2.5rem;
}

.services-page .svc-trust-item {
  text-align: center;
  min-width: 80px;
}

.services-page .svc-trust-value {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: white;
  line-height: 1.2;
}

.services-page .svc-trust-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ─── Service Cards ─────────────────────────────────────────────────────── */
.services-page .service-content .service-section#our-services {
  margin-top: 3rem;
}

.services-page .services-grid-seven {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .services-page .services-grid-seven { grid-template-columns: repeat(3, 1fr); }
}

.services-page .service-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #E5E7EB;
  transition: all 0.25s ease;
}

.services-page .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.12);
  border-color: #1A2B3C;
}

.services-page .service-card-image {
  height: 140px;
  border-radius: 16px 16px 0 0;
}

.services-page .service-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem 1.5rem 1.75rem;
}

.services-page .service-card h3 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #1A2B3C !important;
  margin-bottom: 0.5rem !important;
}

.services-page .service-card .service-price {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4ECDC4;
  margin-bottom: 0.75rem;
}

.services-page .service-card .service-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
  width: fit-content;
}

.services-page .service-card .service-tag:empty { display: none; }

/* Tag color variants */
.services-page .service-card-body .service-tag {
  background: #e0f2fe;
  color: #0369a1;
}

.services-page .service-card:nth-child(4) .service-tag,
.services-page .service-card:nth-child(5) .service-tag {
  background: #fef3c7;
  color: #b45309;
}

.services-page .service-card:nth-child(6) .service-tag {
  background: #ede9fe;
  color: #6d28d9;
}

.services-page .service-card:nth-child(7) .service-tag {
  background: #d1fae5;
  color: #047857;
}

.services-page .service-card p {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 1rem;
}

.services-page .service-card .service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0.75rem 1.5rem;
  min-height: 48px;
  background: #1A2B3C !important;
  color: white !important;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 12px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.services-page .service-card .service-cta:hover {
  background: #4ECDC4 !important;
  color: #1A2B3C !important;
  transform: translateY(-2px);
}

/* ─── How to Choose Section ─────────────────────────────────────────────── */
.services-page .svc-choose-section {
  background: #F8F9FA;
  padding: 3rem 0;
  margin-top: 3rem;
  margin-bottom: 0;
  margin-left: calc(-1 * var(--container-padding, 1rem));
  margin-right: calc(-1 * var(--container-padding, 1rem));
  padding-left: var(--container-padding, 1rem);
  padding-right: var(--container-padding, 1rem);
}

.services-page .svc-choose-section .container {
  max-width: 1200px;
}

.services-page .services-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.services-page .services-choose-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
  opacity: 0;
  transform: translateY(20px);
}

.services-page .services-choose-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.services-page .services-choose-card:hover {
  border-color: #4ECDC4;
  box-shadow: 0 8px 24px rgba(78, 205, 196, 0.15);
  transform: translateY(-4px);
}

.services-page .svc-choose-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.services-page .services-choose-card h4 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #1A2B3C !important;
  margin-bottom: 0.75rem !important;
}

.services-page .services-choose-card ul {
  margin: 0;
  padding: 0 0 0 1.25rem;
  list-style: none;
}

.services-page .services-choose-card ul li {
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.5;
}

.services-page .services-choose-card ul li::before {
  content: '•';
  position: absolute;
  left: -1rem;
  color: #4ECDC4;
  font-weight: 700;
}

/* ─── London Areas ──────────────────────────────────────────────────────── */
.services-page .services-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.services-page .services-areas-region h4 {
  font-size: 0.8rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.services-page .services-areas-region a:hover {
  color: #4ECDC4;
}

/* ─── Why Choose — Benefits Grid ────────────────────────────────────────── */
.services-page .svc-why-section {
  background: #F8F9FA;
  padding: 3rem 0;
  margin-left: calc(-1 * var(--container-padding, 1rem));
  margin-right: calc(-1 * var(--container-padding, 1rem));
  padding-left: var(--container-padding, 1rem);
  padding-right: var(--container-padding, 1rem);
}

.services-page .svc-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.services-page .svc-benefit-card {
  padding: 1.5rem;
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  transition: all 0.25s ease;
  opacity: 0;
  transform: translateY(20px);
}

.services-page .svc-benefit-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.services-page .svc-benefit-card:hover {
  border-color: #4ECDC4;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.services-page .svc-benefit-icon {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.services-page .svc-benefit-card h4 {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #1A2B3C !important;
  margin-bottom: 0.5rem !important;
}

.services-page .svc-benefit-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.5;
}

.services-page .svc-benefit-card a {
  color: #4ECDC4;
  font-weight: 600;
}

.services-page .svc-benefit-card a:hover {
  text-decoration: underline;
}

.services-page .services-guarantees {
  margin-top: 2rem;
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
}

/* ─── Testimonials ──────────────────────────────────────────────────────── */
.services-page .svc-testimonials-section {
  padding: 3rem 0;
}

.services-page .services-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.services-page .services-testimonial {
  padding: 1.75rem;
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  opacity: 0;
  transform: translateY(20px);
}

.services-page .services-testimonial.visible {
  opacity: 1;
  transform: translateY(0);
}

.services-page .services-testimonial:hover {
  border-color: #4ECDC4;
  box-shadow: 0 12px 24px -4px rgba(78, 205, 196, 0.12);
}

.services-page .services-testimonial .stars {
  color: #f59e0b;
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
}

.services-page .services-testimonial .quote {
  font-style: italic;
  color: #333;
  line-height: 1.65;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.services-page .services-testimonial .quote::before {
  content: '"';
}

.services-page .services-testimonial .quote::after {
  content: '"';
}

.services-page .services-testimonial .author {
  font-size: 0.9rem;
  color: #6b7280;
}

.services-page .services-testimonial .service-tag {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  background: #f0fdf9;
  color: #047857;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 0.75rem;
}

/* ─── FAQ Accordion ─────────────────────────────────────────────────────── */
.services-page .svc-faq .faq-item {
  margin-bottom: 0.5rem;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  transition: border-color 0.2s;
}

.services-page .svc-faq .faq-item:hover {
  border-color: #4ECDC4;
}

.services-page .svc-faq .faq-item[open] {
  border-color: #4ECDC4;
}

.services-page .svc-faq .faq-item summary {
  padding: 1rem 1.25rem;
  font-weight: 600;
  color: #1A2B3C;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
}

.services-page .svc-faq .faq-item summary::-webkit-details-marker { display: none; }

.services-page .svc-faq .faq-item summary::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: 400;
  color: #4ECDC4;
  transition: transform 0.2s;
}

.services-page .svc-faq .faq-item[open] summary::after {
  content: '−';
}

.services-page .svc-faq .faq-item summary:hover {
  background: #F8F9FA;
}

.services-page .svc-faq .faq-item p {
  padding: 0 1.25rem 1.25rem;
  margin: 0;
  background: #F8F9FA;
  border-top: 1px solid #E5E7EB;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #495057;
}

.services-page .svc-faq .faq-item a {
  color: #4ECDC4;
  font-weight: 600;
}

/* ─── Final CTA Section ─────────────────────────────────────────────────── */
.services-page .svc-final-cta {
  background: linear-gradient(135deg, #1A2B3C 0%, #0f1925 100%) !important;
  padding: 4rem 0 !important;
}

.services-page .svc-final-cta h2 {
  color: white !important;
  margin-top: 0 !important;
}

.services-page .svc-final-cta > .container > p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.services-page .svc-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

.services-page .svc-final-cta .service-cta-buttons .btn-primary {
  background: #4ECDC4 !important;
  color: #1A2B3C !important;
}

.services-page .svc-final-cta .service-cta-buttons .btn-primary:hover {
  background: white !important;
  color: #1A2B3C !important;
}

.services-page .svc-final-cta .service-cta-buttons .btn-call {
  background: transparent !important;
  border: 2px solid white !important;
  color: white !important;
}

.services-page .svc-final-cta .service-cta-buttons .btn-call:hover {
  background: white !important;
  color: #1A2B3C !important;
}

.services-page .svc-final-cta p:last-of-type a {
  color: #4ECDC4 !important;
}

/* ─── Back to Top Button ────────────────────────────────────────────────── */
.services-page .svc-back-top {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 48px;
  height: 48px;
  padding: 0;
  background: #1A2B3C;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.services-page .svc-back-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.services-page .svc-back-top:hover {
  background: #4ECDC4;
  color: #1A2B3C;
  transform: translateY(-2px);
}

/* ─── Mobile Optimization ───────────────────────────────────────────────── */
@media (max-width: 768px) {
  .services-page .svc-hero { padding: 3rem 0; }
  .services-page .svc-hero-trust { gap: 0.75rem; }
  .services-page .svc-trust-badge { font-size: 0.85rem; padding: 0.4rem 0.8rem; }
  .services-page .svc-trust-strip {
    gap: 1rem;
    padding: 1.5rem;
  }
  .services-page .svc-trust-value { font-size: 1.5rem; }
  .services-page .services-grid-seven { grid-template-columns: 1fr; }
  .services-page .services-choose-grid { grid-template-columns: 1fr; }
  .services-page .svc-benefits-grid { grid-template-columns: 1fr; }
  .services-page .services-testimonials-grid { grid-template-columns: 1fr; }
  .services-page .services-areas-grid { grid-template-columns: 1fr; }
  .services-page .svc-choose-section,
  .services-page .svc-why-section { margin-left: 0; margin-right: 0; }
  .services-page .svc-back-top { right: 16px; bottom: 80px; width: 44px; height: 44px; font-size: 1.1rem; }
}

@media (max-width: 480px) {
  .services-page .svc-cta-trust { flex-wrap: wrap; }
}
