/* v0.8.0: make the first decision visible and improve inquiry readiness. */
:root {
  --v080-ink: #071316;
  --v080-ink-soft: #183135;
  --v080-paper: #f7faf8;
  --v080-mist: #eaf2ef;
  --v080-line: rgba(7, 19, 22, 0.14);
  --v080-green: #00a36c;
  --v080-green-dark: #007d54;
  --v080-blue: #2a7897;
  --v080-orange: #df7a43;
  --v080-ease: cubic-bezier(.22, 1, .36, 1);
}

.v080-home-clarity {
  position: relative;
  border-block: 1px solid var(--v080-line);
  background: var(--v080-paper);
}

.v080-home-clarity__grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: center;
  padding-block: clamp(66px, 9vw, 118px);
}

.v080-home-clarity__intro .dv2-index,
.v080-finder-head .dv2-index {
  color: var(--v080-green-dark);
}

.v080-home-clarity h2,
.v080-finder-head h2 {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--v080-ink);
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: .99;
  letter-spacing: 0;
  text-wrap: balance;
}

.v080-home-clarity__answer {
  min-width: 0;
  padding-left: clamp(22px, 3vw, 48px);
  border-left: 2px solid var(--v080-green);
}

.v080-home-clarity__answer > p {
  max-width: 680px;
  margin: 0;
  color: var(--v080-ink-soft);
  font-size: clamp(17px, 1.65vw, 22px);
  line-height: 1.5;
  text-wrap: pretty;
}

.v080-home-clarity__answer > p strong { color: var(--v080-green-dark); }

.v080-home-clarity__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.v080-home-clarity__actions a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--v080-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--v080-green);
  text-underline-offset: 6px;
}

.v080-home-clarity__actions a:hover { color: var(--v080-green-dark); }

.v080-home-clarity__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 44px 0 0;
  border-top: 1px solid var(--v080-line);
  border-bottom: 1px solid var(--v080-line);
  background: var(--v080-line);
}

.v080-home-clarity__facts li {
  min-width: 0;
  min-height: 148px;
  padding: 20px;
  background: var(--v080-paper);
}

.v080-home-clarity__facts b {
  color: var(--v080-blue);
  font-size: 11px;
}

.v080-home-clarity__facts strong {
  display: block;
  margin-top: 34px;
  color: var(--v080-ink);
  font-size: 16px;
  line-height: 1.2;
}

.v080-home-clarity__facts span {
  display: block;
  margin-top: 8px;
  color: #637078;
  font-size: 12px;
  line-height: 1.5;
}

.v080-route-finder {
  padding-block: clamp(72px, 9vw, 120px);
  background: #fff;
}

.v080-finder-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .58fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.v080-finder-head > p {
  max-width: 480px;
  margin: 0 0 6px;
  color: #637078;
  font-size: 15px;
  line-height: 1.72;
}

.v080-finder-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--v080-line);
  background: var(--v080-line);
}

.v080-finder-option {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: start;
  min-width: 0;
  min-height: 148px;
  padding: 20px;
  color: #637078;
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: background-color .22s ease, color .22s ease, transform .22s var(--v080-ease);
}

.v080-finder-option:hover,
.v080-finder-option.is-active,
.v080-finder-option:focus-visible {
  color: #fff;
  background: #193b3b;
}

.v080-finder-option:hover { transform: translateY(-3px); }

.v080-finder-option b {
  color: var(--v080-green-dark);
  font-size: 11px;
}

.v080-finder-option strong {
  display: block;
  color: inherit;
  font-size: 15px;
  line-height: 1.25;
}

.v080-finder-option small {
  display: block;
  margin-top: 9px;
  color: currentColor;
  opacity: .68;
  font-size: 11px;
  line-height: 1.48;
}

.v080-finder-option i {
  color: var(--v080-orange);
  font-style: normal;
}

.v080-finder-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 48px);
  color: #fff;
  background: var(--v080-ink);
}

.v080-finder-result__copy > span {
  color: #8be1c0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.v080-finder-result h3 {
  max-width: 700px;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 44px);
  line-height: 1.05;
  text-wrap: balance;
}

.v080-finder-result p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.68;
}

.v080-finder-result a {
  display: inline-flex;
  gap: 10px;
  margin-top: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--v080-green);
  text-underline-offset: 6px;
}

.v080-finder-result__index {
  color: rgba(139,225,192,.34);
  font-size: clamp(54px, 8vw, 112px);
  font-weight: 800;
  line-height: .8;
  text-align: right;
}

.v080-form-orientation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 28px;
  border: 1px solid rgba(7,19,22,.12);
  background: rgba(7,19,22,.12);
}

.v080-form-orientation div {
  min-height: 88px;
  padding: 15px;
  background: #f7faf8;
}

.v080-form-orientation b {
  color: var(--v080-green-dark);
  font-size: 11px;
}

.v080-form-orientation strong {
  display: block;
  margin-top: 10px;
  color: var(--v080-ink);
  font-size: 12px;
  line-height: 1.3;
}

.v080-form-orientation span {
  display: block;
  margin-top: 4px;
  color: #637078;
  font-size: 11px;
  line-height: 1.4;
}

.v080-form-note-strong { color: var(--v080-green-dark); }

.v080-form-next {
  display: block;
  margin: 8px 0 18px;
  color: #637078;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .v080-home-clarity__grid,
  .v080-finder-head { grid-template-columns: 1fr; gap: 30px; }
  .v080-home-clarity__answer { padding-left: 22px; }
  .v080-finder-head { margin-bottom: 28px; }
  .v080-finder-head > p { max-width: 700px; }
  .v080-finder-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .v080-home-clarity__grid { padding-block: 70px; }
  .v080-home-clarity__facts { grid-template-columns: 1fr; }
  .v080-home-clarity__facts li { min-height: 0; }
  .v080-home-clarity__facts strong { margin-top: 16px; }
  .v080-finder-options { grid-template-columns: 1fr; }
  .v080-finder-option { min-height: 106px; }
  .v080-finder-result { grid-template-columns: minmax(0, 1fr) 42px; gap: 15px; padding: 24px 20px; }
  .v080-finder-result__index { font-size: 48px; }
  .v080-form-orientation { grid-template-columns: 1fr; }
  .v080-form-orientation div { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .v080-finder-option { transition: none; }
  .v080-finder-option:hover { transform: none; }
}
