/* 24 Hour Towing Queens - Design system */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;font-size:16px;line-height:1.65;color:#1a1a1a;background:#fff;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#dc2626;text-decoration:none;transition:color .15s ease}
a:hover{color:#7f1d1d}
h1,h2,h3,h4{line-height:1.2;font-weight:800;color:#0a0a0a}
h1{font-size:clamp(2rem,5vw,3.25rem);letter-spacing:-.02em}
h2{font-size:clamp(1.6rem,3.5vw,2.25rem);margin-bottom:1rem;letter-spacing:-.01em}
h3{font-size:1.25rem;margin-bottom:.5rem}
h4{font-size:1.1rem;margin-bottom:.5rem}
p{margin-bottom:1rem}
ul,ol{margin-bottom:1rem;padding-left:1.25rem}
li{margin-bottom:.25rem}

.skip-link{position:absolute;left:-9999px;top:0;background:#dc2626;color:#fff;padding:.75rem 1rem;z-index:9999;font-weight:700}
.skip-link:focus{left:0;color:#fff}

/* Container */
.wrap{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.wrap-narrow{max-width:880px;margin:0 auto;padding:0 1.25rem}

/* Top utility bar */
.utility{background:#fff;border-bottom:1px solid #eee;padding:.75rem 0}
.utility-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:900;font-size:1.15rem;color:#0a0a0a}
.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:#dc2626;color:#fff;border-radius:8px;font-size:1.2rem;font-weight:900}
.brand-text{letter-spacing:-.02em}
.brand-text span{color:#dc2626}
.utility-call{display:flex;align-items:center;gap:.85rem}
.utility-call .truck-icon{display:none;width:42px;height:42px;background:#fff;border:2px solid #0a0a0a;border-radius:50%;align-items:center;justify-content:center;font-size:1.4rem}
.utility-phone{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}
.utility-phone a{color:#0a0a0a;font-size:1.35rem;font-weight:900;letter-spacing:-.01em}
.utility-phone a:hover{color:#dc2626}
.utility-phone small{color:#dc2626;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-top:2px}
@media(min-width:640px){.utility-call .truck-icon{display:inline-flex}}

/* Main nav */
.mainnav{background:#0a0a0a;border-top:3px solid #dc2626}
.mainnav-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.mainnav ul{list-style:none;display:flex;flex-wrap:wrap;margin:0;padding:0;gap:0}
.mainnav li{margin:0}
.mainnav a{display:block;padding:1rem 1.1rem;color:#fff;font-weight:700;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;border-bottom:3px solid transparent;margin-bottom:-3px}
.mainnav a:hover,.mainnav a[aria-current="page"]{color:#dc2626;border-color:#dc2626}
.menu-toggle{display:none;background:transparent;color:#fff;border:none;padding:1rem 1.25rem;font-size:1.5rem;cursor:pointer}
@media(max-width:720px){
  .menu-toggle{display:block}
  .mainnav ul{display:none;width:100%;flex-direction:column}
  .mainnav.open ul{display:flex}
  .mainnav a{padding:.85rem 1.25rem;border-bottom:1px solid #1f1f1f;margin-bottom:0}
}

/* Hero */
.hero{background:#fff;padding:3rem 0 3.5rem;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
@media(min-width:900px){.hero-grid{grid-template-columns:1.1fr 1fr;gap:3rem}}
.hero h1{margin-bottom:1.25rem}
.hero h1 span{color:#dc2626}
.hero-lede{font-size:1.1rem;color:#3a3a3a;margin-bottom:1.5rem;max-width:34rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;margin-bottom:1.25rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.6rem;font-weight:800;font-size:1rem;letter-spacing:.02em;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:transform .1s ease,background .15s ease,color .15s ease}
.btn-primary{background:#dc2626;color:#fff;border-color:#dc2626}
.btn-primary:hover{background:#991b1b;color:#fff;transform:translateY(-1px)}
.btn-ghost{background:transparent;color:#0a0a0a;border-color:#0a0a0a}
.btn-ghost:hover{background:#0a0a0a;color:#fff}
.btn-lg{padding:1.15rem 2rem;font-size:1.1rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;font-size:.85rem;color:#555;font-weight:600}
.hero-trust span{display:inline-flex;align-items:center;gap:.35rem}
.hero-trust span::before{content:"✓";color:#dc2626;font-weight:900}
.hero-img{position:relative}
.hero-img img{border-radius:12px;box-shadow:0 20px 50px -20px rgba(0,0,0,.25)}
.hero-img .photo-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,#f7f7f7 0%,#ececec 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#999;font-weight:700;border:2px dashed #ddd;text-align:center;padding:2rem}

/* Sticky mobile call bar */
.mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#0a0a0a;border-top:3px solid #dc2626;padding:.65rem .75rem;z-index:200;gap:.5rem;justify-content:space-between;box-shadow:0 -10px 30px -10px rgba(0,0,0,.4)}
.mobile-bar a{flex:1;text-align:center;padding:.85rem .5rem;border-radius:6px;font-weight:800;font-size:.95rem;letter-spacing:.02em}
.mobile-bar .mb-call{background:#dc2626;color:#fff}
.mobile-bar .mb-text{background:transparent;color:#fff;border:2px solid #fff}
@media(max-width:760px){.mobile-bar{display:flex}body{padding-bottom:72px}}

/* Section base */
section{padding:3rem 0}
.section-dark{background:#0a0a0a;color:#fff}
.section-dark h2,.section-dark h3,.section-dark h4{color:#fff}
.section-gray{background:#f6f6f6}
.section-orange{background:#dc2626;color:#fff}
.section-orange h2,.section-orange h3{color:#fff}
.section-head{text-align:center;max-width:720px;margin:0 auto 2.5rem}
.eyebrow{display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#dc2626;margin-bottom:.5rem}
.section-head p{color:#555;font-size:1.05rem}
.section-dark .section-head p{color:#bbb}

/* Grids */
.grid{display:grid;gap:1.25rem}
.grid-2{grid-template-columns:1fr}
.grid-3{grid-template-columns:1fr}
.grid-4{grid-template-columns:1fr}
@media(min-width:680px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}

/* Cards */
.card{background:#fff;border:1px solid #eaeaea;border-radius:10px;padding:1.5rem;transition:border .15s ease,transform .1s ease}
.card:hover{border-color:#dc2626;transform:translateY(-2px)}
.card-icon{width:48px;height:48px;background:#fef2f2;color:#dc2626;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem;font-weight:900}
.card .price{display:block;color:#dc2626;font-weight:900;font-size:1.05rem;margin-top:.5rem}
.card a{font-weight:700}

/* Pricing table */
.pricing{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eaeaea}
.pricing-row{display:grid;grid-template-columns:1.4fr .8fr 1fr;align-items:center;padding:1.1rem 1.25rem;border-bottom:1px solid #f0f0f0;gap:1rem}
.pricing-row:last-child{border-bottom:none}
.pricing-row.head{background:#0a0a0a;color:#fff;font-weight:800;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase}
.pricing-row .price-amt{font-weight:900;font-size:1.1rem;color:#dc2626}
.pricing-row.head .price-amt{color:#fff}
@media(max-width:560px){.pricing-row{grid-template-columns:1fr;gap:.25rem}.pricing-row .price-amt{font-size:1.2rem}}

/* Steps */
.steps{display:grid;grid-template-columns:1fr;gap:1.5rem;counter-reset:step}
@media(min-width:760px){.steps{grid-template-columns:repeat(4,1fr)}}
.step{position:relative;padding:1.5rem 1.25rem 1.25rem;background:#fff;border:1px solid #eaeaea;border-radius:10px;counter-increment:step}
.step::before{content:counter(step);position:absolute;top:-18px;left:1.25rem;width:36px;height:36px;background:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem}

/* Coverage */
.coverage{display:grid;gap:1rem;grid-template-columns:1fr}
@media(min-width:780px){.coverage{grid-template-columns:1.1fr 1fr}}
.coverage-list{columns:2;column-gap:1.5rem}
.coverage-list a{display:block;padding:.35rem 0;color:#1a1a1a;font-weight:600;border-bottom:1px solid #eee}
.coverage-list a:hover{color:#dc2626;padding-left:.25rem}
@media(max-width:520px){.coverage-list{columns:1}}

/* FAQ */
.faq{display:grid;gap:1.25rem;grid-template-columns:1fr}
@media(min-width:780px){.faq{grid-template-columns:repeat(2,1fr)}}
.faq-item{background:#fff;border:1px solid #eaeaea;border-radius:10px;padding:1.25rem 1.5rem}
.faq-item h3{font-size:1.05rem;color:#0a0a0a;margin-bottom:.5rem}
.faq-item p{font-size:.97rem;color:#3a3a3a;margin-bottom:0}

/* Stat strip */
.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}
@media(min-width:760px){.stats{grid-template-columns:repeat(4,1fr)}}
.stat-num{display:block;font-size:2.25rem;font-weight:900;color:#dc2626;line-height:1;margin-bottom:.25rem}
.stat-label{font-size:.85rem;color:#bbb;letter-spacing:.06em;text-transform:uppercase;font-weight:700}

/* CTA banner */
.cta-banner{padding:3rem 0;text-align:center}
.cta-banner h2{font-size:clamp(1.6rem,4vw,2.5rem);margin-bottom:1rem}
.cta-banner p{font-size:1.1rem;margin-bottom:1.5rem;max-width:640px;margin-left:auto;margin-right:auto}
.cta-banner .btn{font-size:1.15rem;padding:1.2rem 2.2rem}
.section-orange .btn-primary{background:#0a0a0a;border-color:#0a0a0a}
.section-orange .btn-primary:hover{background:#fff;color:#dc2626}

/* Long-form prose */
.prose{max-width:780px;margin:0 auto}
.prose h2{margin-top:2rem;margin-bottom:1rem}
.prose h3{margin-top:1.5rem;font-size:1.2rem}
.prose p,.prose li{font-size:1rem;color:#2a2a2a}
.prose ul,.prose ol{margin-bottom:1.25rem}

/* Vehicle table */
.vehicles{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:680px){.vehicles{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.vehicles{grid-template-columns:repeat(3,1fr)}}
.vehicle{background:#fff;border:1px solid #eaeaea;border-radius:10px;padding:1.1rem 1.25rem}
.vehicle h4{margin-bottom:.35rem;color:#dc2626}

/* Footer */
footer{background:#0a0a0a;color:#bbb;padding:3rem 0 1.5rem;font-size:.92rem}
footer h4{color:#fff;font-size:.95rem;margin-bottom:.85rem;letter-spacing:.04em;text-transform:uppercase}
.foot-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}
@media(min-width:720px){.foot-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}
footer a{color:#bbb;display:block;padding:.2rem 0}
footer a:hover{color:#dc2626}
.foot-bottom{border-top:1px solid #1f1f1f;padding-top:1.25rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.82rem;color:#777}

/* Breadcrumbs */
.crumbs{padding:.85rem 0;background:#f6f6f6;font-size:.85rem;color:#666}
.crumbs a{color:#666;font-weight:600}
.crumbs a:hover{color:#dc2626}

/* Focus visible */
:focus-visible{outline:3px solid #dc2626;outline-offset:2px;border-radius:3px}

/* Tap targets */
.tel-link{font-weight:800;color:#dc2626}
.tel-link:hover{color:#7f1d1d}
