:root{
  --yellow:#f2ca00;
  --yellow-strong:#ffd000;
  --black:#141414;
  --ink:#242424;
  --gray:#f5f5f5;
  --line:#e5e5e5;
  --muted:#666;
  --green:#20c767;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.45}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(1140px,92%);margin:0 auto}
.promo-bar{background:#131313;color:#ffe000;text-align:center;font-weight:800;font-size:13px;padding:8px 10px;letter-spacing:.015em}
.site-header{background:#fff;border-bottom:1px solid #ededed}
.site-header .container{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:25px;line-height:.96;color:#111}
.brand-mark{width:50px;height:46px;background:var(--yellow);position:relative;flex:0 0 auto}
.brand-mark:before{content:"";position:absolute;left:6px;top:3px;width:8px;height:8px;border-radius:50%;background:#222}
.brand small{display:block;font-size:11px;font-weight:700;color:#777;letter-spacing:.02em;margin-top:5px}
.header-track{font-size:13px;font-weight:800;color:#4b4b4b;border-bottom:2px solid var(--yellow);padding:7px 0}
.hero{position:relative;min-height:470px;display:grid;place-items:center;background:url('/images/do0c65YE5twO.jpg') center 52%/cover no-repeat;color:#fff;text-align:center;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55)}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:6px;background:var(--yellow)}
.hero .container{position:relative;z-index:1;max-width:900px;padding:56px 0}
.hero h1{margin:0 auto 15px;font-size:clamp(31px,4.6vw,54px);line-height:1.08;font-weight:900;text-shadow:0 2px 6px rgba(0,0,0,.25)}
.hero h2{margin:0 auto 28px;font-size:clamp(17px,2vw,24px);font-weight:800}
.wa-button{display:inline-flex;align-items:center;justify-content:center;min-width:260px;padding:15px 27px;border:0;border-radius:4px;background:#20c767;color:#fff;font-size:15px;font-weight:900;cursor:pointer;box-shadow:none}
.wa-button:hover{filter:brightness(.94)}
.section{padding:64px 0}
.section.soft{background:#f7f7f7}
.center-title{text-align:center;margin:0 auto 34px;max-width:820px}
.center-title h2{font-size:clamp(27px,3vw,37px);line-height:1.12;margin:0 0 8px;font-weight:900;color:#2a2a2a}
.center-title p{margin:0;color:#777;font-size:17px}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:880px;margin:0 auto}
.service-box{background:#fff;border:1px solid #e5e5e5;padding:30px 30px 28px;text-align:left;min-height:220px;box-shadow:0 4px 16px rgba(0,0,0,.035)}
.service-box .square{width:46px;height:46px;background:var(--yellow);display:grid;place-items:center;margin-bottom:19px;font-size:22px;font-weight:900}
.service-box h3{margin:0 0 9px;font-size:20px;color:#242424}
.service-box p{margin:0 0 18px;color:#686868;font-size:15px}
.service-box .small-cta{display:inline-flex;background:#111;color:#fff;padding:11px 16px;font-weight:900;font-size:12px;border-radius:2px}
.about-wrap{display:grid;grid-template-columns:1.08fr .92fr;gap:46px;align-items:center}
.about-photo{width:100%;aspect-ratio:1.55/1;object-fit:cover;object-position:center;border:1px solid #ddd}
.about-copy .micro{font-weight:800;font-size:14px;margin:0 0 8px;color:#333}
.about-copy h2{font-size:clamp(27px,3vw,39px);line-height:1.08;margin:0 0 16px;font-weight:900;text-transform:uppercase}
.about-copy .bar{height:5px;width:76px;background:var(--yellow);margin:0 0 21px}
.about-copy p{font-size:16px;color:#5d5d5d;margin:0 0 18px}
.dark-section{background:#202020;color:#fff;padding:58px 0}
.dark-section .center-title h2{color:#fff;font-size:32px}
.dark-section .center-title p{color:#c7c7c7}
.compliance-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.compliance{border:1px solid #3c3c3c;background:#181818;padding:28px}
.compliance h3{margin:0 0 12px;color:var(--yellow);font-size:22px}
.compliance p{margin:0;color:#dedede;font-size:15px}
.closing{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.closing img{width:100%;aspect-ratio:1.55/1;object-fit:cover;object-position:center}
.closing h2{font-size:clamp(28px,3vw,40px);line-height:1.08;margin:0 0 14px;font-weight:900}
.closing p{font-size:16px;color:#5d5d5d;margin:0 0 14px}
.site-footer{background:#111;color:#ddd;padding:36px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.15fr 1fr auto;gap:28px;align-items:center}
.site-footer .brand{color:#fff;font-size:20px}
.footer-links{display:flex;gap:10px 18px;flex-wrap:wrap;font-size:12px}
.footer-links a:hover{color:var(--yellow)}
.secure{width:270px;max-width:100%}
.copyright{text-align:center;color:#8d8d8d;font-size:11px;border-top:1px solid #2b2b2b;margin-top:25px;padding-top:18px}
.floating-wa{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#22c96a;color:#fff;font-weight:900;font-size:22px;z-index:80;box-shadow:0 8px 20px rgba(0,0,0,.25)}
.page-head{background:#202020;color:#fff;border-bottom:5px solid var(--yellow);padding:48px 0}
.page-head h1{font-size:40px;margin:0 0 8px}
.page-head p{margin:0;color:#d5d5d5}
.text-page{padding:48px 0 70px;max-width:900px}
.text-page h2{font-size:23px;margin:30px 0 10px}
.text-page p,.text-page li{font-size:16px;color:#505050}
.contact-card{margin-top:25px;border-left:5px solid var(--yellow);background:#f5f5f5;padding:22px 24px}
.contact-card strong{display:block;font-size:23px;margin-top:5px}
/* Tracking */
.tracking-body{background:#eef1f4;min-height:100vh}
.tracking-top{background:#161616;color:#fff;border-bottom:5px solid var(--yellow);padding:34px 0 44px}
.tracking-brand{font-weight:900;font-size:18px;margin-bottom:20px}
.gps-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #444;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.gps-pill i{width:8px;height:8px;border-radius:50%;background:#1dd36a;box-shadow:0 0 0 5px rgba(29,211,106,.12)}
.tracking-top h1{font-size:clamp(35px,5vw,54px);line-height:1.02;margin:13px 0 10px}
.tracking-top p{max-width:730px;color:#d4d4d4;font-size:16px;margin:0}
.track-search-card{max-width:900px;margin:-26px auto 24px;background:#fff;padding:27px;border:1px solid #ddd;box-shadow:0 10px 30px rgba(0,0,0,.08);position:relative;z-index:2}
.track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:13px;align-items:end}
.field label{display:block;font-size:12px;font-weight:900;margin:0 0 6px}
.field input,.field select,.field textarea{width:100%;border:1px solid #c9c9c9;border-radius:3px;padding:12px 12px;background:#fff;color:#222}
.track-submit{height:44px;background:#111;color:#fff;border:0;border-radius:3px;padding:0 22px;font-weight:900;cursor:pointer}
.track-message{min-height:20px;font-size:13px;color:#b42318;margin:10px 0 0}
.track-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:19px}
.track-feature{background:#f7f7f7;padding:14px 16px;border-left:4px solid var(--yellow)}
.track-feature strong{display:block;font-size:13px}
.track-feature span{display:block;color:#6a6a6a;font-size:12px;margin-top:3px}
.order-card{max-width:1040px;margin:0 auto 50px;background:#fff;border:1px solid #ddd;box-shadow:0 12px 34px rgba(0,0,0,.07);padding:28px}
.order-card[hidden]{display:none}
.order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;border-bottom:1px solid #e7e7e7;padding-bottom:20px}
.order-head h2{font-size:34px;margin:0}
.order-head p{margin:2px 0 0;color:#666}
.status-chip{display:inline-flex;padding:8px 12px;border-radius:999px;background:#fff4bd;color:#5a4900;border:1px solid #eed15d;font-size:12px;font-weight:900}
.stepper{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:start;margin:28px 0}
.step{text-align:center;font-size:11px;color:#999;min-width:78px}
.step i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e7e7e7;color:#777;font-style:normal;font-weight:900;margin:0 auto 7px}
.step.done,.step.current{color:#222;font-weight:800}
.step.done i{background:#111;color:#fff}.step.current i{background:var(--yellow);color:#111}
.step-line{height:3px;background:#ddd;margin-top:16px}.step-line.done{background:#111}
.details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.detail-box{border:1px solid #e2e2e2;padding:19px;background:#fff;min-height:130px}
.detail-box.driver{border-top:4px solid var(--yellow)}
.detail-box small{display:block;text-transform:uppercase;letter-spacing:.05em;color:#888;font-weight:900;font-size:10px}
.detail-box h3{font-size:20px;margin:6px 0 5px}
.detail-box p{font-size:13px;color:#666;margin:0}
.plate{display:inline-block;border:2px solid #222;border-radius:3px;background:#eee;padding:4px 9px;font-family:monospace;font-weight:900;letter-spacing:.08em;margin-top:10px}
.map-card{border:1px solid #e2e2e2;margin-top:14px;padding:19px}
.map-card h3{margin:0 0 4px}.map-card p{margin:0 0 12px;color:#666;font-size:12px}
#mapFrame{width:100%;height:320px;border:0;background:#eee}
.action-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px}
.action-btn{border:1px solid #cfcfcf;background:#fff;padding:11px 13px;border-radius:3px;font-weight:800;cursor:pointer}
.action-btn.primary{background:#111;color:#fff;border-color:#111}.action-btn.danger{color:#b42318;border-color:#e8b3ad;background:#fff7f6}
.request-list{margin-top:18px;border-top:1px solid #eee;padding-top:13px}
.request-item{display:flex;justify-content:space-between;gap:14px;background:#f7f7f7;padding:9px 11px;margin-top:7px;font-size:12px}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.67);display:grid;place-items:center;padding:20px;z-index:200}
.modal[hidden]{display:none}.modal-card{width:min(640px,100%);max-height:90vh;overflow:auto;background:#fff;padding:28px;position:relative}
.modal-close{position:absolute;right:10px;top:8px;border:0;background:#eee;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:20px}
.ctr-head{text-align:center;border-bottom:3px solid #111;padding-bottom:16px}.ctr-head h2{margin:4px 0}.ctr-head span{color:#806c00;font-weight:900}
.ctr-row{display:grid;grid-template-columns:160px 1fr;gap:16px;border-bottom:1px solid #eee;padding:11px 0;font-size:13px}.ctr-row strong{text-align:right}.verified{background:#ecfdf3;color:#067647;border:1px solid #a9e7c1;padding:11px;text-align:center;font-weight:900;margin-top:15px}
.action-modal p{color:#555}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}
/* Admin */
.admin-body{background:#f2f3f4;min-height:100vh}
.admin-login{width:min(430px,92%);margin:90px auto;background:#fff;border:1px solid #ddd;padding:30px;box-shadow:0 12px 35px rgba(0,0,0,.08)}
.admin-login h1{margin:0 0 8px}.admin-login p{color:#666}
.admin-login input{width:100%;padding:12px;border:1px solid #bbb;margin:8px 0 10px}
.admin-button{border:0;background:#111;color:#fff;padding:12px 16px;font-weight:900;cursor:pointer}.admin-button.light{background:#fff;color:#111;border:1px solid #ccc}.admin-button.danger{background:#9f1f16}
.admin-shell{width:min(1220px,94%);margin:30px auto 70px}.admin-shell[hidden]{display:none}
.admin-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.admin-top h1{margin:0}.admin-actions{display:flex;gap:8px}
.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.summary-card{background:#fff;border:1px solid #ddd;padding:18px}.summary-card small{display:block;color:#777;font-weight:800}.summary-card strong{display:block;font-size:31px;margin-top:4px}
.admin-panel{background:#fff;border:1px solid #ddd;padding:22px;margin-top:15px}.admin-panel h2{margin:0 0 15px}
.order-form{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.order-form .span2{grid-column:span 2}.order-form .span4{grid-column:span 4}.order-form label{font-size:11px;font-weight:900}.order-form input,.order-form select{width:100%;border:1px solid #c9c9c9;padding:10px}
.admin-list{display:grid;gap:12px}.admin-order{border:1px solid #ddd;padding:16px}.admin-order-head{display:flex;justify-content:space-between;gap:18px;align-items:center}.admin-order-head h3{margin:0}.admin-order-head p{margin:3px 0 0;color:#777;font-size:12px}.admin-order-actions{display:flex;gap:7px}
.edit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:14px}.edit-grid label{font-size:10px;font-weight:900}.edit-grid input,.edit-grid select{width:100%;padding:9px;border:1px solid #ccc}.edit-grid .span2{grid-column:span 2}.edit-grid .span4{grid-column:span 4}
.admin-message{font-size:12px;min-height:18px;color:#b42318;margin-top:8px}
@media(max-width:850px){
  .site-header .container{min-height:68px}.brand{font-size:20px}.header-track{font-size:12px}
  .service-grid,.about-wrap,.closing,.compliance-grid,.footer-grid{grid-template-columns:1fr}
  .about-wrap,.closing{gap:26px}.footer-grid{text-align:center}.footer-links{justify-content:center}.secure{margin:auto}.brand{justify-content:center}.site-header .brand{justify-content:flex-start}
  .track-form{grid-template-columns:1fr 1fr}.track-submit{grid-column:1/-1}.details-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:1fr 1fr}.order-form,.edit-grid{grid-template-columns:1fr 1fr}.order-form .span4,.edit-grid .span4{grid-column:span 2}
}
@media(max-width:560px){
  .promo-bar{font-size:11px}.site-header .brand span:last-child{font-size:17px}.brand-mark{width:42px;height:39px}.header-track{display:none}
  .hero{min-height:410px}.hero h1{font-size:34px}.hero h2{font-size:17px}.wa-button{min-width:230px}.section{padding:50px 0}
  .track-form,.track-features{grid-template-columns:1fr}.order-head{flex-direction:column}.stepper{grid-template-columns:auto 22px auto 22px auto 22px auto;overflow-x:auto}.step{min-width:56px;font-size:9px}.step i{width:30px;height:30px}.step-line{margin-top:14px}.action-row{display:grid}.action-btn{width:100%}
  .summary-grid,.order-form,.edit-grid{grid-template-columns:1fr}.order-form .span2,.order-form .span4,.edit-grid .span2,.edit-grid .span4{grid-column:span 1}.admin-top,.admin-order-head{align-items:flex-start;flex-direction:column}.admin-actions,.admin-order-actions{width:100%;flex-wrap:wrap}.ctr-row{grid-template-columns:1fr;gap:4px}.ctr-row strong{text-align:left}
}
@media print{body *{visibility:hidden}.printable,.printable *{visibility:visible}.printable{position:absolute;inset:0;width:100%;max-height:none}.modal-close,.no-print{display:none!important}}
