/* =====================================================
   WSUK — Service Detail Pages Stylesheet
   High-conversion individual service pages
   ===================================================== */

/* ============================================================
   SERVICE HERO
   ============================================================ */
.sp-hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 90px 0 80px;
}
.sp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 90% 20%, rgba(200,16,46,.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(10,31,68,.9) 0%, transparent 70%);
  pointer-events: none;
}
.sp-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.sp-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 64px;
}
.sp-hero-text { flex: 1; min-width: 0; }

/* Pill breadcrumb — matches services page style */
.svc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 0.8rem;
  font-weight: 500;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 999px;
  padding: 7px 16px 7px 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
  width: fit-content;
}
.svc-breadcrumb a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  transition: color 180ms;
}
.svc-breadcrumb a:hover { color: #fff; }
.svc-breadcrumb svg { opacity: .3; flex-shrink: 0; color: #fff; }
.svc-breadcrumb > span { color: rgba(255,255,255,.9); font-weight: 600; }

.sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brand-red);
  background: rgba(200,16,46,.15);
  border: 1px solid rgba(200,16,46,.3);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 20px;
}
.sp-eyebrow-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand-red);
  box-shadow: 0 0 6px var(--brand-red);
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.8); }
}

.sp-hero-title,
.sp-hero-h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -.02em;
}
.sp-hero-highlight {
  background: linear-gradient(135deg, #FF3356, var(--brand-red));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sp-hero-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,.7);
  max-width: 560px;
  margin-bottom: 32px;
}
.sp-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Hero right: icon tile */
.sp-hero-visual {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.sp-hero-icon-wrap {
  width: 200px;
  height: 200px;
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(200,16,46,.28), rgba(200,16,46,.08));
  border: 1.5px solid rgba(200,16,46,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow:
    0 0 60px rgba(200,16,46,.25),
    0 0 120px rgba(200,16,46,.1),
    inset 0 1px 0 rgba(255,255,255,.1);
  position: relative;
  animation: heroIconFloat 3.5s ease-in-out infinite;
}
@keyframes heroIconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    box-shadow: 0 0 60px rgba(200,16,46,.3), 0 0 130px rgba(200,16,46,.12), inset 0 1px 0 rgba(255,255,255,.12);
  }
  50% {
    transform: translateY(-18px) rotate(1deg);
    box-shadow: 0 28px 90px rgba(200,16,46,.45), 0 0 160px rgba(200,16,46,.22), inset 0 1px 0 rgba(255,255,255,.15);
  }
}
/* Override style.css keyframes to be bolder on service pages */
@keyframes crateFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%       { transform: translateY(-14px) rotate(-3deg) scaleX(1.02); }
}
@keyframes truckBounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-5px); }
}
@keyframes motionDash {
  0%   { transform: translateX(8px); opacity: .7; }
  100% { transform: translateX(-12px); opacity: 0; }
}
.sp-hero-icon-wrap::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 41px;
  background: linear-gradient(135deg, rgba(200,16,46,.6), transparent 50%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  pointer-events: none;
}
/* Rotating glow ring behind the tile */
.sp-hero-icon-wrap::after {
  content: '';
  position: absolute;
  inset: -16px;
  border-radius: 56px;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    rgba(200,16,46,.35) 15%,
    transparent 30%,
    transparent 70%,
    rgba(200,16,46,.2) 85%,
    transparent 100%
  );
  animation: iconRingRotate 5s linear infinite;
  z-index: -1;
  filter: blur(8px);
}
@keyframes iconRingRotate { to { transform: rotate(360deg); } }

/* ── Continuous icon-specific animations ── */

/* icon-pallet */
.sp-hero-icon-wrap .icon-pallet .crate {
  animation: crateFloat 2s cubic-bezier(.4,1.4,.5,1) infinite;
  transform-origin: center bottom;
  transform-box: fill-box;
}
.sp-hero-icon-wrap .icon-pallet .crate-shadow { animation: shadowGrow 2s ease-in-out infinite; }
.sp-hero-icon-wrap .icon-pallet .pallet-slat  { animation: slatGlow 2.5s ease-in-out infinite; }

