:root {
  --ink: #000;
  --paper: #fff;
  --panel: #f5f4f3;
  --pale-blue: #f0f6fd;
  --teal-deep: #006d82;
  --teal-canvas: #118ccc;
  --teal-light: #a8dce4;
  --blue: #338ee8;
  --blue-deep: #338ee8;
  --line: #d8e0ea;
  --muted: #595959;
  --shadow: 0 20px 60px rgba(32, 37, 47, .18);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-width: 320px; color: var(--ink); font-family: "Martel Sans", sans-serif; background: var(--panel); }
button, input, select { font: inherit; }
button { cursor: pointer; }
.site-header { height: 80px; display: grid; place-items: center; background: var(--paper); }
.wordmark { display: block; line-height: 0; text-decoration: none; }
.wordmark img { display: block; width: 177px; height: auto; }
.mobile-wordmark { display: none; line-height: 0; text-decoration: none; }
.mobile-wordmark img { display: block; width: 126px; height: auto; }
.experience { min-height: calc(100vh - 80px); padding: 80px 32px 0; background: linear-gradient(105deg, var(--teal-deep) 0%, var(--teal-canvas) 48%, var(--teal-light) 100%); }
.journey-shell { width: min(1000px, 100%); min-height: 822px; margin: 0 auto; display: flex; flex-direction: column; overflow: hidden; background: var(--panel); box-shadow: none; }
.journey-topbar { height: 84px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; padding: 0 24px; background: var(--paper); border: 0; }
.text-button, .icon-button { border: 0; background: transparent; color: var(--ink); }
.text-button { justify-self: start; color: var(--blue-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 27px; line-height: 1; }
.saved-state { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 14px; }
.saved-state span, .completion-mark { color: var(--blue-deep); }
.saved-state.saving { color: var(--muted); }.saved-state.unsaved, .saved-state.unsaved span { color: var(--error); }.saved-state.saved { color: var(--muted); }
.screen { display: none; flex: 1; padding: 48px 100px 40px; animation: reveal .35s ease both; }
.screen.active { display: block; }
.journey-loading { position: fixed; z-index: 10; inset: 0; display: grid; place-content: center; gap: 16px; padding: 32px; color: var(--ink); background: rgba(245, 244, 243, .94); text-align: center; }
.journey-loading p, .valuation-loading p { margin: 0; color: var(--muted); }
.loading-illustration { width: min(280px, 72vw); height: auto; display: block; margin: 0 auto; }.loading-illustration + .loading-indicator { display: none; }.loading-illustration.is-unavailable { display: none; }.loading-illustration.is-unavailable + .loading-indicator { display: block; }
.loading-indicator { width: 42px; height: 42px; display: block; margin: 0 auto; border: 3px solid var(--line); border-top-color: var(--blue-deep); border-radius: 50%; animation: spin .8s linear infinite; }
.valuation-loading { min-height: 420px; display: grid; place-content: center; gap: 16px; text-align: center; }
.verification-pending { max-width: 560px; margin: 72px auto; text-align: center; }
.verification-pending h1 { margin: 12px 0 18px; }
.verification-pending p { margin: 0 auto 18px; line-height: 1.7; }
.verification-status { min-height: 48px; color: var(--muted); }
.verification-pending .secondary-button { margin-top: 12px; }
.intro-copy { width: 364px; max-width: 100%; margin: 0 auto 68px; text-align: center; }
.eyebrow { margin: 0 0 8px; color: var(--blue-deep); font-size: 16px; font-weight: 600; letter-spacing: .17em; }
h1 { margin: 0; font-family: "Martel", serif; font-size: 32px; font-weight: 300; line-height: 1.32; }
.service-list { width: min(452px, 100%); margin: 0 auto; }
.services-label { margin: 0 0 16px; color: var(--ink); font-size: 16px; font-weight: 600; letter-spacing: .17em; text-align: center; }
.service-option { width: 100%; min-height: 50px; display: flex; justify-content: center; align-items: center; padding: 0 18px; border: 0; border-radius: 4px; color: white; background: var(--blue-deep); font-size: 16px; font-weight: 400; text-align: center; transition: background .2s, transform .2s; }
.service-option + .service-option { margin-top: 16px; }
.service-option:hover { background: #2479c7; transform: translateY(-2px); }
.or-divider { display: flex; justify-content: center; margin: 16px 0; color: rgba(32,37,47,.5); font-size: 16px; font-weight: 600; letter-spacing: .17em; }
.or-divider::before, .or-divider::after { content: none; }
.step-heading { max-width: 620px; margin: 0 auto 38px; }
.step-heading.centered, .valuation-heading { text-align: center; }
.supporting-copy { max-width: 420px; margin: 20px auto 0; color: var(--muted); line-height: 1.5; }
.form-stack { width: min(560px, 100%); margin: 0 auto; display: grid; gap: 10px; }
label { margin-top: 14px; font-size: 14px; font-weight: 700; }
input, select { width: 100%; height: 52px; border: 1px solid var(--line); border-radius: 0; padding: 0 14px; color: var(--ink); background: var(--paper); }
input:focus, select:focus { outline: 3px solid rgba(157,196,243,.6); border-color: var(--blue-deep); }
.valuation-heading h1 { font-size: 28px; }.estimated-value { margin: 6px 0 12px; font-family: "Martel", serif; font-size: 40px; }
.estimate-confidence { display: inline-flex; align-items: center; gap: 7px; margin: 0; padding: 5px 9px; border: 1px solid #b3d6f5; color: var(--blue-deep); background: #e6f2fc; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.estimate-confidence span[aria-hidden="true"] { font-size: 10px; }.estimate-range { margin: 10px 0 0; color: var(--muted); font-size: 14px; }.estimate-unavailable { width: min(550px, 100%); margin: 36px auto 0; padding: 28px; border: 1px solid #b3d6f5; background: var(--paper); text-align: center; }.estimate-unavailable h2 { margin: 0; font-family: "Martel", serif; font-size: 27px; font-weight: 300; }.estimate-unavailable > p:not(.eyebrow) { max-width: 430px; margin: 14px auto 20px; color: var(--muted); line-height: 1.5; }.contact-consent { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 18px; color: #263746; font-size: 14px; font-weight: 400; text-align: left; }.contact-consent input { width: 18px; height: 18px; min-width: 18px; accent-color: var(--blue); }.estimate-unavailable .primary-button { width: 100%; }.estimate-unavailable .primary-button:disabled { cursor: not-allowed; opacity: .45; }.estimate-consent-status { min-height: 20px; margin: 12px 0 0; color: #b91c1c; font-size: 13px; }
.comparables-section { width: min(700px, 100%); margin: 36px auto 0; }.comparables-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 12px; }.comparables-section h2 { margin: 0; font-family: "Martel", serif; font-size: 22px; font-weight: 300; }.carousel-controls { display: flex; gap: 6px; }.carousel-button { width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--paper); font-size: 18px; line-height: 1; }.carousel-button:disabled { cursor: not-allowed; opacity: .35; }.comparables-list { display: flex; gap: 16px; overflow-x: auto; padding: 0 0 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; }.comparable-card { flex: 0 0 300px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); scroll-snap-align: start; }.comparable-image { display: block; width: 100%; height: 172px; object-fit: cover; background: var(--panel); }.comparable-card h3 { margin: 16px 18px 0; font-family: "Martel", serif; font-size: 19px; font-weight: 300; }.comparable-sale-label { margin: 16px 18px 0; color: var(--muted); font-size: 14px; }.comparable-sale { margin: 1px 18px 18px; color: #062e59; font-family: "Martel", serif; font-size: 34px; line-height: 1.05; }.comparable-features { display: flex; align-items: center; gap: 16px; min-height: 54px; margin: 0 18px 18px; padding-top: 16px; border-top: 1px solid var(--line); }.comparable-feature { display: inline-flex; align-items: center; gap: 6px; color: #898c91; font-size: 16px; }.comparable-feature + .comparable-feature { padding-left: 16px; border-left: 1px solid var(--line); }.comparable-feature img { width: 22px; height: 22px; }.comparables-empty { margin: 0; padding: 16px 18px; border: 1px solid var(--line); color: var(--muted); background: var(--paper); font-size: 13px; line-height: 1.45; }
.package-carousel-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 22px 0 12px; }.package-carousel-heading p { margin: 0; color: var(--muted); font-size: 13px; }.package-grid { display: flex; gap: 16px; overflow-x: auto; padding: 4px 2px 14px; scroll-snap-type: x mandatory; scrollbar-width: thin; }.package-card, .payment-card { position: relative; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--line); color: var(--ink); background: var(--paper); text-align: left; transition: border-color .2s, box-shadow .2s, transform .2s; }.package-card { flex: 0 0 min(340px, calc(100% - 44px)); min-height: 342px; padding: 22px 16px; scroll-snap-align: center; }.package-card:hover, .payment-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(32,37,47,.12); }.package-card.selected, .payment-card.selected { border: 2px solid var(--blue-deep); background: var(--pale-blue); }.package-title { font-family: "Martel", serif; font-size: 24px; font-weight: 300; }.package-card strong { font-family: "Martel", serif; font-size: 30px; font-weight: 600; }.included-title { margin-top: 18px; font-weight: 700; }.tag { align-self: flex-start; padding: 6px 8px; background: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.package-status { min-height: 20px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.payment-options { width: min(630px, 100%); margin: 32px auto 0; }.payment-card { width: 100%; padding: 20px 24px; }.payment-card > span:first-child { display: flex; align-items: center; justify-content: space-between; }.payment-card strong { font-family: "Martel", serif; font-size: 24px; font-weight: 300; }.payment-card em { padding: 5px 8px; background: var(--blue); font-size: 12px; font-style: normal; font-weight: 700; }.payment-card p { margin: 4px 0 6px; color: var(--muted); line-height: 1.45; }
.section-label { margin: 0 0 8px; color: var(--blue-deep); font-size: 14px; font-weight: 600; letter-spacing: .17em; }.agent-section { width: min(800px, 100%); margin: 0 auto; }.agent-card { display: flex; gap: 16px; min-height: 156px; padding: 0; border-bottom: 1px solid var(--line); background: var(--paper); }.agent-card + .agent-card { margin-top: 16px; }.agent-card.selected { border: 2px solid var(--blue-deep); }.agent-card.compact { min-height: 120px; padding: 16px; border: 1px solid var(--line); }.agent-avatar { width: 137px; min-width: 137px; display: grid; place-items: center; color: white; font-family: "Martel", serif; font-size: 30px; }.agent-avatar-piers { background: linear-gradient(145deg, #1f3d56, #718595); }.agent-avatar-nigel { background: linear-gradient(145deg, #5c6f52, #a5af9b); }.agent-avatar-adam { background: linear-gradient(145deg, #695f68, #b8aeb7); }.compact .agent-avatar { width: 88px; min-width: 88px; font-size: 24px; }.agent-copy { padding: 16px 0; }.agent-copy h2 { margin: 0; font-family: "Martel", serif; font-size: 20px; font-weight: 300; }.agent-copy p { margin: 2px 0 12px; color: var(--muted); font-size: 14px; }.select-agent, .learn-more { min-height: 40px; margin-right: 12px; border: 1px solid var(--ink); border-radius: 4px; padding: 0 14px; color: var(--ink); background: var(--paper); }.selected .select-agent { color: white; border-color: var(--blue-deep); background: var(--blue-deep); }.learn-more { border: 0; padding-left: 0; color: var(--blue-deep); text-decoration: underline; }.other-agents-label { margin-top: 32px; }.agent-search { height: 56px; display: flex; align-items: center; gap: 8px; margin-bottom: 24px; border: 1px solid var(--line); padding: 0 16px; background: var(--paper); }.agent-search input { height: 100%; border: 0; padding: 0; }.agent-search input:focus { outline: 0; }
.agent-avatar-assigned { background: #183c67; }.agent-assignment-status { min-height: 20px; margin: 16px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.meeting-type { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px 32px; margin: 24px 0; }.meeting-option { border: 0; color: var(--ink); background: transparent; }.meeting-option.selected { color: var(--blue-deep); }.appointment-card { width: min(458px, 100%); margin: 0 auto; padding: 32px; border: 1px solid var(--line); background: var(--paper); }.appointment-label { margin: 0; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .12em; }.time-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 10px; margin-top: 18px; text-align: center; }.time-grid button { min-height: 42px; border: 1px solid var(--line); color: var(--ink); background: var(--paper); font-size: 13px; }.time-grid button.selected { color: white; border-color: var(--blue-deep); background: var(--blue-deep); }.booking-status { min-height: 20px; margin: 18px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.completion { max-width: 560px; margin: 90px auto; text-align: center; }.completion-mark { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid var(--blue-deep); border-radius: 50%; font-size: 26px; }.completion p:not(.eyebrow):not(.completion-mark) { max-width: 480px; margin: 22px auto 28px; color: var(--muted); line-height: 1.65; }
.journey-actions { height: 88px; display: flex; justify-content: space-between; align-items: center; padding: 0 100px; border-top: 1px solid var(--line); background: var(--paper); }.primary-button, .secondary-button { min-width: 150px; height: 40px; border: 1px solid var(--ink); border-radius: 4px; padding: 0 20px; }.primary-button { color: var(--ink); background: var(--paper); }.secondary-button { color: var(--ink); background: white; }.primary-button:hover, .secondary-button:hover { background: var(--panel); border-color: var(--muted); }
.journey-actions .primary-button:disabled { cursor: not-allowed; opacity: .45; }
.toast { position: fixed; right: 24px; bottom: 24px; transform: translateY(100px); padding: 14px 18px; color: white; background: var(--ink); box-shadow: var(--shadow); transition: transform .25s; }.toast.visible { transform: translateY(0); }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 760px) {
  body { background: linear-gradient(105deg, var(--teal-deep) 0%, var(--teal-canvas) 48%, var(--teal-light) 100%); }
  .site-header { display: none; }
  .experience { min-height: 100vh; padding: 0; background: linear-gradient(105deg, var(--teal-deep) 0%, var(--teal-canvas) 48%, var(--teal-light) 100%); }
  .journey-shell { width: 100%; max-width: 430px; min-height: 100vh; margin: 0 auto; border-radius: 32px 32px 24px 24px; background: var(--panel); }
  .journey-topbar { height: 80px; grid-template-columns: 1fr auto; gap: 0; padding: 0 24px; background: var(--paper); }
  .mobile-wordmark { display: block; }
  .journey-topbar .text-button { grid-column: 2; grid-row: 1; font-size: 16px; }
  .journey-topbar .saved-state, .journey-topbar .icon-button { display: none; }
  .screen { padding: 36px 24px 28px; }
  #screen-start { padding-top: 36px; }
  .intro-copy { width: 300px; margin: 0 auto 78px; }
  h1 { font-size: 28px; line-height: 1.2; }
  .service-list { width: 100%; }
  .services-label { margin-bottom: 16px; color: var(--blue-deep); }
  .service-option { min-height: 50px; border-radius: 4px; font-size: 16px; }
  .service-option + .service-option { margin-top: 16px; }
  .or-divider { margin: 16px 0; color: #8f9297; }
  .step-heading { margin-bottom: 28px; }
  .step-heading.centered, .valuation-heading { text-align: left; }
  .eyebrow { font-size: 14px; }
  .form-stack { width: 100%; }
  .package-carousel-heading { align-items: flex-start; }.package-carousel-heading p { max-width: 220px; }.package-grid { margin-right: -24px; padding-right: 24px; }.package-card { flex-basis: min(82vw, 340px); min-height: 320px; }
  .payment-options { width: 100%; margin-top: 24px; }
  .comparables-section { margin-top: 28px; }
  .comparable-card { flex-basis: 82vw; }
  .journey-actions { height: auto; flex-direction: column-reverse; gap: 16px; padding: 24px 32px; border: 0; background: var(--paper); }
  .primary-button, .secondary-button { width: 100%; min-height: 50px; }
  .primary-button { color: white; border-color: var(--blue-deep); background: var(--blue-deep); }
  .primary-button:hover { background: #2479c7; border-color: #2479c7; }
  .completion { margin: 52px auto; }
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.intake-heading { max-width: 560px; margin: 0 auto 26px; text-align: center; }
.intake-heading h1 { font-size: 30px; line-height: 1.18; }
.intake-heading p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.intake-heading a, .terms-copy a { color: inherit; text-underline-offset: 3px; }
#screen-address { padding-top: 34px; }
#screen-address .form-stack { width: min(736px, 100%); gap: 11px; }
.form-section-label { margin: 0 0 1px; color: #747a82; font-size: 14px; font-weight: 600; letter-spacing: .17em; text-align: center; }
.address-lookup { position: relative; }
#screen-address input, #screen-address select { height: 46px; border-color: #dfe1e3; color: #29323c; font-size: 14px; }
#screen-address #address { border-color: #555d65; text-align: center; }
#screen-address input::placeholder { color: #7b838c; }
#screen-address input:focus, #screen-address select:focus { outline: 2px solid rgba(89, 89, 89, .45); border-color: var(--muted); }
.address-status { min-height: 0; margin: 0; color: var(--muted); font-size: 12px; }
.address-suggestions { position: absolute; z-index: 2; width: 100%; max-height: 190px; margin: 3px 0 0; padding: 4px; overflow-y: auto; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 8px 20px rgba(32, 37, 47, .14); list-style: none; }
.address-suggestions li { padding: 11px 12px; color: var(--ink); cursor: pointer; font-size: 14px; }
.address-suggestions li:hover, .address-suggestions li[aria-selected="true"] { color: var(--ink); background: var(--pale-blue); }
.terms-copy { margin-top: 8px; color: #314963; font-size: 14px; }
.legal-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 12px; color: var(--ink); font-size: 13px; font-weight: 400; }.legal-consent input { width: 18px !important; height: 18px !important; min-width: 18px; margin-top: 1px; accent-color: var(--blue); }.legal-consent input:disabled { opacity: .5; }.legal-status { min-height: 18px; margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.terms-copy strong, .marketing-preferences strong { font-weight: 600; }
.terms-copy p, .marketing-preferences p { margin: 6px 0 0; line-height: 1.4; }
.marketing-preferences { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 20px; margin-top: 10px; color: #314963; font-size: 14px; }
.marketing-preferences fieldset { display: grid; gap: 10px; min-width: 86px; margin: 0; padding: 0; border: 0; }
.marketing-preferences label { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0; color: #263746; font-size: 13px; font-weight: 400; }
.marketing-preferences input { width: 17px !important; height: 17px !important; accent-color: var(--blue); }
.agent-introduction { width: min(768px, 100%); margin: 0 auto; }
.featured-agent { display: grid; grid-template-columns: 136px 1fr; gap: 18px; align-items: stretch; padding: 0; background: var(--paper); }
.featured-agent > img { width: 136px; height: 178px; object-fit: cover; }
.featured-agent-copy { padding: 8px 16px 12px 0; }
.assigned-agent { margin: 0 0 7px; color: var(--blue-deep); font-size: 12px; font-weight: 600; letter-spacing: .13em; }
.featured-agent-copy h2 { margin: 0; font-family: "Martel", serif; font-size: 26px; font-weight: 300; }
.featured-agent-copy > p { margin: 2px 0; color: var(--muted); font-size: 14px; }
.featured-agent-copy .agent-area { margin-top: 11px; color: var(--ink); font-weight: 600; }
.featured-agent-copy .agent-intro { max-width: 470px; margin-top: 7px; line-height: 1.45; }
.agent-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.agent-metric, .agent-review, .agent-team { margin: 0; padding: 16px; background: var(--paper); }
.agent-metric span { display: block; color: var(--muted); font-size: 13px; }
.agent-metric strong { display: block; margin-top: 5px; color: #183c67; font-family: "Martel", serif; font-size: 30px; font-weight: 300; }
.agent-metric small { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; }
.agent-review { min-height: 175px; color: #35414c; line-height: 1.4; }
.agent-review p { margin: 0 0 18px; }
.agent-review cite { color: var(--ink); font-size: 12px; font-style: normal; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.agent-review cite span { color: var(--muted); font-size: 11px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.agent-team { min-height: 175px; }
.agent-team .section-label { margin-bottom: 12px; color: var(--muted); font-size: 12px; }
.agent-team > div { display: flex; align-items: center; gap: 10px; }
.agent-team > div + div { margin-top: 9px; }
.agent-team img { width: 42px; height: 42px; object-fit: cover; }
.agent-team span { display: grid; gap: 2px; }
.agent-team strong { font-family: "Martel", serif; font-size: 16px; font-weight: 300; }
.agent-team small { color: var(--muted); font-size: 11px; }
.next-steps-heading { width: min(520px, 100%); margin: 0 auto 32px; text-align: center; }
.next-steps-heading h1, .report-heading h1 { font-size: 29px; }
.next-steps-heading > p:last-child { margin: 16px auto 0; color: #28323c; font-size: 14px; line-height: 1.4; }
.next-step-options { width: min(600px, 100%); margin: 0 auto; display: grid; gap: 2px; }
.next-step-option { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; padding: 16px 12px; border: 0; color: var(--ink); background: transparent; text-align: left; }
.next-step-option:hover, .next-step-option.selected { background: rgba(255, 255, 255, .52); }
.next-step-control { width: 14px; height: 14px; margin-top: 4px; border: 1px solid var(--ink); border-radius: 50%; }
.next-step-option.selected .next-step-control { border: 4px solid var(--ink); }
.next-step-option strong { display: block; font-size: 17px; font-weight: 400; }
.next-step-option small { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.report-heading { margin: 0 auto; text-align: center; }
.report-heading > p:last-child { margin: 7px 0 30px; color: var(--muted); font-size: 14px; }
.report-actions { width: min(520px, 100%); margin: 0 auto; display: grid; gap: 12px; }
.report-action { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 0 18px; border: 0; color: var(--paper); background: #1595cf; font-size: 16px; text-align: left; }
.report-action:hover { background: #0d7eb2; }
.report-action span { font-size: 21px; line-height: 1; }
.report-placeholder { width: min(520px, 100%); min-height: 20px; margin: 16px auto 0; color: var(--muted); font-size: 13px; line-height: 1.4; text-align: center; }
.report-next-actions { width: min(520px, 100%); margin: 24px auto 0; display: grid; gap: 12px; text-align: center; }.report-next-actions p { margin: 0 0 4px; color: var(--muted); font-size: 14px; }.report-next-actions .primary-button, .report-next-actions .secondary-button { width: 100%; }
.back-to-services { display: block; width: min(360px, 100%); min-height: 42px; margin: 88px auto 0; border: 1px solid var(--ink); border-radius: 4px; color: var(--ink); background: var(--paper); }
.agent-options-heading { width: min(520px, 100%); margin: 0 auto 30px; text-align: center; }.agent-options-heading h1 { font-size: 29px; }.agent-options-heading > p:last-child { margin: 14px auto 0; color: var(--muted); font-size: 14px; line-height: 1.5; }.agent-options { width: min(560px, 100%); margin: 0 auto; display: grid; gap: 12px; }.agent-choice { appearance: none; display: grid; gap: 6px; min-height: 106px; padding: 22px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--paper); text-align: left; }.agent-choice:hover { border-color: var(--muted); background: var(--pale-blue); }.agent-choice:focus-visible { outline: 3px solid rgba(51, 142, 232, .45); outline-offset: 2px; }.agent-choice strong, .agent-choice span { display: block; }.agent-choice strong { font-family: "Martel", serif; font-size: 22px; font-weight: 300; }.agent-choice span, .agent-choice-status { color: var(--muted); font-size: 14px; line-height: 1.45; }.agent-choice-status { min-height: 20px; margin: 16px auto 0; text-align: center; }
.contact-confirmation { max-width: 560px; margin: 64px auto; text-align: center; }
.contact-confirmation > p:not(.eyebrow):not(.completion-mark) { max-width: 480px; margin: 20px auto; color: var(--muted); line-height: 1.55; }
.contact-confirmation .local-placeholder { padding: 12px 14px; border: 1px solid #b3d6f5; color: #338ee8; background: #e6f2fc; font-size: 13px; }
@media (max-width: 760px) {
  #screen-next-steps, #screen-download-report { padding-top: 30px; }
  .next-steps-heading { margin-bottom: 24px; }
  .next-steps-heading h1, .report-heading h1 { font-size: 25px; }
  .next-step-option { padding: 14px 4px; }
  .next-step-option strong { font-size: 16px; }
  .report-actions { width: 100%; }
  .report-action { min-height: 48px; }
  .agent-options-heading { text-align: left; }.agent-options-heading h1 { font-size: 25px; }.agent-choice { min-height: 96px; }.agent-choice strong { font-size: 20px; }
  .back-to-services { margin-top: 64px; }
  .contact-confirmation { margin: 36px auto; }
}
@media (max-width: 760px) {
  #screen-address { padding-top: 28px; }
  .intake-heading { margin-bottom: 24px; }
  .intake-heading h1 { font-size: 27px; }
  .marketing-preferences { grid-template-columns: 1fr; gap: 14px; }
  .marketing-preferences fieldset { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .featured-agent { grid-template-columns: 106px 1fr; gap: 14px; }
  .featured-agent > img { width: 106px; height: 196px; }
  .featured-agent-copy { padding: 4px 12px 10px 0; }
  .featured-agent-copy h2 { font-size: 22px; }
  .agent-detail-grid { grid-template-columns: 1fr; }
  .agent-metric, .agent-review, .agent-team { min-height: auto; }
}