:root{
  --navy:#0b1b2d;
  --navy2:#081423;
  --steel:#d9d9d9;
  --panel:#f2f2f2;
  --panel2:#e7e7e7;
  --text:#0e0f12;
  --muted:#5c6773;
  --red:#b31b1b;
  --red2:#8f1313;
  --blue:#163a5f;
  --blue2:#102a45;
  --shadow: 0 12px 30px rgba(0,0,0,.22);
  --shadow2: 0 10px 22px rgba(0,0,0,.18);
  --radius: 10px;
  --radius2: 14px;
  --max: 1120px;
  --border: rgba(0,0,0,.16);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color:var(--text);
  background:#0a0f16;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{max-width:var(--max);margin:0 auto;padding:0 18px}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.45),
      rgba(0,0,0,.65)
    ),
    url("../img/navigation.jpg");
  background-size: cover;
  background-position: center;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.nav{
  display:flex; align-items:center; gap:18px;
  padding:14px 0;
}

.brand{
  display:flex; align-items:center; gap:12px; min-width:260px;
}
.brand .logo{
  width:52px;height:52px;border-radius:12px;
  background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}
.brand .name{
  line-height:1.05;
  font-weight:900;
  letter-spacing:.4px;
  color:#fff;
  text-transform:uppercase;
}
.brand .name .usa{color:#d12828}

.navlinks{
  display:flex; align-items:center; gap:22px; flex-wrap:wrap;
  font-weight:800; text-transform:uppercase; font-size:14px;
  color:rgba(255,255,255,.92);
}
.navlinks a{opacity:.92}
.navlinks a:hover{opacity:1;text-decoration:underline}
.navlinks a.active{opacity:1;border-bottom:2px solid rgba(209,40,40,.95); padding-bottom:3px}

.nav-cta{margin-left:auto}
.call-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  background:linear-gradient(180deg, var(--red), var(--red2));
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  box-shadow: var(--shadow2);
}
.call-btn:hover{filter:brightness(1.05)}
.call-btn small{opacity:.92;font-weight:800;text-transform:none}

.hero{
  position:relative;
  min-height:520px;
  background:
    radial-gradient(1200px 600px at 20% 25%, rgba(0,0,0,.12), rgba(0,0,0,.70)),
    url("../img/hero.jpg");
  background-size:cover;
  background-position:center;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.hero::after{
  content:"";
  position:absolute; inset:auto 0 0 0; height:86px;
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.45));
}

.hero-inner{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:24px;
  padding:56px 0 46px;
}

.hero-copy{
  color:#fff;
  text-shadow: 0 8px 30px rgba(0,0,0,.55);
}

.kicker{
  font-weight:900;
  text-transform:uppercase;
  opacity:.92;
  letter-spacing:.6px;
  margin-bottom:10px;
}

.h1{
  font-size:56px;
  line-height:1.0;
  margin:0 0 12px;
  font-weight:1000;
  letter-spacing:-.5px;
}
.h1 .red{color:#d12828}

.sub{
  max-width:560px;
  font-size:18px;
  line-height:1.45;
  opacity:.92;
  margin:0 0 18px;
}

.hero-actions{
  display:flex; gap:12px; flex-wrap:wrap;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow2);
}
.btn.red{background:linear-gradient(180deg, var(--red), var(--red2)); color:#fff}
.btn.blue{background:linear-gradient(180deg, var(--blue), var(--blue2)); color:#fff}
.btn:hover{filter:brightness(1.04)}

.hero-right{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:14px;
}
.hero-badge{
  align-self:flex-end;
  background:rgba(0,0,0,.38);
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  padding:12px 14px;
  color:#fff;
  box-shadow: var(--shadow2);
  max-width:340px;
}
.hero-badge ul{margin:0;padding:0 0 0 18px}
.hero-badge li{margin:6px 0; opacity:.95; font-weight:700}

.ribbon{
  background:linear-gradient(180deg, rgba(8,20,35,.95), rgba(8,20,35,.92));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.92);
}

.ribbon-inner{
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:space-between;
  padding:10px 0;
  flex-wrap:wrap;
}

.pill{
  display:flex; align-items:center; gap:10px;
  font-weight:900;
  text-transform:uppercase;
  font-size:13px;
  opacity:.94;
}
.pill .dot{
  width:10px;height:10px;border-radius:50%;
  background:#d12828;
  box-shadow: 0 0 0 3px rgba(209,40,40,.20);
}

.main{
  background:
    radial-gradient(1300px 800px at 70% 0%, rgba(255,255,255,.05), rgba(255,255,255,0)),
    linear-gradient(180deg, #0a0f16 0%, #0a0f16 60%, #070b10 100%);
  padding:26px 0 54px;
}

.panel{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92));
  border:1px solid var(--border);
  border-radius:var(--radius2);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.section{
  padding:22px 22px;
}

.section-title{
  display:flex; align-items:center; justify-content:center;
  gap:12px;
  margin:4px 0 18px;
  font-weight:1000;
  font-size:26px;
  text-transform:capitalize;
  color:#142131;
}
.section-title::before, .section-title::after{
  content:"";
  height:2px; width:120px;
  background:linear-gradient(90deg, transparent, rgba(20,33,49,.65), transparent);
}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}