/* icon-fulfilment */
.sp-hero-icon-wrap .icon-fulfilment .flap-l {
  animation: flapL 2s ease-in-out infinite;
  transform-origin: right center; transform-box: fill-box;
}
.sp-hero-icon-wrap .icon-fulfilment .flap-r {
  animation: flapR 2s ease-in-out infinite;
  transform-origin: left center; transform-box: fill-box;
}
.sp-hero-icon-wrap .icon-fulfilment .check { animation: drawCheck 2s ease-in-out infinite; stroke-dasharray: 40; stroke-dashoffset: 40; }
.sp-hero-icon-wrap .icon-fulfilment .spark   { animation: sparkPop 1.8s ease-out infinite; }
.sp-hero-icon-wrap .icon-fulfilment .spark-2 { animation: sparkPop 1.8s ease-out .3s infinite; }
.sp-hero-icon-wrap .icon-fulfilment .spark-3 { animation: sparkPop 1.8s ease-out .6s infinite; }

/* icon-transport */
.sp-hero-icon-wrap .icon-transport .wheel {
  animation: wheelSpin .9s linear infinite;
  transform-origin: center; transform-box: fill-box;
}
.sp-hero-icon-wrap .icon-transport .truck-body { animation: truckBounce .5s ease-in-out infinite; }
.sp-hero-icon-wrap .icon-transport .motion-line   { animation: motionDash 700ms linear infinite; }
.sp-hero-icon-wrap .icon-transport .motion-line-2 { animation: motionDash 700ms linear 230ms infinite; }
.sp-hero-icon-wrap .icon-transport .motion-line-3 { animation: motionDash 700ms linear 460ms infinite; }

/* icon-courier */
.sp-hero-icon-wrap .icon-courier .ring   { animation: ringSpin 4s linear infinite; transform-origin: center; transform-box: fill-box; }
.sp-hero-icon-wrap .icon-courier .ring-2 { animation: ringSpin 6s linear reverse infinite; transform-origin: center; transform-box: fill-box; }
.sp-hero-icon-wrap .icon-courier .bolt   { animation: boltStrike 2s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.sp-hero-icon-wrap .icon-courier .spark   { animation: sparkPop 1.6s ease-out infinite; }
.sp-hero-icon-wrap .icon-courier .spark-2 { animation: sparkPop 1.6s ease-out .25s infinite; }
.sp-hero-icon-wrap .icon-courier .spark-3 { animation: sparkPop 1.6s ease-out .5s infinite; }
.sp-hero-icon-wrap .icon-courier .spark-4 { animation: sparkPop 1.6s ease-out .75s infinite; }

/* icon-delivery */
.sp-hero-icon-wrap .icon-delivery .wheel {
  animation: wheelSpin .9s linear infinite;
  transform-origin: center; transform-box: fill-box;
}
.sp-hero-icon-wrap .icon-delivery .truck-body { animation: truckBounce .5s ease-in-out infinite; }
.sp-hero-icon-wrap .icon-delivery .pkg-group  { animation: pkgDeliver 2.5s ease-in-out infinite; }

/* icon-contract */
.sp-hero-icon-wrap .icon-contract .signature { animation: drawSig 2.5s ease-in-out infinite; stroke-dasharray: 50; stroke-dashoffset: 50; }
.sp-hero-icon-wrap .icon-contract .pen       { animation: penMove 2.5s ease-in-out infinite; }

/* icon-container */
.sp-hero-icon-wrap .icon-container .cable          { animation: cableSwing 2s ease-in-out infinite; transform-origin: top center; transform-box: fill-box; }
.sp-hero-icon-wrap .icon-container .container-body { animation: containerLift 2.5s ease-in-out infinite; }
.sp-hero-icon-wrap .icon-container .ridge          { animation: ridgeShine 2s ease-in-out infinite; }

/* icon-bulk */
.sp-hero-icon-wrap .icon-bulk .stack-a { animation: crateFloat 2s ease-in-out infinite; transform-box: fill-box; }
.sp-hero-icon-wrap .icon-bulk .stack-b { animation: crateFloat 2s ease-in-out .3s infinite; transform-box: fill-box; }
.sp-hero-icon-wrap .icon-bulk .stack-c { animation: crateFloat 2s ease-in-out .6s infinite; transform-box: fill-box; }

/* icon-overflow */
.sp-hero-icon-wrap .icon-overflow .arrow-curve { animation: arrowCurve 2s ease-in-out infinite; }

/* icon-shortterm (clock hands) — origin at clock centre (30,32) in 60×60 viewBox */
.sp-hero-icon-wrap .icon-shortterm .hand-sec {
  animation: wheelSpin 2s linear infinite;
  transform-origin: 30px 32px; transform-box: view-box;
}
.sp-hero-icon-wrap .icon-shortterm .hand-min {
  animation: wheelSpin 24s linear infinite;
  transform-origin: 30px 32px; transform-box: view-box;
}

/* icon-ptd */
.sp-hero-icon-wrap .icon-ptd .pallet-shuttle { animation: palletShuttle 2s ease-in-out infinite; }
.sp-hero-icon-wrap .icon-ptd .wheel {
  animation: wheelSpin .9s linear infinite;
  transform-origin: center; transform-box: fill-box;
}

/* ── Premium stats — individual glass cards ── */
.sp-hero-stats {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.sp-hero-stat {
  flex: 1;
  min-width: 110px;
  background: rgba(6,10,26,.72);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  padding: 22px 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 0 0 1px rgba(200,16,46,.18),
    0 8px 32px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.09),
    inset 0 -1px 0 rgba(200,16,46,.08);
  transition: transform 240ms, box-shadow 240ms;
}
.sp-hero-stat:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(200,16,46,.35),
    0 16px 48px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 30px rgba(200,16,46,.15);
}
/* Top red accent bar */
.sp-hero-stat::before {
  content: '';
  position: absolute;
  top: 0; left: 15%; right: 15%;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, rgba(200,16,46,.95), rgba(255,60,90,1), rgba(200,16,46,.95), transparent);
  border-radius: 0 0 3px 3px;
  animation: statTopGlow 2.5s ease-in-out infinite;
}
@keyframes statTopGlow {
  0%, 100% { opacity: .75; left: 20%; right: 20%; }
  50%       { opacity: 1;   left: 10%; right: 10%; }
}
/* Corner pulse dot */
.sp-hero-stat::after {
  content: '';
  position: absolute;
  top: 10px; right: 10px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--brand-red);
  box-shadow: 0 0 10px rgba(200,16,46,.9);
  animation: dotPulse 2s ease-in-out infinite;
}
/* Bottom shimmer sweep */
.sp-hero-stat > span:last-child {
  position: relative;
}
.sp-stat-value {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.025em;
  display: block;
  text-align: center;
}
.sp-stat-label {
  font-size: 0.63rem;
  font-weight: 600;
  color: rgba(255,255,255,.4);
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.35;
  display: block;
  margin-top: 1px;
}
/* Inset card shimmer on hover */
.sp-hero-stat::before,
.sp-hero-stat::after { pointer-events: none; }
@keyframes statsShimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ============================================================
   FEATURES SECTION
   ============================================================ */
