/* ═══════════════════════════════════════════════════════════════
   SP SERVICE POINT – RESPONSIVE STYLESHEET  v2.0
   ═══════════════════════════════════════════════════════════════ */

/* ── MOBILE BASE (320–767px) ── */

@media (max-width: 480px) {
  .header-topbar .topbar-link:last-child {
    display: none;
  }

  .topbar-badge {
    font-size: 0.68rem;
    padding: 0.18rem 0.5rem;
  }
}

@media (max-width: 991.98px) {
  #navMenu {
    background: var(--clr-white);
    border-top: 1px solid var(--clr-border);
    padding: 0.75rem 0 1.25rem;
    margin-top: 0.5rem;
  }

  .site-nav .nav-link {
    padding: 0.65rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.93rem;
  }

  .site-nav .nav-link::after {
    display: none;
  }

  .site-nav .nav-link:hover {
    background: transparent;
    color: var(--clr-text);
  }

  .site-nav .nav-link.active {
    background: var(--clr-surface);
    color: var(--clr-primary);
  }

  .btn-cta-nav {
    display: block;
    text-align: center;
    margin: 0.75rem 0.5rem 0;
    padding: 0.75rem 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    min-height: auto;
    padding: 4rem 0 3rem;
  }

  .hero-title {
    font-size: 1.85rem;
  }

  .hero-subtitle {
    font-size: 0.94rem;
  }

  .hero-trust-row {
    gap: 0.4rem;
  }

  .trust-pill {
    font-size: 0.72rem;
    padding: 0.28rem 0.7rem;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
    width: 100%;
    justify-content: center;
  }

  .hero-cta-row {
    flex-direction: column;
  }

  .stats-bar {
    padding: 1.5rem 0;
  }

  .stat-item::after {
    display: none;
  }

  .stat-value {
    font-size: 1.7rem;
  }

  .stat-icon {
    font-size: 1.3rem;
  }

  .stat-desc {
    font-size: 0.7rem;
  }

  .why-float-top,
  .why-float-bottom {
    display: none;
  }

  .why-secondary-img {
    width: 42%;
    right: -0.5rem;
  }

  .why-cta-row {
    flex-direction: column;
  }

  .why-cta-row .btn-primary-cta,
  .why-cta-row .btn-outline-cta {
    width: 100%;
    justify-content: center;
  }

  .map-embed-wrap iframe {
    height: 260px;
  }

  .area-tag {
    font-size: 0.72rem;
    padding: 0.24rem 0.6rem;
  }

  .contact-form-card {
    padding: 1.5rem 1.25rem;
  }

  .quick-call-banner {
    flex-direction: column;
    text-align: center;
  }

  .quick-call-banner .btn-primary-cta {
    width: 100%;
    justify-content: center;
  }

  .testimonial-card {
    flex: 0 0 100%;
  }

  .footer-main {
    padding: 2.5rem 0 2rem;
  }

  .footer-bottom .d-flex {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem !important;
  }

  .faq-left {
    position: static;
  }

  .faq-trust-pills {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .faq-question {
    font-size: 0.87rem;
    padding: 0.9rem 1rem;
  }

  .faq-answer {
    padding: 0 1rem;
  }
}

@media (max-width: 575.98px) {
  .section-pad {
    padding: 3.5rem 0;
  }

  .svc-card-actions {
    flex-direction: column;
    gap: 0.45rem;
  }

  .svc-btn-primary,
  .svc-btn-outline {
    flex: unset;
    width: 100%;
  }

  .services-cta-bar {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1.25rem;
    border-radius: var(--radius-lg);
  }

  .services-cta-btns {
    width: 100%;
    flex-direction: column;
  }

  .services-cta-btns .btn-primary-cta,
  .services-cta-btns .btn-outline-cta {
    width: 100%;
    justify-content: center;
  }
}

/* ── TABLET (768–1023px) ── */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section {
    min-height: 75vh;
    padding: 5rem 0 4rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .testimonial-card {
    flex: 0 0 calc(50% - 0.75rem);
  }

  .stat-value {
    font-size: 2rem;
  }

  .why-big-row {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .why-img-panel {
    max-width: 580px;
    margin: 0 auto;
    padding-bottom: 2rem;
  }

  .why-float-top {
    left: -1rem;
    display: flex;
  }

  .why-float-bottom {
    left: -1rem;
    display: flex;
  }

  .why-secondary-img {
    right: -1rem;
  }

  .process-connector {
    display: none;
  }
}

/* ── DESKTOP (1024px+) ── */
@media (min-width: 1024px) {
  :root {
    --section-pad: 3rem 0;
  }

  .hero-section {
    min-height: 88vh;
  }

  .testimonial-card {
    flex: 0 0 calc(33.333% - 1rem);
  }

  .process-connector {
    display: block;
    position: absolute;
    top: 5.5rem;
    right: -2rem;
    width: 4rem;
    height: 2px;
    background: linear-gradient(to right, var(--clr-primary), var(--clr-accent));
    opacity: 0.3;
    z-index: 1;
  }

  .process-connector::after {
    content: '';
    position: absolute;
    right: -1px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: var(--clr-accent);
    opacity: 0.55;
  }

  .hero-card-stat.top-stat {
    left: -3rem;
  }

  .hero-card-stat.bottom-stat {
    right: -2.5rem;
  }

  .why-float-top {
    left: -1.75rem;
    display: flex;
  }

  .why-float-bottom {
    left: -1.75rem;
    display: flex;
  }

  .why-secondary-img {
    right: -1.75rem;
  }

  .faq-left {
    position: sticky;
    top: 100px;
  }
}

/* ── LARGE DESKTOP (1440px+) ── */
@media (min-width: 1440px) {
  :root {
    --section-pad: 3.5rem 0;
  }

  .hero-title {
    font-size: 3.8rem;
  }

  .hero-card-img {
    width: 420px;
    height: 420px;
  }

  .container-fluid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ── PRINT ── */
@media print {

  .site-header,
  .scroll-top-btn,
  .hero-section .btn-hero-secondary,
  .brands-track-wrap,
  .testimonials-section,
  .faq-section,
  .map-embed-wrap,
  .contact-form-card,
  .site-footer {
    display: none !important;
  }

  body {
    color: #000;
    font-size: 12pt;
  }

  .stats-bar {
    background: #eee !important;
    color: #000 !important;
  }
}

/* ── BOOTSTRAP & UTILITY OVERRIDES ── */
.form-control:focus,
.form-select:focus {
  border-color: var(--clr-primary);
  box-shadow: 0 0 0 3px rgba(13, 71, 161, 0.1);
}

.btn:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible {
  outline: 3px solid var(--clr-accent);
  outline-offset: 2px;
}

.form-control,
.form-select,
textarea.form-control {
  font-family: var(--font-body) !important;
}

.form-success-banner.d-none {
  display: none !important;
}

.navbar-collapse.collapsing {
  transition: height 0.3s ease;
}

[id] {
  scroll-margin-top: 90px;
}

.map-embed-wrap iframe {
  width: 100%;
}

@supports not (background: color-mix(in srgb, blue 10%, white)) {
  .svc-card-icon {
    background: rgba(13, 71, 161, 0.1);
    border-color: rgba(13, 71, 161, 0.2);
  }
}