/* ============================================================
   AG Motion LLC — shared site styles
   573-820-3448 · Bloomfield, Missouri
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --green:   #367C2B;   /* John Deere green */
  --green-d: #275B1F;
  --gold:    #C8102E;   /* Case IH red (was John Deere yellow) */
  --gold-d:  #A20D24;
  --red:     #C8102E;   /* Case IH red */
  --red-d:   #A20D24;
  --dark:    #0a0a0a;   /* near-black background */
  --card:    #161616;
  --border:  #2c2c2c;
  --muted:   #9a9a9a;
  --white:   #ffffff;
  --body:    #d4d4d4;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: var(--dark); color: var(--body); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
img { display: block; max-width: 100%; }
a { color: var(--gold); }

/* ── MOBILE STICKY CALL BAR ── */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--gold); z-index: 999; }
.mobile-bar a { display: block; text-align: center; font-weight: 900; font-size: 18px; color: #fff; padding: 16px; text-decoration: none; }

/* ── NAV ── */
nav { position: sticky; top: 0; z-index: 100; background: rgba(10,10,10,0.97); backdrop-filter: blur(6px); border-top: 3px solid var(--red); border-bottom: 1px solid var(--border); padding: 12px 0; }
nav .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.nav-logo img { height: 40px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a.menu { color: var(--body); text-decoration: none; font-weight: 600; font-size: 15px; }
.nav-links a.menu:hover, .nav-links a.menu.active { color: var(--gold); }
.nav-phone { font-weight: 800; font-size: 16px; color: var(--gold); text-decoration: none; white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 1px solid var(--border); color: var(--body); font-size: 22px; line-height: 1; padding: 6px 12px; border-radius: 6px; cursor: pointer; }

/* ── BUTTONS ── */
.btn-gold { display: inline-block; background: var(--gold); color: #fff; font-weight: 800; font-size: 17px; padding: 16px 32px; border-radius: 6px; text-decoration: none; }
.btn-gold:hover { background: var(--gold-d); }
.btn-ghost { display: inline-block; border: 2px solid var(--border); color: var(--body); font-weight: 700; font-size: 17px; padding: 14px 28px; border-radius: 6px; text-decoration: none; }
.btn-ghost:hover { border-color: var(--muted); }
.cta-pair { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── SHARED LABELS / HEADS ── */
.label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(26px, 3.5vw, 40px); font-weight: 900; color: var(--white); }
.section-head p { color: var(--muted); margin-top: 14px; max-width: 620px; margin-left: auto; margin-right: auto; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { padding: 64px 0 48px; text-align: center; border-bottom: 1px solid var(--border); }
.page-hero h1 { font-size: clamp(30px, 4.5vw, 48px); font-weight: 900; color: var(--white); max-width: 820px; margin: 0 auto 18px; line-height: 1.12; }
.page-hero h1 em { font-style: normal; color: var(--gold); }
.page-hero p { font-size: 19px; color: var(--muted); max-width: 620px; margin: 0 auto; }

/* ── GENERIC CARD GRID ── */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 28px; }
.card .lever { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.card h3 { font-size: 19px; font-weight: 800; color: var(--white); margin-bottom: 10px; line-height: 1.3; }
.card p { font-size: 15px; color: var(--muted); line-height: 1.7; }
.card.gold { border-color: var(--red); background: #1a0608; }

/* ── CTA BAND ── */
.cta-band { background: var(--red); padding: 56px 0; text-align: center; }
.cta-band h2 { font-size: clamp(22px, 3vw, 34px); font-weight: 900; color: var(--white); max-width: 700px; margin: 0 auto 16px; }
.cta-band p { color: #f6d2d7; font-size: 18px; max-width: 580px; margin: 0 auto 28px; }
.cta-band a { display: inline-block; background: var(--white); color: #000; font-weight: 900; font-size: 18px; padding: 16px 36px; border-radius: 6px; text-decoration: none; }

/* ── FOOTER ── */
footer { background: var(--card); border-top: 1px solid var(--border); padding: 44px 0 28px; }
footer .f-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; margin-bottom: 28px; }
footer .f-logo img { height: 42px; width: auto; margin-bottom: 14px; }
footer .f-blurb { color: var(--muted); font-size: 14px; max-width: 320px; }
footer h4 { color: var(--white); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 9px; }
footer ul li a { color: var(--muted); text-decoration: none; font-size: 15px; }
footer ul li a:hover { color: var(--gold); }
footer .f-phone { display: inline-block; font-size: 22px; font-weight: 900; color: var(--gold); text-decoration: none; margin-bottom: 6px; }
footer .f-bottom { border-top: 1px solid var(--border); padding-top: 20px; text-align: center; color: var(--muted); font-size: 13px; }

/* ── RESPONSIVE ── */
@media (max-width: 820px) {
  .nav-links { position: fixed; top: 65px; left: 0; right: 0; background: var(--dark); border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; display: none; }
  .nav-links.open { display: flex; }
  .nav-links a.menu { padding: 14px 24px; border-bottom: 1px solid var(--border); }
  .nav-links .nav-phone { padding: 16px 24px; }
  .nav-toggle { display: block; }
}
@media (max-width: 760px) { .grid-3 { grid-template-columns: 1fr; } footer .f-grid { grid-templat