.sp-features {
  background: linear-gradient(160deg, #f7f9ff 0%, #eef1f9 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.sp-features::before {
  content: '';
  position: absolute;
  top: -120px; right: -80px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(200,16,46,.07) 0%, transparent 70%);
  pointer-events: none;
}
.sp-features::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -60px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(10,31,68,.05) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Section header (shared defaults) ── */
.sp-section-header {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
.sp-eyebrow-sm {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 14px;
}
.sp-section-title {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -.025em;
  margin-bottom: 14px;
}
.sp-section-title span {
  background: linear-gradient(135deg, #ff6b6b, var(--brand-red));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sp-section-lead,
.sp-section-sub {
  font-size: 1rem;
  color: var(--slate);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── Grid ── */
.sp-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
  counter-reset: feat-card;
}

/* ── Card ── */
.sp-feat-card {
  background: #fff;
  border: 1px solid rgba(10,31,68,.08);
  border-radius: 24px;
  padding: 36px 30px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(10,31,68,.06);
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms, border-color 320ms;
  counter-increment: feat-card;
}
/* Ghost number badge */
.sp-feat-card::before {
  content: '0' counter(feat-card);
  position: absolute;
  top: 18px; right: 22px;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(10,31,68,.04);
  pointer-events: none;
  user-select: none;
}
/* Red top bar on hover */
.sp-feat-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-red), #ff6b6b, var(--brand-red));
  opacity: 0;
  transition: opacity 320ms;
}
.sp-feat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200,16,46,.2);
  box-shadow: 0 24px 56px rgba(10,31,68,.12), 0 6px 16px rgba(200,16,46,.08);
}
.sp-feat-card:hover::after { opacity: 1; }

