
:root{
  --bg:#070a12;
  --panel:#0f1625;
  --panel2:#0c1220;
  --text:#e8eefc;
  --muted:#a8b3c9;
  --border:rgba(255,255,255,.10);
  --orange:#ff7a18;
  --blue:#173a67;
  --shadow: rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
  background: radial-gradient(1200px 700px at 20% -10%, rgba(255,122,24,.10), transparent 55%),
              radial-gradient(900px 500px at 90% 10%, rgba(23,58,103,.18), transparent 60%),
              var(--bg);
  color: var(--text);
}

a{color:var(--text)}
a:hover{color:#fff}
.wrap{width:min(1240px, 92%); margin:0 auto}

.header{
  position:sticky; top:0; z-index:40;
  background: rgba(7,10,18,.70);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand-logo{width:54px; height:auto}
.brand-name{font-weight:900; letter-spacing:.2px}
.brand-sub{font-size:12px; color:var(--muted); margin-top:2px}
.nav{display:flex; align-items:center; gap:14px; flex-wrap:wrap; justify-content:flex-end}
.nav a{color:var(--muted); text-decoration:none; font-weight:700}
.nav a:hover{color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  color: var(--text);
  text-decoration:none;
  font-weight:800;
  cursor:pointer;
}
.btn.small{padding:10px 14px; font-size:13px}
.btn.full{width:100%}
.btn.primary{
  border:0;
  background: linear-gradient(180deg, #ff8a2a, #ff6a00);
  color:#0b0f17;
}
.btn.primary:hover{filter:brightness(1.03)}
.btn.ghost{background:transparent}

.hero{position:relative; padding:56px 0 0; overflow:hidden}
.hero-bg{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(6,10,18,.92) 0%, rgba(6,10,18,.70) 45%, rgba(6,10,18,.40) 100%),
    linear-gradient(180deg, rgba(6,10,18,.10) 0%, rgba(6,10,18,.85) 100%),
    url("./assets/hero-truck.jpg");
  background-size: cover;
  background-position: center right;
  filter: contrast(1.06) saturate(.95) brightness(.92);
}
.hero-inner{position:relative; padding:48px 0 26px}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px; border-radius:999px;
  border:1px solid var(--border);
  background: rgba(0,0,0,.22);
  color: var(--muted);
  font-size:12px; letter-spacing:.7px;
  font-weight:900;
}
.pill .dot{width:8px; height:8px; border-radius:50%; background: var(--orange); box-shadow:0 0 0 3px rgba(255,122,24,.18)}
.accent{color:var(--orange)}
.hero h1{font-size:58px; line-height:1.02; margin:14px 0 12px; letter-spacing:-.5px}
.lead{color: var(--muted); font-size:16px; line-height:1.6; max-width:680px}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

.hero-strip{
  position:relative;
  display:grid; grid-template-columns:repeat(4,1fr); gap:10px;
  margin-top:18px; padding:12px;
  border:1px solid var(--border);
  border-radius:16px;
  background: rgba(7,10,18,.55);
  box-shadow: 0 24px 60px rgba(0,0,0,.30);
}
.strip-item{display:flex; gap:10px; align-items:center; padding:10px 12px; border-radius:14px; background: rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.06)}
.icon{width:34px; height:34px; border-radius:12px; display:grid; place-items:center; background: rgba(255,122,24,.10); border:1px solid rgba(255,122,24,.25)}
.strip-title{font-weight:900}
.strip-sub{color:var(--muted); font-size:13px; margin-top:2px}

.section{padding:44px 0}
h2{margin:0 0 14px; font-size:30px}
h3{margin:0 0 10px}
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:14px}
.grid2{display:grid; grid-template-columns:1fr 1fr; gap:14px}
.row2{display:grid; grid-template-columns: 1.55fr 0.85fr; gap:14px; align-items:start}
.card{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}
.card p{color:var(--muted)}
.media{margin-top:14px; border-radius:16px; overflow:hidden; border:1px solid rgba(255,255,255,.10)}
.media img{width:100%; display:block; filter: brightness(.98) contrast(1.05)}
.list{margin:12px 0 0; padding-left:18px; color: var(--muted)}
.list.small{font-size:14px}
.muted{color:var(--muted)}
.small{font-size:13px}

