.home-page { background: var(--paper); }

.home-hero .hero-lede { max-width: 690px; }
.home-hero .promise-card { align-self: center; }
.home-hero .promise-label { color: #f2c65c; }
.client-proof p span { color: #52667a; font-weight: 500; letter-spacing: 0; text-transform: none; }

.home-choices .service-grid { align-items: stretch; }
.home-choices .service-card { display: flex; min-height: 440px; flex-direction: column; padding: 0; }
.home-choices .service-card.is-selected { z-index: 2; outline: 2px solid var(--blue); outline-offset: -2px; background: #fff; box-shadow: var(--shadow-md); transform: translateY(-5px); }

.home-choice-button {
  width: 100%;
  min-height: 374px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 34px 28px;
  border: 0;
  background: transparent;
  color: var(--ink-900);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.home-choice-button:focus-visible { position: relative; z-index: 3; outline: 3px solid var(--cyan); outline-offset: -5px; }
.home-choice-button .service-index { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.home-choice-button .service-index::after { content: "Not selected"; color: #6c7d8e; font-size: .56rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.home-choice-button[aria-pressed="true"] .service-index::after { content: "Selected"; color: #075eae; }
.home-choice-button > strong { margin-bottom: 13px; font: 600 1.38rem/1.18 "Space Grotesk", sans-serif; letter-spacing: -.025em; }
.choice-copy { margin-bottom: 28px; color: var(--ink-600); font-size: .82rem; line-height: 1.7; }
.choice-select { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: #075eae; font-size: .74rem; font-weight: 800; }
.choice-select i { width: 15px; height: 15px; display: grid; place-items: center; border: 1px solid #82a5c5; border-radius: 50%; background: #fff; }
.home-choice-button[aria-pressed="true"] .choice-select i { border: 4px solid var(--blue); }
.home-choice-button[aria-pressed="true"] .choice-select { color: var(--blue); }

.choice-route-links { min-height: 62px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; padding: 15px 34px; border-top: 1px solid var(--line); background: rgba(255,255,255,.64); }
.choice-route-links a { color: #075eae; font-size: .66rem; font-weight: 700; }
.choice-route-links a::after { content: " →"; }

.choice-receipt { display: grid; grid-template-columns: 1fr minmax(360px,.7fr); gap: 45px; align-items: center; margin-top: 28px; padding: 28px 32px; border: 1px solid #a8c7e3; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.choice-receipt > div:first-child > span, .choice-receipt-route > span { display: block; margin-bottom: 7px; color: #075eae; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.choice-receipt > div:first-child > strong { display: block; margin-bottom: 7px; font: 600 1.28rem/1.25 "Space Grotesk", sans-serif; letter-spacing: -.025em; }
.choice-receipt p { max-width: 720px; margin: 0; color: var(--ink-600); font-size: .76rem; line-height: 1.7; }
.choice-receipt-route { display: grid; grid-template-columns: 1fr; gap: 9px; }
.choice-receipt-route .button { width: 100%; }
.choice-shape { width: 100%; justify-content: center; border: 0; background: transparent; cursor: pointer; }

.home-plan .planner-card { min-height: 640px; }
.home-plan .field label span { color: var(--ink-500); font-weight: 400; }
.home-plan-result { padding-top: 10px; }
.result-kicker { display: block; margin-bottom: 7px; color: #075eae; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-plan-result > h3 { margin-bottom: 22px; font-size: 2rem; }
.home-review-summary { padding: 20px; }
.home-review-summary > strong { margin-bottom: 17px; font-size: 1rem; }
.home-review-summary dl { display: grid; gap: 8px; margin: 0; padding-top: 15px; border-top: 1px solid #c9dbea; }
.home-review-summary dl div { display: grid; grid-template-columns: 74px 1fr; gap: 16px; font-size: .7rem; }
.home-review-summary dt { color: var(--ink-600); }
.home-review-summary dd { margin: 0; font-weight: 700; text-align: right; overflow-wrap: anywhere; }
.home-result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.home-result-actions .button { min-height: 54px; width: 100%; padding-inline: 18px; text-align: center; }
.home-result-actions .button-email { border: 1px solid #a9bfd5; background: #fff; color: var(--ink-900); box-shadow: none; }
.home-result-actions .button-email:hover { border-color: #7fa6c8; background: var(--paper-blue); color: var(--ink-900); box-shadow: none; }
.home-plan-back { width: 100%; min-height: 44px; margin-top: 13px; border: 0; background: transparent; color: #075eae; }

.home-continue .decision-paths { align-items: stretch; }
.home-continue .decision-path { min-height: 330px; }

@media (max-width: 1060px) {
  .choice-receipt { grid-template-columns: 1fr 330px; gap: 30px; }
  .home-choice-button { padding-inline: 26px; }
  .choice-route-links { padding-inline: 26px; }
}

@media (max-width: 860px) {
  .home-choices .service-card { min-height: 0; }
  .home-choice-button { min-height: 0; }
  .choice-receipt { grid-template-columns: 1fr; }
  .choice-receipt-route { max-width: 430px; }
  .home-plan .planner-card { min-height: 0; }
}

@media (max-width: 580px) {
  .home-hero .promise-card { margin-top: 4px; }
  .home-choice-button { padding: 30px 18px 24px; }
  .home-choice-button .service-index { margin-bottom: 30px; }
  .choice-route-links { min-height: 54px; padding: 13px 18px; }
  .choice-receipt { margin-top: 20px; padding: 22px 18px; }
  .choice-receipt-route { width: 100%; }
  .home-result-actions { grid-template-columns: 1fr; }
  .home-review-summary dl div { grid-template-columns: 64px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .home-choices .service-card, .choice-select i { transition: none; }
  .home-choices .service-card.is-selected { transform: none; }
}
