.try-page {
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 85% 3%, rgba(203, 234, 221, 0.78), transparent 24rem),
    var(--home-paper);
}

.try-header {
  position: relative;
  background: rgba(247, 248, 244, 0.82);
}

.try-header-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.try-back-link,
.try-header .guest-dashboard-link,
.try-header .login-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #40564e;
  font-size: 0.82rem;
  font-weight: 730;
}

.try-back-link:hover,
.try-header .guest-dashboard-link:hover,
.try-header .login-link:hover {
  color: var(--home-green);
  text-decoration: underline;
}

.try-main {
  width: min(calc(100% - 3rem), 1192px);
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0 6rem;
}

.try-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.7fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.try-intro h1 {
  max-width: 820px;
  margin: 1.25rem 0 1rem;
  font-size: clamp(2.75rem, 5.7vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.try-intro h1 em {
  color: var(--home-green-hover);
  background: linear-gradient(transparent 74%, var(--home-acid) 0);
  font-style: normal;
}

.try-intro > div > p {
  max-width: 730px;
  margin: 0;
  color: var(--home-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.try-intro-facts {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.try-intro-facts li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--home-line);
}

.try-intro-facts li:last-child { border-bottom: 0; }

.try-intro-facts li > span {
  color: #71847d;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.try-intro-facts strong,
.try-intro-facts small {
  display: block;
}

.try-intro-facts strong {
  font-size: 0.9rem;
}

.try-intro-facts small {
  margin-top: 0.2rem;
  color: var(--home-muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

.try-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.42fr);
  gap: 1.2rem;
  align-items: start;
}

.search-panel,
.expectation-panel,
.preview-status-panel,
.preview-results {
  border: 1px solid var(--home-line);
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: var(--home-shadow-small);
}

.search-panel {
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.panel-heading {
  margin-bottom: 1.8rem;
}

.panel-step {
  color: #566f66;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.panel-heading h2,
.expectation-panel h2,
.preview-status-panel h2,
.results-heading h2 {
  margin: 0.55rem 0 0.45rem;
  font-size: clamp(1.8rem, 3.5vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.panel-heading p,
.expectation-panel > p,
.preview-status-panel p,
.results-heading p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.6;
}

.choice-group,
.property-types,
.comfort-filters {
  padding: 0;
  margin: 0;
  border: 0;
}

.choice-group > legend,
.property-types > legend,
.comfort-filters > legend {
  margin-bottom: 0.55rem;
  color: #314a41;
  font-size: 0.79rem;
  font-weight: 780;
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  padding: 0.35rem;
  border: 1px solid var(--home-line);
  border-radius: 0.85rem;
  background: #f1f5f1;
}

.segmented-control label,
.property-types label,
.comfort-filters label {
  position: relative;
  cursor: pointer;
}

.segmented-control input,
.property-types input,
.comfort-filters input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.segmented-control span {
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 0.62rem;
  color: #546760;
  font-size: 0.82rem;
  font-weight: 740;
}

.segmented-control input:checked + span {
  color: var(--home-green);
  border-color: #d8e2dc;
  background: #fff;
  box-shadow: 0 5px 14px rgba(18, 63, 52, 0.07);
}

.segmented-control input:focus-visible + span,
.property-types input:focus-visible + span,
.comfort-filters input:focus-visible + span {
  outline: 3px solid #4f7cff;
  outline-offset: 2px;
}

.primary-fields,
.advanced-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

.quick-searches {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.quick-searches > span {
  color: #64766f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-searches > div {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.1rem 0 0.3rem;
  scrollbar-width: thin;
}

.quick-searches button {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 0.48rem 0.7rem;
  border: 1px solid #c8d9d1;
  border-radius: 999px;
  color: var(--home-green);
  background: #f8fbf9;
  font-size: 0.7rem;
  font-weight: 760;
}

.quick-searches button:hover {
  border-color: #7ea995;
  background: #eaf5ef;
}

.quick-searches button:focus-visible {
  outline: 3px solid #4f7cff;
  outline-offset: 2px;
}

.try-field {
  min-width: 0;
  display: grid;
  gap: 0.5rem;
}

.try-field > span:first-child {
  color: #314a41;
  font-size: 0.79rem;
  font-weight: 780;
}

.try-field > span small {
  margin-left: 0.25rem;
  color: #596b64;
  font-size: 0.68rem;
  font-weight: 600;
}

.field-context {
  color: #687a73;
  font-size: 0.75rem;
  line-height: 1.45;
}

.try-field input,
.try-field select {
  width: 100%;
  min-height: 50px;
  padding: 0.7rem 0.8rem;
  border: 1px solid #cddad3;
  border-radius: 0.72rem;
  color: var(--home-ink);
  background: #fff;
  font-size: 0.9rem;
}

.try-field input::placeholder {
  color: #87948f;
}

.try-field input:hover,
.try-field select:hover {
  border-color: #9eb7ac;
}

.try-field input:focus,
.try-field select:focus {
  border-color: var(--home-green);
  outline: 3px solid rgba(79, 124, 255, 0.22);
  outline-offset: 1px;
}

.try-field input[aria-invalid="true"],
.try-field select[aria-invalid="true"] {
  border-color: #a34134;
}

.try-field .input-unit {
  position: relative;
  display: block;
}

.try-field .input-unit input {
  padding-right: 2.6rem;
}

.try-field .input-unit b {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  color: #5f716a;
  transform: translateY(-50%);
  font-size: 0.8rem;
}

.advanced-filters {
  margin: 1.25rem 0;
  border: 1px solid var(--home-line);
  border-radius: 0.85rem;
  background: #fafcf9;
}

.advanced-filters > summary {
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 2.6rem 0.8rem 1rem;
  cursor: pointer;
  color: var(--home-green);
  list-style: none;
  font-size: 0.82rem;
  font-weight: 780;
}

.advanced-filters > summary::-webkit-details-marker { display: none; }

.advanced-filters > summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  font-size: 1.1rem;
}

.advanced-filters[open] > summary::after { content: "−"; }

.advanced-filters > summary span {
  color: #596b64;
  font-size: 0.68rem;
  font-weight: 650;
}

.advanced-fields {
  padding: 0 1rem 1rem;
  margin-top: 0.25rem;
}

.property-types,
.comfort-filters {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.property-types legend,
.comfort-filters legend {
  width: 100%;
}

.property-types span,
.comfort-filters span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid #cfdbd5;
  border-radius: 0.65rem;
  color: #4e625a;
  background: #fff;
  font-size: 0.76rem;
  font-weight: 680;
}

.property-types input:checked + span,
.comfort-filters input:checked + span {
  color: var(--home-green);
  border-color: #79aa94;
  background: #e7f5ee;
}

.property-types input:checked + span::before,
.comfort-filters input:checked + span::before {
  content: "✓";
  margin-right: 0.4rem;
  font-weight: 900;
}

.form-error {
  margin: 1rem 0;
  padding: 0.8rem 0.9rem;
  border: 1px solid #efb8ae;
  border-radius: 0.7rem;
  color: #7b2d22;
  background: #fff0ec;
  font-size: 0.82rem;
  line-height: 1.5;
}

.form-privacy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.45rem;
  margin: 0.8rem auto 0;
  color: #62746d;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.45;
}

.expectation-panel {
  position: sticky;
  top: 1.5rem;
  padding: 1.7rem;
  color: #fff;
  border-color: var(--home-green);
  background:
    radial-gradient(circle at 90% 5%, rgba(232, 250, 116, 0.14), transparent 12rem),
    var(--home-green);
}

.expectation-panel .panel-step { color: var(--home-acid); }

.expectation-panel h2 {
  font-size: 1.65rem;
}

.expectation-panel > ul {
  display: grid;
  gap: 1.15rem;
  padding: 1.4rem 0;
  margin: 0;
  list-style: none;
}

.expectation-panel li {
  display: grid;
  grid-template-columns: 1.65rem 1fr;
  gap: 0.7rem;
}

.expectation-panel li > span {
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--home-green);
  background: var(--home-acid);
  font-size: 0.68rem;
  font-weight: 900;
}

.expectation-panel strong {
  font-size: 0.86rem;
}

.expectation-panel li p {
  margin: 0.25rem 0 0;
  color: #bdd0c9;
  font-size: 0.76rem;
  line-height: 1.55;
}

.expectation-panel > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #e2eee9;
  font-size: 0.76rem;
  font-weight: 740;
}

.expectation-panel > a:hover { color: var(--home-acid); }

.preview-status-panel {
  min-height: 290px;
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2.2rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: clamp(1.7rem, 5vw, 3.2rem);
}

.status-orbit {
  position: relative;
  width: 9rem;
  height: 9rem;
  display: grid;
  place-items: center;
  border: 1px solid #c9ddd3;
  border-radius: 50%;
  background: #eff7f2;
}

.status-orbit::before,
.status-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid #d7e7df;
  border-radius: 50%;
}

.status-orbit::before { inset: 1.25rem; }
.status-orbit::after { inset: 2.45rem; }

.status-orbit > span {
  z-index: 2;
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--home-green);
  background: var(--home-acid);
  font-size: 1.25rem;
}

.status-orbit > i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.5rem;
  height: 4.5rem;
  border-left: 2px solid #50a982;
  transform-origin: 0 0;
  background: conic-gradient(from 270deg, rgba(80, 169, 130, 0.2), transparent 30%);
  animation: preview-sweep 1.8s linear infinite;
}

@keyframes preview-sweep { to { transform: rotate(360deg); } }

.status-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.2rem;
  padding: 0;
  margin: 1.3rem 0 0;
  color: #6a7c75;
  list-style: none;
  font-size: 0.73rem;
  font-weight: 700;
}

