:root {
  --solis-red: #cf202f;
  --solis-red-dark: #98131e;
  --solis-black: #0c0d10;
  --solis-charcoal: #15171b;
  --solis-cream: #f6f2ec;
  --solis-sand: #e7dfd4;
  --solis-text: #20232b;
  --solis-muted: #6e737d;
  --solis-white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(12, 13, 16, 0.12);
  --shadow-card: 0 16px 36px rgba(12, 13, 16, 0.08);
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--solis-text);
  background: var(--solis-white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: var(--solis-red); text-decoration: none; }
a:hover { color: var(--solis-red-dark); }

.site-nav {
  background: rgba(9, 9, 11, 0.96);
  border-bottom: 3px solid var(--solis-red);
  backdrop-filter: blur(10px);
}
.brand-logo { width: 118px; height: auto; }
.brand-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .82rem;
  color: rgba(255,255,255,.92);
}
.nav-uppercase .nav-link {
  color: rgba(255,255,255,.82);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .85rem;
  font-weight: 700;
  padding: .8rem 1rem;
}
.nav-uppercase .nav-link:hover,
.nav-uppercase .nav-link.active { color: #fff; }
.nav-uppercase .nav-link.nav-cta {
  background: var(--solis-red);
  color: #fff;
  border-radius: 999px;
  padding: .75rem 1.15rem;
}
.nav-uppercase .nav-link.nav-cta:hover { background: var(--solis-red-dark); }

.hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 540px;
  display: flex;
  align-items: center;
  background-color: #121317;
  background-position: center center;
  background-size: cover;
}
.hero-home { background-image: url('../img/solis/home_sportsman_sectionbg1.jpg'); }
.hero-results {
  background-image:
    linear-gradient(120deg, rgba(5,7,10,.9) 0%, rgba(8,10,14,.82) 46%, rgba(12,14,18,.88) 100%),
    url('https://thebransonagency.com/soliswebsite/slider6.jpg');
  background-position: center center;
  background-size: cover;
}
.dealer-hero-section { background-image: url('../img/solis/SOLISHERO3.jpg'); }
.hero-specials { background-image: url('../img/solis/SOLISHERO2.jpg'); min-height: 420px; }
.hero-catalog { background-image: url('../img/solis/home_sportsman_sectionbg2.jpg'); min-height: 420px; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,8,11,.88) 0%, rgba(7,8,12,.72) 45%, rgba(7,8,12,.62) 100%);
}
.hero-results .hero-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.45) 100%);
}
.eyebrow,
.section-kicker {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .86rem;
  color: #ffc3c7;
  margin-bottom: 1rem;
}
.hero-title,
.section-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: .98;
  margin-bottom: 1rem;
}
.hero-title { font-size: clamp(2.8rem, 5vw, 5rem); max-width: 10ch; }
.hero-title span { color: #fff; }
.dealer-page-title { max-width: 12ch; }
.hero-copy,
.section-copy { font-size: 1.08rem; color: rgba(255,255,255,.86); max-width: 62ch; }
.hero-copy-narrow { max-width: 52ch; }
.hero-actions .btn { min-width: 170px; }

.btn {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
  padding: .9rem 1.3rem;
}
.btn-brand {
  background: var(--solis-red);
  border: 1px solid var(--solis-red);
  color: #fff;
}
.btn-brand:hover { background: var(--solis-red-dark); border-color: var(--solis-red-dark); color: #fff; }
.btn-light { color: #111; }
.btn-outline-light,
.btn-outline-dark { border-width: 1.5px; }

.locator-shell,
.hero-note-card,
.hero-stat-panel,
.dealer-profile-card,
.content-panel,
.catalog-stage,
.cta-panel,
.locator-card,
.dealer-spotlight-card,
.special-thumb-card,
.catalog-info-card,
.story-media-card { border-radius: var(--radius-xl); }
.locator-shell {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  padding: 1.1rem 1.15rem 1.15rem;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
}
.locator-search-grid {
  --bs-gutter-x: .7rem;
  --bs-gutter-y: .55rem;
  margin-left: 0;
  margin-right: 0;
}
.locator-search-grid > [class*="col-"] {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}
.locator-input-wrap {
  position: relative;
}
.locator-button-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}
.locator-button-group .btn,
.locator-input-wrap .form-control {
  min-height: 58px;
}
.locator-suggestions {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 40;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 24px 50px rgba(15,23,42,.18);
  padding: .45rem;
}
.locator-suggestion-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
  border-radius: 14px;
  padding: .85rem .9rem;
  text-align: left;
  color: var(--solis-text);
}
.locator-suggestion-item:hover,
.locator-suggestion-item.is-active {
  background: rgba(207,32,47,.08);
}
.locator-suggestion-label {
  font-weight: 700;
}
.locator-suggestion-meta {
  color: var(--solis-muted);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.locator-location-btn {
  white-space: normal;
  width: 100%;
  min-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.2;
}
.locator-helper-row {
  min-height: 24px;
  padding-top: .2rem;
}
.locator-helper-copy,
.locator-location-status {
  color: rgba(255,255,255,.82);
}
.locator-location-status.is-error {
  color: #ffd6d9;
}
.locator-location-status.is-success {
  color: #ffffff;
}
.form-control,
.form-select {
  min-height: 54px;
  border-radius: 16px;
  border-color: rgba(15, 23, 42, .12);
  padding-left: 1rem;
}
textarea.form-control { min-height: 140px; border-radius: 20px; }
.form-control:focus,
.form-select:focus {
  border-color: rgba(207,32,47,.5);
  box-shadow: 0 0 0 .25rem rgba(207,32,47,.12);
}
.hero-stat-panel {
  background: rgba(10,11,13,.68);
  border: 1px solid rgba(255,255,255,.12);
  padding: 1.2rem;
  box-shadow: var(--shadow-soft);
}
.hero-stat-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.hero-stat-item:last-child { border-bottom: 0; }
.hero-stat-item img { width: 44px; height: 44px; object-fit: contain; }
.hero-stat-item strong {
  display: block;
  font-size: 1.35rem;
  color: #fff;
  line-height: 1.1;
}
.hero-stat-item span { color: rgba(255,255,255,.72); font-size: .96rem; }
.hero-note-card {
  padding: 1.4rem;
  background: rgba(255,255,255,.9);
  color: var(--solis-text);
  box-shadow: var(--shadow-card);
}
.hero-note-card strong {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: .7rem;
}
.hero-note-card ul { padding-left: 1.1rem; margin: 0; }
.hero-note-card li { margin-bottom: .35rem; }

.section-pad { padding: 5.5rem 0; }
.bg-cream { background: var(--solis-cream); }
.dark-story-section,
.bg-dark-catalog,
.site-footer { background: linear-gradient(180deg, #0c0d10 0%, #16181d 100%); }
.section-title.dark { color: var(--solis-charcoal); }
.text-white-75 { color: rgba(255,255,255,.78); }

.story-media-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #0f1014;
  box-shadow: var(--shadow-card);
}
.story-image { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.story-badge {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  background: rgba(207,32,47,.92);
  color: #fff;
  padding: .55rem .95rem;
  border-radius: 999px;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}
.info-tile {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 1.1rem 1rem;
  height: 100%;
}
.info-tile span {
  display: block;
  color: #ffb9be;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .35rem;
}
.info-tile strong { color: #fff; font-size: 1.05rem; }

.dealer-spotlight-card,
.locator-card,
.content-panel,
.catalog-info-card {
  background: #fff;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.dealer-spotlight-top,
.locator-card-head {
  padding: 1.5rem 1.6rem 0;
}
.dealer-spotlight-body,
.locator-card-body,
.locator-card-actions,
.special-thumb-content,
.catalog-info-card { padding: 1.5rem 1.6rem; }
.dealer-pill,
.result-count,
.dealer-id-chip,
.locator-id,
.special-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.dealer-pill,
.special-badge { background: rgba(207,32,47,.11); color: var(--solis-red); }
.result-count,
.locator-id,
.dealer-id-chip { background: #111318; color: #fff; }
.dealer-spotlight-card h3,
.locator-card h3,
.special-thumb-card h3,
.catalog-info-card h3 { font-size: 1.35rem; margin: .7rem 0 .35rem; }
.dealer-spotlight-card p,
.locator-card p,
.special-thumb-card p,
.catalog-info-card p { color: var(--solis-muted); }
.dealer-mini-list,
.feature-checks,
.footer-bullets { padding-left: 1.15rem; margin: 0; }
.dealer-mini-list li,
.feature-checks li,
.footer-bullets li { margin-bottom: .55rem; }
.locator-card-actions { display: flex; gap: .75rem; flex-wrap: wrap; padding-top: 0; }

.special-thumb-card {
  background: #fff;
  box-shadow: var(--shadow-card);
}
.special-thumb-card.compact .special-thumb-image { height: 190px; }
.special-thumb-image {
  height: 230px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.special-thumb-image.tall { height: 260px; }
.special-thumb-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,17,20,.08), rgba(16,17,20,.25));
}
.special-thumb-content { position: relative; }
.special-thumb-content .btn { margin-top: .65rem; }

.dealer-profile-card.enhanced,
.form-panel,
.feature-panel { padding: 1.7rem; }
.dealer-profile-card.enhanced {
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-soft);
}
.dealer-conversion-panel {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8f3ee 100%);
  border: 1px solid rgba(207,32,47,.08);
}
.dealer-conversion-title {
  font-size: 2rem;
  line-height: 1.05;
  margin: 0;
}
.dealer-conversion-copy {
  margin: 0;
  color: var(--solis-muted);
  font-size: 1.02rem;
}
.dealer-conversion-points {
  display: grid;
  gap: .9rem;
}
.dealer-conversion-point {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 18px;
  padding: 1rem 1rem 1rem 1.1rem;
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
}
.dealer-conversion-point strong {
  display: block;
  margin-bottom: .3rem;
  color: var(--solis-charcoal);
  font-size: 1rem;
}
.dealer-conversion-point span {
  color: var(--solis-muted);
  display: block;
  line-height: 1.5;
}
.dealer-conversion-callout {
  background: #15171b;
  color: #fff;
  border-radius: 22px;
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow-card);
}
.dealer-conversion-callout small {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.72);
  margin-bottom: .45rem;
}
.dealer-conversion-phone {
  display: block;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  line-height: 1;
  color: #fff;
  margin-bottom: .55rem;
}
.dealer-conversion-phone:hover {
  color: #ffd7da;
}
.dealer-conversion-callout p {
  color: rgba(255,255,255,.8);
}
.dealer-conversion-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: .8rem;
}
.dealer-conversion-actions .btn {
  width: 100%;
}
.dealer-profile-card.enhanced h3,
.dealer-profile-card.enhanced .text-muted,
.dealer-profile-card.enhanced .logo-placeholder {
  color: var(--solis-red) !important;
}
.dealer-profile-card.enhanced .dealer-logo-wrap {
  min-height: 128px;
  border: 1px solid rgba(207,32,47,.12);
  border-radius: 20px;
  background: #fff;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dealer-profile-card.enhanced .contact-stack a strong {
  color: var(--solis-red);
}
.logo-placeholder {
  width: 100%;
  min-height: 94px;
  border: 2px dashed rgba(207,32,47,.22);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--solis-red);
  background: #fff8f8;
  font-weight: 700;
  text-align: center;
  padding: .75rem;
}
.dealer-logo {
  display: block;
  width: 100%;
  max-width: 240px;
  height: 88px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
.contact-stack { display: grid; gap: .85rem; }
.contact-stack a {
  background: #f8f3ee;
  color: var(--solis-text);
  padding: .85rem 1rem;
  border-radius: 16px;
  font-weight: 600;
  border: 1px solid rgba(207,32,47,.08);
}
.contact-stack a:hover { background: #f0e6db; color: var(--solis-text); }
.dealer-quick-badges { display: flex; flex-wrap: wrap; gap: .7rem; }
.dealer-quick-badges span {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  padding: .55rem .85rem;
  border-radius: 999px;
  font-size: .85rem;
}
.mini-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}
.mini-cta-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 88px;
  border-radius: 18px;
  background: #15171b;
  color: #fff;
  padding: 1rem;
  font-weight: 700;
}
.mini-cta-card:hover { background: var(--solis-red); color: #fff; }

.catalog-stage {
  padding: 1.2rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}
.catalog-stage.light {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: var(--shadow-card);
}
.catalog-placeholder {
  min-height: 240px;
  border: 2px dashed rgba(255,255,255,.2);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background: rgba(255,255,255,.04);
}
.catalog-placeholder.dark { border-color: rgba(255,255,255,.18); }
.catalog-placeholder h3 { margin-bottom: .6rem; }
.catalog-placeholder p { max-width: 60ch; color: rgba(255,255,255,.78); }
.catalog-stage.light .catalog-placeholder {
  background: #faf7f3;
  border-color: rgba(15,23,42,.1);
}
.catalog-stage.light .catalog-placeholder p { color: var(--solis-muted); }
.catalog-info-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 1rem;
}