.card{
  border:1px solid rgba(0,0,0,.16);
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(180deg, #f7f7f7, #ededed);
  box-shadow: 0 10px 18px rgba(0,0,0,.14);
}

.card .img{
  aspect-ratio: 16/10;
  background: #c9c9c9 url("../img/forklift-1.jpg") center/cover no-repeat;
  border-bottom:1px solid rgba(0,0,0,.12);
}
.card:nth-child(2) .img{background-image:url("../img/forklift-2.jpg")}
.card:nth-child(3) .img{background-image:url("../img/forklift-3.jpg")}
.card:nth-child(4) .img{background-image:url("../img/forklift-4.jpg")}
.card:nth-child(5) .img{background-image:url("../img/forklift-5.jpg")}
.card:nth-child(6) .img{background-image:url("../img/forklift-6.jpg")}

.card .body{padding:12px 14px}
.card h3{
  margin:0;
  font-size:18px;
  font-weight:1000;
  text-align:center;
  color:#122033;
}
.card .meta{
  text-align:center;
  margin-top:6px;
  font-weight:800;
  color:#22344b;
}
.card .cta-row{
  display:flex; gap:10px; justify-content:center;
  margin-top:10px;
}
.price{
  display:inline-flex;
  align-items:center; justify-content:center;
  padding:10px 12px;
  border-radius:10px;
  font-weight:1000;
  text-transform:uppercase;
  border:1px solid rgba(0,0,0,.18);
  background:linear-gradient(180deg, #c81f1f, #9e1414);
  color:#fff;
}
.request{
  display:inline-flex;
  align-items:center; justify-content:center;
  padding:10px 12px;
  border-radius:10px;
  font-weight:1000;
  text-transform:uppercase;
  border:1px solid rgba(0,0,0,.18);
  background:linear-gradient(180deg, #173a60, #102a45);
  color:#fff;
}

.split{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}

.media{
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  overflow:hidden;
  background:#ddd url("../img/process.jpg") center/cover no-repeat;
  min-height:240px;
}

.process{
  background:linear-gradient(180deg, #fbfbfb, #eeeeee);
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  padding:16px 16px 14px;
}
.process h2{
  margin:0 0 10px;
  text-align:center;
  font-weight:1000;
  font-size:22px;
  color:#142131;
}
.process ol{margin:0;padding:0 0 0 20px}
.process li{
  margin:8px 0;
  font-weight:900;
  color:#1b2f48;
}
.process .btnline{margin-top:12px; display:flex; justify-content:center}

.gallery{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.tile{
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(180deg, #f8f8f8, #ededed);
  box-shadow: 0 8px 16px rgba(0,0,0,.12);
}
.tile .timg{
  aspect-ratio: 16/9;
  background:#cfcfcf url("../img/tile-1.jpg") center/cover no-repeat;
  border-bottom:1px solid rgba(0,0,0,.10);
}
.tile:nth-child(2) .timg{background-image:url("../img/tile-2.jpg")}
.tile:nth-child(3) .timg{background-image:url("../img/tile-3.jpg")}
.tile .cap{
  padding:10px 12px;
  text-align:center;
  font-weight:1000;
  color:#142131;
}

.footer{
  background:linear-gradient(180deg, #0a1320, #070d16);
  color:rgba(255,255,255,.92);
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-inner{
  padding:18px 0 22px;
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.footer small{opacity:.86}

.bottom-cta{
  background:linear-gradient(180deg, rgba(179,27,27,.98), rgba(143,19,19,.98));
  border-top:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.bottom-cta .inner{
  max-width:var(--max);
  margin:0 auto;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.bottom-cta .headline{
  font-weight:1000;
  font-size:20px;
  letter-spacing:.2px;
  text-transform:uppercase;
}
.bottom-cta .meta{
  font-weight:800;
  opacity:.92;
}
.bottom-cta a{color:#fff;text-decoration:underline}

.pagehead{
  padding:24px 0 16px;
  color:#fff;
  background:linear-gradient(180deg, rgba(8,20,35,.95), rgba(8,20,35,.88));
  border-bottom:1px solid rgba(255,255,255,.08);
}
.pagehead h1{
  margin:0;
  font-size:36px;
  font-weight:1000;
}
.pagehead p{margin:8px 0 0; opacity:.9; max-width:820px}

.form{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.field{
  display:flex;
  flex-direction:column;
  gap:6px;
}
label{font-weight:900;color:#1b2f48}
input, textarea{
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.18);
  font:inherit;
  background:#fff;
}
textarea{min-height:140px; resize:vertical}
.field.full{grid-column:1 / -1}

.notice{
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  background:#fff7e5;
  color:#3b2a00;
  font-weight:800;
}

@media (max-width: 980px){
  .hero-inner{grid-template-columns:1fr; padding:40px 0 36px}
  .hero-right{justify-content:flex-start}
  .h1{font-size:46px}
  .cards{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .navlinks{display:none}
  .brand{min-width:auto}
  .h1{font-size:40px}
  .cards{grid-template-columns:1fr}
}