.status-steps li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.status-steps span {
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid #b9c9c1;
  border-radius: 50%;
}

.status-steps li.active { color: var(--home-green); }
.status-steps li.active span { border-color: var(--home-green); background: var(--home-green); }
.status-steps li.done span { border-color: #45b889; background: #45b889; }

.preview-results {
  margin-top: 1.2rem;
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.results-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.3rem;
}

.results-heading > div { max-width: 760px; }

.preview-image-policy {
  margin: 0.45rem 0 0;
  color: #536a61;
  font-size: 0.74rem;
  line-height: 1.45;
}

.edit-search-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--home-line);
  border-radius: 0.65rem;
  color: var(--home-green);
  background: #fff;
  font-size: 0.75rem;
  font-weight: 760;
}

.edit-search-button:hover { background: #eff5f1; }

.preview-mode-note {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #c8ddd3;
  border-radius: 0.75rem;
  color: #36594c;
  background: #eff8f3;
  font-size: 0.78rem;
  line-height: 1.5;
}

.preview-mode-note::before {
  content: "i";
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--home-green);
  font-size: 0.72rem;
  font-weight: 850;
}

.preview-mode-note.sample {
  color: #6d5418;
  border-color: #ead48e;
  background: #fff8dd;
}

.preview-mode-note.sample::before {
  background: #96701e;
}

