:root {
  --paper: #fff;
  --soft: #f4f8f2;
  --ink: #172019;
  --muted: #5f6c61;
  --line: #dce6d8;
  --green: #27733a;
  --deep: #123d21;
  --lime: #bddc50;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.seo-hero { position: relative; min-height: 580px; overflow: hidden; padding: 20px max(18px, calc((100vw - 1120px) / 2)); color: #fff; background: url("assets/truck-hero-1600.webp") center right / cover no-repeat; }
.seo-hero::before { position: absolute; inset: 0; background: rgba(7,25,15,.8); content: ""; }
.seo-nav,
.seo-hero-copy { position: relative; z-index: 1; }
.seo-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.seo-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 900; text-decoration: none; }
.seo-brand img { width: 46px; height: 46px; padding: 3px; border-radius: 6px; background: #fff; }
.seo-nav-links { display: flex; align-items: center; gap: 19px; }
.seo-nav-links a { color: rgba(255,255,255,.84); font-size: .84rem; font-weight: 800; text-decoration: none; }
.seo-nav-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.seo-nav-links .seo-login { padding: 10px 14px; border: 1px solid rgba(255,255,255,.5); border-radius: 6px; color: #fff; }
.seo-hero-copy { display: flex; min-height: 500px; max-width: 790px; flex-direction: column; align-items: flex-start; justify-content: center; }
.breadcrumb { margin: 0 0 20px; color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 750; }
.breadcrumb a { text-underline-offset: 3px; }
.seo-hero h1 { margin: 0; font-size: 3.75rem; line-height: 1.03; letter-spacing: 0; }
.seo-lead { max-width: 700px; margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.68; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.seo-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 12px 17px; border-radius: 6px; background: var(--lime); color: #17301d; font-weight: 900; text-decoration: none; }
.seo-button.outline { border: 1px solid rgba(255,255,255,.5); background: transparent; color: #fff; }
.seo-main { width: min(1120px, 100%); margin-inline: auto; }
.seo-section { padding: 82px 42px; }
.seo-section + .seo-section { border-top: 1px solid var(--line); }
.seo-kicker { margin: 0; color: var(--green); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.seo-section h2 { max-width: 820px; margin: 10px 0 16px; color: var(--deep); font-size: 2.65rem; line-height: 1.1; }
.seo-section > p,
.seo-copy p { max-width: 820px; color: var(--muted); line-height: 1.72; }
.seo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; margin-top: 34px; }
.seo-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.seo-card h3 { margin: 0 0 10px; color: var(--deep); font-size: 1.15rem; }
.seo-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.seo-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.85fr); align-items: start; gap: 64px; }
.seo-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.seo-list li { position: relative; padding: 15px 16px 15px 44px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); line-height: 1.48; }
.seo-list li::before { position: absolute; margin-left: -26px; color: var(--green); content: "✓"; font-weight: 900; }
.seo-steps { display: grid; gap: 14px; margin-top: 30px; counter-reset: step; }
.seo-step { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 19px; border: 1px solid var(--line); border-radius: 8px; }
.seo-step::before { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; content: counter(step); counter-increment: step; font-weight: 900; }
.seo-step strong { display: block; color: var(--deep); }
.seo-step p { margin: 5px 0 0; color: var(--muted); line-height: 1.55; }
.seo-faq { display: grid; gap: 10px; max-width: 880px; margin-top: 30px; }
.seo-faq details { border: 1px solid var(--line); border-radius: 8px; }
.seo-faq summary { padding: 18px 20px; color: var(--deep); cursor: pointer; font-weight: 850; }
.seo-faq p { margin: 0; padding: 0 20px 20px; color: var(--muted); line-height: 1.65; }
.seo-related { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.seo-related a { padding: 18px; border: 1px solid var(--line); border-radius: 8px; color: var(--deep); font-weight: 850; text-decoration: none; }
.seo-related a:hover { border-color: #9fbc98; text-decoration: underline; text-underline-offset: 4px; }
.seo-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; margin: 0 42px 70px; padding: 34px; border-radius: 8px; background: var(--deep); color: #fff; }
.seo-cta h2 { margin: 0 0 8px; color: #fff; font-size: 2rem; }
.seo-cta p { margin: 0; color: rgba(255,255,255,.74); }
.seo-footer { display: grid; width: min(1120px,100%); margin-inline: auto; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; padding: 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.seo-footer div,
.seo-footer nav { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.seo-footer strong { color: var(--deep); }
.seo-footer a { text-underline-offset: 3px; }
@media (max-width: 880px) {
  .seo-grid { grid-template-columns: 1fr; }
  .seo-split { grid-template-columns: 1fr; gap: 38px; }
  .seo-related { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .seo-hero { min-height: 600px; padding: 16px 18px; background-image: url("assets/truck-hero-900.webp"); background-position: center; }
  .seo-nav-links a:not(.seo-login) { display: none; }
  .seo-hero-copy { min-height: 520px; }
  .seo-hero h1 { font-size: 2.45rem; }
  .seo-lead { font-size: 1rem; }
  .seo-actions,
  .seo-actions .seo-button { width: 100%; }
  .seo-section { padding: 64px 18px; }
  .seo-section h2 { font-size: 2.05rem; }
  .seo-related { grid-template-columns: 1fr; }
  .seo-cta { grid-template-columns: 1fr; margin: 0; padding: 32px 18px; border-radius: 0; }
  .seo-footer { grid-template-columns: 1fr; padding: 38px 18px; }
}
