
:root{
  --navy:#06101f;
  --navy2:#0a1830;
  --blue:#0f65ff;
  --blue2:#17a8ff;
  --red:#ff1717;
  --orange:#ff7a00;
  --white:#fff;
  --silver:#dce5ef;
  --muted:#9da9b8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:#050b14;
  color:#fff;
}
.container{
  width:min(1180px,calc(100% - 34px));
  margin:auto;
}
a{text-decoration:none;color:inherit}
.utility-bar{
  background:#030914;
  border-bottom:1px solid rgba(20,117,255,.4);
}
.utility-inner{
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.utility-item{
  display:flex;
  gap:10px;
  align-items:center;
  font-family:Oswald,sans-serif;
  font-size:14px;
  letter-spacing:.03em;
}
.utility-item:first-child{color:#6eb3ff}
.utility-item:nth-child(2){color:#fff}
.utility-item:nth-child(3){color:#ff3f2f}
.utility-phone{
  margin-left:auto;
  display:flex;
  flex-direction:column;
  line-height:1;
  text-align:right;
}
.utility-phone small{font-size:11px;color:#fff}
.utility-phone strong{
  font-family:Oswald,sans-serif;
  color:#ff1717;
  font-size:23px;
}
.main-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(5,12,24,.97);
  border-bottom:2px solid #0b57c7;
  box-shadow:0 8px 30px rgba(0,0,0,.35);
}
.nav-wrap{
  min-height:88px;
  display:flex;
  align-items:center;
  gap:28px;
}
.logo-link img{
  width:250px;
  display:block;
}
nav{
  margin-left:auto;
  display:flex;
  gap:28px;
}
nav a{
  font-size:14px;
  font-weight:700;
  color:#f2f5fa;
}
nav a:hover{color:#4aa0ff}
.call-btn,.text-btn,.submit-btn{
  display:inline-block;
  border-radius:9px;
  padding:14px 22px;
  font-family:Oswald,sans-serif;
  font-weight:700;
  text-align:center;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 8px 25px rgba(0,0,0,.3);
}
.call-btn{
  background:linear-gradient(180deg,#ff2626,#c90000);
  color:#fff;
}
.text-btn{
  background:linear-gradient(180deg,#1674ff,#0049b8);
  color:#fff;
}
.header-call{white-space:nowrap}
.menu-btn{
  display:none;
  margin-left:auto;
  background:none;
  border:1px solid #31547f;
  color:#fff;
  font-size:22px;
  border-radius:5px;
  padding:7px 11px;
}
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 76% 28%,rgba(245,73,14,.23),transparent 20%),
    radial-gradient(circle at 72% 50%,rgba(10,98,255,.28),transparent 32%),
    linear-gradient(115deg,#06101f 0%,#0b1e3e 48%,#1b0d13 100%);
}
.hero-grid-overlay{
  position:absolute;inset:0;
  opacity:.16;
  background-image:
  linear-gradient(rgba(60,130,255,.2) 1px,transparent 1px),
  linear-gradient(90deg,rgba(60,130,255,.2) 1px,transparent 1px);
  background-size:60px 60px;
}
.hero-content{
  position:relative;
  z-index:2;
  min-height:610px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:45px;
  align-items:center;
  padding:55px 0 65px;
}
.hero-logo{
  width:min(390px,85%);
  display:block;
  margin-bottom:22px;
}
.eyebrow{
  color:#dce8f8;
  font-family:Oswald,sans-serif;
  letter-spacing:.06em;
  font-size:15px;
  font-style:italic;
}
.hero h1{
  margin:12px 0 8px;
  font-family:Anton,sans-serif;
  font-size:clamp(58px,7vw,96px);
  line-height:.92;
  letter-spacing:.01em;
  font-style:italic;
  text-shadow:0 4px 0 rgba(0,0,0,.25);
}
.hero h1 span{
  color:#ff1616;
  text-shadow:0 2px 14px rgba(255,0,0,.25);
}
.subhead{
  font-family:Oswald,sans-serif;
  font-size:22px;
  font-style:italic;
  color:#fff;
}
.hero-badges{
  display:flex;
  gap:22px;
  margin:28px 0 24px;
  flex-wrap:wrap;
}
.hero-badges>div{
  min-width:120px;
  display:flex;
  align-items:center;
  gap:10px;
  padding-right:18px;
  border-right:1px solid #365579;
}
.hero-badges b{font-size:28px}
.hero-badges span{
  font-family:Oswald,sans-serif;
  font-weight:700;
  line-height:1.05;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-actions a{
  min-width:225px;
  font-size:18px;
  line-height:1.05;
}
.hero-actions strong{font-size:22px}
.hero-visual{
  min-height:420px;
  display:grid;
  place-items:center;
}
.truck-card{
  position:relative;
  width:100%;
  aspect-ratio:1.25/1;
  border-radius:28px;
  background:
    radial-gradient(circle at 70% 72%,rgba(255,110,0,.55),transparent 10%),
    linear-gradient(145deg,#0b1d3e,#122c57 52%,#250b0f 100%);
  border:1px solid #2588ff;
  box-shadow:0 0 50px rgba(0,102,255,.24),inset 0 0 50px rgba(0,0,0,.45);
  overflow:hidden;
}
.truck-card:before{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:15%;
  height:46%;
  background:linear-gradient(175deg,transparent 0 44%,#07101e 45% 60%,#1f2530 61%);
  transform:skewX(-8deg);
}
.truck-card:after{
  content:"";
  position:absolute;
  right:6%;
  bottom:18%;
  width:43%;
  height:40%;
  border-radius:16px 16px 8px 8px;
  background:
    linear-gradient(90deg,#0d1c35 0 60%,#28364b 61%),
    linear-gradient(#142c51,#0c1422);
  border:2px solid #8ba1bd;
  box-shadow:0 12px 30px rgba(0,0,0,.5);
}
.truck-card img{
  position:absolute;
  z-index:3;
  width:65%;
  left:7%;
  top:28%;
}
.truck-copy{
  position:absolute;
  z-index:4;
  right:5%;
  top:8%;
  font-family:Oswald,sans-serif;
  font-size:28px;
  font-style:italic;
  line-height:1;
  transform:rotate(-4deg);
}
.truck-lights{
  position:absolute;
  z-index:5;
  right:8%;
  bottom:24%;
  width:52px;
  height:24px;
  background:#fff4a9;
  border-radius:50%;
  box-shadow:0 0 12px #fff,0 0 30px #ffb000,0 0 55px #ff5a00;
}
.section-dark{
  background:linear-gradient(180deg,#071324,#08111d);
  border-top:1px solid #1d5faa;
  border-bottom:1px solid #1d5faa;
}
.section-heading{
  padding-top:52px;
  margin-bottom:26px;
}
.section-heading p,.small-label{
  margin:0 0 5px;
  color:#ff3427;
  font-family:Oswald,sans-serif;
  font-weight:700;
  letter-spacing:.08em;
}
.section-heading h2,
.promo-copy h2,
.request-copy h2,
.area-copy h2,
.about-grid h2{
  margin:0;
  font-family:Anton,sans-serif;
  font-style:italic;
  letter-spacing:.02em;
}
.section-heading h2{font-size:44px}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding-bottom:55px;
}
.service-card{
  background:linear-gradient(180deg,#081a32,#07101d);
  border:1px solid #1376e6;
  border-radius:14px;
  padding:28px;
  box-shadow:inset 0 0 25px rgba(24,94,190,.08);
}
.service-icon{font-size:42px;margin-bottom:12px}
.service-card h3{
  margin:0 0 9px;
  font-family:Anton,sans-serif;
  font-style:italic;
  font-size:27px;
}
.service-card p{
  margin:0;
  color:#c8d0da;
  font-size:14px;
}
.promo-section{
  background:
    radial-gradient(circle at 15% 80%,rgba(255,20,20,.16),transparent 28%),
    linear-gradient(135deg,#0a1830,#07111e);
  padding:70px 0;
}
.promo-grid{
  display:grid;
  grid-template-columns:1fr .68fr;
  gap:50px;
  align-items:center;
}
.promo-copy h2{font-size:64px;color:#fff}
.promo-lead{font-size:18px;color:#cbd3df;max-width:640px}
.pay-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:24px 0 28px;
}
.pay-row span,.footer-payments span{
  border:1px solid #2a78d7;
  background:#0e2c59;
  padding:9px 12px;
  border-radius:6px;
  font-size:12px;
  font-weight:800;
}
.flyer-box{
  background:#111b2c;
  border:1px solid #398fff;
  padding:10px;
  border-radius:13px;
  box-shadow:0 18px 50px rgba(0,0,0,.38);
}
.flyer-box img{
  display:block;
  width:100%;
  border-radius:7px;
}
.flyer-box div{
  text-align:center;
  font-size:12px;
  font-weight:700;
  color:#56a1ff;
  padding:9px 0 2px;
}
.request-section{
  background:#050c17;
  padding:78px 0;
}
.request-grid{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:48px;
  align-items:start;
}
.request-copy h2{font-size:58px}
.request-copy p{color:#c9d0da}
.contact-number{
  font-family:Anton,sans-serif;
  color:#ff1919;
  font-size:42px;
  margin-top:18px;
}
.delivery-form{
  background:linear-gradient(180deg,#0b1b33,#07101c);
  border:1px solid #1580f4;
  border-radius:15px;
  padding:26px;
  box-shadow:0 0 40px rgba(0,102,255,.12);
}
.delivery-form label{
  display:block;
  margin-bottom:14px;
  font-size:12px;
  font-weight:700;
  color:#dbe4ef;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.delivery-form input,
.delivery-form select,
.delivery-form textarea{
  width:100%;
  margin-top:7px;
  border-radius:7px;
  border:1px solid #a9b4c1;
  background:#f8fafc;
  color:#0e1723;
  padding:13px 12px;
  font:inherit;
}
.submit-btn{
  width:100%;
  border:0;
  color:#fff;
  background:linear-gradient(180deg,#ff2727,#d90000);
  font-size:18px;
  cursor:pointer;
}
.service-area{
  background:linear-gradient(135deg,#081223,#0c1b35);
  border-top:1px solid #145aa9;
  padding:70px 0;
}
.area-grid{
  display:grid;
  grid-template-columns:.42fr 1.58fr;
  gap:42px;
  align-items:center;
}
.nj-card{
  min-height:280px;
  display:grid;
  place-items:center;
  align-content:center;
  border:1px solid #1e6fcc;
  border-radius:15px;
  background:#06111e;
}
.nj-shape{
  width:145px;
  height:210px;
  display:grid;
  place-items:center;
  background:linear-gradient(165deg,#ff2c2c 0 42%,#102240 43%);
  clip-path:polygon(46% 0,68% 7%,66% 20%,80% 32%,69% 50%,82% 61%,71% 78%,56% 100%,39% 91%,31% 75%,14% 66%,23% 47%,16% 33%,32% 19%);
  font-family:Anton,sans-serif;
  font-size:34px;
  color:#fff;
}
.nj-card p{
  margin:8px 0 0;
  font-family:Oswald,sans-serif;
  font-weight:700;
}
.area-copy h2{font-size:50px}
.town-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px 28px;
  margin-top:24px;
}
.town-grid span{color:#e9eef5}
.town-grid span::first-letter{color:#ff1616}
.area-note{color:#aab4c2;margin-top:25px}
.about-section{
  background:#f5f7fa;
  color:#111827;
  padding:75px 0;
}
.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
}
.about-grid h2{font-size:48px}
.about-grid>div:last-child{
  font-size:18px;
  color:#46505c;
}
footer{
  background:#030812;
  border-top:2px solid #0c72ff;
  padding:28px 0 85px;
}
.footer-top{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr 1.4fr;
  gap:24px;
  align-items:center;
}
.footer-top img{width:220px}
.footer-item{display:flex;flex-direction:column}
.footer-item b{font-size:14px}
.footer-item span{font-size:12px;color:#aab4c1}
.footer-payments{display:flex;gap:8px;flex-wrap:wrap}
.footer-bottom{
  border-top:1px solid #1b2d48;
  margin-top:25px;
  padding-top:18px;
  color:#8693a5;
  display:flex;
  justify-content:center;
  gap:18px;
  font-size:11px;
}
.mobile-callbar{display:none}

@media(max-width:950px){
  .utility-item{display:none}
  .utility-inner{justify-content:flex-end}
  .nav-wrap{min-height:76px}
  .logo-link img{width:190px}
  .header-call{display:none}
  .menu-btn{display:block}
  nav{
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    background:#07111f;
    padding:20px;
    flex-direction:column;
    gap:16px;
    border-bottom:1px solid #1d65ba;
  }
  nav.open{display:flex}
  .hero-content,
  .promo-grid,
  .request-grid,
  .area-grid,
  .about-grid{grid-template-columns:1fr}
  .hero-visual{min-height:360px}
  .service-grid{grid-template-columns:1fr}
  .town-grid{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1fr 1fr}
  .mobile-callbar{
    display:block;
    position:fixed;
    z-index:100;
    left:10px;
    right:10px;
    bottom:10px;
    background:linear-gradient(180deg,#ff2525,#d30000);
    color:#fff;
    text-align:center;
    padding:15px;
    border-radius:9px;
    font-family:Oswald,sans-serif;
    font-weight:700;
    box-shadow:0 12px 35px rgba(0,0,0,.45);
  }
}
@media(max-width:580px){
  .container{width:min(100% - 24px,1180px)}
  .utility-phone strong{font-size:19px}
  .hero-content{padding:42px 0 52px}
  .hero h1{font-size:50px}
  .hero-badges{gap:12px}
  .hero-actions{flex-direction:column}
  .hero-actions a{width:100%}
  .truck-card{aspect-ratio:1/1}
  .section-heading h2,
  .promo-copy h2,
  .request-copy h2,
  .area-copy h2,
  .about-grid h2{font-size:40px}
  .form-row{grid-template-columns:1fr}
  .town-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:center;text-align:center}
}
