:root {
  --landing-bg: #f3f1ea;
  --landing-surface: rgba(255, 255, 255, 0.84);
  --landing-surface-strong: #ffffff;
  --landing-surface-soft: rgba(245, 248, 245, 0.92);
  --landing-border: rgba(54, 89, 69, 0.14);
  --landing-border-strong: rgba(54, 89, 69, 0.24);
  --landing-shadow: 0 24px 64px rgba(24, 39, 31, 0.12);
  --landing-shadow-soft: 0 16px 34px rgba(24, 39, 31, 0.08);
  --landing-text: #203029;
  --landing-text-soft: #57645d;
  --landing-accent: #365945;
  --landing-accent-strong: #2a4636;
  --landing-radius-xl: 32px;
  --landing-radius-lg: 22px;
  --landing-radius-md: 16px;
  --landing-max-width: 1380px;
  --landing-shell-total-gap: 168px;
  --landing-shell-max-width: var(--landing-max-width);
  --landing-results-inline-padding: 28px;
  --landing-results-bottom-padding: 28px;
  --landing-header-height: 76px;
}

body.index-landing {
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--landing-text);
  background:
    radial-gradient(circle at 85% 16%, rgba(235, 224, 201, 0.54), rgba(243, 241, 234, 0) 28%),
    linear-gradient(180deg, #f8f6f0 0%, var(--landing-bg) 100%);
}

body.index-landing,
body.index-landing *,
body.index-landing *::before,
body.index-landing *::after {
  box-sizing: border-box;
}

.landing-page,
.index-landing #matchingSection.section {
  width: min(calc(100% - var(--landing-shell-total-gap)), var(--landing-shell-max-width));
  margin: 0 auto;
}

.landing-page {
  position: relative;
  padding: 8px 0 32px;
}

.landing-page::before,
.landing-page::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(12px);
}

.landing-page::before {
  display: none;
}

.landing-page::after {
  display: none;
}

.landing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: sticky;
  top: 8px;
  z-index: 40;
  min-height: var(--landing-header-height);
  margin: 0 -14px 8px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: transparent;
  transition:
    background 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    backdrop-filter 0.24s ease;
  margin-bottom: 8px;
}

.landing-header.is-scrolled {
  border-color: rgba(54, 89, 69, 0.08);
  background: rgba(248, 246, 240, 0.82);
  box-shadow: 0 12px 28px rgba(24, 39, 31, 0.08);
  backdrop-filter: blur(14px);
}

.landing-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
  color: inherit;
}

.landing-brand__name {
  font-size: clamp(1.55rem, 1.2rem + 1vw, 2.1rem);
  font-weight: 600;
  line-height: 1;
  color: var(--landing-accent-strong);
  letter-spacing: -0.03em;
}

.landing-brand__tagline {
  font-size: 0.98rem;
  line-height: 1.35;
  color: var(--landing-text-soft);
}

.landing-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.landing-nav a,
.landing-inline-links a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 28px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: var(--landing-accent-strong);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  opacity: 0.9;
}

.landing-nav a:hover,
.landing-nav a:focus-visible,
.landing-inline-links a:hover,
.landing-inline-links a:focus-visible {
  color: var(--landing-accent);
  opacity: 1;
  transform: translateY(-1px);
}

.landing-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
  min-height: calc(100vh - 84px);
  padding: clamp(28px, 7vh, 98px) clamp(64px, 9.5vw, 156px) 24px clamp(38px, 5.8vw, 96px);
}

.landing-search-shell,
.index-landing #matchingSection.section {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: var(--landing-radius-xl);
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow);
  backdrop-filter: blur(16px);
}

.landing-search-shell {
  animation: landing-rise 0.7s ease both;
}

.landing-copy {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 14px 0 18px;
  animation: landing-rise 0.7s ease both;
}

.landing-search-shell {
  width: 100%;
  max-width: none;
  justify-self: end;
  padding: clamp(22px, 2.4vw, 30px);
  animation-delay: 0.08s;
  border-color: rgba(54, 89, 69, 0.1);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 46px rgba(24, 39, 31, 0.1);
}

.landing-copy::before {
  display: none;
}

.landing-copy::after {
  display: none;
}

.landing-search-shell::before,
.index-landing #matchingSection.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58));
  pointer-events: none;
}

.landing-copy > *,
.landing-search-shell > *,
.index-landing #matchingSection.section > * {
  position: relative;
  z-index: 1;
}

.landing-copy__intro {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 52rem;
}

