@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

/* ================= ROOT ================= */
:root{
  --blue:#071a34;
  --blue2:#041225;
  --panel:rgba(6,18,40,0.82);
  --panel2:rgba(9,28,60,0.82);
  --text:#E9F0FF;
  --muted:rgba(233,240,255,0.78);
  --yellow:#F2C300;
  --border:rgba(242,195,0,0.55);
  --shadow:0 18px 46px rgba(0,0,0,0.35);
  --radius:18px;
}

/* ================= BASE ================= */
*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 800px at 20% 0%, rgba(10,58,120,0.55), transparent 60%),
    radial-gradient(900px 700px at 90% 10%, rgba(242,195,0,0.18), transparent 55%),
    linear-gradient(180deg, #041225 0%, #061a34 45%, #07101e 100%);
}

a{color:inherit;text-decoration:none}
.container{max-width:1160px;margin:0 auto;padding:0 18px}

/* ================= SKIP ================= */
.skip{position:absolute;left:-999px;top:auto}
.skip:focus{
  left:18px;top:18px;
  background:#fff;color:#000;
  padding:10px;border-radius:10px;
  z-index:9999;
}

/* ================= HEADER ================= */
.site-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(8,14,24,0.92);
  border-bottom:2px solid var(--yellow);
  backdrop-filter:blur(10px);
}

.navwrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}

/* Brand */
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
}
.brandlogo{
  height:46px;
  border-radius:10px;
}
.brandtext{letter-spacing:.2px}

/* Nav */
.nav{
  display:flex;
  gap:18px;
  align-items:center;
}
.nav a{
  font-weight:800;
  padding:10px 12px;
  border-radius:12px;
}
.nav a:hover{
  background:rgba(242,195,0,0.10);
  outline:1px solid rgba(242,195,0,0.22);
}

/* CTA */
.cta{
  display:flex;
  gap:10px;
  align-items:center;
  z-index:1001;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
  transition:.15s;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(180deg,#ffe26a,var(--yellow));
  color:#0b1220;
}
.btn-outline{
  border:2px solid var(--border);
  background:transparent;
  color:var(--text);
}

/* Burger */
.burger{
  display:none;
  width:44px;height:44px;
  border-radius:12px;
  border:2px solid var(--border);
  background:rgba(255,255,255,0.04);
  cursor:pointer;
  z-index:2002;
}
.burger span{
  display:block;
  height:2px;
  background:var(--text);
  margin:6px 10px;
}

/* Backdrop */
.backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.55);
  z-index:2000;
}
body.menu-open{overflow:hidden}

/* ================= HERO ================= */
.hero{
  position:relative;
  min-height:620px;
  padding:80px 0;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom:2px solid rgba(242,195,0,0.25);
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("/assets/img/lorry.jpg") center/cover no-repeat;
  transform:scale(1.02);
  z-index:0;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(3,10,20,0.82) 0%,
    rgba(3,10,20,0.55) 55%,
    rgba(3,10,20,0.72) 100%
  );
  z-index:1;
}

.hero .container{
  position:relative;
  z-index:2;
}

.herogrid{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:32px;
}

/* Panels */
.panel{
  background:var(--panel);
  border:2px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px;
}

/* Hero text */
.h1{
  font-size:46px;
  line-height:1.05;
  margin:0 0 12px;
}
.lead{
  font-size:16px;
  line-height:1.6;
  color:var(--muted);
  max-width:60ch;
}

.hero-title-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
}
.hero-title-logo{
  max-width:120px;
  height:auto;
  opacity:.9;
}

/* Pills */
.pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:12px 0 14px;
}
.pill{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  padding:7px 10px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
}

/* Actions */
.actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

.tip{
  font-size:12px;
  color:var(--muted);
  margin-top:10px;
}

/* ================= TRUST BAR ================= */
.trustbar{
  background:rgba(8,14,24,0.65);
  border-top:1px solid rgba(242,195,0,0.22);
  border-bottom:1px solid rgba(242,195,0,0.22);
}
.trustinner{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
  padding:10px 0;
  font-weight:800;
}

/* ================= SECTIONS ================= */
.section{
  padding:42px 0;
}

.section.gravel{
  background:
    linear-gradient(180deg, rgba(4,18,37,0.85), rgba(4,18,37,0.92)),
    url("/assets/img/gravel.jpg") center/cover no-repeat;
}

/* Cards */
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:16px;
}
.card{
  background:var(--panel2);
  border:2px solid var(--border);
  border-radius:var(--radius);
  padding:16px;
  box-shadow:var(--shadow);
}
.card h3{margin:0 0 8px}
.card p{margin:0;color:var(--muted);font-size:13px}

/* ================= RESPONSIVE ================= */
@media (max-width: 980px){
  .herogrid{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
}

@media (max-width: 860px){
  .burger{display:block}

  .nav{
    position:fixed;
    top:74px;
    left:18px;
    right:18px;
    background:rgba(8,14,24,0.96);
    border:2px solid var(--border);
    border-radius:18px;
    padding:12px;
    display:none;
    flex-direction:column;
    gap:6px;
    z-index:2001;
  }
  .nav.open{display:flex}
  .nav a{padding:14px;text-align:center}
}

@media (max-width:720px){
  .brandtext{display:none}
  .h1{font-size:36px}
}




/* ================= FORM CARD FIX ================= */

.formcard{
  background:var(--panel2);
  border:2px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px;
}

.formcard label{
  display:block;
  font-weight:900;
  margin-bottom:10px;
}

/* Inputs */
.formcard input,
.formcard select,
.formcard textarea{
  width:100%;
  padding:11px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.95);
  color:#0e1116;
  font-size:14px;
  margin-bottom:10px;
  outline:none;
  transition:border .15s ease, box-shadow .15s ease;
}

/* Placeholder */
.formcard input::placeholder,
.formcard textarea::placeholder{
  color:#6b7280;
}

/* Focus */
.formcard input:focus,
.formcard select:focus,
.formcard textarea:focus{
  border-color:var(--yellow);
  box-shadow:0 0 0 2px rgba(242,195,0,0.25);
}

/* Textarea */
.formcard textarea{
  min-height:90px;
  resize:vertical;
}

/* Button */
.formcard .btn{
  width:100%;
  padding:12px 14px;
  margin-top:4px;
}

/* Small helper text */
.formcard .tip{
  font-size:12px;
  color:var(--muted);
  margin-top:8px;
}

/* Mobile spacing */
@media (max-width: 860px){
  .formcard{
    margin-top:20px;
  }
}