/* ── Icon — matches mega menu .svc-icon, with continuous animation ── */
.sp-feat-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-red-soft) 0%, #FFF5F6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-red);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  transition: background 280ms cubic-bezier(.2,.8,.2,1), color 280ms, box-shadow 280ms, transform 280ms;
  animation: featIconGlow 3s ease-in-out infinite;
}
.sp-feat-card:nth-child(2) .sp-feat-icon { animation-delay: 1s; }
.sp-feat-card:nth-child(3) .sp-feat-icon { animation-delay: 2s; }

/* Halo behind icon — matches mega menu .svc-icon::before */
.sp-feat-icon::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.4), transparent 60%);
  opacity: 0;
  transition: opacity 280ms;
  pointer-events: none;
}
.sp-feat-card:hover .sp-feat-icon::before { opacity: 1; }

.sp-feat-icon svg {
  width: 28px; height: 28px;
  position: relative;
  z-index: 1;
  animation: featIconFloat 3s ease-in-out infinite;
}
.sp-feat-card:nth-child(2) .sp-feat-icon svg { animation-delay: 1s; }
.sp-feat-card:nth-child(3) .sp-feat-icon svg { animation-delay: 2s; }

/* On hover: goes full red — same as mega menu svc-card:hover .svc-icon */
.sp-feat-card:hover .sp-feat-icon {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
  color: #fff;
  box-shadow: 0 8px 22px -4px rgba(200,16,46,.55);
  transform: scale(1.05);
  animation: none;
}
.sp-feat-card:hover .sp-feat-icon svg { animation: none; }

/* Amber accent classes (same as mega menu) */
.sp-feat-icon .accent       { fill: var(--amber); transition: fill 280ms; }
.sp-feat-icon .accent-stroke { stroke: var(--amber); transition: stroke 280ms; }
.sp-feat-card:hover .sp-feat-icon .accent,
.sp-feat-card:hover .sp-feat-icon .accent-stroke { filter: brightness(1.15); }

/* Spark particles (same as mega menu) */
.sp-feat-icon .spark { opacity: 0; transform-origin: center; transform-box: fill-box;
                       animation: sparkPop 1.4s ease-out infinite; }
.sp-feat-icon .spark-2 { animation-delay: .25s; }
.sp-feat-icon .spark-3 { animation-delay: .5s; }
.sp-feat-icon .spark-4 { animation-delay: .75s; }

@keyframes featIconGlow {
  0%, 100% { box-shadow: 0 4px 14px rgba(200,16,46,.12); }
     50%   { box-shadow: 0 8px 28px rgba(200,16,46,.32); transform: scale(1.04); }
}
@keyframes featIconFloat {
  0%, 100% { transform: translateY(0)   scale(1); }
     50%   { transform: translateY(-4px) scale(1.08); }
}

/* ── Text ── */
.sp-feat-title {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: -.01em;
}
.sp-feat-desc {
  font-size: .885rem;
  color: var(--slate);
  line-height: 1.7;
  margin-bottom: 22px;
}

/* ── Check list ── */
.sp-feat-checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-top: 1px solid rgba(10,31,68,.07);
  padding-top: 18px;
}
.sp-feat-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .83rem;
  color: var(--slate);
  font-weight: 500;
}

/* ============================================================
   BENEFITS SECTION
   ============================================================ */
.sp-benefits {
  background: linear-gradient(160deg, #ffffff 0%, #f4f6fd 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.sp-benefits::before {
  content: '';
  position: absolute;
  top: -120px; right: -100px;
  width: 540px; height: 540px;
  background: radial-gradient(circle, rgba(200,16,46,.07) 0%, transparent 68%);
  pointer-events: none;
}
.sp-benefits::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -60px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(10,31,68,.05) 0%, transparent 68%);
  pointer-events: none;
}

.sp-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sp-two-col.reverse { direction: rtl; }
.sp-two-col.reverse > * { direction: ltr; }

.sp-benefits-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 14px;
}
.sp-benefits-title {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -.025em;
  line-height: 1.15;
  margin-bottom: 18px;
}
.sp-benefits-lead {
  font-size: 1rem;
  color: var(--slate);
  line-height: 1.75;
  margin-bottom: 32px;
}