.preview-result-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.result-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 1rem;
  background: #fff;
  transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.result-card:hover {
  border-color: #a8c1b5;
  box-shadow: 0 14px 30px rgba(18, 63, 52, 0.08);
  transform: translateY(-2px);
}

.result-score {
  flex: 0 0 auto;
  padding: 0.42rem 0.58rem;
  border-radius: 999px;
  color: var(--home-green);
  background: var(--home-acid);
  box-shadow: 0 7px 16px rgba(18, 63, 52, 0.13);
  font-size: 0.7rem;
  font-weight: 850;
}

.result-card-copy {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 1.1rem;
}

.result-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.result-source {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  color: #61736c;
  font-size: 0.68rem;
  font-weight: 700;
}

.result-source span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-source time { flex: 0 0 auto; }

.result-source .sample-card-label {
  padding: 0.32rem 0.5rem;
  border-radius: 999px;
  color: #6d5418;
  background: #fff3c4;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.property-types input:disabled + span {
  cursor: not-allowed;
  opacity: 0.48;
}

.result-card h3 {
  min-height: 2.8rem;
  margin: 0.75rem 0 0.6rem;
  font-size: 1rem;
  line-height: 1.35;
}

.result-title-link {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: none;
}

.result-card-primary::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
}

.result-card:has(.result-card-primary:focus-visible) {
  outline: 3px solid #4f7cff;
  outline-offset: 3px;
}

.result-title-link:hover {
  color: #246b58;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.result-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  color: #435850;
  font-size: 0.79rem;
  font-weight: 700;
}

.result-location {
  margin: 0.5rem 0 0;
  color: #64766f;
  font-size: 0.76rem;
  line-height: 1.45;
}

.result-estimate-note {
  margin: 0.45rem 0 0;
  color: #6d5418;
  font-size: 0.7rem;
  font-weight: 720;
}

.result-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0;
  margin: 0.85rem 0 0;
  list-style: none;
}

.result-reasons li {
  padding: 0.35rem 0.48rem;
  border-radius: 999px;
  color: #315b4d;
  background: #e9f5ef;
  font-size: 0.65rem;
  font-weight: 690;
}

.result-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  padding: 0;
  border: 0;
  color: var(--home-green);
  background: transparent;
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  pointer-events: none;
}

.result-link:hover { text-decoration: underline; }

.preview-next-step {
  grid-column: 1 / -1;
  position: static;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
  border: 1px solid #d4e2dc;
  border-radius: 1rem;
  color: var(--home-ink);
  background: #f7faf8;
  box-shadow: none;
  text-align: left;
}

