.marketplace-page {
  --market-primary: #9b6a5c;
  --market-primary-hover: #7f554a;
  --market-secondary: #211d1f;
  --market-accent: #b48a78;
  --market-bg: #f8f5ef;
  --market-card: #ffffff;
  --market-text: #0f172a;
  --market-muted: #64748b;
  --market-line: #e5e7eb;
  --market-soft-line: #eef2f7;
  --market-lavender: #f4eee8;
  --market-pink: #f6ece9;
  --market-peach: #fbf2e8;
  --market-mint: #ecfdf5;
  --market-blue: #eff6ff;
  --market-shadow: 0 24px 80px rgba(31, 41, 55, .08);
  --market-soft-shadow: 0 16px 44px rgba(76, 29, 149, .08);
  color: var(--market-text);
  background:
    radial-gradient(circle at 4% 0%, rgba(155, 106, 92, .1), transparent 26rem),
    radial-gradient(circle at 94% 6%, rgba(33, 29, 31, .08), transparent 28rem),
    var(--market-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.marketplace-page,
.marketplace-page * {
  box-sizing: border-box;
}

.marketplace-page main {
  width: 100%;
  overflow: hidden;
}

.marketplace-page a {
  color: inherit;
  text-decoration: none;
}

.marketplace-page button,
.marketplace-page input,
.marketplace-page select {
  font: inherit;
}

.marketplace-page button {
  cursor: pointer;
}

.market-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  min-height: 84px;
  margin: 0 auto;
  padding: 18px 0 12px;
  background: rgba(252, 252, 253, .72);
  border-bottom: 0;
  backdrop-filter: blur(16px);
}

.market-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.market-brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 14px;
  background: #0f172a;
  box-shadow: 0 16px 30px rgba(15, 23, 42, .12);
}

.market-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-brand strong {
  display: block;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.market-brand small {
  display: block;
  margin-top: 4px;
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.market-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #111827;
  font-size: 14px;
  font-weight: 750;
}

.market-nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 2px;
  border-radius: 999px;
  color: #111827;
  transition: color .25s ease, transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.market-nav-links a:hover {
  color: var(--market-primary);
  transform: translateY(-1px);
}

.market-login-link {
  color: var(--market-muted) !important;
}

.market-nav-cta {
  min-height: 50px;
  padding: 0 26px;
  border-radius: 16px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--market-primary), var(--market-secondary));
  box-shadow: 0 16px 34px rgba(124, 58, 237, .24);
}

.market-nav-cta:hover {
  color: #fff !important;
  background: linear-gradient(135deg, var(--market-primary-hover), var(--market-primary));
}

.market-menu-btn {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--market-soft-line);
  border-radius: 14px;
  background: #fff;
  color: var(--market-text);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
}

.market-menu-btn svg {
  width: 20px;
  height: 20px;
}

.market-hero,
.market-section,
.market-results-shell,
.market-footer {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.market-hero {
  position: relative;
  padding: 38px 0 24px;
}

.market-hero-main {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr);
  gap: 44px;
  align-items: center;
  min-height: 398px;
}

.market-hero-copy {
  max-width: 640px;
}

.market-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--market-secondary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.market-hero h1 {
  max-width: 660px;
  margin: 18px 0 20px;
  color: #0b1531;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.15vw, 74px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

.market-hero h1 span {
  color: transparent;
  background: linear-gradient(135deg, var(--market-primary), var(--market-accent));
  -webkit-background-clip: text;
  background-clip: text;
}

.market-hero p {
  max-width: 560px;
  margin: 0;
  color: var(--market-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

.market-hero-visual {
  position: relative;
  width: 100%;
  min-height: 398px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.market-hero-visual::before {
  display: none;
}

.market-hero-photo {
  position: absolute;
  inset: 0 116px 0 0;
  overflow: hidden;
  border-radius: 999px 999px 34px 34px;
  background: linear-gradient(135deg, #fdf4ff, #fff7ed);
  box-shadow: 0 30px 82px rgba(76, 29, 149, .12);
}

.market-hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(252, 252, 253, .12), rgba(252, 252, 253, 0) 44%),
    radial-gradient(circle at 20% 26%, rgba(236, 72, 153, .12), transparent 22rem);
}

.market-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.04);
}

.market-hero-stats {
  position: absolute;
  right: 0;
  top: 52px;
  z-index: 2;
  display: grid;
  gap: 16px;
  width: 252px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 70px rgba(15, 23, 42, .12);
  backdrop-filter: blur(18px);
}

.market-hero-stats span {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
}

.market-hero-stats svg {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 16px;
  color: var(--market-primary);
  background: #f5f3ff;
}

.market-hero-stats span:nth-child(2) svg {
  color: var(--market-accent);
  background: #fdf2f8;
}

.market-hero-stats span:nth-child(3) svg {
  color: #8b5cf6;
  background: #faf5ff;
}

.market-hero-stats strong {
  color: var(--market-text);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.05;
}

.market-hero-stats small {
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.market-hero-phone {
  position: absolute;
  right: 0;
  bottom: -24px;
  z-index: 3;
  display: none !important;
  width: 178px;
  min-height: 312px;
  padding: 14px;
  border: 8px solid #101827;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .22);
}

.market-phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0f172a;
  font-size: 11px;
  font-weight: 800;
}

.market-phone-top svg {
  width: 16px;
  height: 16px;
}

.market-hero-phone > strong {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 850;
}

.market-hero-phone > small {
  display: block;
  color: var(--market-muted);
  font-size: 10px;
  font-weight: 700;
}

.market-hero-phone h3 {
  margin: 18px 0 14px;
  color: #0f172a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.15;
}

.market-phone-field {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid var(--market-soft-line);
  border-radius: 12px;
  color: var(--market-muted);
  font-size: 10px;
  font-weight: 650;
}

.market-phone-button {
  display: grid;
  place-items: center;
  min-height: 36px;
  margin-top: 12px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--market-primary), var(--market-secondary));
  font-size: 11px;
  font-weight: 850;
}

.market-search-card {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr) 54px minmax(178px, .38fr);
  gap: 12px;
  align-items: end;
  width: 100%;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(238, 242, 247, .92);
  border-radius: 26px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--market-shadow);
  backdrop-filter: blur(18px);
}

.market-search-card label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.market-search-card label > span,
.market-filter-row > span {
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
}

.market-input {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid var(--market-soft-line);
  border-radius: 15px;
  background: #fff;
  color: var(--market-primary);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.market-input:focus-within {
  border-color: rgba(124, 58, 237, .42);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .08);
}

.market-input svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.market-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--market-text);
  background: transparent;
  font-size: 14px;
  font-weight: 650;
}

.market-input input::placeholder {
  color: #8b93a5;
}

.market-icon-action {
  display: grid;
  place-items: center;
  width: 54px;
  height: 58px;
  border: 1px solid var(--market-soft-line);
  border-radius: 15px;
  background: #fff;
  color: var(--market-primary);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.market-icon-action:hover {
  transform: translateY(-1px);
  border-color: rgba(124, 58, 237, .28);
  box-shadow: 0 14px 28px rgba(124, 58, 237, .12);
}

.market-search-submit,
.market-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--market-primary), var(--market-primary-hover));
  box-shadow: 0 18px 36px rgba(124, 58, 237, .24);
  font-size: 14px;
  font-weight: 850;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.market-search-submit:hover,
.market-primary-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--market-primary-hover), var(--market-secondary));
  box-shadow: 0 22px 46px rgba(124, 58, 237, .3);
}

.market-search-submit svg {
  width: 20px;
  height: 20px;
}

.market-benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  color: var(--market-muted);
}

.market-benefit-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  border-radius: 999px;
  color: #5b6476;
  background: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 750;
}

.market-benefit-strip svg {
  width: 16px;
  height: 16px;
  color: var(--market-primary);
}

.market-section {
  padding: 44px 0 0;
}

.market-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.market-categories-section {
  padding-top: 36px;
}

.market-categories-section .market-section-head {
  align-items: center;
  margin-bottom: 14px;
}

.market-categories-section .market-section-head h2 {
  display: none;
}

.market-categories-section .market-section-head button {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(124, 58, 237, .06);
}

.market-section-head.is-centered {
  justify-content: center;
  text-align: center;
}

.market-section-head h2,
.market-results-head h2,
.market-filter-panel h2,
.market-client-card h2,
.market-owner-card h2,
.market-faq-section h2 {
  margin: 8px 0 0;
  color: var(--market-text);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
}

.market-section-head button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #eadfff;
  border-radius: 14px;
  color: var(--market-primary);
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.market-popular-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.market-popular-grid button {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 78px;
  padding: 9px 8px;
  border: 1px solid rgba(238, 242, 247, .95);
  border-radius: 18px;
  background: #fff;
  color: var(--market-text);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.market-popular-grid button:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 58, 237, .2);
  box-shadow: var(--market-soft-shadow);
}

.market-popular-grid button span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: var(--market-accent);
  background: #fdf2f8;
}

.market-popular-grid button:nth-child(2) span { color: #7f554a; background: #efe2d8; }
.market-popular-grid button:nth-child(3) span { color: #a16207; background: #fff7ed; }
.market-popular-grid button:nth-child(4) span { color: #1d4ed8; background: #eff6ff; }
.market-popular-grid button:nth-child(5) span { color: #0f766e; background: #ecfdf5; }
.market-popular-grid button:nth-child(6) span { color: #be185d; background: #fdf2f8; }
.market-popular-grid button:nth-child(7) span { color: #9b6a5c; background: #f3e8df; }

.market-popular-grid svg {
  width: 18px;
  height: 18px;
}

.market-popular-grid strong {
  font-size: 12px;
  font-weight: 850;
}

.market-results-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding-top: 38px;
}

.market-filter-panel,
.market-results-main {
  border: 1px solid rgba(238, 242, 247, .95);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 60px rgba(15, 23, 42, .06);
}

.market-filter-panel {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 22px;
  padding: 24px;
}

.market-filter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.market-filter-toggle {
  display: none;
}

.market-filter-more {
  display: grid;
  gap: 22px;
}

.market-filter-panel h2 {
  font-size: 22px;
}

.market-filter-row {
  display: grid;
  gap: 10px;
}

.market-filter-row select,
.market-filter-row input[type="range"] {
  width: 100%;
}

.market-filter-row select {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--market-soft-line);
  border-radius: 14px;
  background: #fff;
  color: var(--market-text);
  font-weight: 700;
}

.market-filter-row input[type="range"] {
  accent-color: var(--market-primary);
}

.market-filter-row small {
  color: var(--market-muted);
  font-weight: 750;
}

.market-check {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  color: var(--market-text);
  font-size: 14px;
  font-weight: 700;
}

.market-check input {
  width: 19px;
  height: 19px;
  accent-color: var(--market-primary);
}

.market-secondary-btn,
.market-light-link,
.market-outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #eadfff;
  border-radius: 14px;
  background: #fff;
  color: var(--market-primary);
  font-size: 14px;
  font-weight: 850;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.market-secondary-btn:hover,
.market-light-link:hover,
.market-outline-link:hover {
  transform: translateY(-1px);
  background: #faf5ff;
  box-shadow: 0 14px 30px rgba(124, 58, 237, .1);
}

.market-light-link {
  border-color: rgba(155, 106, 92, .28);
  border-radius: 999px;
  color: #171416;
  background: #fffaf3;
}

.market-light-link:hover {
  border-color: rgba(155, 106, 92, .42);
  color: #171416;
  background: #f6efe7;
  box-shadow: 0 14px 28px rgba(23, 20, 22, .08);
}

.market-outline-link {
  border-color: rgba(155, 106, 92, .28);
  border-radius: 999px;
  color: #171416;
  background: #fffaf3;
}

.market-outline-link:hover {
  border-color: rgba(155, 106, 92, .42);
  color: #171416;
  background: #f6efe7;
  box-shadow: 0 14px 28px rgba(23, 20, 22, .08);
}

.market-results-main {
  min-width: 0;
  padding: 24px;
}

.market-results-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}

.market-results-head h2 {
  font-size: 28px;
}

.market-results-head p {
  margin: 8px 0 0;
  color: var(--market-muted);
  font-size: 14px;
  font-weight: 600;
}

.market-view-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--market-soft-line);
  border-radius: 16px;
  background: #fff;
}

.market-view-switch button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--market-muted);
  font-size: 13px;
  font-weight: 850;
}

