*{box-sizing:border-box}
:root{
  --bg:#080d13;--panel:#101820;--panel2:#0b1219;--line:#34404a;
  --red:#f21d25;--text:#f5f5f5;--muted:#b9bcc0;
}
html{scroll-behavior:smooth}
body{
    margin:0;
    background:#f4f6f9;
    color:var(--text);
    font-family:Inter,Arial,sans-serif;
    min-height:100vh;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1405px,calc(100% - 48px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header{
  position:sticky;top:0;z-index:50;background:rgba(3,7,11,.96);
  border-bottom:1px solid #27313a;backdrop-filter:blur(10px)
}
.nav-wrap{height:84px;display:flex;align-items:center;gap:34px}
.brand{flex:0 0 230px}
.brand img{width:200px;height:auto}
.main-nav{display:flex;align-items:stretch;gap:52px;height:100%;margin-left:auto}
.main-nav a{display:flex;align-items:center;position:relative;font-size:17px}
.main-nav a:hover,.main-nav a.active{color:var(--red)}
.main-nav a.active:after{content:"";position:absolute;height:3px;background:var(--red);left:0;right:0;bottom:17px}
.header-actions{display:flex;align-items:center;gap:28px;margin-left:24px}
.phone{white-space:nowrap;font-size:17px}.phone .icon{margin-right:8px}
.account{height:46px;min-width:188px;border:1px solid var(--red);border-radius:8px;display:flex;align-items:center;justify-content:center;gap:12px}
.person-icon{font-size:22px}.chev{font-size:20px}
.menu-toggle{display:none;background:none;border:0;padding:10px}
.menu-toggle span:not(.sr-only){display:block;width:27px;height:2px;background:white;margin:6px 0}

.hero{padding-top:18px;padding-bottom:20px}
.hero-heading{text-align:center}
.hero-heading h1{font-size:46px;color:#111827;margin:0;font-weight:800;letter-spacing:-1.3px}
.hero-heading h1 span{color:var(--red)}
.hero-heading p{font-size:20px;color:#4B5563;margin:10px 0 9px}
.heading-line{height:12px;display:flex;justify-content:center;align-items:center;gap:7px}
.heading-line i{display:block;width:27px;height:4px;background:var(--red)}
.heading-line b{display:block;width:9px;height:9px;background:var(--red);transform:rotate(45deg)}

.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:5px}
.feature-card{border-radius:17px;overflow:hidden;min-width:0;transition:.2s transform,.2s box-shadow}
.feature-card img{width:100%;height:100%;object-fit:fill}
.feature-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(0,0,0,.35)}

.action-panel{
  margin-top:18px;border:1px solid #34404a;border-radius:15px;
  background:linear-gradient(135deg,rgba(19,29,37,.94),rgba(8,14,20,.96));
  display:grid;grid-template-columns:1fr 1.02fr;padding:18px 24px;gap:34px
}
.vehicle-lookup{padding-right:34px;border-right:1px solid #44505a}
.panel-title{display:flex;align-items:center;gap:14px}
.panel-title h2{font-size:21px;margin:0 0 5px;font-weight:800}
.panel-title p{margin:0;color:#c3c6ca;font-size:15px}
.panel-icon{color:var(--red);font-size:38px;line-height:1}
.lookup-form{margin-top:14px}
.plate{height:63px;display:grid;grid-template-columns:45px 1fr 187px;border:2px solid #f4aa00;border-right:0;border-radius:9px;overflow:hidden;background:white}
.gb{background:#0645c8;color:#ffd700;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px}
.gb .stars{letter-spacing:-1px;line-height:1}.gb strong{font-size:15px;margin-top:3px}
.plate input{border:0;outline:0;padding:0 18px;font-size:21px;text-transform:uppercase;min-width:0}
.plate button{border:0;background:linear-gradient(#fc2228,#e81017);color:white;font-weight:700;cursor:pointer}
.helper{font-size:13px;color:#bfc2c6;margin:11px 4px}
.lookup-result,.booking-result{min-height:0;font-size:13px;color:#fff;margin-top:8px}
.lookup-result.success,.booking-result.success{padding:8px 10px;border:1px solid #1a8a37;border-radius:6px;background:rgba(26,138,55,.16)}
.lookup-result.error,.booking-result.error{padding:8px 10px;border:1px solid #d93036;border-radius:6px;background:rgba(217,48,54,.14)}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px}
.trust-row>div{text-align:center;border-right:1px solid #46515b}
.trust-row>div:last-child{border-right:0}
.trust-row span{display:grid;place-items:center;width:52px;height:52px;border:1px solid var(--red);border-radius:50%;margin:0 auto;color:var(--red);font-size:24px}
.trust-row p{margin:6px 0 0;color:#d1d3d6;font-size:15px;line-height:1.35}

.booking-form{margin-top:13px;display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}
.booking-form label{display:block}
.booking-form select,.booking-form input{
  width:100%;height:48px;border:1px solid #35424d;border-radius:7px;background:#0c131a;color:#e6e8ea;padding:0 15px;outline:none;
  color-scheme:dark
}
.booking-form select:focus,.booking-form input:focus{border-color:#697681}
.book-button{grid-column:1/-1;height:49px;border:0;border-radius:7px;color:white;background:linear-gradient(#fb2227,#e91118);font-weight:800;cursor:pointer;font-size:16px}
.book-button span{font-size:23px;margin-right:16px}
.booking-benefits{display:flex;justify-content:space-between;margin-top:15px;color:white;font-size:15px}
.booking-benefits span{white-space:nowrap}.booking-benefits em{font-style:normal;color:#c5c8cb;margin-left:7px}

.benefits{border-top:1px solid var(--red);border-bottom:1px solid #2a333b;padding:22px 0;background:rgba(7,12,17,.52)}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:45px}
.benefit-grid article{display:flex;align-items:center;gap:20px}
.big-icon{font-size:43px;color:var(--red);filter:grayscale(1) sepia(1) saturate(8) hue-rotate(325deg)}
.benefit-grid h3{font-size:15px;margin:0 0 8px;font-weight:500}
.benefit-grid p{font-size:14px;margin:0;color:#b7babd}

footer{padding:18px 0 23px;background:rgba(5,9,13,.65)}
.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#c1c4c7;font-size:13px}
.footer-grid p{margin:0}
.footer-grid nav{display:flex;align-items:center;gap:14px}
.footer-grid nav i{height:18px;width:1px;background:#5b6269}
.socials{display:flex;justify-content:flex-end;gap:11px}
.socials a{width:30px;height:30px;border:1px solid #d5d8da;border-radius:50%;display:grid;place-items:center;font-weight:700}

@media(max-width:1200px){
  .nav-wrap{gap:20px}.main-nav{gap:25px}.header-actions{gap:15px;margin-left:5px}
  .phone{display:none}.brand{flex-basis:190px}.brand img{width:180px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .action-panel{grid-template-columns:1fr}.vehicle-lookup{border-right:0;border-bottom:1px solid #44505a;padding:0 0 25px}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:850px){
  .container{width:min(100% - 28px,1405px)}
  .nav-wrap{height:74px}
  .menu-toggle{display:block;margin-left:auto}
  .main-nav{
    display:none;position:absolute;top:74px;left:0;right:0;height:auto;background:#070b10;
    flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 18px;border-bottom:1px solid #333
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:14px 6px}.main-nav a.active:after{bottom:5px;left:6px;right:auto;width:46px}
  .header-actions{display:none}
  .hero-heading h1{font-size:36px}.hero-heading p{font-size:17px}
  .action-panel{padding:17px}
  .booking-benefits{flex-wrap:wrap;gap:10px}
  .footer-grid{grid-template-columns:1fr;text-align:center;gap:18px}
  .footer-grid nav{justify-content:center;flex-wrap:wrap}.socials{justify-content:center}
}

@media(max-width:620px){
  .feature-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }
  .feature-card{
    aspect-ratio:1/1;
    border-radius:12px;
  }
  .feature-card img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .container{width:min(100% - 20px,1405px)}
  .brand img{width:172px}
  .hero{padding-top:15px}.hero-heading h1{font-size:29px;letter-spacing:-.6px}.hero-heading p{font-size:15px}
  .feature-card{border-radius:14px}
  .action-panel{margin-top:14px;padding:15px 12px;gap:22px}
  .panel-title h2{font-size:18px}.panel-title p{font-size:13px}.panel-icon{font-size:31px}
  .plate{grid-template-columns:42px minmax(0,1fr) 105px;height:57px}
  .plate input{font-size:16px;padding:0 10px}.plate button{font-size:13px}
  .trust-row{gap:2px}.trust-row span{width:43px;height:43px;font-size:19px}.trust-row p{font-size:12px}
  .booking-form{grid-template-columns:1fr}
  .book-button{grid-column:auto}
  .booking-benefits{display:grid;grid-template-columns:1fr 1fr;font-size:13px}
  .benefit-grid{grid-template-columns:1fr;gap:23px}.benefits{padding:25px 0}
  .footer-grid nav i{display:none}.footer-grid nav{gap:10px 18px}
}
@media(max-width:380px){
  .hero-heading h1{font-size:25px}
  .plate{grid-template-columns:38px minmax(0,1fr) 88px}.plate button{font-size:11px}
  .booking-benefits{grid-template-columns:1fr}
}
