:root {
  --bg: #f6f7f9;
  --surface: #ffffff;
  --surface-2: #111827;
  --text: #111827;
  --muted: #5d6675;
  --brand: #f5b301;
  --brand-dark: #d89900;
  --accent: #263238;
  --line: #e5e7eb;
  --success: #0f766e;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.10);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.skip-link { position: absolute; top: -40px; left: 16px; background: var(--text); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 1000; }
.skip-link:focus { top: 12px; }

.topbar {
  background: #10151f;
  color: #fff;
  font-size: 14px;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 9px 0;
}
.topbar a { color: #fff; font-weight: 700; }
.topbar span { color: #d1d5db; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(246, 247, 249, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}
.navbar {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 22px;
}
.logo-mark {
  width: 45px;
  height: 45px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), #ffde6a);
  color: #111827;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(245, 179, 1, 0.28);
}
.logo small { display:block; font-size: 12px; color: var(--muted); letter-spacing: 0; font-weight: 800; margin-top: -4px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 10px 12px; border-radius: 12px; color: #202938; font-weight: 750; font-size: 15px; }
.nav-links a:hover, .nav-links a.active { background: #eef0f3; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; border: 0; background: #fff; border-radius: 12px; padding: 10px; box-shadow: 0 4px 14px rgba(0,0,0,0.08); }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--text); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand); color: #111827; box-shadow: 0 12px 24px rgba(245, 179, 1, 0.24); }
.btn-primary:hover { background: #ffca2c; }
.btn-dark { background: #111827; color: #fff; }
.btn-light { background: #fff; color: #111827; border-color: rgba(255,255,255,.35); }
.btn-outline { background: transparent; border-color: #cfd4dc; color: #111827; }
.btn-block { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 42px;
  background:
    radial-gradient(circle at 70% 10%, rgba(245,179,1,.20), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f4f6f8 42%, #e9edf2 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 42px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff7d8;
  border: 1px solid #ffe08a;
  font-size: 13px;
  font-weight: 850;
  color: #654400;
}
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: -0.04em; }
h1 { font-size: clamp(42px, 6vw, 74px); max-width: 780px; margin-top: 20px; }
h2 { font-size: clamp(31px, 4vw, 48px); }
h3 { font-size: 23px; }
p { margin: 0; color: var(--muted); }
.lead { font-size: clamp(17px, 2vw, 20px); max-width: 670px; margin-top: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; padding: 0; list-style: none; }
.hero-points li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; color: #263238; font-weight: 800; font-size: 14px; }
.hero-card {
  background: #121722;
  color: #fff;
  border-radius: 30px;
  padding: 22px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-card:before {
  content: "";
  position:absolute;
  width: 260px; height: 260px;
  border-radius: 999px;
  background: rgba(245,179,1,.22);
  top: -100px; right: -100px;
}
.machine-graphic {
  position: relative;
  min-height: 300px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    repeating-linear-gradient(-45deg, transparent 0 16px, rgba(255,255,255,.04) 16px 18px);
  border: 1px solid rgba(255,255,255,.12);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.machine-graphic .badge { align-self: flex-start; background: var(--brand); color: #111827; border-radius: 999px; padding: 8px 12px; font-weight: 950; }
.truck {
  height: 130px;
  position: relative;
  margin-top: auto;
}
.truck-body { position:absolute; bottom: 32px; left: 26px; width: 260px; height: 72px; background: var(--brand); border-radius: 14px 40px 12px 12px; }
.truck-cab { position:absolute; bottom: 32px; right: 35px; width: 98px; height: 70px; background: #fff; border-radius: 16px 18px 10px 8px; }
.truck-window { position:absolute; top: 12px; left: 14px; width: 42px; height: 24px; background: #8ecae6; border-radius: 6px; }
.wheel { position:absolute; bottom: 9px; width: 47px; height: 47px; background: #05070a; border: 8px solid #374151; border-radius: 999px; }
.wheel.one { left: 65px; }
.wheel.two { right: 67px; }
.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
  position: relative;
}
.stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.11); border-radius: 16px; padding: 14px; }
.stat strong { display: block; font-size: 23px; color: var(--brand); }
.stat span { color: #d1d5db; font-size: 13px; font-weight: 750; }

section { padding: 76px 0; }
.section-head { display:flex; justify-content:space-between; align-items:flex-end; gap: 24px; margin-bottom: 30px; }
.section-head p { max-width: 640px; }
.kicker { color: var(--brand-dark); text-transform: uppercase; font-size: 13px; font-weight: 950; letter-spacing: .08em; margin-bottom: 10px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 8px 28px rgba(17, 24, 39, .05);
}
.card:hover { box-shadow: var(--shadow); }
.card .icon {
  width: 52px; height: 52px; border-radius: 16px; display:grid; place-items:center;
  background: #fff7d8; color: #6b4700; font-size: 25px; margin-bottom: 18px;
}
.card h3 { margin-bottom: 10px; }
.card p { margin-bottom: 18px; }
.text-link { color: #111827; font-weight: 900; border-bottom: 2px solid var(--brand); }

.band {
  background: #111827;
  color: #fff;
  padding: 58px 0;
}
.band p, .band li { color: #d1d5db; }
.band h2 { color: #fff; }
.check-list { list-style: none; padding:0; margin: 20px 0 0; display:grid; gap: 12px; }
.check-list li { display:flex; gap: 10px; align-items:flex-start; }
.check-list li:before { content:"✓"; color: var(--brand); font-weight: 950; }

.process { counter-reset: step; }
.step { position:relative; padding-left: 72px; }
.step:before {
  counter-increment: step;
  content: counter(step);
  position:absolute; left: 0; top: 2px;
  width: 48px; height: 48px;
  border-radius: 16px;
  background: var(--brand);
  display:grid; place-items:center;
  font-weight: 950;
}

.service-hero, .page-hero {
  padding: 66px 0;
  background: linear-gradient(135deg, #111827, #222a37);
  color: #fff;
}
.service-hero p, .page-hero p { color: #d1d5db; }
.breadcrumb { color: #f6d06f; font-weight: 850; margin-bottom: 16px; }
.content-block { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.content-block h2, .content-block h3 { margin-bottom: 14px; }
.content-block p + p { margin-top: 12px; }
.feature-list { display:grid; grid-template-columns: repeat(2, 1fr); gap: 12px; list-style:none; padding:0; margin: 20px 0 0; }
.feature-list li { background:#f7f8fa; border:1px solid var(--line); padding: 12px 14px; border-radius: 14px; font-weight: 750; }

.quote-panel {
  background: #fff;
  border-radius: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.form-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-field { display:flex; flex-direction:column; gap: 7px; margin-bottom: 14px; }
.form-field.full { grid-column: 1 / -1; }
label { font-weight: 850; color: #202938; }
input, select, textarea {
  width: 100%;
  border: 1px solid #cfd4dc;
  background: #fff;
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: var(--text);
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(245,179,1,.14); }
textarea { min-height: 128px; resize: vertical; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 10px; }
.calc-result { background:#111827; color:#fff; border-radius: 16px; padding: 16px; margin-top: 12px; font-weight: 850; }
.calc-result strong { color: var(--brand); font-size: 24px; }

.cta {
  background:
    radial-gradient(circle at 20% 10%, rgba(245,179,1,.22), transparent 30%),
    linear-gradient(135deg, #151c28, #0b0f17);
  color:#fff;
  border-radius: 32px;
  padding: 42px;
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:center;
  gap: 22px;
}
.cta p { color: #d1d5db; margin-top: 10px; }

.faq details { background:#fff; border:1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.faq details + details { margin-top: 12px; }
.faq summary { cursor:pointer; font-weight:900; }
.faq p { margin-top: 12px; }

.site-footer {
  background: #0b0f17;
  color: #fff;
  padding: 56px 0 24px;
}
.footer-grid { display:grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 26px; }
.site-footer p, .site-footer li, .site-footer small { color:#aab3c2; }
.site-footer ul { list-style:none; padding:0; margin: 16px 0 0; display:grid; gap: 9px; }
.site-footer a { color:#e7edf7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; display:flex; justify-content:space-between; gap: 18px; flex-wrap:wrap; }

.sticky-cta {
  display:none;
  position: fixed;
  bottom: 14px;
  left: 14px;
  right: 14px;
  z-index: 900;
  gap: 10px;
}
.sticky-cta a { flex: 1; }

@media (max-width: 1000px) {
  .hero-grid, .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .section-head { align-items:flex-start; flex-direction:column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .topbar .container { flex-direction: column; align-items:flex-start; gap: 4px; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    top: 78px;
    left: 18px;
    right: 18px;
    background:#fff;
    border:1px solid var(--line);
    border-radius: 22px;
    padding: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
  }
  body.nav-open .nav-links { display:flex; }
  .nav-actions .btn { display:none; }
  .hero { padding-top: 44px; }
  .stat-strip { grid-template-columns: 1fr; }
  .feature-list, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .sticky-cta { display:flex; }
  .site-footer { padding-bottom: 88px; }
}
@media (max-width: 620px) {
  .container { width: min(var(--max), calc(100% - 26px)); }
  .grid-3 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .truck-body { width: 190px; }
  .truck-cab { right: 12px; }
  section { padding: 58px 0; }
  .cta { padding: 28px; border-radius: 24px; }
}

/* WordPress form honeypot field */
.cubic247-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;}