/* Benefit list */
.sp-benefit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}
.sp-benefit-list li,
.sp-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid rgba(10,31,68,.08);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 2px 12px rgba(10,31,68,.05);
  transition: transform 260ms cubic-bezier(.2,.8,.2,1), box-shadow 260ms, border-color 260ms;
}
.sp-benefit-list li:hover,
.sp-benefit-item:hover {
  transform: translateX(6px);
  border-color: rgba(200,16,46,.25);
  box-shadow: 0 8px 32px rgba(10,31,68,.1);
  border-left: 3px solid var(--brand-red);
}
.sp-benefit-check {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 4px 12px rgba(200,16,46,.3);
}
.sp-benefit-check svg { display: block; }
.sp-benefit-body,
.sp-benefit-content { flex: 1; }
.sp-benefit-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  display: block;
  margin-bottom: 3px;
}
.sp-benefit-desc {
  font-size: 0.82rem;
  color: var(--slate);
  line-height: 1.55;
  display: block;
}

/* Benefits visual card */
.sp-benefits-visual {
  position: relative;
  z-index: 1;
}
/* Decorative glow behind the card */
.sp-benefits-visual::before {
  content: '';
  position: absolute;
  inset: -24px;
  border-radius: 52px;
  background: linear-gradient(135deg, rgba(200,16,46,.18), rgba(10,31,68,.14));
  filter: blur(32px);
  z-index: 0;
}
.sp-visual-card {
  background: linear-gradient(145deg, #060f24 0%, #0e2248 45%, #12082a 100%);
  border-radius: 32px;
  padding: 52px 44px 44px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow:
    0 60px 140px rgba(10,31,68,.55),
    0 20px 50px rgba(200,16,46,.18),
    inset 0 1px 0 rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.09);
  z-index: 1;
}
/* Red glow — top-right */
.sp-visual-card::before {
  content: '';
  position: absolute;
  top: -100px; right: -80px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(200,16,46,.4) 0%, transparent 65%);
  pointer-events: none;
}
/* Blue/purple glow — bottom-left */
.sp-visual-card::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(60,30,200,.25) 0%, transparent 65%);
  pointer-events: none;
}

/* Icon — centered, continuously floating */
.sp-visual-icon,
.sp-visual-card-icon {
  width: 84px; height: 84px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(200,16,46,.28) 0%, rgba(200,16,46,.12) 100%);
  border: 1px solid rgba(200,16,46,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
  animation: cardIconFloat 3s ease-in-out infinite;
}
@keyframes cardIconFloat {
  0%, 100% { transform: translateY(0);   box-shadow: 0 12px 36px rgba(200,16,46,.3); }
     50%   { transform: translateY(-10px); box-shadow: 0 22px 56px rgba(200,16,46,.55); }
}

/* Big gradient metric value — fixes the invisible £3–£15 */
.sp-visual-metric {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #ffffff 20%, rgba(255,255,255,.72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sp-visual-metric-val {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
  background: linear-gradient(135deg, #ffffff 20%, rgba(255,255,255,.72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sp-visual-metric-label,
.sp-visual-metric-lbl {
  font-size: 0.78rem;
  color: rgba(255,255,255,.42);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.sp-visual-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
  margin: 36px 0;
  position: relative;
  z-index: 1;
}

/* Glass stat sub-panels */
.sp-visual-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.sp-visual-stat {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: background 260ms, border-color 260ms;
}
.sp-visual-stat:hover {
  background: rgba(200,16,46,.12);
  border-color: rgba(200,16,46,.35);
}
.sp-visual-stat-val {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -.025em;
  display: block;
}
.sp-visual-stat-lbl {
  font-size: 0.68rem;
  color: rgba(255,255,255,.42);
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-top: 4px;
  line-height: 1.35;
  display: block;
}

/* ============================================================
   HOW IT WORKS (service page version)
   ============================================================ */
.sp-hiw {
  background: linear-gradient(160deg, #f0f4ff 0%, #e8edf8 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
/* Dot pattern */
.sp-hiw::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(10,31,68,.07) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
  pointer-events: none;
}
/* Ambient red blob */
.sp-hiw::after {
  content: '';
  position: absolute;
  top: -100px; right: -80px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(200,16,46,.08) 0%, transparent 68%);
  pointer-events: none;
}

.sp-hiw-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}
/* Connecting dashed line */
.sp-hiw-steps::before {
  content: '';
  position: absolute;
  top: 42px;
  left: calc(16.667% + 48px);
  right: calc(16.667% + 48px);
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(200,16,46,.35) 20%,
    rgba(200,16,46,.35) 80%,
    transparent 100%);
  pointer-events: none;
  z-index: 0;
}

