/* Guided matcher reskin: same mockapp visual language, no debug/code-facing copy. */
.guided-entry-row {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.guided-entry-button {
  appearance: none;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 8px 12px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(35,23,41,0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
  cursor: pointer;
}
.guided-entry-button span {
  color: rgba(255,255,255,0.72);
  font-size: 0.76rem;
  font-weight: 850;
}
.guided-entry-button strong {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
}
.choice-option--guided {
  border-color: rgba(220,30,55,0.28);
  background: linear-gradient(145deg, #fff5f7 0%, #ffffff 68%);
}
.choice-option--guided span { color: var(--brand-primary); }
.guided-stage { padding: clamp(14px, 3vw, 24px); }
.guided-back-action { margin-bottom: 14px; }
.guided-shell {
  display: grid;
  gap: 18px;
}
.guided-heading {
  display: grid;
  gap: 8px;
  text-align: center;
}
.guided-heading span,
.guided-progress {
  margin: 0;
  color: var(--brand-primary);
  font-size: 0.70rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.guided-heading h2 {
  margin: 0;
  color: var(--ink-2);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}
.guided-heading p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.5;
}
.guided-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.72fr);
  gap: 14px;
  align-items: start;
}
.guided-question-card,
.guided-match-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255,255,255,0.98);
  box-shadow: var(--shadow-card);
}
.guided-question-card { padding: clamp(18px, 3vw, 26px); }
.guided-match-card { padding: 18px; position: sticky; top: 18px; }
.guided-question-card h3 {
  margin: 8px 0 16px;
  color: var(--ink-2);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: clamp(1.45rem, 3.2vw, 2.3rem);
  line-height: 0.98;
  letter-spacing: -0.046em;
}
.guided-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 14px;
}
.guided-option {
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(35,23,41,0.12);
  border-radius: 999px;
  color: var(--ink-2);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 920;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.guided-option:hover,
.guided-option:focus-visible {
  outline: 0;
  transform: translateY(-1px);
  border-color: rgba(220,30,55,0.30);
}
.guided-option.is-selected {
  color: #fff;
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}
.guided-form {
  display: grid;
  gap: 10px;
}
.guided-form textarea {
  width: 100%;
  min-height: 104px;
  resize: vertical;
  padding: 16px 17px;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  color: var(--ink-2);
  background: var(--field);
  font: inherit;
  font-weight: 760;
  outline: 0;
}
.guided-form textarea:focus {
  border-color: rgba(220,30,55,0.35);
  box-shadow: 0 0 0 5px rgba(220,30,55,0.08);
  background: #fff;
}
.guided-note,
.guided-error {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.42;
}
.guided-error {
  color: var(--brand-primary);
}
.guided-guesses {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.guided-guesses li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.guided-guesses li[data-leading="true"] {
  border-color: rgba(20,135,98,0.34);
  background: var(--green-soft);
}
.guided-guesses li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink-2);
  font-size: 0.72rem;
  font-weight: 950;
}
.guided-guesses strong {
  min-width: 0;
  color: var(--ink-2);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.guided-guesses small {
  color: var(--muted);
  font-size: 0.70rem;
  font-weight: 900;
  white-space: nowrap;
}
.guided-price-action { width: 100%; margin-top: 14px; }

.coverage-field--plan { display: none !important; }
.insurer-option { grid-template-columns: minmax(0, 1fr) auto; }
.insurer-option small { display: none !important; }
.insurance-picker .coverage-continue { margin-top: clamp(4px, 1.1vh, 12px); }
@media (max-width: 760px) {
  .guided-entry-button { grid-template-columns: 1fr; text-align: center; border-radius: 22px; }
  .guided-layout { grid-template-columns: 1fr; }
  .guided-match-card { position: static; }
  .guided-guesses li { grid-template-columns: 28px minmax(0, 1fr); }
  .guided-guesses small { grid-column: 2; white-space: normal; }
}

/* 2026-05-10 guided matcher cleanup: align with mockapp result cards, remove side-rail/debug feel. */
.guided-entry-row { display: none !important; }
.guided-stage {
  width: min(720px, 100%);
  padding: 0;
}
.guided-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 96% 2%, rgba(220,30,55,0.07), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbf8fa 100%);
}
.guided-topline {
  align-items: flex-start;
}
.guided-kicker {
  display: block;
  margin: 0 0 7px;
  color: var(--brand-primary);
  font-size: 0.70rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.guided-panel .result-title-row h2 {
  margin: 0;
  color: var(--ink-2);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: clamp(1.82rem, 4.5vw, 2.8rem);
  line-height: 0.96;
  letter-spacing: -0.047em;
}
.guided-panel .result-subtitle {
  max-width: 58ch;
}
.guided-question-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(220,30,55,0.10);
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}
.guided-question-card h3 {
  margin: 0;
  color: var(--ink-2);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.04rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 950;
}
.guided-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
}
.guided-form textarea {
  min-height: 74px;
  resize: vertical;
  padding: 14px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: var(--field);
  color: var(--ink-2);
  font-size: 0.95rem;
  font-weight: 760;
}
.guided-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.guided-option {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 920;
}
.guided-results-card {
  padding: 12px;
  border-radius: 26px;
  box-shadow: none;
}
.guided-results-card .provider-list-header {
  align-items: baseline;
  justify-content: space-between;
  margin: 1px 3px 10px;
}
.guided-results-card .provider-list-header b {
  max-width: 54%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
}
.guided-guesses {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.guided-guesses li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.guided-guesses li[data-leading="true"] {
  border-color: rgba(20,135,98,0.32);
  background: #f6faf8;
}
.guided-guesses li > span {
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--ink-2);
  border-radius: 999px;
}
.guided-guesses li[data-leading="true"] > span {
  background: var(--green);
}
.guided-guesses strong {
  color: var(--ink-2);
  font-size: 0.93rem;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.guided-guesses small {
  color: var(--muted);
  font-size: 0.70rem;
  font-weight: 900;
  white-space: nowrap;
}
.guided-note,
.guided-error {
  margin: 10px 3px 0;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 760;
  line-height: 1.38;
}
.guided-error { color: var(--brand-primary); }
.guided-price-action {
  width: 100%;
  margin-top: 12px;
}
[data-app-stage="guided"] .dashboard-hero {
  padding: 12px;
  border-radius: 30px;
}
[data-app-stage="guided"] .experience-nav {
  display: none;
}
[data-app-stage="guided"] .search-trigger {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 64px;
  padding: 10px;
  border-radius: 24px;
}
[data-app-stage="guided"] .search-lens { width: 42px; height: 42px; }
[data-app-stage="guided"] .search-lens::before { width: 12px; height: 12px; left: 12px; top: 11px; }
[data-app-stage="guided"] .search-lens::after { width: 12px; right: 11px; bottom: 12px; }
[data-app-stage="guided"] .search-copy { font-size: 1rem; }
[data-app-stage="guided"] .search-cta {
  grid-column: auto;
  width: auto;
  min-height: 40px;
  padding: 0 14px;
}

.coverage-field--plan { display: none !important; }
.insurer-option { grid-template-columns: minmax(0, 1fr) auto; }
.insurer-option small { display: none !important; }
.insurance-picker .coverage-continue { margin-top: clamp(4px, 1.1vh, 12px); }
@media (max-width: 760px) {
  .guided-stage { margin-top: 12px; }
  .guided-panel { padding: 14px; border-radius: 26px; gap: 10px; }
  .guided-panel .result-title-row h2 { font-size: clamp(1.48rem, 7vw, 2rem); }
  .guided-panel .answer-topline .secondary-action { display: inline-flex; }
  .guided-question-card { padding: 12px; border-radius: 22px; }
  .guided-form { grid-template-columns: 1fr; }
  .guided-form textarea { min-height: 92px; }
  .guided-form .primary-detail-action { width: 100%; }
  .guided-guesses li { grid-template-columns: 28px minmax(0, 1fr); gap: 9px; }
  .guided-guesses small { grid-column: 2; white-space: normal; }
  .guided-results-card .provider-list-header b { max-width: 50%; }
  [data-app-stage="guided"] .dashboard-hero { padding: 10px; border-radius: 28px; }
  [data-app-stage="guided"] .search-trigger { grid-template-columns: 38px minmax(0, 1fr) auto; min-height: 62px; }
  [data-app-stage="guided"] .search-lens { width: 38px; height: 38px; }
  [data-app-stage="guided"] .search-copy { font-size: 0.94rem; }
}
.guided-guesses.provider-list,
html[data-embed="phone"] .guided-guesses.provider-list,
html[data-embed="phone"] .altored-search-app[data-variant="clinic-deck"] .guided-guesses.provider-list {
  max-height: none !important;
  overflow: visible !important;
  overscroll-behavior: auto !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  mask-image: none !important;
  scrollbar-width: auto !important;
}


/* 2026-05-10 search-bar-only cleanup: remove entry clutter while preserving triggered result/guided stages. */
.choice-sheet,
.guided-entry-row {
  display: none !important;
}
.search-stage {
  display: none !important;
}
.search-card {
  width: min(800px, 100%);
  margin: 0 auto;
}
.search-trigger {
  isolation: isolate;
}
.search-cta:disabled {
  opacity: 0.72;
  cursor: progress;
  transform: none;
}
[data-app-stage="choices"] .dashboard-hero {
  padding: clamp(22px, 4vw, 34px);
}
html[data-embed="phone"] .search-card {
  width: min(314px, calc(100% - 18px));
}
html[data-embed="phone"] .choice-sheet,
html[data-embed="phone"] .guided-stage,
html[data-embed="phone"] .search-stage,
html[data-embed="phone"] .guided-entry-row {
  display: none !important;
}


/* 2026-05-10 guided questions only: Apple-clean question flow. */
.guided-stage {
  width: min(680px, 100%) !important;
  margin-top: clamp(22px, 5vw, 54px) !important;
  padding: 0 !important;
}
.guided-panel {
  position: relative;
  display: grid !important;
  gap: clamp(18px, 3vw, 28px) !important;
  padding: clamp(28px, 6vw, 64px) clamp(22px, 5vw, 52px) !important;
  border: 0 !important;
  border-radius: clamp(30px, 5vw, 46px) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 32px 90px rgba(24, 20, 28, 0.10), inset 0 1px 0 rgba(255,255,255,0.88) !important;
  backdrop-filter: blur(26px) saturate(1.16);
}
.guided-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.72);
  pointer-events: none;
}
.guided-back {
  justify-self: start;
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(23,23,23,0.54);
  font-size: 0.88rem;
  font-weight: 850;
  cursor: pointer;
  padding: 0;
}
.guided-back:hover,
.guided-back:focus-visible { color: var(--ink); outline: 0; }
.guided-kicker,
.guided-results-card,
.guided-note,
.guided-guesses,
.guided-panel .answer-topline,
.guided-panel .result-subtitle,
.guided-question-card { display: contents !important; }
.guided-panel h2,
.guided-question-card h3 {
  margin: 0 !important;
  color: #111 !important;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(2rem, 5vw, 4.35rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.065em !important;
  font-weight: 900 !important;
  text-align: left;
}
.guided-options {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  margin: 0 !important;
}
.guided-option {
  min-height: 58px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(20,20,20,0.08) !important;
  border-radius: 20px !important;
  background: rgba(245,245,247,0.92) !important;
  color: #171717 !important;
  font-size: 1rem !important;
  font-weight: 830 !important;
  letter-spacing: -0.025em !important;
  text-align: center !important;
  cursor: pointer;
  box-shadow: none !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.guided-option:hover,
.guided-option:focus-visible {
  outline: 0 !important;
  transform: translateY(-1px);
  background: #fff !important;
  border-color: rgba(220,30,55,0.22) !important;
}
.guided-option.is-selected {
  color: #fff !important;
  background: #171717 !important;
  border-color: #171717 !important;
}
.guided-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: stretch !important;
}
.guided-form[hidden] { display: none !important; }
.guided-form textarea[hidden],
.guided-form button[hidden] { display: none !important; }
.guided-form[data-answer-mode="options"] {
  grid-template-columns: 1fr !important;
}
.guided-form[data-answer-mode="options"] textarea { display: none !important; }
.guided-form textarea {
  min-height: 58px !important;
  max-height: 170px;
  resize: vertical;
  padding: 17px 19px !important;
  border: 1px solid rgba(20,20,20,0.08) !important;
  border-radius: 20px !important;
  background: rgba(245,245,247,0.92) !important;
  color: #171717 !important;
  font-size: 1.02rem !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
  outline: 0;
}
.guided-form textarea:focus {
  background: #fff !important;
  border-color: rgba(23,23,23,0.22) !important;
  box-shadow: 0 0 0 5px rgba(23,23,23,0.05) !important;
}
.guided-submit,
.guided-price-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: -0.018em;
  cursor: pointer;
  box-shadow: none;
}
.guided-submit:disabled { opacity: 0.5; cursor: progress; }
.guided-price-action {
  justify-self: start;
  width: auto !important;
  margin: 0 !important;
  background: var(--brand-primary);
}
.guided-error {
  margin: -6px 0 0 !important;
  color: var(--brand-primary) !important;
  font-size: 0.88rem !important;
  font-weight: 760 !important;
}
[data-app-stage="guided"] .dashboard-hero {
  padding: 12px !important;
  border-radius: 30px !important;
  background: transparent !important;
  box-shadow: none !important;
}
[data-app-stage="guided"] .dashboard-hero::after { display: none !important; }
[data-app-stage="guided"] .search-trigger {
  width: min(620px, 100%);
  margin: 0 auto;
  min-height: 58px !important;
  grid-template-columns: 40px minmax(0, 1fr) auto !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(20,20,20,0.08) !important;
  background: rgba(255,255,255,0.78) !important;
  box-shadow: 0 18px 54px rgba(24,20,28,0.08) !important;
  backdrop-filter: blur(20px);
}
[data-app-stage="guided"] .search-lens { width: 40px !important; height: 40px !important; }
[data-app-stage="guided"] .search-copy { font-size: 0.98rem !important; }
[data-app-stage="guided"] .search-cta { min-height: 38px !important; }
html[data-embed="phone"] .guided-stage {
  display: block !important;
}