.preview-next-label {
  color: #5c746b;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.preview-next-copy h3 {
  margin: 0.42rem 0 0.35rem;
  color: var(--home-ink);
  font-size: clamp(1.08rem, 2.5vw, 1.35rem);
  line-height: 1.2;
}

.preview-next-copy p {
  max-width: 590px;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.preview-next-actions {
  display: grid;
  gap: 0.45rem;
  justify-items: start;
}

.preview-next-actions .button {
  width: fit-content;
  min-height: 44px;
  padding-inline: 1rem;
  text-align: center;
}

.preview-next-account-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  color: #71847d;
  font-size: 0.75rem;
}

.preview-next-account-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--home-green);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.preview-next-account-actions a:hover {
  color: var(--home-green-hover);
}

.preview-detail-dialog {
  width: min(640px, calc(100vw - 2rem));
  max-height: min(760px, calc(100vh - 2rem));
  max-height: min(760px, calc(100dvh - 2rem));
  padding: 0;
  border: 0;
  border-radius: 1.25rem;
  overflow: auto;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 30px 90px rgba(7, 42, 33, 0.3);
}

.preview-detail-dialog::backdrop {
  background: rgba(7, 35, 28, 0.66);
  backdrop-filter: blur(4px);
}

.preview-detail-shell {
  position: relative;
  display: block;
}

.preview-detail-close {
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  right: 0.75rem;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(18, 63, 52, 0.13);
  border-radius: 50%;
  color: var(--home-green);
  background: rgba(255, 255, 255, 0.94);
  font-size: 1.35rem;
  line-height: 1;
}

.preview-detail-content {
  padding: clamp(1.6rem, 4vw, 2.6rem);
}

.preview-detail-content h2 {
  margin: 0.85rem 2.8rem 0.5rem 0;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.preview-detail-content .live-card-label {
  color: #315b4d;
  background: #e5f3ec;
}

.preview-detail-location {
  margin: 0;
  color: #60736c;
  line-height: 1.5;
}

.preview-detail-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.2rem 0;
}

.preview-detail-facts strong {
  padding: 0.55rem 0.7rem;
  border-radius: 0.65rem;
  color: var(--home-green);
  background: #edf6f1;
  font-size: 0.82rem;
}

.preview-detail-match {
  padding: 1rem;
  border: 1px solid #d3e3db;
  border-radius: 0.85rem;
  background: #f8fbf9;
}

.preview-detail-match > strong {
  display: block;
  color: var(--home-green);
  font-size: 1.2rem;
}

.preview-detail-match > span {
  display: block;
  margin-top: 0.1rem;
  color: #63766f;
  font-size: 0.72rem;
}

.preview-detail-match ul {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: 0.85rem 0 0;
  list-style: none;
}

.preview-detail-match li {
  color: #36564b;
  font-size: 0.78rem;
  line-height: 1.4;
}

.preview-detail-match li::before {
  content: "✓";
  margin-right: 0.45rem;
  color: #2d8a69;
  font-weight: 900;
}

.preview-detail-note {
  margin: 1rem 0;
  color: #6d5418;
  font-size: 0.73rem;
  line-height: 1.5;
}

.preview-detail-content > small {
  display: block;
  margin-top: 0.65rem;
  color: #6a7b75;
  text-align: center;
  line-height: 1.45;
}

.preview-empty {
  padding: 3rem 1rem;
  text-align: center;
}

.preview-empty > div {
  width: 3.7rem;
  height: 3.7rem;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 1rem;
  color: var(--home-green);
  background: var(--home-mint);
  font-size: 1.5rem;
}

.preview-empty h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1.25rem;
}

.preview-empty p {
  max-width: 560px;
  margin: 0 auto 1.25rem;
  color: var(--home-muted);
  line-height: 1.6;
}

.preview-relax-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.preview-relax-actions .button {
  min-height: 44px;
  padding-inline: 14px;
  font-size: 11px;
}

.save-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
  gap: 1.35rem 2rem;
  align-items: center;
  margin: 0 0 1.5rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 1rem;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(232, 250, 116, 0.14), transparent 14rem),
    var(--home-green);
}

.save-search-copy {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  align-items: start;
}

.save-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 0.8rem;
  color: var(--home-green);
  background: var(--home-acid);
  font-size: 1.2rem;
}

.save-search-panel .eyebrow { color: #c6d8d2; }

.save-search-panel h3 {
  margin: 0.4rem 0 0.4rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.save-search-panel p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #bed0ca;
  font-size: 0.78rem;
  line-height: 1.55;
}

.save-handoff {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  margin: 0.15rem 0 0;
  list-style: none;
}

.save-handoff li {
  position: relative;
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.65rem;
  align-items: center;
  padding-right: 1rem;
}

.save-handoff li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0.65rem;
  width: calc(100% - 3.3rem);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  transform: translateX(100%);
}