.market-view-switch button.is-active {
  color: var(--market-primary);
  background: #f5f3ff;
}

.market-view-switch svg {
  width: 16px;
  height: 16px;
}

.market-alert {
  margin-bottom: 16px;
  padding: 13px 14px;
  border: 1px solid #eadfff;
  border-radius: 14px;
  color: var(--market-primary);
  background: #faf5ff;
  font-size: 13px;
  font-weight: 750;
}

.market-last-salon-card {
  margin: 0 0 16px;
}

.market-last-salon-card[hidden] {
  display: none;
}

.market-last-salon-inner {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(232, 222, 212, .92);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(23, 20, 22, .96), rgba(42, 36, 39, .94)),
    #171416;
  box-shadow: 0 22px 48px rgba(23, 20, 22, .16);
}

.market-last-salon-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(246, 239, 231, .18);
  border-radius: 18px;
  color: #171416;
  background: #f6efe7;
  font-size: 19px;
  font-weight: 900;
}

.market-last-salon-copy {
  min-width: 0;
}

.market-last-salon-copy h3 {
  margin: 5px 0 0;
  overflow: hidden;
  color: #fffaf3;
  font-size: 22px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-last-salon-copy p {
  margin: 6px 0 0;
  overflow: hidden;
  color: rgba(246, 239, 231, .72);
  font-size: 13px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-last-salon-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.market-last-salon-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(246, 239, 231, .13);
  border-radius: 999px;
  color: rgba(246, 239, 231, .86);
  background: rgba(246, 239, 231, .07);
  font-size: 12px;
  font-weight: 800;
}

.market-last-salon-meta svg {
  width: 15px;
  height: 15px;
  color: #c7a195;
}

.market-last-salon-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.market-last-salon-primary,
.market-last-salon-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.market-last-salon-primary {
  color: #171416;
  background: #f6efe7;
}

.market-last-salon-secondary {
  border: 1px solid rgba(246, 239, 231, .18);
  color: #f6efe7;
  background: rgba(246, 239, 231, .08);
}

.market-salon-grid {
  display: grid;
  gap: 14px;
}

.market-salon-grid:empty::before {
  display: block;
  min-height: 228px;
  border: 1px solid var(--market-soft-line);
  border-radius: 22px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent) -180px 0 / 180px 100% no-repeat,
    linear-gradient(#f1f5f9 0 0) 92px 34px / 220px 18px no-repeat,
    linear-gradient(#f8fafc 0 0) 92px 64px / 360px 14px no-repeat,
    linear-gradient(#f8fafc 0 0) 92px 98px / 280px 22px no-repeat,
    radial-gradient(circle at 48px 62px, #f1f5f9 0 34px, transparent 35px),
    #fff;
  content: "";
  animation: marketSkeleton 1.2s ease-in-out infinite;
}

@keyframes marketSkeleton {
  to {
    background-position:
      520px 0,
      92px 34px,
      92px 64px,
      92px 98px,
      48px 62px,
      0 0;
  }
}

.market-salon-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) minmax(212px, 232px);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(238, 242, 247, .95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .045);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.market-salon-card:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 58, 237, .18);
  box-shadow: 0 20px 54px rgba(76, 29, 149, .1);
}

.market-salon-logo {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: var(--salon-accent, #9b6a5c);
  background: #fdf2f8;
  background: color-mix(in srgb, var(--salon-accent, #9b6a5c) 13%, #ffffff);
  border: 1px solid #eef2f7;
  border: 1px solid color-mix(in srgb, var(--salon-accent, #9b6a5c) 20%, #eef2f7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
}

.market-salon-copy {
  min-width: 0;
  display: grid;
  align-content: center;
}

.market-salon-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.market-salon-copy h3 {
  margin: 0;
  color: var(--market-text);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: 0;
}

.market-salon-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--market-primary);
  background: #f5f3ff;
  font-size: 11px;
  font-weight: 850;
}

.market-salon-rating {
  display: none;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 999px;
  color: #191416;
  background: rgba(255, 250, 243, .95);
  box-shadow: 0 12px 26px rgba(23, 20, 22, .14);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.market-salon-rating svg {
  width: 14px;
  height: 14px;
  color: #9b6a5c;
  fill: currentColor;
  stroke-width: 2.4;
}

.market-salon-copy p {
  max-width: 46ch;
  margin: 5px 0 8px;
  color: var(--market-muted);
  font-size: 13px;
  font-weight: 600;
}

.market-salon-copy p:empty {
  display: none;
}

.market-salon-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 2px;
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 750;
}

.market-salon-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.market-salon-meta svg {
  width: 14px;
  height: 14px;
  color: var(--market-primary);
}

.market-service-tags,
.market-service-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.market-service-tags span,
.market-service-preview small {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: #566074;
  background: #f8fafc;
  font-size: 11px;
  font-weight: 750;
}

.market-salon-side {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  grid-template-areas:
    "price price"
    "book favorite"
    "links links";
  justify-items: end;
  gap: 10px;
  width: 100%;
  min-width: 212px;
}

.market-salon-price {
  grid-area: price;
  display: grid;
  justify-items: end;
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

.market-salon-price strong {
  color: var(--market-text);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.market-book-link {
  grid-area: book;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--market-primary), var(--market-primary-hover));
  box-shadow: 0 16px 32px rgba(124, 58, 237, .2);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.market-favorite {
  grid-area: favorite;
  position: static;
  top: auto;
  right: auto;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--market-soft-line);
  border-radius: 14px;
  color: #7c8598;
  background: #fff;
  transform: none;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}

.market-favorite:hover,
.market-favorite.is-active {
  color: var(--market-accent);
  border-color: rgba(236, 72, 153, .28);
  background: #fdf2f8;
  transform: translateY(-1px);
}

.market-favorite svg {
  width: 20px;
  height: 20px;
}

.market-salon-bottom,
.market-salon-top {
  display: none;
}

.market-salon-links {
  grid-area: links;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 800;
}

.market-salon-links a,
.market-chat-salon {
  border: 0;
  background: transparent;
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 800;
}

.market-salon-links a:hover,
.market-chat-salon:hover {
  color: var(--market-primary);
}

.market-empty {
  padding: 26px;
  border: 1px dashed #e9ddff;
  border-radius: 18px;
  color: var(--market-muted);
  background: #faf5ff;
  font-weight: 700;
}

.market-map-preview {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--market-soft-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(15, 23, 42, .05);
}

.market-map-canvas {
  position: relative;
  min-height: 520px;
  background: #f8fafc;
}

.market-leaflet-map {
  min-height: 520px;
}

.market-map-preview .leaflet-container {
  min-height: 520px;
  border-radius: 24px;
  font-family: inherit;
}

.market-map-status {
  margin: 12px;
  padding: 11px 14px;
  border: 1px solid #e8eef7;
  border-radius: 14px;
  color: var(--market-muted);
  background: #f8fafc;
  font-size: 12px;
  font-weight: 800;
}

.market-lite-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background: #e8eef7;
  cursor: grab;
  user-select: none;
  touch-action: none;
}

.market-lite-map:active {
  cursor: grabbing;
}

.market-lite-map-tiles,
.market-lite-map-markers {
  position: absolute;
  inset: 0;
}

.market-lite-map-tiles img {
  position: absolute;
  width: 256px;
  height: 256px;
  max-width: none;
}

.market-lite-map-markers {
  pointer-events: none;
}

.market-lite-marker {
  position: absolute;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
  color: var(--salon-accent, #9b6a5c);
  background: color-mix(in srgb, var(--salon-accent, #9b6a5c) 14%, #ffffff);
  box-shadow: 0 14px 28px rgba(15, 23, 42, .18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 900;
  pointer-events: auto;
}

.market-lite-marker span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  max-width: 180px;
  padding: 7px 9px;
  transform: translateX(-50%);
  border-radius: 10px;
  color: #fff;
  background: #171416;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .2);
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.market-lite-marker:hover span,
.market-lite-marker:focus-visible span {
  opacity: 1;
}

.market-lite-map-controls {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .14);
}

.market-lite-map-controls button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  color: var(--market-text);
  background: #fff;
  font-size: 20px;
  font-weight: 900;
}

.market-lite-map-controls button:last-child {
  border-bottom: 0;
}

.market-lite-map-attribution {
  position: absolute;
  right: 10px;
  bottom: 8px;
  padding: 4px 7px;
  border-radius: 8px;
  color: #475569;
  background: rgba(255, 255, 255, .86);
  font-size: 10px;
  font-weight: 750;
}

.market-map-marker {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: var(--salon-accent, #9b6a5c);
  background: #f5f3ff;
  background: color-mix(in srgb, var(--salon-accent, #9b6a5c) 14%, #ffffff);
  box-shadow: 0 14px 28px rgba(15, 23, 42, .18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 900;
}

.market-map-popup {
  display: grid;
  gap: 8px;
  min-width: 190px;
}

.market-map-popup strong {
  color: var(--market-text);
  font-size: 14px;
  font-weight: 900;
}

.market-map-popup span {
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 650;
}

.market-map-popup a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--market-primary), var(--market-primary-hover));
  font-size: 12px;
  font-weight: 850;
}

.market-map-fallback {
  display: grid;
  gap: 12px;
  padding: 22px;
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(124, 58, 237, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(124, 58, 237, .06) 1px, transparent 1px),
    radial-gradient(circle at 30% 25%, rgba(236, 72, 153, .16), transparent 180px),
    radial-gradient(circle at 72% 72%, rgba(34, 197, 94, .12), transparent 170px),
    #fbfdff;
  background-size: 58px 58px, 58px 58px, auto, auto, auto;
}

.market-map-fallback p {
  margin: 0;
  color: var(--market-muted);
  font-size: 13px;
  font-weight: 700;
}

.market-map-list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.market-map-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(238, 242, 247, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
}

.market-map-row span:first-child {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--salon-accent, #9b6a5c);
  background: #f5f3ff;
  background: color-mix(in srgb, var(--salon-accent, #9b6a5c) 12%, #ffffff);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
}

.market-map-row strong {
  display: block;
  color: var(--market-text);
  font-size: 13px;
  font-weight: 900;
}

.market-map-row small {
  color: var(--market-muted);
  font-size: 11px;
  font-weight: 700;
}

.market-map-row a {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--market-primary), var(--market-primary-hover));
  font-size: 12px;
  font-weight: 850;
}

.market-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.market-steps-grid article,
.market-trust-section article,
.market-screen-grid article {
  border: 1px solid rgba(238, 242, 247, .95);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 46px rgba(15, 23, 42, .055);
}

.market-steps-grid article {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.market-steps-grid article > span {
  color: var(--market-secondary);
  font-size: 13px;
  font-weight: 900;
}

.market-steps-grid svg {
  width: 44px;
  height: 44px;
  padding: 11px;
  border-radius: 15px;
  color: var(--market-primary);
  background: #f5f3ff;
}

.market-steps-grid h3 {
  margin: 0;
  color: var(--market-text);
  font-size: 20px;
  font-weight: 850;
}

.market-steps-grid p,
.market-client-card p,
.market-owner-card p,
.market-faq-section p {
  margin: 0;
  color: var(--market-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.market-duo-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}

.market-client-card,
.market-owner-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 22px;
  min-height: 330px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(238, 242, 247, .96);
  border-radius: 28px;
  box-shadow: var(--market-soft-shadow);
}

.market-client-card {
  background:
    radial-gradient(circle at 86% 32%, rgba(124, 58, 237, .12), transparent 220px),
    linear-gradient(135deg, #fff, #fdf4ff);
}

.market-owner-card {
  background:
    radial-gradient(circle at 88% 72%, rgba(236, 72, 153, .12), transparent 220px),
    linear-gradient(135deg, #fff, #fff7ed);
}

.market-client-card ul,
.market-owner-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.market-client-card li,
.market-owner-card li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.market-client-card li svg,
.market-owner-card li svg {
  width: 18px;
  height: 18px;
  color: var(--market-primary);
}

.market-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.market-card-actions a {
  min-width: 138px;
}

.marketplace-page[data-market-page="home"] .market-client-card .market-card-actions,
.marketplace-page[data-market-page="home"] .market-owner-card .market-card-actions {
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.marketplace-page[data-market-page="home"] .market-client-card .market-card-actions a,
.marketplace-page[data-market-page="home"] .market-owner-card .market-card-actions a {
  min-width: 132px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0;
}

.marketplace-page[data-market-page="home"] .market-client-card .market-primary-link,
.marketplace-page[data-market-page="home"] .market-owner-card .market-primary-link {
  border: 1px solid rgba(255, 255, 255, .34);
  color: #fffaf3;
  background: linear-gradient(135deg, #171416 0%, #9b6a5c 100%);
  box-shadow:
    0 14px 26px rgba(124, 58, 237, .18),
    inset 0 1px 0 rgba(255, 255, 255, .28);
}

.marketplace-page[data-market-page="home"] .market-client-card .market-primary-link:hover,
.marketplace-page[data-market-page="home"] .market-owner-card .market-primary-link:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 34px rgba(124, 58, 237, .24),
    inset 0 1px 0 rgba(255, 255, 255, .32);
}

.marketplace-page[data-market-page="home"] .market-client-card .market-light-link {
  border-color: rgba(155, 106, 92, .26);
  color: #171416;
  background: rgba(255, 250, 243, .92);
  box-shadow:
    0 12px 24px rgba(23, 20, 22, .08),
    inset 0 1px 0 rgba(255, 255, 255, .62);
}

.marketplace-page[data-market-page="home"] .market-owner-card .market-outline-link {
  border-color: rgba(155, 106, 92, .26);
  color: #171416;
  background: rgba(255, 250, 243, .92);
  box-shadow:
    0 12px 24px rgba(23, 20, 22, .08),
    inset 0 1px 0 rgba(255, 255, 255, .62);
}

.marketplace-page[data-market-page="home"] .market-client-card .market-light-link:hover {
  transform: translateY(-1px);
  border-color: rgba(155, 106, 92, .38);
  color: #171416;
  background: #f6efe7;
  box-shadow: 0 16px 30px rgba(23, 20, 22, .1);
}

.marketplace-page[data-market-page="home"] .market-owner-card .market-outline-link:hover {
  transform: translateY(-1px);
  border-color: rgba(155, 106, 92, .38);
  color: #171416;
  background: #f6efe7;
  box-shadow: 0 16px 30px rgba(23, 20, 22, .1);
}

.market-phone-mockup,
.market-laptop-mockup {
  position: relative;
  align-self: end;
}

.market-phone-frame {
  width: 180px;
  min-height: 292px;
  padding: 18px 14px;
  border: 8px solid #101827;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(15, 23, 42, .18);
  transform: rotate(5deg);
}

.market-phone-frame > span {
  display: block;
  color: #0f172a;
  font-size: 11px;
  font-weight: 900;
}

.market-phone-frame > strong {
  display: block;
  margin: 14px 0;
  font-size: 16px;
  font-weight: 900;
}

.market-mini-visit {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #eef2f7;
  border-radius: 16px;
  color: #0f172a;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 12px 22px rgba(15, 23, 42, .055);
}

.market-mini-visit small {
  color: var(--market-muted);
  font-size: 10px;
  font-weight: 700;
}

.market-mini-visit.dark {
  border-color: #e9ddff;
}

.market-mini-visit.pink {
  border-color: #ffd7ea;
}

.market-phone-cta {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 34px;
  margin-top: 14px;
  border-radius: 12px;
  color: #fff;
  background: var(--market-primary);
  font-size: 11px;
  font-weight: 850;
}

.market-laptop-screen {
  width: 250px;
  min-height: 174px;
  padding: 16px;
  border: 8px solid #101827;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
  transform: rotate(-4deg);
}

.market-laptop-screen > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  background: #e2e8f0;
}

.market-laptop-screen > strong {
  display: block;
  margin: 14px 0;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.market-laptop-chart {
  height: 58px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, .18), rgba(236, 72, 153, .08)),
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(124, 58, 237, .22) 16px 20px);
}

.market-laptop-row {
  height: 12px;
  margin-top: 12px;
  border-radius: 999px;
  background: #eef2f7;
}

.market-laptop-row.short {
  width: 62%;
}

.market-trust-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.market-trust-section article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 2px 14px;
  align-items: center;
  padding: 22px;
}

.market-trust-section svg {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 15px;
  color: var(--market-primary);
  background: #f5f3ff;
}

.market-trust-section strong {
  color: var(--market-text);
  font-size: 14px;
  font-weight: 850;
}

.market-trust-section span {
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 650;
}

.market-flow-section {
  padding-top: 52px;
}

.market-screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.market-screen-grid article {
  display: grid;
  gap: 14px;
  min-height: 330px;
  padding: 20px;
  border-radius: 28px;
}

.market-screen-grid article strong {
  color: var(--market-text);
  font-size: 15px;
  font-weight: 900;
}

.market-screen-grid article p {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--market-soft-line);
  border-radius: 14px;
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 750;
}

.market-screen-grid article > span {
  align-self: end;
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 14px;
  color: #fff;
  background: var(--market-primary);
  font-size: 12px;
  font-weight: 850;
}

.market-map-mini,
.market-days-mini,
.market-hours-mini {
  border-radius: 18px;
  background: #f8fafc;
}

.market-map-mini {
  min-height: 150px;
  background:
    radial-gradient(circle at 24% 35%, var(--market-primary) 0 6px, transparent 7px),
    radial-gradient(circle at 66% 45%, var(--market-secondary) 0 6px, transparent 7px),
    radial-gradient(circle at 48% 72%, var(--market-accent) 0 6px, transparent 7px),
    linear-gradient(90deg, rgba(124, 58, 237, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(124, 58, 237, .08) 1px, transparent 1px),
    #fbfdff;
  background-size: auto, auto, auto, 32px 32px, 32px 32px, auto;
}

.market-days-mini {
  min-height: 62px;
  background:
    linear-gradient(90deg, #fff 0 14%, #f3e8df 14% 28%, #fff 28% 42%, #9b6a5c 42% 56%, #fff 56% 70%, #fff 70% 84%, #fff 84% 100%);
}

.market-hours-mini {
  min-height: 120px;
  background:
    linear-gradient(90deg, #fff 0 48%, #9b6a5c 48% 52%, #fff 52% 100%),
    linear-gradient(#eef2f7 1px, transparent 1px);
  background-size: 100% 44px;
}

.market-faq-section {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding-bottom: 38px;
}

.market-faq-section > div:first-child {
  display: grid;
  gap: 18px;
}

.market-faq-list {
  display: grid;
  gap: 12px;
}

.market-faq-list details {
  border: 1px solid var(--market-soft-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .04);
}

.market-faq-list summary {
  min-height: 58px;
  padding: 18px 20px;
  color: var(--market-text);
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}

.market-faq-list p {
  padding: 0 20px 18px;
}

.market-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(120px, 1fr));
  gap: 28px;
  padding: 44px 0 90px;
  border-top: 1px solid var(--market-soft-line);
}

.market-footer p {
  max-width: 280px;
  margin: 18px 0;
  color: var(--market-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.market-footer small {
  color: #8b93a5;
  font-size: 12px;
  font-weight: 650;
}

.market-footer nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.market-footer nav strong {
  color: var(--market-text);
  font-size: 14px;
  font-weight: 900;
}

.market-footer nav a {
  color: var(--market-muted);
  font-size: 13px;
  font-weight: 650;
}

.market-footer nav a:hover {
  color: var(--market-primary);
}

.market-socials {
  display: flex;
  gap: 10px;
}

.market-socials a,
.market-socials span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--market-soft-line);
  border-radius: 12px;
  background: #fff;
  color: var(--market-text);
  font-size: 12px;
  font-weight: 850;
}

.marketplace-page a:focus-visible,
.marketplace-page button:focus-visible,
.marketplace-page input:focus-visible,
.marketplace-page select:focus-visible,
.marketplace-page summary:focus-visible {
  outline: 3px solid rgba(124, 58, 237, .35);
  outline-offset: 3px;
}

.market-search-results-hero h1 {
  margin: 8px 0 0;
  color: var(--market-text);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 850;
  line-height: 1;
}

.market-search-results-hero p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--market-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.market-search-card-inline {
  margin-top: 26px;
}

.market-results-home {
  grid-template-columns: 1fr;
}

.market-results-home .market-results-main {
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 18px 54px rgba(15, 23, 42, .055);
}

.market-results-home .market-results-head {
  align-items: center;
  margin-bottom: 18px;
}

.market-results-home .market-results-head .market-kicker {
  display: none;
}

.market-results-home .market-results-head h2 {
  margin: 0;
  font-size: clamp(28px, 2.6vw, 34px);
}

.market-results-home .market-results-head p {
  margin-top: 8px;
}

.market-results-home .market-light-link {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 16px;
}

.market-results-home .market-salon-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.market-results-home .market-salon-card {
  grid-template-columns: 66px minmax(0, 1fr) minmax(330px, 360px);
  min-height: 112px;
  padding: 14px 16px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .035);
}

.market-results-home .market-salon-logo {
  width: 56px;
  height: 56px;
  font-size: 21px;
}

.market-results-home .market-salon-copy {
  max-width: 660px;
}

.market-results-home .market-salon-title {
  gap: 7px;
}

.market-results-home .market-salon-copy h3 {
  font-size: 19px;
}

.market-results-home .market-salon-copy p {
  display: none;
}

.market-results-home .market-service-tags {
  order: 2;
  margin-top: 8px;
}

.market-results-home .market-salon-meta {
  order: 1;
  margin-top: 7px;
}

.market-results-home .market-service-preview {
  display: none;
}

.market-results-home .market-salon-side {
  grid-template-columns: minmax(92px, auto) minmax(132px, 1fr) 42px;
  grid-template-areas:
    "price book favorite"
    "links links links";
  align-items: center;
  min-width: 330px;
  gap: 7px 10px;
}

.market-results-home .market-salon-price {
  justify-items: end;
  align-self: center;
}

.market-results-home .market-salon-price strong {
  font-size: 21px;
}

.market-results-home .market-book-link {
  min-height: 42px;
  padding: 0 16px;
}

.market-results-home .market-favorite {
  width: 42px;
  height: 42px;
}

.market-results-home .market-salon-links {
  line-height: 1;
}

.auth-market-hint {
  margin: -4px 0 2px;
  color: var(--market-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .marketplace-page *,
  .marketplace-page *::before,
  .marketplace-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.market-mobile-nav {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(10px, env(safe-area-inset-bottom, 0px));
  z-index: 70;
  display: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  min-height: 66px;
  padding: 7px;
  border: 1px solid rgba(238, 242, 247, .9);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 54px rgba(15, 23, 42, .16);
  backdrop-filter: blur(18px);
}

.market-mobile-nav a,
.market-mobile-nav button {
  display: grid;
  place-items: center;
  gap: 3px;
  min-width: 0;
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #7b8497;
  font-size: 10px;
  font-weight: 850;
}

.market-mobile-nav a:first-child,
.market-mobile-nav button:hover,
.market-mobile-nav a:hover {
  color: var(--market-primary);
  background: var(--market-lavender);
}

.market-mobile-nav .market-mobile-nav-cta {
  color: #fffaf5;
  background: linear-gradient(135deg, var(--market-secondary), var(--market-primary-hover));
  box-shadow: 0 10px 24px rgba(33, 29, 31, .18);
}

.market-mobile-nav .market-mobile-nav-cta:hover {
  color: #fffaf5;
  background: linear-gradient(135deg, #181416, var(--market-primary));
}

.market-mobile-nav.market-mobile-nav-public {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
  gap: 6px;
}

.market-mobile-nav.market-mobile-nav-public .market-mobile-nav-cta {
  min-height: 52px;
  border-radius: 18px;
}

.market-mobile-nav.market-mobile-nav-public .market-mobile-nav-cta svg {
  width: 22px;
  height: 22px;
}

.market-mobile-nav svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 1180px) {
  .market-hero-phone {
    display: block;
  }
}

@media (max-width: 1120px) {
  .market-hero-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .market-hero-copy {
    max-width: 720px;
  }

  .market-hero-visual {
    min-height: 360px;
  }

  .market-hero-photo {
    inset: 0 210px 0 0;
    border-radius: 34px;
  }

  .market-hero-stats {
    right: 12px;
    top: 50px;
  }

  .market-popular-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .market-duo-section,
  .market-screen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .market-nav {
    width: min(100% - 32px, 760px);
  }

  .market-menu-btn {
    display: grid;
  }

  .market-nav-links {
    position: fixed;
    top: 74px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--market-soft-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--market-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .22s ease, transform .22s ease;
  }

  .market-nav.is-open .market-nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .market-nav-links a {
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
  }

  .market-hero,
  .market-section,
  .market-results-shell,
  .market-footer {
    width: min(100% - 32px, 760px);
  }

  .market-hero {
    padding-top: 24px;
  }

  .market-hero-main {
    min-height: 0;
  }

  .market-hero h1 {
    font-size: clamp(42px, 9vw, 62px);
  }

  .market-search-card {
    grid-template-columns: 1fr 1fr 54px;
  }

  .market-search-submit {
    grid-column: 1 / -1;
  }

  .market-benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-results-shell {
    grid-template-columns: 1fr;
  }

  .market-filter-panel {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-filter-panel > div,
  .market-filter-panel > button {
    grid-column: 1 / -1;
  }

  .market-salon-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .market-results-home .market-salon-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .market-salon-side {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(148px, auto) 44px;
    grid-template-areas:
      "price book favorite"
      "links links links";
    align-items: center;
    justify-items: stretch;
    min-width: 0;
  }

  .market-results-home .market-salon-side {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(148px, auto) 44px;
    grid-template-areas:
      "price book favorite"
      "links links links";
    min-width: 0;
  }

  .market-salon-price {
    justify-items: start;
  }

  .market-salon-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .market-steps-grid,
  .market-trust-section,
  .market-faq-section {
    grid-template-columns: 1fr;
  }

  .market-client-card,
  .market-owner-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .marketplace-page {
    padding-bottom: 86px;
  }

  .market-nav {
    min-height: 70px;
    width: calc(100% - 24px);
  }

  .market-brand-mark {
    width: 40px;
    height: 40px;
  }

  .market-brand strong {
    font-size: 16px;
  }

  .market-brand small {
    font-size: 11px;
  }

  .market-hero,
  .market-section,
  .market-results-shell,
  .market-footer {
    width: calc(100% - 24px);
  }

  .market-hero {
    padding-top: 10px;
  }

  .market-kicker {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .market-hero h1 {
    margin-top: 12px;
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.04;
  }

  .market-hero p {
    font-size: 14px;
    line-height: 1.65;
  }

  .market-hero-visual {
    min-height: 0;
  }

  .market-hero-photo {
    position: relative;
    inset: auto;
    height: 210px;
    border-radius: 28px;
  }

  .market-hero-stats {
    position: relative;
    right: auto;
    top: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    gap: 6px;
    border-radius: 18px;
  }

  .market-hero-stats span {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 3px;
    min-width: 0;
  }

  .market-hero-stats svg {
    grid-row: auto;
    width: 26px;
    height: 26px;
    padding: 6px;
  }

  .market-hero-stats strong {
    font-size: 14px;
  }

  .market-hero-stats small {
    max-width: 9ch;
    font-size: 8px;
    line-height: 1.15;
  }

  .market-search-card {
    grid-template-columns: 1fr 54px;
    gap: 10px;
    margin-top: 30px;
    padding: 12px;
    border-radius: 22px;
  }

  .market-search-card label {
    grid-column: 1 / -1;
  }

  .market-search-card .market-icon-action {
    grid-column: 1 / 2;
    width: 100%;
  }

  .market-search-card .market-search-submit {
    grid-column: 1 / -1;
  }

  .market-input,
  .market-icon-action,
  .market-search-submit {
    min-height: 52px;
  }

  .market-benefit-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .market-benefit-strip::-webkit-scrollbar {
    display: none;
  }

  .market-benefit-strip span {
    flex: 0 0 auto;
    min-width: 190px;
    padding: 0 14px;
  }

  .market-section {
    padding-top: 34px;
  }

  .market-section-head {
    align-items: start;
  }

  .market-section-head h2,
  .market-client-card h2,
  .market-owner-card h2,
  .market-faq-section h2 {
    font-size: 28px;
  }

  .market-section-head > button {
    display: none;
  }

  .market-popular-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-right: -12px;
    padding: 2px 12px 4px 0;
    scrollbar-width: none;
  }

  .market-popular-grid::-webkit-scrollbar {
    display: none;
  }

  .market-popular-grid button {
    flex: 0 0 92px;
    width: 92px;
    min-width: 92px;
    max-width: 92px;
    min-height: 78px;
    padding: 8px;
    border-radius: 18px;
  }

  .market-popular-grid button span {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .market-popular-grid svg {
    width: 17px;
    height: 17px;
  }

  .market-popular-grid strong {
    font-size: 12px;
  }

  .market-filter-panel {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 22px;
  }

  .market-results-main {
    padding: 16px;
    border-radius: 22px;
  }

  .market-results-home .market-results-main {
    padding: 18px;
    border-radius: 24px;
  }

  .market-results-head {
    display: grid;
    gap: 14px;
  }

  .market-results-head h2 {
    font-size: 24px;
  }

  .market-last-salon-inner {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .market-last-salon-mark {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 16px;
  }

  .market-last-salon-copy h3 {
    font-size: 18px;
  }

  .market-last-salon-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
  }

  .market-last-salon-primary,
  .market-last-salon-secondary {
    min-height: 40px;
  }

  .market-view-switch {
    width: 100%;
  }

  .market-view-switch button {
    flex: 1;
    justify-content: center;
  }

  .market-salon-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
  }

  .market-results-home .market-salon-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 0;
  }

  .market-results-home .market-salon-logo {
    width: 52px;
    height: 52px;
    font-size: 19px;
  }

  .market-results-home .market-salon-copy {
    max-width: none;
  }

  .market-results-home .market-salon-title {
    display: block !important;
  }

  .market-salon-logo {
    width: 56px;
    height: 56px;
    font-size: 20px;
  }

  .market-salon-copy h3 {
    font-size: 17px;
  }

  .market-results-home .market-salon-copy h3 {
    font-size: 17px;
    line-height: 1.15;
  }

  .market-results-home .market-salon-badge {
    display: none;
  }

  .market-results-home .market-salon-meta {
    display: block;
    gap: 0;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.25;
  }

  .market-results-home .market-salon-meta span:first-child {
    display: none;
  }

  .market-results-home .market-salon-meta span:nth-child(2) {
    display: none;
  }

  .market-service-tags,
  .market-service-preview {
    display: none;
  }

  .market-results-home .market-service-tags,
  .market-results-home .market-service-preview {
    display: none;
  }

  .market-salon-side {
    grid-template-columns: minmax(0, 1fr) 42px;
    grid-template-areas:
      "price price"
      "book favorite"
      "links links";
    gap: 8px;
  }

  .market-results-home .market-salon-side {
    grid-template-columns: minmax(0, 1fr) 42px;
    grid-template-areas:
      "price price"
      "book favorite"
      "links links";
    gap: 6px 10px;
    min-width: 0;
  }

  .market-results-home .market-salon-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    text-align: left;
  }

  .market-results-home .market-salon-price strong {
    font-size: 20px;
  }

  .market-results-home .market-salon-links {
    display: none;
  }

  .market-book-link {
    min-width: 0;
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }

  .market-favorite {
    width: 42px;
    height: 42px;
  }

  .market-steps-grid article,
  .market-client-card,
  .market-owner-card,
  .market-trust-section article,
  .market-screen-grid article {
    border-radius: 22px;
  }

  .market-steps-grid article,
  .market-client-card,
  .market-owner-card {
    padding: 22px;
  }

  .market-client-card ul,
  .market-owner-card ul {
    grid-template-columns: 1fr;
  }

  .marketplace-page[data-market-page="home"] .market-client-card .market-card-actions,
  .marketplace-page[data-market-page="home"] .market-owner-card .market-card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .marketplace-page[data-market-page="home"] .market-client-card .market-card-actions a,
  .marketplace-page[data-market-page="home"] .market-owner-card .market-card-actions a {
    width: 100%;
  }

  .market-phone-mockup,
  .market-laptop-mockup {
    display: none;
  }

  .market-trust-section {
    gap: 10px;
  }

  .market-screen-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-right: -12px;
    padding-right: 12px;
    scrollbar-width: none;
  }

  .market-screen-grid::-webkit-scrollbar {
    display: none;
  }

  .market-screen-grid article {
    flex: 0 0 250px;
  }

  .market-faq-section {
    gap: 20px;
  }

  .market-footer {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding-bottom: 112px;
  }

  .market-footer-brand {
    grid-column: 1 / -1;
  }

  .market-mobile-nav {
    display: grid;
  }
}

@media (max-width: 420px) {
  .market-hero-photo {
    height: 176px;
  }

  .market-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-hero-stats span {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .market-salon-side {
    grid-template-columns: minmax(0, 1fr) 42px;
    grid-template-areas:
      "price price"
      "book favorite"
      "links links";
  }

  .market-salon-price {
    justify-items: start;
  }

  .market-book-link {
    width: 100%;
  }

  .market-favorite {
    width: 42px;
  }

  .market-footer {
    grid-template-columns: 1fr;
  }
}

/* Luxury marketplace home refresh */
.marketplace-page[data-market-page="home"] {
  --market-bg: #fdfcff;
  --market-line: #edf0f6;
  --market-soft-line: #edf0f6;
  background:
    linear-gradient(180deg, #fff 0, #fdfcff 42%, #fff 100%);
}

.marketplace-page[data-market-page="home"] .market-hero {
  padding-top: 22px;
  padding-bottom: 18px;
}

.marketplace-page[data-market-page="home"] .market-hero-main {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 550px) minmax(0, 1fr);
  gap: 0;
  min-height: 410px;
  align-items: center;
}

.marketplace-page[data-market-page="home"] .market-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 590px;
  padding: 44px 0 36px;
}

.marketplace-page[data-market-page="home"] .market-hero h1 {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: clamp(56px, 5.4vw, 78px);
  line-height: .98;
}

.marketplace-page[data-market-page="home"] .market-hero p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.75;
}

.marketplace-page[data-market-page="home"] .market-hero-visual {
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: 45%;
  min-height: 0;
  overflow: hidden;
}

.marketplace-page[data-market-page="home"] .market-hero-photo {
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.marketplace-page[data-market-page="home"] .market-hero-photo::after {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 15%, rgba(255, 255, 255, .52) 39%, rgba(255, 255, 255, .02) 68%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .22));
}

.marketplace-page[data-market-page="home"] .market-hero-photo img {
  object-position: center center;
  transform: scale(1.08);
}

.marketplace-page[data-market-page="home"] .market-hero-stats,
.marketplace-page[data-market-page="home"] .market-hero-phone {
  display: none !important;
}

.marketplace-page[data-market-page="home"] .market-search-card {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(0, .9fr) minmax(150px, .46fr);
  gap: 18px;
  align-items: end;
  margin-top: -12px;
  padding: 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 26px 58px rgba(15, 23, 42, .12);
}

.marketplace-page[data-market-page="home"] .market-search-card .market-icon-action {
  display: none;
}

.marketplace-page[data-market-page="home"] .market-input,
.marketplace-page[data-market-page="home"] .market-search-submit {
  min-height: 58px;
  border-radius: 10px;
}

.marketplace-page[data-market-page="home"] .market-search-submit {
  box-shadow: 0 18px 34px rgba(124, 58, 237, .28);
}

.marketplace-page[data-market-page="home"] .market-input input[type="date"] {
  color-scheme: light;
}

.marketplace-page[data-market-page="home"] .market-benefit-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  padding: 0 2px 12px;
  border-bottom: 1px solid var(--market-soft-line);
}

.marketplace-page[data-market-page="home"] .market-benefit-strip span {
  min-height: 34px;
  border-radius: 0;
  background: transparent;
}

.marketplace-page[data-market-page="home"] .market-benefit-strip span + span {
  border-left: 1px solid var(--market-soft-line);
}

.marketplace-page[data-market-page="home"] .market-categories-section {
  padding-top: 34px;
}

.marketplace-page[data-market-page="home"] .market-categories-section .market-section-head {
  margin-bottom: 20px;
  padding: 0 4px;
}

.marketplace-page[data-market-page="home"] .market-popular-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 18px;
}

.marketplace-page[data-market-page="home"] .market-popular-grid button {
  min-height: 88px;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
}

.marketplace-page[data-market-page="home"] .market-popular-grid button span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.market-salon-photo {
  display: block;
  min-height: 132px;
  border-radius: 18px;
  background-image: var(--salon-photo, url("/uploads/marketplace-salon-photo-1.png"));
  background-position: center;
  background-size: cover;
}

.market-salon-card {
  grid-template-columns: 150px minmax(0, 1fr) minmax(212px, 232px);
}

.market-salon-logo {
  display: none;
}

.marketplace-page[data-market-page="home"] .market-results-shell {
  display: block;
  padding-top: 44px;
}

.marketplace-page[data-market-page="home"] .market-results-main {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.marketplace-page[data-market-page="home"] .market-results-head {
  align-items: center;
  margin-bottom: 24px;
}

.marketplace-page[data-market-page="home"] .market-results-head h2 {
  font-size: clamp(30px, 2.7vw, 38px);
}

.marketplace-page[data-market-page="home"] .market-results-head p {
  max-width: 560px;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 350px;
  overflow: hidden;
  padding: 0;
  border-radius: 14px;
  cursor: default;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .075);
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-photo,
.marketplace-page[data-market-page="home"] .market-results-home .market-salon-copy,
.marketplace-page[data-market-page="home"] .market-results-home .market-salon-side {
  grid-column: 1 / -1;
  grid-row: auto;
  width: 100%;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-card:hover {
  transform: translateY(-4px);
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-photo {
  min-height: 164px;
  border-radius: 0;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-rating {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-copy {
  display: grid;
  gap: 10px;
  max-width: none;
  padding: 16px 16px 0;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-copy h3 {
  font-size: 16px;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-badge,
.marketplace-page[data-market-page="home"] .market-results-home .market-salon-copy p,
.marketplace-page[data-market-page="home"] .market-results-home .market-service-preview,
.marketplace-page[data-market-page="home"] .market-results-home .market-salon-links {
  display: none;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-service-tags {
  margin-top: 0;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-meta {
  margin-top: 0;
  color: #667085;
  font-size: 12px;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-meta-rating {
  display: none;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-side {
  grid-template-columns: minmax(0, 1fr) minmax(120px, auto);
  grid-template-areas: "price book";
  align-items: center;
  justify-items: stretch;
  min-width: 0;
  padding: 18px 16px 16px;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-price {
  justify-items: start;
  text-align: left;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-salon-price strong {
  font-size: 16px;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-book-link {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 9px;
}

.marketplace-page[data-market-page="home"] .market-results-home .market-favorite {
  grid-column: auto;
  grid-row: auto;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(12px);
}

.marketplace-page[data-market-page="home"] .market-steps-section {
  padding-top: 58px;
}

.marketplace-page[data-market-page="home"] .market-steps-section .market-section-head {
  justify-content: flex-start;
  text-align: left;
}

.marketplace-page[data-market-page="home"] .market-steps-section .market-section-head h2 {
  display: none;
}

.marketplace-page[data-market-page="home"] .market-steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 0 4px;
}

.marketplace-page[data-market-page="home"] .market-steps-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px 16px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.marketplace-page[data-market-page="home"] .market-steps-grid article:not(:last-child)::after {
  position: absolute;
  top: 28px;
  right: -24px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #d9deeb;
  border-right: 2px solid #d9deeb;
  transform: rotate(45deg);
}

.marketplace-page[data-market-page="home"] .market-steps-grid article > span {
  grid-column: 2;
  color: var(--market-text);
  font-size: 24px;
  line-height: 1;
}

.marketplace-page[data-market-page="home"] .market-steps-grid svg {
  grid-row: span 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.marketplace-page[data-market-page="home"] .market-steps-grid h3 {
  font-size: 15px;
}

.marketplace-page[data-market-page="home"] .market-steps-grid p {
  font-size: 12px;
  line-height: 1.55;
}

.marketplace-page[data-market-page="home"] .market-client-card,
.marketplace-page[data-market-page="home"] .market-owner-card {
  grid-template-columns: minmax(0, 70%) minmax(0, 1fr);
  min-height: 346px;
  padding: 36px 34px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .065);
}

.marketplace-page[data-market-page="home"] .market-client-card::after,
.marketplace-page[data-market-page="home"] .market-owner-card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  content: "";
  background-position: center;
  background-size: cover;
}

.marketplace-page[data-market-page="home"] .market-client-card::after {
  background-image:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 30%, rgba(255, 255, 255, .72) 58%, rgba(255, 255, 255, .08) 100%),
    url("/uploads/marketplace-client-photo.png");
}

.marketplace-page[data-market-page="home"] .market-owner-card::after {
  background-image:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 30%, rgba(255, 255, 255, .72) 58%, rgba(255, 255, 255, .08) 100%),
    url("/uploads/marketplace-owner-photo.png");
}

.marketplace-page[data-market-page="home"] .market-client-card > div:first-child,
.marketplace-page[data-market-page="home"] .market-owner-card > div:first-child {
  position: relative;
  z-index: 2;
}

.marketplace-page[data-market-page="home"] .market-phone-mockup,
.marketplace-page[data-market-page="home"] .market-laptop-mockup {
  display: none;
}

.marketplace-page[data-market-page="home"] .market-trust-section {
  padding-top: 34px;
}

.marketplace-page[data-market-page="home"] .market-trust-section article {
  border-radius: 12px;
}

.market-app-banner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) 230px minmax(0, 1.35fr);
  gap: 30px;
  align-items: center;
  min-height: 228px;
  overflow: hidden;
  padding: 34px 36px;
  border: 1px solid rgba(237, 240, 246, .95);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(245, 243, 255, .92), rgba(255, 255, 255, .96) 48%, rgba(250, 245, 255, .9));
  box-shadow: 0 20px 56px rgba(15, 23, 42, .065);
}

.market-app-copy h2 {
  max-width: 360px;
  margin: 10px 0 12px;
  color: var(--market-text);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
}

.market-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.market-store-buttons span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 9px;
  color: #fff;
  background: #0f172a;
  font-size: 13px;
  font-weight: 850;
}

.market-app-phone {
  align-self: end;
  margin-bottom: -52px;
}

.market-app-phone img {
  display: block;
  width: 230px;
  height: auto;
  filter: drop-shadow(0 24px 28px rgba(15, 23, 42, .18));
}

.market-app-perks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.market-app-perks article {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 132px;
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  background: rgba(255, 255, 255, .52);
  text-align: center;
}

.market-app-perks svg {
  width: 42px;
  height: 42px;
  color: var(--market-primary);
}

.market-app-perks strong {
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.marketplace-page[data-market-page="home"] .market-faq-section {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.marketplace-page[data-market-page="home"] .market-faq-section > div:first-child {
  align-content: start;
}

.marketplace-page[data-market-page="home"] .market-faq-list {
  grid-template-columns: 1fr;
}

.marketplace-page[data-market-page="home"] .market-faq-list details {
  border-radius: 10px;
}

@media (max-width: 1120px) {
  .marketplace-page[data-market-page="home"] .market-popular-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .marketplace-page[data-market-page="home"] .market-results-home .market-salon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-app-banner {
    grid-template-columns: minmax(0, 1fr) 190px;
  }

  .market-app-perks {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .marketplace-page[data-market-page="home"] .market-duo-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .marketplace-page[data-market-page="home"] .market-hero-main {
    grid-template-columns: 1fr;
    min-height: 430px;
    align-items: end;
    overflow: hidden;
    padding: 32px 24px;
    border-radius: 18px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .86) 44%, rgba(255, 255, 255, .5) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .9)),
      url("/uploads/marketplace-luxe-hero.png") center center / cover no-repeat;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
  }

  .marketplace-page[data-market-page="home"] .market-hero-copy {
    max-width: 560px;
    padding: 0;
  }

  .marketplace-page[data-market-page="home"] .market-hero-visual {
    display: none;
  }

  .marketplace-page[data-market-page="home"] .market-search-card {
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
  }

  .marketplace-page[data-market-page="home"] .market-search-submit {
    grid-column: 1 / -1;
  }

  .marketplace-page[data-market-page="home"] .market-steps-grid,
  .marketplace-page[data-market-page="home"] .market-faq-section {
    grid-template-columns: 1fr 1fr;
  }

  .marketplace-page[data-market-page="home"] .market-steps-grid article:not(:last-child)::after {
    display: none;
  }

  .marketplace-page[data-market-page="home"] .market-client-card,
  .marketplace-page[data-market-page="home"] .market-owner-card {
    grid-template-columns: 1fr;
    min-height: 300px;
    padding: 30px 24px;
  }

  .marketplace-page[data-market-page="home"] .market-client-card::after,
  .marketplace-page[data-market-page="home"] .market-owner-card::after {
    left: 0;
    width: 100%;
    opacity: .34;
  }

  .marketplace-page[data-market-page="home"] .market-client-card::after {
    background-image:
      linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 52%, rgba(255, 255, 255, .78) 100%),
      url("/uploads/marketplace-client-photo.png");
  }

  .marketplace-page[data-market-page="home"] .market-owner-card::after {
    background-image:
      linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 52%, rgba(255, 255, 255, .78) 100%),
      url("/uploads/marketplace-owner-photo.png");
  }

  .market-app-banner {
    grid-template-columns: 1fr;
  }

  .market-app-phone {
    display: none;
  }

  .market-app-perks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .marketplace-page[data-market-page="home"] .market-hero-main {
    min-height: 420px;
    padding: 26px 20px;
    background-position: 58% center;
  }

  .marketplace-page[data-market-page="home"] .market-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .marketplace-page[data-market-page="home"] .market-hero p {
    color: #354155;
    font-size: 15px;
    line-height: 1.62;
  }

  .marketplace-page[data-market-page="home"] .market-search-card,
  .marketplace-page[data-market-page="home"] .market-steps-grid,
  .marketplace-page[data-market-page="home"] .market-faq-section {
    grid-template-columns: 1fr;
  }

  .marketplace-page[data-market-page="home"] .market-benefit-strip {
    display: flex;
    padding-bottom: 6px;
  }

  .marketplace-page[data-market-page="home"] .market-benefit-strip span + span {
    border-left: 0;
  }

  .marketplace-page[data-market-page="home"] .market-popular-grid {
    display: flex;
  }

  .marketplace-page[data-market-page="home"] .market-results-home .market-salon-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-page[data-market-page="home"] .market-client-card,
  .marketplace-page[data-market-page="home"] .market-owner-card {
    padding: 24px;
  }

  .marketplace-page[data-market-page="home"] .market-client-card::after,
  .marketplace-page[data-market-page="home"] .market-owner-card::after {
    display: none;
  }

  .market-app-banner {
    padding: 24px;
  }

  .market-app-perks {
    grid-template-columns: 1fr 1fr;
  }
}

/* Reezly brand refresh */
.marketplace-page[data-market-page="home"] {
  --market-primary: #9b6a5c;
  --market-primary-hover: #7f554a;
  --market-secondary: #211d1f;
  --market-accent: #b48a78;
  --market-text: #171416;
  --market-muted: #6f6864;
  --market-bg: #f8f5ef;
  --market-card: #fffaf3;
  --market-line: #e8ded4;
  --market-soft-line: #eee5db;
  background:
    linear-gradient(180deg, #151314 0 600px, #f8f5ef 600px 100%);
}

.marketplace-page[data-market-page="home"] .market-brand-mark {
  background: #151314;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
}

.marketplace-page[data-market-page="home"] .market-hero {
  padding-top: 28px;
}

.marketplace-page[data-market-page="home"] .market-hero-main {
  min-height: 486px;
  overflow: hidden;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 34%),
    #151314;
  box-shadow: 0 34px 90px rgba(10, 9, 10, .28);
}

.marketplace-page[data-market-page="home"] .market-hero-copy {
  max-width: 610px;
  padding: 0;
}

.marketplace-page[data-market-page="home"] .market-kicker {
  color: #c7a195;
}

.marketplace-page[data-market-page="home"] .market-hero h1 {
  max-width: 600px;
  color: #f6efe7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 860;
  line-height: .98;
}

.marketplace-page[data-market-page="home"] .market-hero h1 span {
  color: #c7a195;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.marketplace-page[data-market-page="home"] .market-hero p {
  max-width: 520px;
  color: rgba(246, 239, 231, .78);
}

.marketplace-page[data-market-page="home"] .market-hero-visual {
  left: 48%;
}

.marketplace-page[data-market-page="home"] .market-hero-photo {
  background: #151314;
}

.marketplace-page[data-market-page="home"] .market-hero-photo::after {
  background:
    linear-gradient(90deg, #151314 0%, rgba(21, 19, 20, .96) 20%, rgba(21, 19, 20, .62) 48%, rgba(21, 19, 20, .08) 78%),
    linear-gradient(180deg, rgba(21, 19, 20, .14), rgba(21, 19, 20, .34));
}

.marketplace-page[data-market-page="home"] .market-search-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(0, .82fr) minmax(178px, .5fr);
  border: 1px solid rgba(232, 222, 212, .86);
  background: rgba(255, 250, 243, .98);
  box-shadow: 0 28px 58px rgba(10, 9, 10, .16);
}

.marketplace-page[data-market-page="home"] .market-input:focus-within {
  border-color: rgba(155, 106, 92, .46);
  box-shadow: 0 0 0 4px rgba(155, 106, 92, .1);
}

.marketplace-page[data-market-page="home"] .market-search-submit,
.marketplace-page[data-market-page="home"] .market-primary-link {
  color: #fffaf3;
  background: #171416;
  box-shadow: 0 18px 34px rgba(23, 20, 22, .24);
}

.marketplace-page[data-market-page="home"] .market-search-submit span {
  white-space: nowrap;
}

.marketplace-page[data-market-page="home"] .market-search-submit:hover,
.marketplace-page[data-market-page="home"] .market-primary-link:hover {
  background: #2a2427;
  box-shadow: 0 20px 42px rgba(23, 20, 22, .28);
}

.marketplace-page[data-market-page="home"] .market-popular-grid button,
.marketplace-page[data-market-page="home"] .market-results-home .market-salon-card,
.marketplace-page[data-market-page="home"] .market-client-card,
.marketplace-page[data-market-page="home"] .market-owner-card,
.marketplace-page[data-market-page="home"] .market-trust-section article,
.market-app-banner,
.marketplace-page[data-market-page="home"] .market-faq-list details {
  border-color: rgba(232, 222, 212, .92);
  background-color: #fffaf3;
}

.marketplace-page[data-market-page="home"] .market-popular-grid button:hover,
.marketplace-page[data-market-page="home"] .market-results-home .market-salon-card:hover {
  border-color: rgba(155, 106, 92, .34);
  box-shadow: 0 22px 52px rgba(23, 20, 22, .1);
}

.marketplace-page[data-market-page="home"] .market-popular-grid button span {
  color: #9b6a5c;
  background: #f3e8df;
}

.marketplace-page[data-market-page="home"] .market-popular-grid button:nth-child(2) span,
.marketplace-page[data-market-page="home"] .market-popular-grid button:nth-child(7) span {
  color: #7f554a;
  background: #efe2d8;
}

.marketplace-page[data-market-page="home"] .market-benefit-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 0;
  border-bottom: 0;
}

.marketplace-page[data-market-page="home"] .market-benefit-strip span {
  flex: 0 0 auto;
  min-width: 0;
  min-height: 38px;
  padding: 0 14px 0 10px;
  border: 1px solid rgba(246, 239, 231, .16);
  border-radius: 999px;
  color: rgba(246, 239, 231, .9);
  background:
    linear-gradient(180deg, rgba(42, 36, 39, .96), rgba(23, 20, 22, .96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 14px 28px rgba(0, 0, 0, .18);
}

.marketplace-page[data-market-page="home"] .market-benefit-strip span + span {
  border-left: 1px solid rgba(246, 239, 231, .16);
}

.marketplace-page[data-market-page="home"] .market-benefit-strip svg {
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 999px;
  color: #171416;
  background: #f6efe7;
}

.marketplace-page[data-market-page="home"] .market-results-head,
.marketplace-page[data-market-page="home"] .market-categories-section .market-section-head,
.marketplace-page[data-market-page="home"] .market-steps-section .market-section-head {
  color: var(--market-text);
}

.marketplace-page[data-market-page="home"] .market-app-banner {
  background:
    linear-gradient(135deg, rgba(23, 20, 22, .92), rgba(42, 36, 39, .92)),
    #171416;
}

.marketplace-page[data-market-page="home"] .market-app-copy h2,
.marketplace-page[data-market-page="home"] .market-app-copy p,
.marketplace-page[data-market-page="home"] .market-app-perks strong {
  color: #f6efe7;
}

.marketplace-page[data-market-page="home"] .market-app-perks article {
  border-color: rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .06);
}

.marketplace-page[data-market-page="home"] .market-app-perks svg {
  color: #c7a195;
}

.marketplace-page[data-market-page="home"] .market-client-card .market-primary-link,
.marketplace-page[data-market-page="home"] .market-owner-card .market-primary-link {
  background: #171416;
  box-shadow: 0 14px 26px rgba(23, 20, 22, .18);
}

.market-footer {
  border-color: rgba(232, 222, 212, .9);
}

.marketplace-page[data-market-page="home"] .market-chat-fab,
.marketplace-page[data-market-page="home"] .market-chat-form button {
  color: #171416;
  background: #f6efe7;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

.marketplace-page[data-market-page="home"] .market-chat-fab:hover,
.marketplace-page[data-market-page="home"] .market-chat-form button:hover {
  background: #fffaf3;
}

.marketplace-page[data-market-page="home"] .market-chat-head {
  border-bottom: 1px solid rgba(246, 239, 231, .1);
  color: #f6efe7;
  background:
    linear-gradient(135deg, rgba(23, 20, 22, .98), rgba(42, 36, 39, .98)),
    #171416;
}

.marketplace-page[data-market-page="home"] .market-chat-head strong {
  color: #fffaf3;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0;
}

.marketplace-page[data-market-page="home"] .market-chat-head span {
  color: rgba(246, 239, 231, .72);
  font-size: 12px;
  font-weight: 750;
}

.marketplace-page[data-market-page="home"] .market-chat-head button {
  border-color: rgba(246, 239, 231, .16);
  border-radius: 999px;
  color: #f6efe7;
  background: rgba(255, 250, 243, .08);
  box-shadow: none;
}

.marketplace-page[data-market-page="home"] .market-chat-head button:hover {
  color: #171416;
  background: #f6efe7;
}

@media (min-width: 901px) {
  .marketplace-page[data-market-page="home"] .market-chat-fab {
    bottom: 148px;
  }
}

@media (max-width: 900px) {
  .marketplace-page[data-market-page="home"] {
    background:
      linear-gradient(180deg, #151314 0 520px, #f8f5ef 520px 100%);
  }

  .marketplace-page[data-market-page="home"] .market-hero-main {
    min-height: 430px;
    padding: 32px 24px;
    background:
      linear-gradient(90deg, rgba(21, 19, 20, .96), rgba(21, 19, 20, .84)),
      url("/uploads/marketplace-luxe-hero.png") center center / cover no-repeat;
  }

  .marketplace-page[data-market-page="home"] .market-search-card {
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
  }

  .marketplace-page[data-market-page="home"] .market-search-submit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .marketplace-page[data-market-page="home"] .market-hero {
    padding-top: 14px;
  }

  .marketplace-page[data-market-page="home"] .market-hero-main {
    min-height: 390px;
    padding: 26px 20px;
    border-radius: 22px;
  }

  .marketplace-page[data-market-page="home"] .market-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .marketplace-page[data-market-page="home"] .market-hero p {
    color: rgba(246, 239, 231, .8);
  }

  .marketplace-page[data-market-page="home"] .market-benefit-strip span {
    color: rgba(246, 239, 231, .9);
    background:
      linear-gradient(180deg, rgba(42, 36, 39, .96), rgba(23, 20, 22, .96));
  }

  .marketplace-page[data-market-page="home"] .market-search-card {
    grid-template-columns: 1fr;
  }

  .marketplace-page[data-market-page="home"] .market-benefit-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -20px;
    padding: 2px 20px 6px 0;
    scrollbar-width: none;
  }

  .marketplace-page[data-market-page="home"] .market-benefit-strip::-webkit-scrollbar {
    display: none;
  }
}

/* Mobile marketplace bottom nav polish */
.market-mobile-nav {
  left: max(12px, env(safe-area-inset-left, 0px));
  right: max(12px, env(safe-area-inset-right, 0px));
  bottom: max(12px, env(safe-area-inset-bottom, 0px));
  align-items: stretch;
  gap: 6px;
  isolation: isolate;
  min-height: calc(76px + env(safe-area-inset-bottom, 0px));
  padding: 8px 8px max(8px, env(safe-area-inset-bottom, 0px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 250, 243, 0.91));
  box-shadow:
    0 20px 46px rgba(23, 20, 22, 0.18),
    0 6px 18px rgba(155, 106, 92, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
  backdrop-filter: blur(22px) saturate(1.12);
}

.market-mobile-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(232, 222, 212, 0.48);
  pointer-events: none;
}

.market-mobile-nav.market-mobile-nav-public {
  grid-template-columns: minmax(64px, 0.9fr) minmax(142px, 1.7fr) minmax(64px, 0.9fr);
}

.market-mobile-nav:not(.market-mobile-nav-public) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.market-mobile-nav a,
.market-mobile-nav button {
  position: relative;
  z-index: 1;
  align-content: center;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  min-height: 54px;
  padding: 6px 4px 5px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: #78706d;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.market-mobile-nav a:hover,
.market-mobile-nav button:hover,
.market-mobile-nav a:focus-visible,
.market-mobile-nav button:focus-visible {
  color: #171416;
  background: rgba(246, 239, 231, 0.9);
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(155, 106, 92, 0.08);
}

.market-mobile-nav a:active,
.market-mobile-nav button:active {
  transform: translateY(1px);
}

.market-mobile-nav a[aria-current="page"],
.market-mobile-nav a:first-child:not(.market-mobile-nav-cta) {
  color: #9b6a5c;
  background:
    linear-gradient(180deg, rgba(248, 245, 239, 0.98), rgba(241, 231, 222, 0.88));
  box-shadow: inset 0 0 0 1px rgba(155, 106, 92, 0.09);
}

.market-mobile-nav .market-mobile-nav-cta {
  min-height: 58px;
  padding: 7px 16px 6px;
  border-radius: 22px;
  color: #fffaf3;
  background:
    linear-gradient(135deg, #211d1f 0%, #5a3b34 54%, #7f554a 100%);
  box-shadow:
    0 16px 30px rgba(33, 29, 31, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.market-mobile-nav .market-mobile-nav-cta:hover,
.market-mobile-nav .market-mobile-nav-cta:focus-visible {
  color: #fffaf3;
  background:
    linear-gradient(135deg, #151314 0%, #4b312c 52%, #71473e 100%);
  box-shadow:
    0 18px 34px rgba(33, 29, 31, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.market-mobile-nav svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.35;
}

.market-mobile-nav .market-mobile-nav-cta svg {
  width: 24px;
  height: 24px;
}

.market-mobile-nav span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .market-mobile-nav {
    background: #fffaf3;
  }
}

@media (max-width: 900px) {
  .marketplace-page {
    padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 380px) {
  .market-mobile-nav {
    left: 8px;
    right: 8px;
    gap: 5px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .market-mobile-nav.market-mobile-nav-public {
    grid-template-columns: minmax(56px, 0.82fr) minmax(124px, 1.72fr) minmax(56px, 0.82fr);
  }

  .market-mobile-nav a,
  .market-mobile-nav button {
    font-size: 10px;
  }

  .market-mobile-nav .market-mobile-nav-cta {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 680px) {
  .marketplace-page:not([data-market-page="home"]) {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .marketplace-page:not([data-market-page="home"]) main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .marketplace-page:not([data-market-page="home"]) .market-section,
  .marketplace-page:not([data-market-page="home"]) .market-results-shell,
  .marketplace-page:not([data-market-page="home"]) .market-footer {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: max(14px, env(safe-area-inset-right, 0px));
    padding-left: max(14px, env(safe-area-inset-left, 0px));
  }

  .marketplace-page:not([data-market-page="home"]) .market-results-main,
  .marketplace-page:not([data-market-page="home"]) .market-filter-panel {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}

.marketplace-page a.market-primary-link,
.marketplace-page a.market-primary-link:visited {
  color: #fffaf3;
  background: #171416;
}

.marketplace-page a.market-primary-link:hover,
.marketplace-page a.market-primary-link:focus-visible {
  color: #fffaf3;
  background: #2a2427;
}

@media (max-width: 900px) {
  .market-filter-more {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .market-filter-more .market-check,
  .market-filter-more .market-secondary-btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .marketplace-page[data-market-page="results"] .market-section,
  .marketplace-page[data-market-page="results"] .market-results-shell {
    padding-right: 0;
    padding-left: 0;
  }

  .marketplace-page[data-market-page="results"] .market-search-results-hero > .market-section-head,
  .marketplace-page[data-market-page="results"] .market-search-results-hero > .market-search-card-inline {
    width: auto;
    margin-right: max(14px, env(safe-area-inset-right, 0px));
    margin-left: max(14px, env(safe-area-inset-left, 0px));
  }

  .marketplace-page[data-market-page="results"] .market-filter-panel {
    gap: 14px;
    padding: 14px max(14px, env(safe-area-inset-right, 0px)) 16px max(14px, env(safe-area-inset-left, 0px));
  }

  .market-filter-head {
    align-items: center;
  }

  .market-filter-head h2 {
    margin: 4px 0 0;
    font-size: 20px;
  }

  .market-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(232, 222, 212, .92);
    border-radius: 999px;
    color: #171416;
    background: #fffaf3;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }

  .market-filter-toggle svg {
    width: 15px;
    height: 15px;
    transition: transform .18s ease;
  }

  .market-filter-panel[data-filters-expanded="true"] .market-filter-toggle svg {
    transform: rotate(180deg);
  }

  .market-filter-date-row {
    padding-top: 2px;
  }

  .market-filter-more {
    display: none;
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 4px;
  }

  .market-filter-panel[data-filters-expanded="true"] .market-filter-more {
    display: grid;
  }

  .market-filter-more .market-check,
  .market-filter-more .market-secondary-btn {
    grid-column: auto;
  }
}

/* Salon partner landing proposal */
.market-salon-landing main {
  padding-bottom: 86px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .34), rgba(248, 250, 252, .74) 46%, rgba(255, 255, 255, .94));
}

.salon-partner-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: 560px;
  margin-top: 8px;
  padding:
    clamp(76px, 9vw, 122px)
    max(24px, calc((100vw - 1180px) / 2))
    34px;
  overflow: hidden;
  color: #fffaf3;
  background:
    linear-gradient(90deg, rgba(17, 20, 24, .94) 0%, rgba(17, 20, 24, .86) 36%, rgba(17, 20, 24, .42) 66%, rgba(17, 20, 24, .16) 100%),
    url("/uploads/marketplace-owner-photo.png") center right / cover no-repeat;
}

.salon-partner-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(17, 20, 24, .58));
}

.salon-partner-hero-copy {
  width: min(710px, 100%);
}

.salon-partner-hero .market-kicker {
  color: #f6d8bd;
}

.salon-partner-hero h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  color: #fffaf3;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}

.salon-partner-hero p {
  max-width: 640px;
  margin: 0 0 26px;
  color: rgba(255, 250, 243, .82);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 650;
}

.salon-partner-hero .market-secondary-link {
  color: #fffaf3;
  border-color: rgba(255, 250, 243, .34);
  background: rgba(255, 250, 243, .1);
}

.salon-partner-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(760px, 100%);
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 243, .16);
  border-radius: 8px;
  background: rgba(255, 250, 243, .08);
  backdrop-filter: blur(14px);
}

.salon-partner-hero-metrics span {
  display: grid;
  gap: 2px;
  min-height: 86px;
  padding: 18px;
  background: rgba(17, 20, 24, .32);
}

.salon-partner-hero-metrics strong {
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

.salon-partner-hero-metrics small {
  color: rgba(255, 250, 243, .72);
  font-size: 12px;
  font-weight: 750;
}

.salon-partner-strip,
.salon-product-section,
.salon-client-flow,
.salon-pricing-section,
.salon-comparison-section,
.salon-onboarding-section,
.salon-faq-section,
.salon-final-cta {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.salon-partner-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  border: 1px solid rgba(232, 222, 212, .92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .055);
}

.salon-partner-strip span {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 18px;
  color: #332b2e;
  font-size: 13px;
  font-weight: 850;
}

.salon-partner-strip span + span {
  border-left: 1px solid rgba(232, 222, 212, .72);
}

.salon-partner-strip svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #0f766e;
}

.salon-section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 24px;
}

.salon-section-head-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.salon-section-head h2,
.salon-onboarding-section h2,
.salon-final-cta h2 {
  margin: 0;
  color: #171416;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.04;
  letter-spacing: 0;
}

.salon-section-head p {
  margin: 0;
  color: #71676a;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 650;
}

.salon-product-section,
.salon-client-flow,
.salon-pricing-section,
.salon-comparison-section,
.salon-faq-section {
  padding-top: clamp(54px, 7vw, 92px);
}

.salon-product-showcase {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}

.salon-dashboard-preview {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  min-height: 510px;
  padding: 18px;
  border: 1px solid rgba(232, 222, 212, .92);
  border-radius: 8px;
  background: #171416;
  box-shadow: 0 24px 70px rgba(23, 20, 22, .18);
}

.salon-preview-top {
  display: flex;
  gap: 7px;
}

.salon-preview-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 250, 243, .28);
}

.salon-preview-toolbar,
.salon-preview-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 250, 243, .12);
  border-radius: 8px;
  background: rgba(255, 250, 243, .07);
}

.salon-preview-toolbar strong,
.salon-preview-bottom strong {
  display: block;
  color: #fffaf3;
  font-weight: 950;
}

.salon-preview-toolbar small,
.salon-preview-bottom small {
  color: rgba(255, 250, 243, .62);
  font-size: 12px;
  font-weight: 750;
}

.salon-preview-calendar {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  align-content: start;
  padding: 4px 0;
}

.salon-preview-calendar span {
  color: rgba(255, 250, 243, .56);
  font-size: 12px;
  font-weight: 850;
}

.salon-preview-calendar b {
  min-height: 54px;
  padding: 14px;
  border-radius: 8px;
  color: #171416;
  background: #f6d8bd;
  font-size: 13px;
  font-weight: 900;
}

.salon-preview-calendar b.is-soft {
  background: #b8e3dc;
}

.salon-preview-calendar b.is-muted {
  color: rgba(255, 250, 243, .72);
  background: rgba(255, 250, 243, .1);
}

.salon-preview-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}

.salon-product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.salon-product-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  min-height: 238px;
  padding: 22px;
  border: 1px solid rgba(232, 222, 212, .92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .055);
}

.salon-product-list svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 8px;
  color: #0f766e;
  background: #dff7f2;
}

.salon-product-list h3,
.salon-flow-grid h3,
.salon-price-card h3 {
  margin: 0 0 8px;
  color: #171416;
  font-size: 19px;
  letter-spacing: 0;
}

.salon-product-list p,
.salon-flow-grid p,
.salon-price-card p,
.salon-faq-list p {
  margin: 0;
  color: #71676a;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 650;
}

.salon-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.salon-flow-grid article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 218px;
  padding: 22px;
  border-top: 3px solid #0f766e;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .055);
}

.salon-flow-grid span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #171416;
  font-size: 13px;
  font-weight: 950;
}

.salon-pricing-section {
  padding-bottom: 8px;
}

.salon-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.salon-price-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 510px;
  padding: 26px;
  border: 1px solid rgba(232, 222, 212, .92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(15, 23, 42, .06);
}

.salon-price-card.is-featured {
  color: #fffaf3;
  border-color: #171416;
  background:
    linear-gradient(160deg, #171416 0%, #2f292b 100%);
  box-shadow: 0 24px 72px rgba(23, 20, 22, .22);
}

.salon-price-card > div span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #dff7f2;
  font-size: 12px;
  font-weight: 950;
}

.salon-price-card.is-featured > div span {
  color: #171416;
  background: #f6d8bd;
}

.salon-price-card h3 {
  margin: 14px 0 0;
  font-size: 46px;
  line-height: 1;
}

.salon-price-card small {
  color: #85777b;
  font-weight: 750;
}

.salon-price-card.is-featured h3,
.salon-price-card.is-featured p,
.salon-price-card.is-featured small {
  color: #fffaf3;
}

.salon-price-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.salon-price-card li {
  position: relative;
  padding-left: 24px;
  color: #332b2e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.salon-price-card.is-featured li {
  color: rgba(255, 250, 243, .86);
}

.salon-price-card li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0f766e;
}