.cta-panel {
  background: #fff;
  padding: 2rem;
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.empty-locator-state {
  text-align: center;
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 4rem 1.5rem;
  box-shadow: var(--shadow-card);
}

.site-footer { color: rgba(255,255,255,.78); }
.footer-top-line { height: 4px; background: var(--solis-red); }
.footer-logo { width: 140px; }
.footer-heading {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1rem;
  font-size: .85rem;
}
.footer-links li { margin-bottom: .7rem; }
.footer-links a,
.footer-admin-link { color: rgba(255,255,255,.8); }
.footer-links a:hover,
.footer-admin-link:hover { color: #fff; }
.footer-copy { color: rgba(255,255,255,.72); max-width: 40ch; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.55);
}
.admin-action-card {
  display: block;
  background: #fff;
  color: var(--solis-text);
  border-radius: 22px;
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  min-height: 100%;
}
.admin-action-card strong {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.15rem;
  margin-bottom: .35rem;
  color: var(--solis-charcoal);
}
.admin-action-card span {
  display: block;
  color: var(--solis-muted);
}
.admin-action-card:hover {
  transform: translateY(-2px);
  color: var(--solis-text);
}
.admin-table thead th {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .76rem;
  color: var(--solis-muted);
}
.admin-table td, .admin-table th {
  padding-top: .95rem;
  padding-bottom: .95rem;
}
.small-stack {
  display: grid;
  gap: .85rem;
}
.lead-admin-table td {
  vertical-align: top;
}
.lead-admin-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .35rem .7rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.lead-admin-chip.is-consumer {
  background: rgba(207,32,47,.1);
  color: var(--solis-red-dark);
}
.lead-admin-chip.is-recruit {
  background: rgba(17,24,39,.08);
  color: var(--solis-charcoal);
}

.dealer-recruit-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(5,7,10,.92) 0%, rgba(8,10,14,.88) 46%, rgba(14,16,20,.72) 100%),
    url('https://thebransonagency.com/soliswebsite/content/sportsman/3ptgallery6.png') center/cover no-repeat;
}
.dealer-recruit-hero .eyebrow,
.dealer-recruit-hero .hero-title,
.dealer-recruit-hero .hero-copy,
.dealer-recruit-hero .hero-copy-narrow,
.dealer-recruit-hero .brochure-hero-callout strong,
.dealer-recruit-hero .brochure-hero-callout p {
  color: #fff;
}
.dealer-recruit-title { max-width: 12ch; }
.recruit-section-intro { max-width: 880px; }
.recruit-section-intro-left { max-width: none; }
.brochure-hero-callout {
  background: rgba(0,0,0,.36);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(6px);
}
.brochure-hero-callout strong {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .45rem;
}
.brochure-hero-callout p { color: rgba(255,255,255,.82); }
.recruit-form-panel-top {
  background: rgba(255,255,255,.97);
  box-shadow: var(--shadow-soft);
}
.recruit-form-panel-top .section-kicker,
.recruit-form-panel-top h2,
.recruit-form-panel-top p {
  color: var(--solis-red) !important;
}
.recruit-dealer-form {
  --bs-gutter-y: 1rem;
}
.recruit-dealer-form .form-label {
  font-size: .95rem;
  color: var(--solis-charcoal) !important;
  margin-bottom: .45rem;
}
.recruit-form-panel-top,
.recruit-form-panel-top .form-check-label,
.recruit-form-panel-top .form-text,
.recruit-form-panel-top small {
  color: var(--solis-charcoal) !important;
}
.recruit-form-section {
  margin-top: .35rem;
}
.recruit-form-panel-top input,
.recruit-form-panel-top textarea,
.recruit-form-panel-top select {
  color: #111 !important;
  -webkit-text-fill-color: #111;
  background: linear-gradient(180deg, #fff 0%, #fcf9f5 100%);
  border-color: rgba(15, 23, 42, .1);
}
.recruit-form-panel-top input,
.recruit-form-panel-top textarea,
.recruit-form-panel-top select,
.recruit-form-panel-top .form-label,
.recruit-form-panel-top .form-check-label,
.recruit-form-panel-top .form-text,
.recruit-form-panel-top .lead-qualifier-label,
.recruit-form-panel-top option {
  color: #111 !important;
}
.recruit-form-panel-top input::placeholder,
.recruit-form-panel-top textarea::placeholder {
  color: #666 !important;
  -webkit-text-fill-color: #666;
}
.recruit-form-panel-top input::placeholder,
.recruit-form-panel-top textarea::placeholder {
  color: #7a808a;
}
.recruit-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.recruit-option-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.recruit-option-card {
  position: relative;
  margin: 0;
  min-height: 100%;
}
.recruit-option-card .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.recruit-option-card .form-check-label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 1rem 1rem 1rem 3.25rem;
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,.1);
  background: linear-gradient(180deg, #fff 0%, #faf6f1 100%);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  color: var(--solis-charcoal);
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.recruit-option-card .form-check-label::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 2px solid rgba(207,32,47,.35);
  background: #fff;
  transform: translateY(-50%);
  transition: all .18s ease;
}
.recruit-option-card .form-check-label::after {
  content: "";
  position: absolute;
  left: 1.42rem;
  top: 50%;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-62%) rotate(-45deg) scale(0);
  transition: transform .18s ease;
}
.recruit-option-card .form-check-label:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15,23,42,.09);
  border-color: rgba(207,32,47,.28);
}
.recruit-option-card .form-check-input:focus + .form-check-label {
  box-shadow: 0 0 0 .25rem rgba(207,32,47,.12), 0 14px 28px rgba(15,23,42,.09);
  border-color: rgba(207,32,47,.42);
}
.recruit-option-card .form-check-input:checked + .form-check-label {
  border-color: rgba(207,32,47,.5);
  background: linear-gradient(180deg, rgba(207,32,47,.08) 0%, rgba(207,32,47,.16) 100%);
  color: var(--solis-red-dark);
  box-shadow: 0 16px 34px rgba(207,32,47,.14);
}
.recruit-option-card .form-check-input:checked + .form-check-label::before {
  border-color: var(--solis-red);
  background: var(--solis-red);
}
.recruit-option-card .form-check-input:checked + .form-check-label::after {
  transform: translateY(-62%) rotate(-45deg) scale(1);
}
.recruit-option-card-full {
  grid-column: 1 / -1;
}
.recruit-brand-panel {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,.85) 55%, rgba(255,255,255,.55) 100%);
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: var(--shadow-card);
}
.recruit-brand-logo {
  width: min(100%, 360px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.12));
}
.brochure-spotlight {
  background: rgba(255,255,255,.96);
  color: var(--solis-text);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}
