/* Consistent, readable reasons to choose GP in the landing-page hero. */
.gp-hero-benefits { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 22px; text-align: left; max-width: 560px; }
.gp-hero-benefits li { display: flex; gap: 12px; align-items: flex-start; }
.gp-hero-benefits li > span { color: #21513c; background: #e9efed; border-radius: 50%; width: 28px; height: 28px; flex: 0 0 28px; text-align: center; line-height: 28px; }
.gp-hero-benefits strong { display: block; color: #182420; font-size: 17px; line-height: 1.4; }
.gp-hero-benefits p { margin: 4px 0 0; font-size: 15px; line-height: 1.55; color: #52625b; }
/* Form heroes align at their tops; generic centered hero rules do not apply. */
.hero.gp-form-hero .wrap { grid-template-columns: minmax(0, 1fr) minmax(0, 460px); align-items: start; gap: 48px; padding-top: 40px; padding-bottom: 48px; }
.hero.gp-form-hero h1 { font-size: clamp(36px, 4vw, 52px); line-height: 1.12; max-width: 20ch; }
.hero.gp-form-hero .lede { margin-bottom: 22px; }
.hero.gp-form-hero #trucking-form-card { padding: 28px; background: white; border: 1px solid #dde4df; border-radius: 20px; box-shadow: 0 8px 24px #18242012; }
#trucking-form-card h2 { font-size: 24px; line-height: 1.25; margin: 0 0 20px; }
#trucking-form-card details { margin-top: 20px; }
#trucking-form-card summary { cursor: pointer; font-weight: 600; color: #21513c; }
@media (max-width: 1023px) {
 .hero.gp-form-hero .wrap { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 28px; }
 .gp-hero-benefits { gap: 12px; margin: 20px 0; }
 .gp-hero-benefits strong { font-size: 15px; }
 .gp-hero-benefits p { font-size: 14px; }
 .hero.gp-form-hero #trucking-form-card { padding: 20px; }
}

.gp-mobile-benefits { display: none; }
@media (max-width: 1023px) {
 .gp-form-hero .gp-hero-benefits, .gp-lead-hero .gp-hero-benefits { display: none; }
 .gp-mobile-benefits { display: block; padding: 0 24px; max-width: 640px; margin: 24px auto 0; }
 .gp-mobile-benefits .gp-hero-benefits { display: grid; }
}

#trucking-form-card #contact-info-heading { font-size: 18px; }
@media (max-width: 1023px) {
 .hero.gp-form-hero h1 { font-size: 34px; }
 .hero.gp-form-hero .lede { font-size: 16px; line-height: 1.5; }
}

/* Dealer content: visible comparisons, no hover-only explanations. */
.dealer-visual-section { padding: 64px 24px; background: #fff; }
.dealer-visual-wrap { max-width: 1088px; margin: auto; }
.dealer-visual-section h2 { font-size: clamp(28px, 3vw, 36px); line-height: 1.2; color: #182420; margin: 0 0 20px; }
.dealer-visual-section h3 { font-size: 23px; line-height: 1.25; color: #182420; margin: 14px 0; }
.dealer-visual-section p { color: #52625b; line-height: 1.65; margin: 12px 0; }
.dealer-visual-section .dealer-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #21513c; }
.dealer-coverage-grid, .dealer-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 32px 0; }
.dealer-coverage-card { padding: 28px; border: 1px solid #d9e2db; border-radius: 18px; background: #fafbf8; }
.dealer-coverage-card svg { width: 120px; height: 72px; fill: none; stroke: #21513c; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin: 0 0 20px; }
.dealer-coverage-card .dealer-card-summary { font-weight: 600; color: #182420; }
.dealer-card-note { border-top: 1px solid #d9e2db; margin-top: 22px; padding-top: 16px; font-size: 13px; line-height: 1.6; color: #52625b; }
.dealer-soft { background: #eef1ea; }
.dealer-driver-grid, .dealer-budget-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.dealer-driver-panel { background: white; border: 1px solid #d9e2db; border-radius: 16px; padding: 28px; }
.dealer-step-number { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: #21513c; color: white; font-weight: 700; }
.dealer-driver-panel dl { margin: 20px 0; }
.dealer-driver-panel dl > div { border-top: 1px solid #d9e2db; padding: 16px 0; }
.dealer-driver-panel dt { font-weight: 700; color: #21513c; }
.dealer-driver-panel dd { margin: 6px 0 0; color: #52625b; line-height: 1.6; }
.dealer-limit-note { margin-top: 24px; padding: 24px; border-left: 4px solid #21513c; background: #fff; }
.dealer-inventory-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 28px 0; }
.dealer-inventory-list li { border-top: 3px solid #b7c9c1; padding-top: 16px; }
.dealer-inventory-list strong, .dealer-inventory-list span { display: block; }
.dealer-inventory-list span { margin-top: 8px; color: #52625b; line-height: 1.6; }
.dealer-process-grid { list-style: none; padding: 0; }
.dealer-process-grid li { border-top: 1px solid #d9e2db; padding-top: 24px; }
.dealer-visual-cta { display: inline-block; padding: 16px 24px; border-radius: 8px; background: #21513c; color: white; font-weight: 600; }
.dealer-faqs { margin: 56px 0 32px; }
.dealer-faqs details { padding: 20px 0; border-bottom: 1px solid #d9e2db; }
.dealer-faqs summary { cursor: pointer; font-weight: 600; color: #182420; }
.dealer-visual-section .dealer-small { font-size: 13px; line-height: 1.6; }
@media (max-width: 767px) {
 .dealer-visual-section { padding: 40px 20px; }
 .dealer-coverage-grid, .dealer-process-grid, .dealer-driver-grid, .dealer-budget-grid { grid-template-columns: 1fr; }
 .dealer-inventory-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .dealer-coverage-card, .dealer-driver-panel { padding: 24px; }
}