.salon-price-card.is-featured li::before {
  background: #f6d8bd;
}

.salon-price-card a {
  align-self: end;
  width: 100%;
}

.salon-price-card.is-featured .market-primary-link {
  color: #171416;
  background: #fffaf3;
}

.salon-pricing-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 16px;
  border: 1px dashed rgba(23, 20, 22, .18);
  border-radius: 8px;
  color: #71676a;
  background: #fffaf3;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.salon-pricing-note strong {
  color: #171416;
}

.salon-comparison-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(232, 222, 212, .92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(15, 23, 42, .055);
}

.salon-comparison-table > div {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(120px, .7fr));
  min-height: 58px;
}

.salon-comparison-table > div + div {
  border-top: 1px solid rgba(232, 222, 212, .75);
}

.salon-comparison-table strong,
.salon-comparison-table span,
.salon-comparison-table b {
  display: flex;
  align-items: center;
  padding: 15px 18px;
  text-align: left;
}

.salon-comparison-table strong {
  color: #171416;
  background: #f8f5ef;
  font-size: 13px;
  font-weight: 950;
}

.salon-comparison-table span {
  color: #332b2e;
  font-size: 13px;
  font-weight: 850;
}

.salon-comparison-table b {
  color: #0f766e;
  font-size: 13px;
  font-weight: 950;
}