.brochure-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(207,32,47,.1);
  color: var(--solis-red);
  border-radius: 999px;
  padding: .45rem .85rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.brochure-spotlight h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.02;
  margin-bottom: .9rem;
}
.brochure-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .9rem;
}
.brochure-checks li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--solis-text);
}
.brochure-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--solis-red);
  box-shadow: 0 0 0 6px rgba(207,32,47,.12);
}
.recruit-benefit-card {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
}
.recruit-benefit-card h3,
.recruit-process-panel h3 {
  font-size: 1.3rem;
  margin: .9rem 0 .6rem;
}
.recruit-benefit-card p,
.recruit-process-panel p { color: var(--solis-muted); }
.recruit-proof-panel,
.recruit-process-panel {
  border-radius: var(--radius-xl);
  padding: 2rem;
}
.recruit-metric-card {
  background: #f8f3ee;
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 20px;
  padding: 1.1rem 1rem;
  height: 100%;
}
.recruit-metric-card strong {
  display: block;
  font-size: 1.04rem;
  color: var(--solis-charcoal);
  margin-bottom: .4rem;
}
.recruit-metric-card span { color: var(--solis-muted); }
.recruit-steps {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 1rem;
}
.recruit-steps li {
  padding-left: .3rem;
  color: var(--solis-muted);
}
.recruit-steps li strong {
  display: block;
  color: var(--solis-charcoal);
  margin-bottom: .2rem;
}
.recruit-steps li span {
  display: block;
}
.recruit-mini-cta {
  background: #f8f3ee;
  border-radius: 20px;
  padding: 1rem;
}