.landing-eyebrow,
.landing-search-shell__eyebrow {
  margin: 0;
  color: var(--landing-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-title {
  margin: 0;
  color: var(--landing-accent-strong);
  font-size: clamp(2.4rem, 1.92rem + 1.3vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-align: left;
  max-width: 22ch;
  text-wrap: balance;
}

.landing-title__line {
  display: block;
}

.landing-lead,
.landing-search-shell__text,
.landing-copy__support,
.landing-outline__text {
  margin: 0;
  color: var(--landing-text-soft);
  font-size: 1.04rem;
  line-height: 1.58;
}

.landing-lead {
  max-width: 60ch;
  text-wrap: pretty;
}

.landing-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  width: 100%;
  max-width: 52rem;
}

.landing-signal {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 0 0 14px;
  position: relative;
  color: var(--landing-accent-strong);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.landing-signal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(54, 89, 69, 0.66);
  transform: translateY(-50%);
}

.landing-copy__support {
  max-width: 62ch;
  margin-top: 18px;
  font-size: 1.04rem;
  color: rgba(40, 58, 48, 0.82);
}

.landing-outline {
  position: relative;
  margin-top: 26px;
  width: 100%;
  max-width: 50rem;
  padding-left: 24px;
}

.landing-outline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, rgba(54, 89, 69, 0.4), rgba(54, 89, 69, 0.08));
}

.landing-outline__eyebrow,
.landing-search-shell__title,
.landing-outline__title {
  margin: 0;
  color: var(--landing-accent-strong);
  font-weight: 600;
}

.landing-outline__eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(54, 89, 69, 0.78);
}

.landing-outline__list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.landing-outline__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.landing-outline__step {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  color: rgba(54, 89, 69, 0.78);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.landing-outline__content {
  display: grid;
  gap: 4px;
}

.landing-outline__title {
  font-size: 1.02rem;
  line-height: 1.22;
}

.landing-outline__text {
  font-size: 0.94rem;
  max-width: 52ch;
}

.landing-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
}

.landing-inline-links a {
  position: relative;
  font-weight: 600;
}

.landing-inline-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  opacity: 0.32;
}

.landing-nav a {
  position: relative;
}

.landing-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.landing-nav a:hover::after,
.landing-nav a:focus-visible::after {
  opacity: 0.3;
}

.landing-search-shell__intro {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(54, 89, 69, 0.08);
  text-align: center;
}

.landing-search-shell__title {
  font-size: clamp(1.6rem, 1.28rem + 0.55vw, 2rem);
  line-height: 1.08;
}

.landing-search-shell__text {
  font-size: 0.98rem;
  max-width: none;
  font-weight: 400;
}

.landing-search-shell__text-line {
  display: block;
}

.index-landing .guided-search {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.index-landing .guided-search__filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.index-landing .guided-search__filters > .flow-card {
  margin: 0;
}

.index-landing .flow-action {
  grid-column: 1 / -1;
  margin-top: 2px;
}

.index-landing .flow-card {
  height: 100%;
  margin: 0;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(54, 89, 69, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(24, 39, 31, 0.06);
}

.index-landing .flow-card--goal {
  padding: 0 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(54, 89, 69, 0.08);
}

.index-landing .flow-card--goal .flow-card__header {
  margin-bottom: 12px;
}

.index-landing .flow-card--goal .flow-card__body {
  gap: 8px;
}

.index-landing .flow-card--goal .flow-block {
  gap: 12px;
}

.index-landing .flow-card__header {
  margin-bottom: 16px;
}

.index-landing .flow-card--accordion {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(54, 89, 69, 0.08);
  background: transparent;
  box-shadow: none;
  transition: background 0.22s ease, border-color 0.22s ease;
}

.index-landing .flow-card--accordion.is-open {
  border-color: rgba(54, 89, 69, 0.08);
  background: transparent;
  box-shadow: none;
}

.index-landing .flow-card__header--accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 14px 0;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.index-landing .flow-card__header--accordion:hover {
  background: transparent;
}

.index-landing .flow-card__header--accordion:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(54, 89, 69, 0.12);
}

.index-landing .flow-card--accordion.is-open .flow-card__header--accordion {
  background: transparent;
}

.index-landing .flow-card__title {
  font-size: 1.16rem;
}

.index-landing .flow-card__meta {
  margin: 4px 0 0;
  color: var(--landing-text-soft);
  font-size: 0.92rem;
  line-height: 1.38;
}

.index-landing .flow-card__summary-row {
  flex: 0 0 auto;
  display: grid;
  gap: 4px;
  align-items: center;
  justify-items: end;
  min-width: 0;
  padding-left: 12px;
}

.index-landing .flow-card__summary {
  color: rgba(42, 70, 54, 0.88);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: right;
  max-width: 22ch;
}

.index-landing .flow-card__toggle-icon {
  width: 11px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: rgba(42, 70, 54, 0.9);
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.index-landing .flow-card--accordion.is-open .flow-card__toggle-icon {
  transform: rotate(-135deg) translateY(-1px);
}

.index-landing .flow-card--accordion.is-collapsed {
  padding-bottom: 0;
}

.index-landing .flow-card--accordion.is-collapsed .flow-card__header {
  margin-bottom: 0;
}

.index-landing .flow-card__body {
  gap: 12px;
}

.index-landing .flow-card--accordion .flow-card__body {
  padding: 12px 0 14px;
  border-top: 1px solid rgba(54, 89, 69, 0.08);
}

.index-landing .flow-card--accordion.is-open .flow-card__body {
  padding-top: 12px;
  border-top: 0;
}

.index-landing .flow-card__body[hidden] {
  display: none !important;
}

.index-landing #goalFeedbackMessage {
  color: #4b6354;
  min-height: calc(1.4em * 2);
}

.index-landing .flow-card label {
  color: var(--landing-accent-strong);
}

.index-landing .flow-card #client_goal,
.index-landing .flow-card .field-input,
.index-landing .flow-card .availability-input-half {
  border-radius: 14px;
}

.index-landing .flow-card--goal #client_goal {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(54, 89, 69, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.index-landing .flow-card #client_goal {
  min-height: 88px;
  max-height: 88px;
}