.driversCard{background: rgba(255,255,255,.96); color:#0b0f17}
.driversCard a{color:#0b0f17}
.driversTitle{font-weight:1000; letter-spacing:.2px; font-size:18px}
.driversTop{display:flex; align-items:flex-end; justify-content:space-between; gap:10px}
.scribble{color:#c35a00; font-weight:900; font-size:12px}
.payGrid{display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:14px}
.payBox{border:1px solid rgba(0,0,0,.10); border-radius:14px; padding:12px; text-align:center; background:#fff}
.payBig{font-size:28px; font-weight:1000; color:#0b0f17}
.paySub{font-size:12px; color:#3a455c; font-weight:900; margin-top:4px}
.rangeBox{margin-top:12px; border-radius:14px; padding:12px; background: rgba(255,122,24,.12); border:1px solid rgba(255,122,24,.30); text-align:center}
.rangeBig{font-weight:1000}
.rangeSub{font-size:12px; color:#3a455c; margin-top:4px}
.reqTitle{margin-top:14px; font-weight:1000}
.reqs .list{color:#3a455c}

.form label{display:block; margin:10px 0; color:var(--muted); font-weight:800; font-size:13px}
input, textarea{
  width:100%;
  padding:12px;
  margin-top:6px;
  border-radius:12px;
  border:1px solid var(--border);
  background: rgba(0,0,0,.18);
  color: var(--text);
  outline:none;
}
textarea{resize:vertical}
.hidden{display:none}
.form-status{margin-top:10px; font-size:13px}
.form-status.ok{color:#7CFFB2}
.form-status.bad{color:#ff7a7a}

.footer{border-top:1px solid var(--border); padding:26px 0 18px; background: rgba(0,0,0,.15)}
.footer-inner{display:grid; grid-template-columns: 1.2fr 1fr 1fr; gap:14px}
.footer-title{font-weight:1000}
.footer-bottom{margin-top:14px; padding-top:14px; border-top:1px solid var(--border); color:var(--muted); font-size:13px}

/* Responsive */
@media (max-width: 980px){
  .hero h1{font-size:44px}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .row2{grid-template-columns:1fr}
  .hero-strip{grid-template-columns:1fr 1fr}
  .footer-inner{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .nav a:not(.btn){display:none}
  .hero{padding:34px 0 0}
  .hero-inner{padding:26px 0 16px}
  .hero-strip{grid-template-columns:1fr}
  .hero h1{font-size:36px}
}

/* Careers */
select{
  width:100%;
  padding:12px;
  margin-top:6px;
  border-radius:12px;
  border:1px solid var(--border);
  background: rgba(0,0,0,.18);
  color: var(--text);
  outline:none;
}
.careerHero{position:relative; padding:42px 0 10px; overflow:hidden}
.careerHero-bg{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(6,10,18,.92) 0%, rgba(6,10,18,.72) 45%, rgba(6,10,18,.40) 100%),
    linear-gradient(180deg, rgba(6,10,18,.10) 0%, rgba(6,10,18,.85) 100%),
    url("./assets/hero-truck.jpg");
  background-size: cover;
  background-position: center right;
  filter: contrast(1.06) saturate(.95) brightness(.92);
}
.careerHero-inner{position:relative; display:grid; grid-template-columns:1.2fr .8fr; gap:16px; align-items:center; padding:34px 0 24px}
.careerTitle{font-size:54px; margin:0; color: var(--orange)}
.careerLead{color:var(--muted); margin:10px 0 0; line-height:1.6}
.careerHero-card{
  background: rgba(7,10,18,.60);
  border:1px solid var(--border);
  border-radius:18px;
  padding:16px;
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
}
.careerCardTitle{font-weight:1000; margin-bottom:10px}
.roleGrid{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:14px}
.roleChip{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  text-decoration:none;
  color: var(--text);
  font-weight:800;
  font-size:13px;
}
.roleChip:hover{border-color: rgba(255,122,24,.40)}
@media (max-width: 980px){
  .careerHero-inner{grid-template-columns:1fr}
  .careerTitle{font-size:40px}
}