.special-thumb-card.special-offer-card {
  background: #fff;
  overflow: hidden;
}
.special-offer-trigger {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
.special-offer-media {
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(15,23,42,.06);
}
.special-offer-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
}
.special-offer-card .special-thumb-content {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.special-offer-link {
  text-align: center;
}
.special-offer-meta {
  margin-top: .15rem;
  margin-bottom: .35rem;
}
.special-offer-action {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--solis-red);
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.special-offer-action::after {
  content: "↗";
  font-size: 1rem;
}
.fsd-specials-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.fsd-specials-modal.is-open { display: flex; }
.fsd-specials-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,10,16,.78);
  backdrop-filter: blur(4px);
}
.fsd-specials-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: 92vh;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.35);
}
.fsd-specials-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.fsd-specials-modal__heading {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}
.fsd-specials-modal__close {
  appearance: none;
  border: 1px solid rgba(15,23,42,.1);
  background: #fff;
  color: #111827;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 26px;
  cursor: pointer;
}
.fsd-specials-modal__image-wrap {
  padding: 18px;
  background: #f8fafc;
  max-height: calc(92vh - 74px);
  overflow: auto;
}
.fsd-specials-modal__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  background: #fff;
}
.hero-catalog-consumer {
  position: relative;
  background-image:
    linear-gradient(120deg, rgba(5,7,10,.88) 0%, rgba(10,12,16,.78) 45%, rgba(12,14,19,.86) 100%),
    url('https://thebransonagency.com/soliswebsite/slider5.jpg');
  background-size: cover;
  background-position: center center;
}
.hero-catalog-consumer .hero-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.38) 100%);
}
.catalog-hero-title {
  max-width: 13ch;
}
.catalog-hero-copy {
  max-width: 70ch;
}
.catalog-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.catalog-hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: .55rem .95rem;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-weight: 700;
}
.specials-hero-title {
  max-width: 11ch;
}
.specials-action-strip {
  background: #fff;
  padding: 2rem 0 0;
}
.specials-action-panel {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.lead-qualifier-group {
  background: #fbf8f4;
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 22px;
  padding: 1rem 1rem .95rem;
}
.lead-qualifier-label {
  display: block;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--solis-charcoal);
  margin-bottom: .8rem;
}
.lead-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: .35rem;
}
.lead-check-card {
  display: flex;
  align-items: center;
  gap: .9rem;
  min-height: 56px;
  padding: .8rem .95rem;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  font-weight: 700;
  color: var(--solis-text);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.lead-check-card:hover {
  border-color: rgba(207,32,47,.32);
  transform: translateY(-1px);
}
.lead-check-card .form-check-input {
  margin: 0;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}
.lead-check-card .form-check-input:checked {
  background-color: var(--solis-red);
  border-color: var(--solis-red);
}
.lead-check-card:has(.form-check-input:checked) {
  border-color: rgba(207,32,47,.42);
  box-shadow: 0 0 0 .2rem rgba(207,32,47,.08);
}
@media (max-width: 767.98px) {
  .lead-check-grid {
    grid-template-columns: 1fr;
  }
}
.home-specials-copy {
  max-width: 56ch;
  color: var(--solis-muted);
}
.specials-strip-home {
  background: #fff;
}

@media (max-width: 1199px) {
  .brand-title { display: none; }
  .nav-uppercase .nav-link.nav-cta { margin-top: .4rem; display: inline-block; }
}
@media (max-width: 991px) {
  .hero-section { min-height: auto; }
  .hero-title { max-width: none; }
  .cta-panel { flex-direction: column; align-items: flex-start; }
  .mini-cta-grid { grid-template-columns: 1fr; }
  .dealer-recruit-title { max-width: none; }
  .specials-action-panel { flex-direction: column; align-items: flex-start; }
  .dealer-conversion-title { font-size: 1.7rem; }
  .recruit-option-grid,
  .recruit-option-grid-wide { grid-template-columns: 1fr; }
  .locator-search-grid {
    --bs-gutter-y: .7rem;
  }
  .locator-button-group {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .section-pad { padding: 4rem 0; }
  .recruit-form-panel-top,
  .recruit-form-panel-top .form-label,
  .recruit-form-panel-top .form-check-label,
  .recruit-form-panel-top .form-text,
  .recruit-form-panel-top .lead-qualifier-label,
  .recruit-form-panel-top input,
  .recruit-form-panel-top textarea,
  .recruit-form-panel-top select,
  .recruit-form-panel-top option {
    color: #111 !important;
    -webkit-text-fill-color: #111;
  }
  .recruit-form-panel-top input::placeholder,
  .recruit-form-panel-top textarea::placeholder {
    color: #666 !important;
    -webkit-text-fill-color: #666;
  }
  .recruit-form-panel-top,
  .form-panel { padding: 1.25rem; }
  .recruit-option-card .form-check-label {
    min-height: 70px;
    padding: .95rem .95rem .95rem 3rem;
    font-size: .97rem;
  }
  .locator-shell {
    padding: 1rem;
  }
  .hero-title { font-size: 2.5rem; }
  .hero-copy { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .locator-search-grid > div { width: 100%; }
  .locator-search-grid {
    --bs-gutter-x: .55rem;
  }
  .locator-location-btn { min-width: 100%; }
  .locator-helper-row { flex-direction: column; align-items: flex-start !important; }
  .locator-card-actions,
  .hero-actions { flex-direction: column; }
  .locator-card-actions .btn,
  .hero-actions .btn { width: 100%; }
  .brand-logo { width: 92px; }
  .brochure-spotlight,
  .recruit-proof-panel,
  .recruit-process-panel,
  .recruit-brand-panel { padding: 1.4rem; }
  .recruit-brand-panel { min-height: 140px; }
  .recruit-brand-logo { width: min(100%, 280px); }
  .fsd-specials-modal { padding: 12px; }
}