.index-landing .landing-search-shell .flow-block {
  gap: 8px;
}

.index-landing .landing-search-shell .collab-heading,
.index-landing .landing-search-shell .availability-heading,
.index-landing .landing-search-shell .budget-block > label {
  display: block;
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(32, 48, 41, 0.92);
}

.index-landing .flow-card .button-group {
  gap: 8px;
}

.index-landing .flow-card .button-group button {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  border-color: rgba(54, 89, 69, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(32, 48, 41, 0.92);
}

.index-landing .flow-card .button-group button:hover {
  background: rgba(54, 89, 69, 0.06);
  border-color: rgba(54, 89, 69, 0.26);
}

.index-landing .flow-card .button-group button.active {
  background: rgba(54, 89, 69, 0.14) !important;
  border-color: rgba(54, 89, 69, 0.3) !important;
  color: rgba(32, 48, 41, 0.98) !important;
}

.index-landing .flow-card .feedback-message {
  justify-content: flex-start;
}

.index-landing .flow-card .location-radius {
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 14px;
  align-items: center;
}

.index-landing .flow-card #map {
  max-width: 150px;
  min-height: 110px;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
}

.index-landing .flow-card .budget-toolbar {
  gap: 10px;
  align-items: center;
}

.index-landing .flow-card #budgetPresets {
  gap: 8px;
  flex-wrap: wrap;
}

.index-landing .flow-card .budget-mode-toggle {
  min-height: 38px;
}

.index-landing .flow-action .match-btn {
  width: 100%;
  margin: 0;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, #3f624d 0%, #32503f 100%);
  box-shadow: 0 14px 28px rgba(54, 89, 69, 0.18);
}

.index-landing .flow-action .match-btn:hover {
  background: linear-gradient(180deg, #3e614b 0%, #2d4a3a 100%);
}

.index-landing .flow-action .match-btn[aria-disabled="true"] {
  background: rgba(255, 255, 255, 0.82);
  color: var(--landing-accent);
  border: 1px solid rgba(54, 89, 69, 0.28);
  box-shadow: none;
}

.index-landing #matchingSection.section {
  margin: 0 auto 52px;
  padding: 0 var(--landing-results-inline-padding) var(--landing-results-bottom-padding) !important;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--landing-shadow);
}

.index-landing #matchingSection .small-space {
  min-height: 96px;
}

.index-landing #matchingSection .small-space h3 {
  font-size: 1.45rem;
}

@keyframes landing-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-copy,
  .landing-search-shell,
  .landing-nav a,
  .landing-inline-links a {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1500px) {
  :root {
    --landing-shell-total-gap: 124px;
  }

  .landing-stage {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
    gap: 18px;
    padding: clamp(22px, 5.6vh, 72px) clamp(48px, 7vw, 108px) 24px clamp(26px, 3.8vw, 60px);
  }

  .landing-copy {
    padding-right: 0;
  }

  .landing-copy__intro,
  .landing-signal-row,
  .landing-outline {
    max-width: 100%;
  }

  .landing-title {
    max-width: 21ch;
  }

  .landing-copy__support {
    max-width: 56ch;
  }

  .landing-outline__text {
    max-width: 46ch;
  }

}

@media (max-width: 1360px) {
  :root {
    --landing-shell-total-gap: 108px;
    --landing-shell-max-width: 1240px;
  }

  .landing-stage {
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, 1fr);
    gap: 16px;
    padding: clamp(18px, 4.4vh, 52px) clamp(30px, 4.2vw, 58px) 24px clamp(16px, 2.2vw, 32px);
  }

  .landing-title {
    max-width: 19.4ch;
    font-size: clamp(2.45rem, 1.95rem + 1.25vw, 3.35rem);
  }

  .landing-lead {
    max-width: 54ch;
  }

  .landing-copy__support {
    max-width: 56ch;
  }

  .landing-outline {
    max-width: 44rem;
  }

}

