/* SP Logistics Services v9: production cleanup */
.services-v9-body .site-header{box-shadow:0 4px 18px rgba(12,47,57,.045)}
.services-hero{background:linear-gradient(135deg,#0c2f39 0%,#155263 100%);color:#fff}
.services-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:68px;align-items:center;padding-top:82px;padding-bottom:82px}
.services-eyebrow{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:.74rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px}
.services-eyebrow:before{content:"";width:34px;height:3px;border-radius:999px;background:#ffbb09}
.services-hero h1{margin:0 0 22px;max-width:820px;color:#fff;font-size:clamp(2.65rem,5.1vw,4.85rem);line-height:.98;letter-spacing:-.064em}
.services-hero h1:after{content:"";display:block;width:74px;height:5px;border-radius:999px;background:#ffbb09;margin-top:24px}
.services-lead{max-width:760px;color:rgba(255,255,255,.88);font-size:clamp(1.03rem,1.35vw,1.2rem);line-height:1.72;margin:0}
.services-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.services-hero-media{overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.24);background:#fff;box-shadow:0 28px 70px rgba(0,0,0,.24)}
.services-hero-media img{width:100%;aspect-ratio:16/9;object-fit:cover}
.services-answer-card{background:#fff;border:1px solid #d8e5ea;border-radius:24px;padding:34px;box-shadow:0 16px 38px rgba(12,47,57,.08)}
.services-answer-card h2{color:#155263;font-size:clamp(1.85rem,2.7vw,3rem);line-height:1.05;letter-spacing:-.04em;margin:0 0 14px}
.services-answer-card p{color:#344d58;font-size:1.06rem;line-height:1.72;margin:0}
.services-groups .card .mini{color:#155263}
.services-groups .card{min-height:230px}
.services-review .card{background:#fffdf6}
.services-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.services-detail-grid div{background:#fff;border:1px solid #d8e5ea;border-radius:18px;padding:20px;box-shadow:0 12px 28px rgba(12,47,57,.06)}
.services-detail-grid strong{display:block;color:#0c2f39;font-size:1rem;margin-bottom:7px}
.services-detail-grid span{color:#344d58;line-height:1.55}
.services-note{margin-top:22px;background:#fff8e7;border:1px solid rgba(255,187,9,.45);border-radius:18px;padding:20px;color:#344d58;box-shadow:0 10px 24px rgba(12,47,57,.05)}
.services-proof .card{min-height:180px}
.services-v9-body .cta-band{background:linear-gradient(135deg,#0c2f39,#155263)}
.services-v9-body .cta-band .btn:not(.primary){color:#0c2f39}
.services-v9-body .section-head h2{color:#155263}
.services-v9-body .faq-list{grid-template-columns:repeat(2,1fr)}
.services-v9-body .faq p{font-size:.98rem;line-height:1.62}
@media(max-width:980px){
  .services-hero-grid{grid-template-columns:1fr;gap:34px;padding-top:58px;padding-bottom:64px}
  .services-detail-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .services-hero h1{font-size:2.45rem}
  .services-actions .btn{width:100%}
  .services-detail-grid,.services-v9-body .faq-list{grid-template-columns:1fr}
  .services-answer-card{padding:24px}
}