.salon-onboarding-section {
  display: grid;
  grid-template-columns: minmax(260px, .86fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  width: min(1180px, calc(100% - 48px));
  margin: clamp(62px, 8vw, 96px) auto 0;
  padding: 34px;
  border-radius: 8px;
  color: #fffaf3;
  background: #171416;
  box-shadow: 0 24px 72px rgba(23, 20, 22, .2);
}

.salon-onboarding-section .market-kicker,
.salon-onboarding-section h2 {
  color: #fffaf3;
}

.salon-onboarding-section ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: salonSteps;
}

.salon-onboarding-section li {
  counter-increment: salonSteps;
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 88px;
  padding: 18px 18px 18px 62px;
  border: 1px solid rgba(255, 250, 243, .14);
  border-radius: 8px;
  background: rgba(255, 250, 243, .06);
}

.salon-onboarding-section li::before {
  content: counter(salonSteps);
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #171416;
  background: #f6d8bd;
  font-size: 12px;
  font-weight: 950;
}

.salon-onboarding-section strong {
  color: #fff;
  font-weight: 950;
}

.salon-onboarding-section span {
  color: rgba(255, 250, 243, .68);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.salon-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.salon-faq-list details {
  padding: 18px 20px;
  border: 1px solid rgba(232, 222, 212, .92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .055);
}

.salon-faq-list summary {
  color: #171416;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
}

.salon-faq-list p {
  padding-top: 12px;
}

.salon-final-cta {
  display: grid;
  gap: 18px;
  justify-items: center;
  margin-top: clamp(62px, 8vw, 96px);
  padding: clamp(34px, 6vw, 58px);
  border: 1px solid rgba(232, 222, 212, .92);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(223, 247, 242, .9), rgba(255, 250, 243, .96));
  text-align: center;
}