/* Step card */
.sp-hiw-step {
  text-align: center;
  padding: 44px 28px 36px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(10,31,68,.07);
  box-shadow: 0 6px 28px rgba(10,31,68,.07);
  position: relative;
  overflow: hidden;
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms, border-color 320ms;
}
/* Card red top bar on hover */
.sp-hiw-step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-red), #ff6b6b, var(--brand-red));
  opacity: 0;
  transition: opacity 320ms;
}
.sp-hiw-step:hover {
  transform: translateY(-10px);
  border-color: rgba(200,16,46,.2);
  box-shadow: 0 28px 64px rgba(10,31,68,.13), 0 6px 16px rgba(200,16,46,.08);
}
.sp-hiw-step:hover::before { opacity: 1; }

/* Step number badge — larger, animated pulse ring */
.sp-hiw-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(200,16,46,.4);
  animation: hiwNumPulse 2.8s ease-in-out infinite;
}
.sp-hiw-step:nth-child(2) .sp-hiw-num { animation-delay: .9s; }
.sp-hiw-step:nth-child(3) .sp-hiw-num { animation-delay: 1.8s; }
/* Outer pulse ring */
.sp-hiw-num::before {
  content: '';
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 2px solid rgba(200,16,46,.25);
  animation: hiwRingPulse 2.8s ease-in-out infinite;
}
.sp-hiw-step:nth-child(2) .sp-hiw-num::before { animation-delay: .9s; }
.sp-hiw-step:nth-child(3) .sp-hiw-num::before { animation-delay: 1.8s; }

@keyframes hiwNumPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(200,16,46,.4); }
     50%   { box-shadow: 0 12px 36px rgba(200,16,46,.65), 0 0 0 10px rgba(200,16,46,.08); }
}
@keyframes hiwRingPulse {
  0%, 100% { transform: scale(1);   opacity: .6; }
     50%   { transform: scale(1.25); opacity: 0; }
}

.sp-hiw-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: -.01em;
}
.sp-hiw-desc {
  font-size: 0.875rem;
  color: var(--slate);
  line-height: 1.7;
}

/* ============================================================
   WHY WSUK STRIP (shared, compact)
   ============================================================ */
.sp-why {
  background: var(--navy);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.sp-why::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 80% 50%, rgba(200,16,46,.15) 0%, transparent 60%);
  pointer-events: none;
}
.sp-why-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  position: relative;
}
.sp-why-text h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 10px;
}
.sp-why-text p {
  font-size: 0.95rem;
  color: rgba(255,255,255,.65);
  max-width: 520px;
  line-height: 1.65;
}
.sp-why-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sp-why-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,.8);
}
.sp-why-badge svg { color: var(--brand-red); }
.sp-why-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

/* ============================================================
   CTA STRIP
   ============================================================ */
.sp-cta {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.sp-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,.07) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(0,0,0,.1) 0%, transparent 50%);
  pointer-events: none;
}
.sp-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
}
.sp-cta-text h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 10px;
}
.sp-cta-text p {
  font-size: 1rem;
  color: rgba(255,255,255,.8);
  max-width: 480px;
  line-height: 1.6;
}
.sp-cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.btn-cta-primary {
  background: #fff;
  color: var(--brand-red);
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 200ms, box-shadow 200ms;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  color: var(--brand-red-dark);
}
.btn-cta-phone {
  background: rgba(255,255,255,.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 200ms;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-cta-phone:hover {
  background: rgba(255,255,255,.22);
  color: #fff;
}

/* ============================================================
   RELATED SERVICES
   ============================================================ */
.sp-related {
  background: linear-gradient(160deg, #f4f6fd 0%, #eef1f9 100%);
  padding: 80px 0;
  position: relative;
}
.sp-related::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-red), #ff6b6b, var(--brand-red));
}

/* Icon tile inside sp-related cards — identical to .svc-icon in mega menu */
.icon-tile {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--brand-red-soft) 0%, #FFF5F6 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-red);
  transition: all 280ms cubic-bezier(.2,.8,.2,1);
  position: relative;
  overflow: hidden;
}
.icon-tile::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.4), transparent 60%);
  opacity: 0;
  transition: opacity 280ms;
  pointer-events: none;
}
.osvc-card:hover .icon-tile::before { opacity: 1; }
.icon-tile svg { width: 38px; height: 38px; overflow: visible; position: relative; z-index: 1; }
.osvc-card:hover .icon-tile {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
  color: #fff;
  box-shadow: 0 8px 22px -4px rgba(200,16,46,.55);
  transform: scale(1.05);
}
/* Amber accents */
.icon-tile .accent { fill: var(--amber); transition: fill 280ms; }
.icon-tile .accent-stroke { stroke: var(--amber); transition: stroke 280ms; }
.osvc-card:hover .icon-tile .accent,
.osvc-card:hover .icon-tile .accent-stroke { filter: brightness(1.15); }
/* Spark particles */
.icon-tile .spark { opacity: 0; transform-origin: center; transform-box: fill-box; }
.osvc-card:hover .icon-tile .spark { animation: sparkPop 1.4s ease-out infinite; }
.osvc-card:hover .icon-tile .spark-2 { animation-delay: .25s; }
.osvc-card:hover .icon-tile .spark-3 { animation-delay: .5s; }
.osvc-card:hover .icon-tile .spark-4 { animation-delay: .75s; }