.coverage-field--plan { display: none !important; }
.insurer-option { grid-template-columns: minmax(0, 1fr) auto; }
.insurer-option small { display: none !important; }
.insurance-picker .coverage-continue { margin-top: clamp(4px, 1.1vh, 12px); }
@media (max-width: 760px) {
  .guided-stage { margin-top: 18px !important; }
  .guided-panel { padding: 26px 18px !important; border-radius: 30px !important; }
  .guided-panel h2,
  .guided-question-card h3 { font-size: clamp(1.9rem, 10vw, 3rem) !important; }
  .guided-options { grid-template-columns: 1fr !important; }
  .guided-form { grid-template-columns: 1fr !important; }
  .guided-submit,
  .guided-price-action { width: 100% !important; }
  [data-app-stage="guided"] .search-trigger { grid-template-columns: 38px minmax(0, 1fr) auto !important; }
}


/* 2026-05-10 guided apple-clean v2: one question, no chrome. */
.altored-search-app[data-app-stage="guided"] {
  min-height: 100svh !important;
  padding: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% -20%, rgba(220, 30, 55, 0.055), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%) !important;
}
.altored-search-app[data-app-stage="guided"] .ambient-glow,
.altored-search-app[data-app-stage="guided"] .dashboard-hero {
  display: none !important;
}
.altored-search-app[data-app-stage="guided"] .search-experience {
  width: 100% !important;
  min-height: 100svh !important;
  display: grid !important;
  place-items: center !important;
  padding: clamp(22px, 5vw, 64px) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-stage {
  width: min(760px, 100%) !important;
  min-height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
}
.altored-search-app[data-app-stage="guided"] .guided-panel {
  width: 100% !important;
  display: grid !important;
  gap: clamp(26px, 5vw, 42px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.altored-search-app[data-app-stage="guided"] .guided-panel::before,
.altored-search-app[data-app-stage="guided"] .guided-kicker,
.altored-search-app[data-app-stage="guided"] [data-guided-leading],
.altored-search-app[data-app-stage="guided"] [data-guided-guesses] {
  display: none !important;
}
.altored-search-app[data-app-stage="guided"] .guided-back {
  position: fixed !important;
  top: clamp(18px, 4vw, 34px) !important;
  left: clamp(18px, 4vw, 38px) !important;
  z-index: 4 !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  color: rgba(23,23,23,0.46) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  background: transparent !important;
}
.altored-search-app[data-app-stage="guided"] .guided-back::before {
  content: "←";
  font-size: 1.25rem;
  font-weight: 650;
}
.altored-search-app[data-app-stage="guided"] .guided-back:hover,
.altored-search-app[data-app-stage="guided"] .guided-back:focus-visible {
  color: rgba(23,23,23,0.86) !important;
  background: rgba(23,23,23,0.045) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-panel h2 {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: #111113 !important;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(2.55rem, 7.6vw, 5.8rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.074em !important;
  font-weight: 850 !important;
  text-align: center !important;
  text-wrap: balance;
}
.altored-search-app[data-app-stage="guided"] .guided-options {
  width: min(620px, 100%) !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
}
.altored-search-app[data-app-stage="guided"] .guided-option {
  appearance: none !important;
  min-height: 52px !important;
  width: auto !important;
  padding: 0 20px !important;
  border: 1px solid rgba(17,17,19,0.075) !important;
  border-radius: 999px !important;
  background: rgba(245,245,247,0.86) !important;
  color: #17171a !important;
  box-shadow: none !important;
  font-size: 0.98rem !important;
  font-weight: 720 !important;
  letter-spacing: -0.018em !important;
}
.altored-search-app[data-app-stage="guided"] .guided-option:hover,
.altored-search-app[data-app-stage="guided"] .guided-option:focus-visible {
  transform: none !important;
  background: #fff !important;
  border-color: rgba(17,17,19,0.18) !important;
  box-shadow: 0 10px 26px rgba(24,24,28,0.055) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-option.is-selected {
  background: #111113 !important;
  color: #fff !important;
  border-color: #111113 !important;
}
.altored-search-app[data-app-stage="guided"] .guided-form {
  width: min(620px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
}
.altored-search-app[data-app-stage="guided"] .guided-form[data-answer-mode="options"] {
  width: auto !important;
  margin-top: -18px !important;
}
.altored-search-app[data-app-stage="guided"] .guided-form[data-answer-mode="options"] .guided-submit {
  display: none !important;
}
.altored-search-app[data-app-stage="guided"] .guided-form textarea {
  min-height: 56px !important;
  max-height: 130px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(17,17,19,0.08) !important;
  border-radius: 22px !important;
  background: rgba(245,245,247,0.88) !important;
  color: #17171a !important;
  font-size: 1rem !important;
  font-weight: 680 !important;
  box-shadow: none !important;
}
.altored-search-app[data-app-stage="guided"] .guided-submit,
.altored-search-app[data-app-stage="guided"] .guided-price-action {
  min-height: 56px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  background: #111113 !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 0.96rem !important;
  font-weight: 760 !important;
}
.altored-search-app[data-app-stage="guided"] .guided-price-action {
  justify-self: center !important;
  margin-top: -8px !important;
}
.altored-search-app[data-app-stage="guided"] .guided-error {
  width: min(620px, 100%) !important;
  margin: -16px auto 0 !important;
  text-align: center !important;
  color: #c21d34 !important;
  font-size: 0.9rem !important;
  font-weight: 680 !important;
}

.coverage-field--plan { display: none !important; }
.insurer-option { grid-template-columns: minmax(0, 1fr) auto; }
.insurer-option small { display: none !important; }
.insurance-picker .coverage-continue { margin-top: clamp(4px, 1.1vh, 12px); }
@media (max-width: 760px) {
  .altored-search-app[data-app-stage="guided"] .search-experience {
    align-items: start !important;
    padding: 92px 22px 34px !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-panel {
    gap: 24px !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-panel h2 {
    font-size: clamp(2.2rem, 13.4vw, 4.1rem) !important;
    text-align: left !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-options {
    justify-content: flex-start !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-option {
    min-height: 50px !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-form {
    grid-template-columns: 1fr !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-submit,
  .altored-search-app[data-app-stage="guided"] .guided-price-action {
    width: 100% !important;
  }
}

/* 2026-05-10 guided brand restoration: keep the Apple-clean question flow, restore Altored identity. */
.altored-search-app[data-app-stage="guided"] {
  color: #fff !important;
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.22) 0 10%, transparent 32%),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.13), transparent 28%),
    radial-gradient(circle at 18% 88%, rgba(255, 255, 255, 0.10), transparent 32%),
    linear-gradient(150deg, #3d162e 0%, #971d42 45%, var(--brand-primary) 100%) !important;
}
.altored-search-app[data-app-stage="guided"]::before {
  content: "";
  position: fixed;
  inset: auto -18vw -30vw 44vw;
  height: 42vw;
  min-height: 260px;
  border-radius: 999px;
  background: rgba(255,255,255,0.105);
  transform: rotate(-9deg);
  pointer-events: none;
}
.altored-search-app[data-app-stage="guided"] .search-experience {
  position: relative !important;
  z-index: 1 !important;
}
.altored-search-app[data-app-stage="guided"] .guided-panel {
  justify-items: center !important;
  color: #fff !important;
}
.altored-search-app[data-app-stage="guided"] .guided-brand {
  width: min(188px, 48vw) !important;
  margin: 0 auto clamp(2px, 1vw, 8px) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.altored-search-app[data-app-stage="guided"] .guided-brand img {
  width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 16px 34px rgba(45, 5, 24, 0.22));
}
.altored-search-app[data-app-stage="guided"] .guided-back {
  color: rgba(255,255,255,0.76) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-back:hover,
.altored-search-app[data-app-stage="guided"] .guided-back:focus-visible {
  color: #fff !important;
  background: rgba(255,255,255,0.13) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-panel h2 {
  max-width: 790px !important;
  color: #fff !important;
  text-shadow: 0 20px 52px rgba(45, 5, 24, 0.23) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-options {
  width: min(680px, 100%) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-option {
  min-height: 54px !important;
  border-color: rgba(255,255,255,0.42) !important;
  background: rgba(255,255,255,0.92) !important;
  color: var(--ink-2) !important;
  box-shadow: 0 18px 44px rgba(52, 6, 27, 0.14) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-option:hover,
.altored-search-app[data-app-stage="guided"] .guided-option:focus-visible {
  background: #fff !important;
  border-color: rgba(255,255,255,0.88) !important;
  box-shadow: 0 24px 58px rgba(52, 6, 27, 0.22), 0 0 0 5px rgba(255,255,255,0.14) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-option.is-selected {
  background: #fff !important;
  color: var(--brand-primary) !important;
  border-color: #fff !important;
}
.altored-search-app[data-app-stage="guided"] .guided-form textarea {
  border-color: rgba(255,255,255,0.48) !important;
  background: rgba(255,255,255,0.94) !important;
  color: var(--ink-2) !important;
  box-shadow: 0 18px 44px rgba(52, 6, 27, 0.14) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-submit,
.altored-search-app[data-app-stage="guided"] .guided-price-action {
  background: #fff !important;
  color: var(--brand-primary) !important;
  box-shadow: 0 18px 44px rgba(52, 6, 27, 0.16) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-error {
  color: rgba(255,255,255,0.88) !important;
}

.coverage-field--plan { display: none !important; }
.insurer-option { grid-template-columns: minmax(0, 1fr) auto; }
.insurer-option small { display: none !important; }
.insurance-picker .coverage-continue { margin-top: clamp(4px, 1.1vh, 12px); }
@media (max-width: 760px) {
  .altored-search-app[data-app-stage="guided"] .search-experience {
    padding-top: 76px !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-brand {
    width: min(154px, 48vw) !important;
    justify-self: start !important;
    margin: 0 0 2px !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-panel {
    justify-items: stretch !important;
  }
}



/* 2026-05-10 guided scale/list/spinner pass: centered entry, full-window branded question flow, square list choices. */
.altored-search-app[data-app-stage="idle"] {
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding-block: clamp(28px, 6vh, 72px);
}
.altored-search-app[data-app-stage="idle"] .search-experience {
  width: min(980px, calc(100vw - 36px));
}
.altored-search-app[data-app-stage="idle"] .dashboard-hero {
  min-height: min(560px, calc(100svh - 64px));
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(30px, 6vw, 74px) clamp(18px, 4vw, 54px) !important;
}
.altored-search-app[data-app-stage="idle"] .experience-nav {
  width: 100%;
  justify-content: center;
  margin-bottom: clamp(28px, 7vh, 64px);
}
.altored-search-app[data-app-stage="idle"] .search-card {
  width: min(760px, 100%) !important;
}
.altored-search-app[data-app-stage="idle"] .search-trigger {
  margin-inline: auto;
}
.search-cta[aria-busy="true"]::before,
.guided-submit[aria-busy="true"]::before,
.guided-price-action[aria-busy="true"]::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 9px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: altoredSpin 760ms linear infinite;
}
@keyframes altoredSpin { to { transform: rotate(1turn); } }
.altored-search-app[data-app-stage="guided"] {
  min-height: 100svh !important;
  display: grid !important;
  align-items: stretch !important;
  overflow-y: auto !important;
}
.altored-search-app[data-app-stage="guided"] .search-experience {
  width: 100% !important;
  min-height: 100svh !important;
  display: grid !important;
  place-items: center !important;
  padding: clamp(28px, 5vh, 58px) clamp(18px, 5vw, 72px) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-stage {
  width: min(860px, 100%) !important;
  margin: 0 auto !important;
}
.altored-search-app[data-app-stage="guided"] .guided-panel {
  min-height: min(760px, calc(100svh - clamp(56px, 10vh, 116px))) !important;
  width: 100% !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  align-content: center !important;
  justify-items: stretch !important;
  gap: clamp(22px, 4.2vh, 38px) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-brand {
  justify-self: center !important;
  width: clamp(142px, 16vw, 196px) !important;
  margin: 0 !important;
}
.altored-search-app[data-app-stage="guided"] .guided-panel h2 {
  align-self: end;
  max-width: 900px !important;
  margin: 0 auto !important;
  font-size: clamp(2.7rem, min(7.2vw, 9.5vh), 6.3rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.078em !important;
  text-align: center !important;
}
.altored-search-app[data-app-stage="guided"] .guided-spinner {
  justify-self: center;
  align-self: start;
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255,255,255,0.42);
  border-top-color: #fff;
  border-radius: 50%;
  animation: altoredSpin 820ms linear infinite;
  box-shadow: 0 14px 42px rgba(52,6,27,0.22);
}
.altored-search-app[data-app-stage="guided"] .guided-options {
  width: min(640px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  background: rgba(255,255,255,0.94) !important;
  border: 1px solid rgba(255,255,255,0.58) !important;
  box-shadow: 0 24px 62px rgba(52, 6, 27, 0.16) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-option {
  width: 100% !important;
  min-height: 62px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(41,34,49,0.11) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ink-2) !important;
  text-align: left !important;
  font-size: clamp(1rem, 1.7vw, 1.14rem) !important;
  font-weight: 820 !important;
  letter-spacing: -0.026em !important;
  box-shadow: none !important;
  transition: background 140ms ease, color 140ms ease;
}
.altored-search-app[data-app-stage="guided"] .guided-option:last-child {
  border-bottom: 0 !important;
}
.altored-search-app[data-app-stage="guided"] .guided-option::after {
  content: "→";
  color: rgba(41,34,49,0.36);
  font-size: 1.05rem;
  transition: transform 140ms ease, color 140ms ease;
}
.altored-search-app[data-app-stage="guided"] .guided-option:hover,
.altored-search-app[data-app-stage="guided"] .guided-option:focus-visible {
  transform: none !important;
  background: #fff4f6 !important;
  border-color: rgba(41,34,49,0.11) !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.altored-search-app[data-app-stage="guided"] .guided-option:hover::after,
.altored-search-app[data-app-stage="guided"] .guided-option:focus-visible::after {
  color: var(--brand-primary);
  transform: translateX(3px);
}
.altored-search-app[data-app-stage="guided"] .guided-option.is-selected {
  background: #fff !important;
  color: var(--brand-primary) !important;
}
.altored-search-app[data-app-stage="guided"] .guided-form {
  width: min(640px, 100%) !important;
  margin: 0 auto !important;
}
.altored-search-app[data-app-stage="guided"] .guided-form textarea {
  border-radius: 0 !important;
  min-height: 64px !important;
}
.altored-search-app[data-app-stage="guided"] .guided-submit,
.altored-search-app[data-app-stage="guided"] .guided-price-action {
  border-radius: 0 !important;
  min-height: 58px !important;
}

.coverage-field--plan { display: none !important; }
.insurer-option { grid-template-columns: minmax(0, 1fr) auto; }
.insurer-option small { display: none !important; }
.insurance-picker .coverage-continue { margin-top: clamp(4px, 1.1vh, 12px); }
@media (max-width: 760px) {
  .altored-search-app[data-app-stage="idle"] {
    align-items: start;
    padding-block: 14px 30px;
  }
  .altored-search-app[data-app-stage="idle"] .dashboard-hero {
    min-height: calc(100svh - 28px);
    align-content: center;
  }
  .altored-search-app[data-app-stage="guided"] .search-experience {
    place-items: start center !important;
    padding: 76px 18px 30px !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-panel {
    min-height: calc(100svh - 106px) !important;
    grid-template-rows: auto minmax(0, auto) auto auto auto;
    align-content: center !important;
    gap: 24px !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-brand {
    justify-self: center !important;
    width: min(156px, 52vw) !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-panel h2 {
    text-align: center !important;
    font-size: clamp(2.24rem, 12vw, 4.2rem) !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-option {
    min-height: 58px !important;
    padding-inline: 18px !important;
  }
  .altored-search-app[data-app-stage="guided"] .guided-form {
    grid-template-columns: 1fr !important;
  }
}