.save-handoff li > span {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #dbe7e2;
  background: #245b4a;
  font-size: 0.7rem;
  font-weight: 850;
}

.save-handoff li.completed > span {
  color: var(--home-green);
  border-color: var(--home-acid);
  background: var(--home-acid);
}

.save-handoff strong,
.save-handoff small {
  display: block;
}

.save-handoff strong { font-size: 0.77rem; }

.save-handoff small {
  margin-top: 0.18rem;
  color: #b9cec6;
  font-size: 0.66rem;
  line-height: 1.35;
}

.save-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.save-benefits span {
  padding: 0.38rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #d9e7e2;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.66rem;
  font-weight: 700;
}

.save-benefits span::before {
  content: "✓";
  margin-right: 0.35rem;
  color: var(--home-acid);
}

.save-actions {
  display: grid;
  gap: 0.55rem;
  justify-items: stretch;
  text-align: center;
}

.save-login-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.73rem;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.save-login-link:hover { color: var(--home-acid); }

.save-actions small {
  color: #c9dad4;
  font-size: 0.67rem;
}

.try-footer {
  width: min(calc(100% - 3rem), 1192px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 0 auto;
  padding: 2rem 0 2.8rem;
  border-top: 1px solid var(--home-line);
}

.try-footer p {
  max-width: 620px;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.try-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem 1rem;
}

.try-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #4c6159;
  font-size: 0.72rem;
  font-weight: 670;
}

.try-footer a:hover { color: var(--home-green); text-decoration: underline; }

@media (max-width: 980px) {
  .try-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .try-intro-facts {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .try-intro-facts li {
    align-items: start;
    border: 1px solid var(--home-line);
    border-radius: 0.8rem;
    padding: 0.9rem;
  }

  .try-layout {
    grid-template-columns: 1fr;
  }

  .expectation-panel {
    position: static;
  }

  .expectation-panel > ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .preview-result-list {
    grid-template-columns: 1fr;
  }

  .save-search-panel {
    grid-template-columns: 1fr;
  }

  .save-handoff,
  .save-benefits {
    grid-column: 1;
  }

  .save-actions {
    justify-items: start;
  }
}

@media (max-width: 680px) {
  .try-header {
    padding-inline: 1rem;
  }

  .try-header .brand-logo { width: 145px; }
  .try-back-link { display: none; }

  .try-header-actions {
    gap: 0.75rem;
  }

  .try-header .guest-dashboard-link,
  .try-header .login-link {
    font-size: 0.76rem;
  }

  .try-main {
    width: calc(100% - 2rem);
    padding: 2.7rem 0 4rem;
  }

  .try-intro h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .try-intro > div > p {
    font-size: 0.96rem;
  }

  .try-intro-facts {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .try-intro-facts li {
    border: 0;
    border-bottom: 1px solid var(--home-line);
    border-radius: 0;
    padding: 0.75rem 0;
  }

  .search-panel,
  .expectation-panel,
  .preview-results,
  .preview-status-panel {
    border-radius: 1rem;
  }

  .search-panel,
  .preview-results {
    padding: 1.25rem;
  }

  .segmented-control {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .segmented-control span {
    padding-inline: 0.35rem;
    font-size: 0.72rem;
  }

  .primary-fields,
  .advanced-fields {
    grid-template-columns: 1fr;
  }

  .property-types,
  .comfort-filters {
    grid-column: auto;
  }

  .property-types label,
  .comfort-filters label {
    flex: 1 1 calc(50% - 0.4rem);
  }

  .property-types span,
  .comfort-filters span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .expectation-panel > ul {
    grid-template-columns: 1fr;
  }

  .preview-status-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .status-orbit {
    justify-self: center;
  }

  .status-steps {
    justify-content: center;
  }

  .results-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .edit-search-button {
    justify-content: center;
  }

  .preview-next-step {
    grid-template-columns: 1fr;
  }

  .preview-next-actions,
  .preview-next-actions .button {
    width: 100%;
  }

  .save-search-panel {
    padding: 1.25rem;
  }

  .save-search-copy {
    grid-template-columns: 1fr;
  }

  .save-handoff {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .save-handoff li:not(:last-child)::after { display: none; }

  .save-actions,
  .save-actions .button {
    width: 100%;
  }

  .try-footer {
    width: calc(100% - 2rem);
    align-items: flex-start;
    flex-direction: column;
  }

  .try-footer nav {
    justify-content: flex-start;
  }
}