/* Card header: icon + title in a row */
.osvc-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.osvc-card-header .osvc-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  transition: color 240ms;
}
.osvc-card:hover .osvc-card-header .osvc-card-title { color: var(--brand-red); }

/* Card footer + learn more link */
.osvc-card-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(10,31,68,.07);
}
.osvc-learn-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 700;
  color: var(--slate);
  transition: color 180ms, gap 180ms;
}
.osvc-card:hover .osvc-learn-link {
  color: var(--brand-red);
  gap: 10px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .sp-hero { padding: 70px 0 60px; }
  .sp-hero-inner { flex-direction: column; gap: 40px; }
  .sp-hero-visual { order: -1; }
  .sp-hero-icon-wrap { width: 140px; height: 140px; border-radius: 32px; }
  .sp-hero-icon-wrap::after { inset: -12px; border-radius: 44px; }
  .sp-feat-grid { grid-template-columns: 1fr 1fr; }
  .sp-two-col { grid-template-columns: 1fr; gap: 40px; }
  .sp-two-col.reverse { direction: ltr; }
  .sp-hiw-steps { grid-template-columns: 1fr; }
  .sp-hiw-steps::before { display: none; }
  .sp-why-inner { grid-template-columns: 1fr; }
  .sp-cta-inner { flex-direction: column; text-align: center; }
  .sp-cta-btns { justify-content: center; }
  .osvc-grid { grid-template-columns: 1fr 1fr !important; }
  .sp-why-text { text-align: center; }
  .sp-why-text p { max-width: 100%; margin: 0 auto; }
  .sp-why-badges { justify-content: center; }
  .sp-why-ctas { flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; }
}
@media (max-width: 640px) {
  .sp-hero { padding: 60px 0 48px; }
  .sp-feat-grid { grid-template-columns: 1fr; }
  .sp-hero-stats { border-radius: 16px; }
  .sp-hero-stat { padding: 16px 12px; min-width: 80px; }
  .sp-hero-stat-val, .sp-stat-value { font-size: 0.9rem; }
  .osvc-grid { grid-template-columns: 1fr !important; }
  .sp-related { padding: 60px 0; }
  .osvc-card { padding: 22px 18px 18px; }
}

/* ============================================================
   OVERVIEW / CONTENT SECTION  — premium light
   ============================================================ */
.sp-overview {
  background: linear-gradient(160deg, #f8faff 0%, #edf0fa 100%);
  position: relative;
  padding: 100px 0;
}
.sp-overview-inner {
  position: relative;
  z-index: 1;
}
.sp-overview-inner h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  color: var(--navy);
  margin-bottom: 22px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.03em;
}
/* Red accent bar above heading — sits as a sibling inside the inner div, not ::before */
.sp-overview-inner h2::before {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--brand-red), #ff6b6b);
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(200,16,46,.4);
}
.sp-overview-inner > p {
  color: #4a5568;
  line-height: 1.9;
  margin-bottom: 52px;
  font-size: 1.05rem;
}

/* Bullet grid */
.sp-overview-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

/* Premium feature chip */
.sp-overview-bullets li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -.01em;
  padding: 20px 24px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(10,31,68,.07);
  box-shadow: 0 4px 20px rgba(10,31,68,.07), 0 1px 4px rgba(10,31,68,.04);
  position: relative;
  overflow: hidden;
  transition: transform 300ms cubic-bezier(.2,.8,.2,1), box-shadow 300ms, border-color 300ms;
}
/* Red shimmer sweep on hover */
.sp-overview-bullets li::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(200,16,46,.05) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 300ms;
  border-radius: inherit;
  pointer-events: none;
}
.sp-overview-bullets li:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 52px rgba(10,31,68,.13), 0 4px 14px rgba(200,16,46,.1);
  border-color: rgba(200,16,46,.28);
}
.sp-overview-bullets li:hover::after { opacity: 1; }