@media (max-width: 1180px) {
  :root {
    --landing-shell-total-gap: 72px;
    --landing-shell-max-width: var(--landing-max-width);
  }

  .landing-stage {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 10px 0 24px;
  }

  .landing-copy {
    max-width: none;
    padding: 0;
  }

  .landing-title {
    max-width: 22ch;
  }

  .landing-search-shell {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    padding: 28px;
  }

  .index-landing .guided-search {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  :root {
    --landing-shell-total-gap: 32px;
  }

  html {
    scrollbar-gutter: auto;
  }

  body.index-landing {
    overflow-x: hidden;
  }

  .landing-page {
    width: 100%;
    max-width: none;
    padding: 12px 16px 24px;
  }

  .landing-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    top: 8px;
    min-height: auto;
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 20px;
    border-color: rgba(54, 89, 69, 0.08);
    background: rgba(248, 246, 240, 0.86);
    box-shadow: 0 12px 24px rgba(24, 39, 31, 0.08);
    backdrop-filter: blur(14px);
  }

  .landing-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 8px 14px;
  }

  .landing-brand__tagline {
    font-size: 0.92rem;
  }

  .landing-stage {
    gap: 22px;
    padding: 8px 0 20px;
  }

  .landing-title {
    max-width: none;
    font-size: clamp(2rem, 8.2vw, 2.42rem);
    line-height: 1.01;
  }

  .landing-title__line {
    display: block;
  }

  .landing-search-shell__text-line {
    display: inline;
  }

  .landing-lead,
  .landing-copy__support,
  .landing-outline {
    max-width: none;
  }

  .landing-search-shell,
  .index-landing #matchingSection.section {
    border-radius: 24px;
  }

  .landing-search-shell {
    padding: 18px 16px;
  }

  .index-landing .flow-card__header--accordion {
    align-items: flex-start;
  }

  .landing-signal-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .landing-signal {
    padding-left: 16px;
    white-space: nowrap;
  }

  .landing-outline__list {
    gap: 16px;
  }

  .landing-outline__item {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
  }

  .index-landing .flow-card,
  .index-landing #matchingSection.section {
    padding: 16px !important;
  }

  .index-landing .guided-search,
  .index-landing .guided-search__filters,
  .index-landing .flow-card,
  .index-landing .flow-card__header,
  .index-landing .flow-card__header--accordion,
  .index-landing .flow-card__body,
  .index-landing .flow-block,
  .index-landing .flow-card__intro {
    min-width: 0;
    max-width: 100%;
  }

  .index-landing .flow-card--accordion .flow-card__body {
    padding: 14px 0 16px;
  }

  .index-landing .flow-card__header--accordion {
    padding: 14px 0;
  }

  .index-landing .flow-card .button-group button {
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.98rem;
  }

  .index-landing .flow-card .budget-mode-toggle {
    min-height: 44px;
  }

  .index-landing .flow-card .location-radius {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .index-landing .flow-card #map {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .index-landing .flow-card .budget-toolbar {
    align-items: stretch;
    width: 100%;
  }
}

@media (max-width: 560px) {
  :root {
    --landing-shell-total-gap: 28px;
  }

  .landing-page {
    padding: 10px 14px 22px;
  }

  .landing-title {
    font-size: clamp(1.96rem, 7.6vw, 2.18rem);
    max-width: none;
  }

  .landing-title__line {
    display: block;
  }

  .landing-copy__support,
  .landing-outline__text {
    font-size: 1rem;
  }

  .index-landing .flow-card__header--accordion {
    flex-wrap: wrap;
  }

  .index-landing .flow-card__summary-row {
    width: 100%;
    justify-items: start;
    padding-left: 0;
  }

  .index-landing .flow-card__summary {
    text-align: left;
    max-width: none;
  }

  .landing-nav a,
  .landing-inline-links a {
    width: auto;
    justify-content: flex-start;
  }

  .landing-inline-links {
    flex-direction: column;
    gap: 18px;
  }

  .landing-signal {
    font-size: 0.82rem;
  }

  .index-landing .flow-card .button-group.collab-buttons {
    grid-template-columns: 1fr;
  }

  .index-landing .flow-card #budgetPresets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .index-landing .flow-card .button-group.collab-buttons button,
  .index-landing .flow-card #budgetPresets button {
    white-space: normal;
  }

  .index-landing .flow-card .feedback-message {
    justify-content: flex-start;
    text-align: left;
  }

  .index-landing .flow-action .match-btn {
    min-height: 54px;
  }
}