.salon-final-cta h2 {
  max-width: 780px;
}

.salon-final-cta .market-info-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .salon-partner-strip,
  .salon-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .salon-product-showcase,
  .salon-onboarding-section {
    grid-template-columns: 1fr;
  }

  .salon-pricing-grid {
    grid-template-columns: 1fr;
  }

  .salon-price-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .market-salon-landing main {
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  }

  .salon-partner-hero {
    min-height: 560px;
    margin-top: 0;
    padding: 70px max(16px, env(safe-area-inset-right, 0px)) 24px max(16px, env(safe-area-inset-left, 0px));
    background:
      linear-gradient(180deg, rgba(17, 20, 24, .96) 0%, rgba(17, 20, 24, .84) 58%, rgba(17, 20, 24, .54) 100%),
      url("/uploads/marketplace-owner-photo.png") center / cover no-repeat;
  }

  .salon-partner-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .salon-partner-hero-metrics,
  .salon-partner-strip,
  .salon-product-list,
  .salon-flow-grid,
  .salon-faq-list {
    grid-template-columns: 1fr;
  }

  .salon-partner-strip,
  .salon-product-section,
  .salon-client-flow,
  .salon-pricing-section,
  .salon-comparison-section,
  .salon-onboarding-section,
  .salon-faq-section,
  .salon-final-cta {
    width: 100%;
    max-width: none;
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    padding-left: max(16px, env(safe-area-inset-left, 0px));
  }

  .salon-partner-strip {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .salon-partner-strip span + span {
    border-top: 1px solid rgba(232, 222, 212, .72);
    border-left: 0;
  }

  .salon-dashboard-preview {
    min-height: 440px;
  }

  .salon-product-list article {
    min-height: auto;
  }

  .salon-comparison-table {
    overflow-x: auto;
  }

  .salon-comparison-table > div {
    min-width: 680px;
  }

  .salon-onboarding-section {
    margin-top: 62px;
    border-radius: 0;
  }

  .salon-final-cta {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}

@media (max-width: 440px) {
  .salon-partner-hero-metrics span {
    min-height: 74px;
  }

  .salon-product-list article {
    grid-template-columns: 1fr;
  }

  .salon-preview-calendar {
    grid-template-columns: 52px minmax(0, 1fr);
  }
}