/* Animated red checkmark badge */
.sp-overview-bullets li::before {
  content: '✓';
  flex-shrink: 0;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(200,16,46,.4);
  animation: checkPulse 3.5s ease-in-out infinite;
}
.sp-overview-bullets li:nth-child(2)::before { animation-delay: .6s; }
.sp-overview-bullets li:nth-child(3)::before { animation-delay: 1.2s; }
.sp-overview-bullets li:nth-child(4)::before { animation-delay: 1.8s; }
.sp-overview-bullets li:nth-child(5)::before { animation-delay: 2.4s; }
.sp-overview-bullets li:nth-child(6)::before { animation-delay: 3s; }

@keyframes checkPulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(200,16,46,.4); }
     50%   { box-shadow: 0 6px 22px rgba(200,16,46,.65), 0 0 0 6px rgba(200,16,46,.1); }
}

/* ============================================================
   FAQ SECTION  — premium light
   ============================================================ */
.sp-faq {
  background: linear-gradient(160deg, #ffffff 0%, #f4f6fd 100%);
  position: relative;
  overflow: hidden;
}
.sp-faq::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-red), #ff6b84, var(--brand-red));
  background-size: 200% 100%;
  animation: faqTopBar 3s linear infinite;
}
@keyframes faqTopBar {
  0%   { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}
.sp-faq .sp-section-header { padding-top: 4px; }
.sp-faq .sp-eyebrow-sm {
  color: var(--brand-red);
  background: rgba(200,16,46,.08);
  border-color: rgba(200,16,46,.2);
}
.sp-faq .sp-section-title { color: var(--navy); }
.sp-faq .sp-section-sub   { color: #4a5568; }
.sp-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sp-faq-item {
  background: #fff;
  border: 1px solid rgba(10,31,68,.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(10,31,68,.05);
  transition: border-color 220ms, box-shadow 220ms, transform 220ms;
}
.sp-faq-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(10,31,68,.09);
}
.sp-faq-item[open] {
  border-color: rgba(200,16,46,.3);
  box-shadow: 0 4px 20px rgba(200,16,46,.1), 0 1px 4px rgba(10,31,68,.06);
}
.sp-faq-q {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 1.4;
  user-select: none;
}
.sp-faq-q::after {
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(200,16,46,.1);
  color: var(--brand-red);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 220ms, background 220ms;
}
.sp-faq-item[open] .sp-faq-q::after {
  transform: rotate(45deg);
  background: var(--brand-red);
  color: #fff;
}
.sp-faq-q::-webkit-details-marker { display: none; }
.sp-faq-a {
  padding: 0 26px 24px;
  border-top: 1px solid rgba(10,31,68,.07);
  background: rgba(247,249,255,.6);
}
.sp-faq-a p {
  color: #4a5568;
  font-size: 0.96rem;
  line-height: 1.8;
  margin: 18px 0 0;
}

@media (max-width: 768px) {
  .sp-overview-bullets { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .sp-faq-q { padding: 18px 20px; font-size: 0.92rem; }
  .sp-faq-a { padding: 0 20px 20px; }
  .sp-overview-bullets { grid-template-columns: 1fr; }
}

/* ============ AREAS WE SERVE ============ */
.sp-areas { background: var(--bg-alt); border-top: 1px solid var(--line); }
.sp-areas-head { text-align: center; margin-bottom: 36px; }
.sp-areas-head .section-title { margin-bottom: 10px; }
.sp-areas-lead { font-size: 1rem; color: var(--slate); max-width: 600px; margin: 0 auto; }
.sp-areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.sp-area-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  transition: border-color 180ms, color 180ms, background 180ms;
  white-space: nowrap;
}
.sp-area-tag:hover { border-color: var(--brand-red); color: var(--brand-red); background: rgba(200,16,46,.04); }
.sp-area-tag svg { flex-shrink: 0; color: var(--brand-red); }
@media (max-width: 640px) {
  .sp-areas-grid { gap: 8px; }
  .sp-area-tag { font-size: 0.82rem; padding: 7px 13px; }
}
