/* Conversion and product-understanding layer. Uses only confirmed BluePropel information. */
.hero-status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(590px, 100%);
  margin-top: 24px;
  padding: 1px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .08);
}
.hero-status > div { min-width: 0; padding: 13px 15px; background: rgba(6, 23, 27, .72); }
.hero-status span { display: block; margin-bottom: 3px; color: #7f9996; font-size: 9px; font-weight: 600; letter-spacing: 1.6px; }
.hero-status strong,
.hero-status a { display: block; color: #f4f7f3; font: 500 12px/1.45 Manrope; }
.hero-status strong { color: var(--lime); }
.hero-status a { text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .32); text-underline-offset: 3px; }
.hero-status a:hover { color: var(--lime); text-decoration-color: var(--lime); }
.hero-status b { margin-left: 4px; font-weight: 500; }

[id] { scroll-margin-top: 82px; }

.placeholder-note {
  right: 1%;
  bottom: 34px;
  width: 250px;
  padding: 10px 12px 10px 16px;
  border-radius: 12px;
  background: rgba(4, 20, 24, .68);
  backdrop-filter: blur(10px);
}

.fit-section {
  padding: 130px 6vw;
  background: #c8ff2e;
  color: #071519;
}

.fit-heading {
  display: grid;
  grid-template-columns: minmax(0, 28fr) minmax(0, 44fr) minmax(0, 28fr);
  align-items: end;
  gap: 30px;
  margin-bottom: 78px;
}

.fit-heading .eyebrow { color: #46610e; align-self: start; padding-top: 10px; }
.fit-heading h2,
.validation-copy h2,
.prep-title h2 { font: 500 clamp(40px, 5vw, 72px)/.98 Manrope; letter-spacing: -3px; margin: 0; }
.fit-heading > p:last-child { color: #34411d; margin: 0; }

.fit-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(7, 21, 25, .24); }
.fit-step { min-height: 480px; padding: 30px; background: #d7ff69; display: flex; flex-direction: column; }
.fit-step h3 { font: 500 28px/1.1 Manrope; margin: 10px 0 14px; }
.fit-step > p:last-child { color: #405025; margin: 0; }
.step-kicker { font-size: 11px; letter-spacing: 2px; font-weight: 700; margin: auto 0 0; }
.fit-visual { position: relative; height: 210px; margin-bottom: 28px; overflow: hidden; border: 1px solid rgba(7, 21, 25, .2); background: rgba(255, 255, 255, .28); }
.board-line { position: absolute; left: 10%; right: 10%; top: 38%; height: 17px; border-radius: 50%; background: #0c292d; box-shadow: 0 7px 0 rgba(12, 41, 45, .18); }
.fin-box { position: absolute; left: 46%; top: 45%; width: 9%; height: 42px; border: 2px solid #0c292d; border-top: 0; }
.drive-mark { position: absolute; left: 42%; top: 44%; width: 17%; height: 78px; border-radius: 6px 6px 18px 18px; background: #0c292d; box-shadow: 0 10px 24px rgba(7, 21, 25, .22); }
.fit-mount i { position: absolute; left: 49.5%; top: 79%; height: 28px; border-left: 1px dashed #0c292d; }
.fit-ready b { position: absolute; right: 9%; bottom: 12%; font: 600 34px Manrope; letter-spacing: -1px; }
.fit-cta { margin-top: 38px; border-color: #071519; background: #071519; color: #fff; }
.fit-cta:hover { background: #16343a; }

.validation-section { padding: 130px 6vw; background: #06171b; }
.validation-copy { display: grid; grid-template-columns: minmax(0, 28fr) minmax(0, 44fr) minmax(0, 28fr); align-items: end; gap: 30px; margin-bottom: 70px; }
.validation-copy > p:last-child { color: #91a5a6; margin: 0; }
.validation-board { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.validation-card { min-height: 280px; padding: 28px; border: 1px solid rgba(255, 255, 255, .14); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); display: flex; flex-direction: column; }
.validation-card small { color: #91a5a6; letter-spacing: 2px; font-weight: 700; margin: 18px 0 auto; }
.validation-card strong { font: 500 28px Manrope; margin: 22px 0 10px; }
.validation-card p { color: #91a5a6; margin: 0; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: #f1c56c; box-shadow: 0 0 0 7px rgba(241, 197, 108, .1); }
.validation-card.confirmed { border-color: rgba(200, 255, 46, .42); }
.validation-card.confirmed .status-dot { background: #c8ff2e; box-shadow: 0 0 0 7px rgba(200, 255, 46, .1); }
.validation-card.confirmed small { color: #c8ff2e; }

.inquiry-prep { padding: 110px 6vw; background: #d9e1dd; color: #102327; display: grid; grid-template-columns: minmax(0, 52fr) minmax(0, 48fr); gap: 7%; align-items: start; }
.prep-title .eyebrow { color: #376c65; }
.prep-list { list-style: none; padding: 0; margin: 0; }
.prep-list li { display: flex; gap: 22px; padding: 22px 0; border-top: 1px solid rgba(16, 35, 39, .2); }
.prep-list li:last-child { border-bottom: 1px solid rgba(16, 35, 39, .2); }
.prep-list span { font-size: 11px; letter-spacing: 1px; color: #376c65; padding-top: 5px; }
.prep-list strong { font: 500 20px Manrope; }
.prep-list p { margin: 4px 0 0; color: #5d706c; }
.optional,.required { float: right; color: #708583; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.required { color: #c8ff2e; }

:where(a,button,input,select,textarea,summary):focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #08777c;
}

body.menu-open { overflow: hidden; }
.menu { gap: clamp(15px, 2vw, 32px); }
.faq details p a { color: #d7ebe7; border-bottom: 1px solid rgba(215,235,231,.45); }

@media (max-width: 1050px) {
  .menu-btn { display: flex; flex-direction: column; gap: 5px; padding: 10px; z-index: 2; }
  .menu-btn span { width: 25px; border-top: 2px solid #fff; }
  .menu { position: fixed; inset: 0; background: #06171b; display: none; flex-direction: column; justify-content: center; font-size: 22px; gap: 24px; }
  .menu.open { display: flex; }
}
.mobile-inquiry { display: none; }

@media (max-width: 1100px) {
  .validation-board { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
  .hero-status { grid-template-columns: 1fr; margin-top: 20px; }
  .hero-status > div { padding: 12px 14px; }
  .fit-section, .validation-section { padding: 88px 6vw; }
  .fit-heading, .validation-copy, .inquiry-prep { grid-template-columns: 1fr; gap: 22px; }
  .fit-heading { margin-bottom: 48px; }
  .fit-heading h2, .validation-copy h2, .prep-title h2 { letter-spacing: -2px; }
  .fit-steps, .validation-board { grid-template-columns: 1fr; gap: 12px; background: transparent; }
  .fit-step { min-height: 430px; }
  .validation-copy { margin-bottom: 48px; }
  .validation-card { min-height: 230px; }
  .inquiry-prep { padding: 88px 6vw; }
  body { padding-bottom: 64px; }
  .placeholder-note { width: 220px; right: 0; bottom: 8px; }
  [id] { scroll-margin-top: 68px; }
  .mobile-inquiry { position: fixed; z-index: 48; left: 12px; right: 12px; bottom: 10px; height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: #c8ff2e; color: #071519; box-shadow: 0 12px 34px rgba(0,0,0,.32); font: 700 12px Manrope; letter-spacing: 1.5px; transition: opacity .25s, transform .25s; }
  body.contact-visible .mobile-inquiry { opacity: 0; transform: translateY(80px); pointer-events: none; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-inquiry { scroll-behavior: auto; transition: none; }
}
