﻿:root {
  --ink: #071735;
  --muted: #4d5b76;
  --blue: #0046d5;
  --blue-2: #0076d7;
  --cyan: #58d4f7;
  --gold: #f7bd00;
  --paper: #f8fbff;
  --line: #d6deec;
  --soft: #eef6ff;
  --shadow: 0 24px 70px rgba(7, 23, 53, .13);
}

* { box-sizing: border-box; }
html { width: 100%; min-height: 100%; }
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(248, 251, 255, .9)),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body[data-route="home"] { background: #fff; }
.visual-request-hit { display: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(247, 189, 0, .6);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  min-height: 44px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
}

.provider-setup-action .primary,
.profile-action-card .primary,
.availability-action .primary,
.checkout-action .primary,
.boost-checkout-action .primary,
.sponsor-action .primary,
.donate-action .primary,
.pro-action .primary,
.offers-action .primary,
.booking-action .primary,
.auth-actions .primary,
.admin-action .primary,
.provider-onboarding-action .primary,
.result-actions .primary {
  color: #fff;
  background: var(--ink);
  box-shadow: none;
}
.skip-link:focus { transform: translateY(0); }
.skip-link:not(:focus):not(:focus-visible) {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 76px;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand, .topbar button, .primary, .outline, .service-tile, .bottom-nav button {
  border: 0;
  background: transparent;
  color: inherit;
}
.brand {
  justify-self: start;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.03em;
}
.brand i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold);
}
.topbar nav { display: flex; align-items: stretch; gap: 36px; height: 100%; }
.topbar nav button {
  position: relative;
  min-width: 110px;
  color: var(--ink);
  font-weight: 750;
}
.topbar nav button.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 99px 99px 0 0;
  background: var(--blue);
}
.nav-link { justify-self: end; min-height: 44px; padding: 0 14px; font-weight: 750; }

.page { min-height: calc(100vh - 76px); }
.home-hero {
  min-height: calc(100svh - 76px);
  display: block;
  background: #fff;
}
.desktop-home {
  min-height: calc(100svh - 76px);
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(90deg, #fff 0 46%, rgba(255,255,255,.86) 56%, rgba(255,255,255,.12) 69%, rgba(255,255,255,0) 100%) top right / 100% 560px no-repeat,
    linear-gradient(180deg, rgba(255,255,255,0) 0 430px, #fff 620px) top right / 100% 700px no-repeat,
    url("/assets/barbados-hero-reference.png") right top / 820px auto no-repeat,
    #fff;
}
.hero-copy {
  width: min(1220px, 92%);
  padding: 55px 0 22px 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mobile-status, .mobile-appbar { display: none; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  font-size: clamp(72px, 6.6vw, 94px);
  line-height: .92;
  letter-spacing: -.052em;
}
.hero-copy > p {
  max-width: 540px;
  margin-bottom: 31px;
  color: #283957;
  font-size: 24px;
  line-height: 1.35;
}

.home-form {
  max-width: 694px;
  display: grid;
  gap: 18px;
}
.home-form > .task-field,
.home-form > .suggestion-card { max-width: 694px; }
.task-field, .location-field, .big-field {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}
.task-field input, .location-field input, .location-field select, .big-field input, .big-field textarea, .big-field select {
  width: 100%;
  min-height: 56px;
  padding: 0 30px;
  border: 1px solid #c9d4e6;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  box-shadow: 0 1px 0 rgba(7,23,53,.04);
}
.location-field select {
  color: var(--muted);
  font-weight: 600;
}
.task-input-shell {
  position: relative;
  display: flex;
  align-items: center;
}
.task-input-shell input { padding-right: 68px; }
.clear-need {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e1ef;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 4px 14px rgba(7, 23, 53, .08);
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}
.task-field input { min-height: 56px; font-size: 23px; font-weight: 500; }
.big-field textarea { min-height: 150px; padding: 16px; resize: vertical; }
.suggestion-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #cad5e4;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 32px rgba(7, 23, 53, .08);
  overflow: hidden;
}
.suggestion-card {
  margin-top: -14px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.task-field input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.suggestion-card > div {
  min-height: 104px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: center;
}
.suggestion-card .icon { color: var(--blue); }
.suggestion-card > div + div { border-left: 1px solid var(--line); }
.suggestion-card small {
  display: block;
  color: var(--muted);
  font-size: 16px;
}
.suggestion-card strong {
  display: block;
  font-size: 18px;
}
.suggestion-card em {
  display: block;
  color: var(--muted);
  font-size: 15px;
  font-style: normal;
}
.primary {
  position: relative;
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 7px;
  color: #fff;
  background: var(--ink);
  box-shadow: none;
  font-size: 19px;
  font-weight: 900;
  overflow: hidden;
}
.provider-setup-action .primary,
.profile-action-card .primary,
.availability-action .primary,
.checkout-action .primary,
.boost-checkout-action .primary,
.sponsor-action .primary,
.donate-action .primary,
.pro-action .primary,
.offers-action .primary,
.booking-action .primary,
.auth-actions .primary,
.admin-action .primary,
.provider-onboarding-action .primary,
.result-actions .primary {
  color: #fff;
  background: var(--ink);
  box-shadow: none;
}
.primary::after {
  content: none;
}
.primary:hover { transform: translateY(-1px); }
.request-reassurance {
  max-width: 680px;
  margin: -6px 0 0;
  color: #34425e;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 750;
}
.outline {
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  font-weight: 800;
}

.services { margin-top: 27px; }
.services h2 {
  margin-bottom: 13px;
  font-size: 20px;
  letter-spacing: -.01em;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px 22px;
}
.service-tile {
  position: relative;
  height: 104px;
  min-height: 104px;
  padding: 13px 10px;
  display: grid;
  grid-template-rows: 40px minmax(34px, auto);
  place-items: center;
  gap: 8px;
  border: 1px solid #c7d2e3;
  border-radius: 8px;
  color: var(--blue);
  background: rgba(255,255,255,.9);
  box-shadow: 0 4px 18px rgba(7, 23, 53, .04);
  font-size: 16px;
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
}
.service-tile span {
  min-height: 2.18em;
  display: grid;
  place-items: center;
}
.service-tile:hover {
  border-color: var(--blue);
  background: #fff;
  transform: translateY(-2px);
}
.icon {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon * { vector-effect: non-scaling-stroke; }

.island-panel {
  position: relative;
  min-height: calc(100vh - 74px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.18) 38%, rgba(255,255,255,.72)),
    linear-gradient(180deg, #bdf1ff 0%, #74d9f5 42%, #38bfe9 62%, #fff7dd 63%, #b98633 100%);
}
.flag-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sun {
  position: absolute;
  top: 16%;
  right: 17%;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(247,189,0,.38);
  box-shadow: 0 0 70px rgba(247,189,0,.32);
}
.sea {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 18%;
  height: 35%;
  background:
    repeating-linear-gradient(174deg, rgba(255,255,255,.58) 0 6px, transparent 6px 20px),
    linear-gradient(180deg, #67dcfb, #00a5e3 62%, #008cc7);
  transform: skewY(-7deg);
}
.shore {
  position: absolute;
  right: -14%;
  bottom: 22%;
  width: 64%;
  height: 20%;
  border-radius: 50% 0 0 0;
  background:
    linear-gradient(140deg, rgba(255,255,255,.6), transparent 26%),
    linear-gradient(135deg, #fff1b8 0 25%, #d8aa4d 50%, #7b5a2e 100%);
  box-shadow: -22px -12px 0 rgba(255,255,255,.55);
}
.flag {
  position: absolute;
  top: 25%;
  right: 20%;
  width: 148px;
  height: 92px;
  background: linear-gradient(90deg, #00267f 0 33%, #ffc726 33% 66%, #00267f 66%);
  border-radius: 4px;
  box-shadow: var(--shadow);
  transform: rotate(-4deg);
}
.flag:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -6px;
  width: 5px;
  height: 190px;
  background: var(--ink);
}
.flag span:after {
  content: "";
  position: absolute;
  left: 68px;
  top: 24px;
  width: 15px;
  height: 42px;
  border-left: 5px solid var(--ink);
  border-right: 5px solid var(--ink);
  border-bottom: 5px solid var(--ink);
}
.cloud {
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  filter: blur(1px);
}
.cloud:before,
.cloud:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}
.cloud-one {
  top: 12%;
  left: 9%;
  width: 150px;
  height: 44px;
}
.cloud-one:before { left: 24px; top: -24px; width: 64px; height: 64px; }
.cloud-one:after { left: 78px; top: -16px; width: 54px; height: 54px; }
.cloud-two {
  top: 21%;
  right: 34%;
  width: 110px;
  height: 32px;
  opacity: .82;
}
.cloud-two:before { left: 18px; top: -18px; width: 44px; height: 44px; }
.cloud-two:after { left: 58px; top: -12px; width: 38px; height: 38px; }
.palm {
  position: absolute;
  right: 7%;
  top: 30%;
  width: 100px;
  height: 180px;
  transform: rotate(7deg);
}
.palm:before {
  content: "";
  position: absolute;
  left: 48px;
  top: 35px;
  width: 10px;
  height: 150px;
  border-radius: 99px;
  background: linear-gradient(90deg, #5a351e, #ad7a35);
}
.palm i {
  position: absolute;
  left: 50px;
  top: 28px;
  width: 74px;
  height: 18px;
  border-radius: 100% 0;
  background: #298750;
  transform-origin: left center;
}
.palm i:nth-child(1) { transform: rotate(-42deg); }
.palm i:nth-child(2) { transform: rotate(-12deg); }
.palm i:nth-child(3) { transform: rotate(20deg); }
.palm i:nth-child(4) { transform: rotate(52deg); }
.rail {
  position: absolute;
  right: 9%;
  bottom: 40%;
  width: 310px;
  height: 48px;
  border-top: 6px solid rgba(255,255,255,.8);
  border-bottom: 5px solid rgba(255,255,255,.65);
  transform: rotate(-6deg);
}
.rail:before {
  content: "";
  position: absolute;
  inset: -18px 0;
  background: repeating-linear-gradient(90deg, transparent 0 28px, rgba(255,255,255,.7) 28px 34px);
}
.phone-preview {
  position: absolute;
  right: clamp(22px, 4vw, 68px);
  bottom: clamp(22px, 3.8vw, 58px);
  width: min(356px, calc(100% - 44px));
  padding: 26px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 30px 80px rgba(7,23,53,.24);
  backdrop-filter: blur(12px);
}
.phone-preview .phone-top {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phone-preview .phone-top span {
  width: 20px;
  height: 14px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.phone-preview h2 { margin-bottom: 8px; font-size: 34px; line-height: .96; }
.phone-preview p { color: var(--muted); }
.mini-card {
  margin: 18px 0;
  padding: 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.mini-card b, .mini-card small { display: block; }
.mini-card small { color: var(--muted); }

.proof-row {
  min-height: 82px;
  padding: 0 clamp(24px, 6vw, 88px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 76px);
  border-bottom: 10px solid var(--gold);
  background: rgba(255,255,255,.92);
}
.desktop-home > .proof-row { margin-top: auto; }
.proof-item {
  max-width: 300px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  color: var(--ink);
}
.proof-item b,
.proof-item small {
  display: block;
  grid-column: 2;
}
.proof-item .icon { grid-row: 1 / span 2; }
.proof-item b {
  font-size: 15px;
  line-height: 1.12;
  font-weight: 850;
}
.proof-item small {
  margin-top: 3px;
  color: #3e4d68;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 650;
}
.proof-row .icon { width: 26px; height: 26px; color: var(--ink); }
.mobile-proof-title { display: none; }

.route-head, .panel, .form-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 34px auto 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
}
.kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
.route-head h1, .form-shell h1 { font-size: clamp(42px, 7vw, 78px); }
.route-head p, .panel p, .form-shell p { color: var(--muted); font-size: 18px; line-height: 1.45; }
.split {
  width: min(1120px, calc(100% - 48px));
  margin: 24px auto 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 22px;
}
.match-list { display: grid; gap: 12px; }
.match-card {
  padding: 16px;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.avatar-tile {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--blue);
  background: var(--soft);
}
.chips, .actions, .choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chips span, .pill {
  min-height: 32px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: var(--soft);
  font-size: 13px;
  font-weight: 850;
}
.big-field { margin: 20px 0; }
.choice-row button {
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}
.choice-row button.active { color: #fff; background: var(--blue); border-color: var(--blue); }
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.review-grid div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.review-grid span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; }
.review-grid strong { display: block; margin-top: 4px; font-size: 18px; }
.product-screen .actions { margin-top: 24px; }
.product-screen .chips { margin-top: 20px; }
.product-grid .panel h2 {
  margin: 0 0 16px;
  font-size: 28px;
  letter-spacing: -.03em;
}
.flow-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
.flow-list li {
  padding: 16px;
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.flow-list strong {
  color: var(--ink);
  font-size: 17px;
}
.flow-list span {
  color: var(--muted);
  line-height: 1.4;
}
.route-facts {
  grid-template-columns: 1fr;
  margin-bottom: 18px;
}
.option-stack {
  display: grid;
  gap: 10px;
}
.option-stack button {
  min-height: 58px;
  padding: 12px 14px;
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  text-align: left;
}
.option-stack strong {
  font-size: 17px;
}
.option-stack span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.3;
}
.status-panel {
  grid-column: 1 / -1;
}
.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.status-grid div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.status-grid span,
.source-note {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
}
.status-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}
.source-note {
  margin: 12px 0 0;
  color: #465673;
}
.sponsored-card {
  background: #fff;
}
.sponsor-preview .result-card {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 16px;
}
.sponsor-preview .result-image-wrap {
  height: 180px;
}
.sponsor-preview .result-card:not(.featured) .result-label {
  display: inline-flex;
}
.sponsor-preview .result-actions {
  padding: 0 8px 8px;
  grid-template-columns: 1fr 1fr;
  border-left: 0;
}
.sponsor-preview .result-actions .outline,
.sponsor-preview .result-actions .primary {
  grid-column: 1 / -1;
}
.auth-panel h2,
.status-panel h2 {
  margin-top: 0;
}
.provider-workbench-page {
  width: min(1320px, calc(100% - 80px));
  margin: 62px auto 86px;
}
.provider-workbench-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 382px;
  gap: 58px;
  align-items: start;
}
.provider-workbench-main h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(58px, 5.6vw, 76px);
  line-height: .98;
  letter-spacing: 0;
}
.provider-workbench-main > p {
  max-width: 720px;
  margin: 0 0 42px;
  color: #34445f;
  font-size: 19px;
  line-height: 1.35;
}
.workbench-section {
  padding: 0 0 28px;
  border-bottom: 1px solid #d6deec;
}
.workbench-section + .workbench-section {
  padding-top: 24px;
}
.workbench-section h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
}
.listing-readiness-row,
.workbench-readiness-row {
  border: 1px solid #cbd7e8;
  border-radius: 8px;
  background: rgba(255,255,255,.84);
}
.listing-readiness-row {
  min-height: 96px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1.25fr) minmax(0, 1.08fr) minmax(0, 1fr);
  align-items: center;
}
.listing-readiness-row > span,
.workbench-readiness-row > span,
.money-guardrail-row > span {
  min-width: 0;
}
.listing-readiness-row > span:not(:first-child) {
  padding: 0 26px;
}
.listing-readiness-row > span + span {
  border-left: 1px solid #d6deec;
}
.readiness-icon {
  display: grid;
  place-items: center;
}
.readiness-icon .icon {
  width: 58px;
  height: 58px;
  padding: 14px;
  border: 1px solid #dbe4ef;
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  flex: 0 0 auto;
}
.workbench-request-row .icon,
.money-guardrail-row .icon,
.workbench-readiness-row .icon {
  width: 28px;
  height: 28px;
  color: var(--blue);
  flex: 0 0 auto;
}
.listing-readiness-row strong,
.money-guardrail-row strong,
.workbench-readiness-row strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}
.listing-readiness-row small,
.money-guardrail-row small,
.workbench-readiness-row small {
  margin-top: 6px;
  display: block;
  color: #52617a;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}
.listing-readiness-row i {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 999px;
  background: var(--gold);
}
.readiness-needed {
  display: flex;
  align-items: center;
  gap: 14px;
}
.readiness-needed b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(247,189,0,.36);
}
.workbench-request-row {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr) 190px;
  gap: 28px;
  align-items: center;
}
.workbench-request-row span,
.money-guardrail-row span,
.workbench-readiness-row span {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #1d2e4d;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 760;
}
.money-guardrail-row span,
.workbench-readiness-row span {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 2px 14px;
}
.money-guardrail-row .icon,
.workbench-readiness-row .icon {
  grid-row: 1 / span 2;
  align-self: center;
}
.money-guardrail-row strong,
.money-guardrail-row small,
.workbench-readiness-row strong,
.workbench-readiness-row small {
  grid-column: 2;
}
.workbench-request-row .outline {
  min-height: 52px;
  justify-self: stretch;
}
.money-guardrail-row {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}
.money-guardrail-row span {
  padding: 0 20px;
}
.money-guardrail-row span + span {
  border-left: 1px solid #d6deec;
}
.workbench-readiness-row {
  margin-top: 32px;
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}
.workbench-readiness-row span {
  padding: 0 28px;
}
.workbench-readiness-row span + span {
  border-left: 1px solid #d6deec;
}
.provider-workbench-action {
  position: sticky;
  top: 108px;
  margin-top: 134px;
  padding: 28px 0 0 40px;
  display: grid;
  gap: 16px;
  border-left: 1px solid #d6deec;
}
.provider-workbench-action .primary,
.provider-workbench-action .outline {
  min-height: 58px;
  justify-content: center;
}
.provider-workbench-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0,70,213,.18);
  font-size: 18px;
}
.provider-workbench-action .outline {
  color: var(--blue);
  border-color: #aebbd0;
}
.profile-page {
  width: min(1360px, calc(100% - 64px));
  margin: 28px auto 80px;
}
.back-link {
  min-height: 38px;
  margin-bottom: 18px;
  border: 0;
  color: var(--blue);
  background: transparent;
  font-weight: 850;
}
.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 392px;
  gap: 36px;
  align-items: start;
}
.profile-main {
  min-width: 0;
}
.profile-main h1 {
  margin: 0 0 22px;
  font-size: clamp(54px, 4.8vw, 72px);
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}
.profile-state,
.profile-fit-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}
.profile-state {
  margin-bottom: 14px;
}
.profile-state span {
  min-height: 32px;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 7px;
  color: #20314f;
  background: #eef5ff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}
.profile-state span + span {
  color: var(--muted);
  background: transparent;
}
.profile-state .icon,
.profile-fit-strip .icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}
.profile-boundary {
  max-width: 760px;
  margin: 0 0 15px;
  color: #30415f;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 650;
}
.profile-fit-strip {
  margin-bottom: 18px;
  color: #243653;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}
.profile-fit-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.profile-action-card {
  padding: 30px;
  display: grid;
  align-content: start;
  gap: 22px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 23, 53, .07);
}
.profile-side {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 18px;
}
.profile-action-card h2 {
  margin: 0 0 4px;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.profile-action-card p {
  margin: 0;
  color: #42526d;
  font-size: 14px;
  line-height: 1.4;
}
.profile-action-card label {
  display: grid;
  gap: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}
.profile-action-card select {
  width: 100%;
  min-height: 52px;
  padding: 0 4px;
  border: 0;
  border-bottom: 1px solid #d6deec;
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  font-weight: 650;
}
.profile-action-card .primary {
  min-height: 58px;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0038b7);
  box-shadow: 0 16px 30px rgba(0, 70, 213, .25);
  font-size: 19px;
}
.profile-action-card .outline {
  min-height: 54px;
  color: var(--blue);
  border-color: var(--blue);
  background: #fff;
}
.profile-action-card small {
  color: #34425e;
  font-size: 14px;
  line-height: 1.38;
}
.quote-state,
.request-context-line {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.quote-state {
  padding: 20px;
  border: 0;
  border-radius: 8px;
  background: #f3f7ff;
}
.quote-state .icon,
.request-context-line .icon {
  width: 24px;
  height: 24px;
  color: var(--blue);
}
.quote-state strong,
.request-context-line strong,
.quote-state small,
.request-context-line small {
  display: block;
}
.quote-state strong {
  margin-bottom: 0;
  font-size: 17px;
}
.quote-state small {
  color: #3a4b66;
  font-size: 14px;
  line-height: 1.38;
}
.request-context-line {
  padding-bottom: 15px;
  border-bottom: 1px solid #d6deec;
}
.request-context-line small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.request-context-line strong {
  font-size: 17px;
}
.photo-panel {
  height: 432px;
  display: grid;
  grid-template-columns: minmax(0, 2.16fr) minmax(240px, 1fr);
  gap: 10px;
}
.photo-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 7px;
  background: var(--soft);
}
.photo-primary {
  height: 100%;
}
.photo-strip {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.photo-strip img {
  height: 100%;
}
.profile-service-row {
  min-height: 106px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  border-bottom: 1px solid #d6deec;
}
.profile-service-row span {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
.profile-service-row .icon {
  width: 36px;
  height: 36px;
  color: var(--blue);
}
.profile-compact-details {
  min-height: 154px;
  display: grid;
  grid-template-columns: .88fr 1fr 1fr;
  gap: 32px;
  align-items: start;
  padding-top: 22px;
}
.profile-compact-details > div {
  min-width: 0;
}
.profile-compact-details > div + div {
  border-left: 1px solid #d6deec;
  padding-left: 38px;
}
.profile-area-list {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
}
.profile-area-list > .icon {
  width: 28px;
  height: 28px;
  color: var(--blue);
}
.profile-compact-details h2 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: 0;
}
.profile-compact-details ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: #213250;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 650;
  list-style: none;
}
.profile-compact-details li {
  min-width: 0;
}
.profile-compact-details li .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: var(--blue);
  vertical-align: -4px;
}
.profile-field {
  padding-bottom: 17px;
  border-bottom: 1px solid #d6deec;
}
.profile-field span,
.profile-action-card label > span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}
.profile-field strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
}
.privacy-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #65738a;
  font-size: 14px;
  font-weight: 650;
}
.privacy-note .icon {
  width: 20px;
  height: 20px;
  color: #7b879a;
}
.profile-section {
  margin-top: 18px;
}
.profile-section h2,
.profile-details h2,
.ask-flow h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -.01em;
}
.service-chips,
.area-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.service-chips span,
.area-row span {
  min-height: 88px;
  padding: 0 6px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  color: var(--ink);
  background: transparent;
  font-size: 15px;
  font-weight: 800;
}
.service-chips .icon,
.area-row .icon {
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  color: var(--blue);
}
.service-chips b,
.service-chips small {
  display: block;
}
.service-chips small {
  margin-top: 4px;
  color: #34425e;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 650;
}
.ask-flow {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #d6deec;
}
.ask-flow ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}
.ask-flow li {
  min-height: 74px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 12px;
  align-content: start;
}
.ask-flow li > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #eef5ff;
  font-size: 13px;
  font-weight: 900;
}
.ask-flow strong,
.ask-flow small {
  grid-column: 2;
  display: block;
}
.ask-flow strong {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.22;
}
.ask-flow small {
  color: #4a5972;
  font-size: 12px;
  line-height: 1.3;
}
.profile-details {
  margin-top: 18px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  border-top: 1px solid #d6deec;
}
.profile-details p,
.profile-details ul {
  margin: 0;
  color: #273650;
  font-size: 13px;
  line-height: 1.45;
}
.profile-details ul {
  padding-left: 18px;
}
.profile-details li + li {
  margin-top: 6px;
}
.profile-proof {
  padding: 24px 0 0;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 0;
  border-top: 1px solid #d6deec;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
}
.proof-dot {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.profile-proof .icon {
  width: 25px;
  height: 25px;
  color: var(--gold);
}
.profile-proof strong,
.profile-proof small {
  display: block;
}
.profile-proof strong {
  margin-bottom: 4px;
  font-size: 17px;
}
.profile-proof small {
  color: #35445e;
  font-size: 14px;
  line-height: 1.35;
}
.availability-page {
  width: min(1280px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.availability-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 374px;
  gap: 58px;
  align-items: start;
}
.availability-main h1 {
  max-width: 760px;
  margin: 20px 0 18px;
  font-size: clamp(48px, 4.2vw, 62px);
  line-height: 1;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.availability-main > p {
  max-width: 720px;
  color: #34445f;
  font-size: 16px;
  line-height: 1.45;
}
.availability-state {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  color: #33425b;
  font-size: 15px;
  font-weight: 800;
}
.availability-state span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.availability-state span:first-child {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 7px;
  background: #eef5ff;
}
.availability-state .icon {
  width: 20px;
  height: 20px;
  color: var(--ink);
}
.availability-facts {
  margin-top: 42px;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.availability-facts div {
  min-width: 0;
  min-height: 82px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(150px, 38%) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}
.availability-facts div + div {
  border-top: 1px solid #d6deec;
}
.availability-facts span,
.availability-facts strong,
.availability-privacy small {
  display: block;
}
.availability-facts span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.availability-facts strong {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -.01em;
}
.availability-privacy {
  margin-top: 30px;
  padding: 22px 0;
  border-top: 1px solid #d6deec;
}
.availability-privacy div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.availability-privacy .icon {
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 50%;
  color: var(--ink);
  background: #fff6d9;
}
.availability-privacy strong {
  display: block;
  margin-bottom: 4px;
}
.availability-privacy small,
.availability-note {
  color: #3f4f69;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
}
.availability-note {
  margin: 22px 0 0;
  padding-left: 16px;
  border-left: 4px solid var(--gold);
}
.availability-action {
  position: sticky;
  top: 108px;
  margin-top: 88px;
  padding: 28px;
  display: grid;
  gap: 22px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
}
.availability-action .primary {
  min-height: 62px;
  justify-content: center;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 17px;
}
.boost-action {
  min-height: 0;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 0;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
  color: var(--ink);
  background: transparent;
  text-align: left;
}
.boost-action .icon {
  width: 24px;
  height: 24px;
  color: var(--gold);
}
.boost-action strong,
.boost-action b,
.boost-action small {
  display: block;
}
.boost-action b {
  margin: 7px 0 5px;
  font-size: 21px;
}
.boost-action small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
}
.availability-action .text-action {
  min-height: 44px;
  justify-content: center;
  color: var(--blue);
  font-weight: 900;
}
.boost-checkout-page {
  width: min(1340px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.boost-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 72px;
  align-items: start;
}
.boost-checkout-main h1 {
  max-width: 820px;
  margin: 20px 0 18px;
  font-size: clamp(56px, 5vw, 72px);
  line-height: .96;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.boost-checkout-main h2 {
  margin: 42px 0 14px;
  font-size: 22px;
  letter-spacing: -.01em;
}
.boost-rows {
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.boost-rows + .boost-checkout-main h2 {
  margin-top: 36px;
}
.boost-rows div {
  min-height: 58px;
  padding: 13px 0;
  display: grid;
  grid-template-columns: minmax(150px, 40%) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}
.boost-rows div + div {
  border-top: 1px solid #d6deec;
}
.boost-rows span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.boost-rows strong {
  font-size: 19px;
  line-height: 1.15;
}
.boost-checkout-action {
  position: sticky;
  top: 108px;
  margin-top: 98px;
  padding: 34px;
  display: grid;
  gap: 26px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
}
.boost-field {
  display: grid;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
}
.boost-field span {
  font-size: 15px;
}
.boost-field select,
.boost-field input {
  min-height: 50px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid #aebbd0;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font-weight: 850;
}
.manual-pay-box {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 620px;
  padding: 18px;
  border: 1px solid #d6deec;
  border-radius: 8px;
  background: #fff;
}
.manual-pay-box img {
  width: 116px;
  height: 116px;
  object-fit: contain;
}
.manual-pay-box strong,
.manual-pay-box span {
  display: block;
}
.manual-pay-box strong {
  margin-bottom: 6px;
  font-size: 18px;
}
.manual-pay-box span {
  color: #52617a;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 750;
}
.boost-checkout-action .primary,
.boost-checkout-action .outline {
  min-height: 58px;
  justify-content: center;
}
.boost-checkout-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 18px;
}
.boost-checkout-action .outline {
  color: var(--ink);
  border-color: #aebbd0;
}
.checkout-page {
  width: min(1320px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 386px;
  gap: 64px;
  align-items: start;
}
.checkout-main h1 {
  max-width: 780px;
  margin: 10px 0 14px;
  font-size: clamp(58px, 5vw, 74px);
  line-height: .96;
  letter-spacing: -.04em;
}
.checkout-main > p {
  max-width: 620px;
  margin-bottom: 30px;
  color: #34445f;
  font-size: 19px;
  line-height: 1.42;
}
.checkout-request-strip,
.checkout-form-strip,
.checkout-money-lines {
  display: grid;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.checkout-request-strip {
  min-height: 86px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 26px;
}
.checkout-request-strip span {
  min-width: 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 4px 12px;
  align-content: center;
}
.checkout-request-strip span + span {
  border-left: 1px solid #d6deec;
}
.checkout-request-strip .icon {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  color: var(--blue);
}
.checkout-request-strip strong,
.checkout-request-strip small {
  min-width: 0;
  display: block;
}
.checkout-request-strip strong {
  font-size: 16px;
  line-height: 1.15;
}
.checkout-request-strip small,
.checkout-form-strip label span,
.checkout-money-lines span,
.checkout-before-launch small,
.checkout-action small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}
.checkout-form-strip {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  margin-bottom: 28px;
  background: rgba(255,255,255,.72);
}
.checkout-form-strip label {
  min-width: 0;
  padding: 20px 22px;
  display: grid;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
}
.checkout-form-strip label + label {
  border-left: 1px solid #d6deec;
}
.checkout-form-strip select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid #aebbd0;
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font-weight: 850;
}
.checkout-money-lines {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 34px;
}
.checkout-money-lines div {
  min-width: 0;
  min-height: 104px;
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 6px;
}
.checkout-money-lines div + div {
  border-left: 1px solid #d6deec;
}
.checkout-money-lines strong {
  font-size: 22px;
  line-height: 1.05;
}
.checkout-money-lines small {
  color: #52617a;
  font-size: 13px;
  font-weight: 700;
}
.checkout-before-launch h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}
.checkout-before-launch > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6deec;
}
.checkout-before-launch span {
  min-width: 0;
  padding: 18px 20px 18px 0;
  display: grid;
  gap: 6px;
}
.checkout-before-launch strong {
  font-size: 16px;
  line-height: 1.15;
}
.checkout-action {
  position: sticky;
  top: 108px;
  margin-top: 94px;
  padding: 30px;
  display: grid;
  gap: 18px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
}
.checkout-action .primary,
.checkout-action .outline {
  min-height: 58px;
  justify-content: center;
}
.checkout-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 18px;
}
.checkout-action .outline {
  color: var(--blue);
  border-color: #aebbd0;
}
.checkout-status-note {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid #d6deec;
}
.checkout-status-note .icon {
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 50%;
  color: var(--ink);
  background: #fff6d9;
}
.checkout-status-note strong,
.checkout-status-note small {
  display: block;
}
.checkout-status-note strong {
  margin-bottom: 3px;
  font-size: 17px;
}
.sponsor-page {
  width: min(1320px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.sponsor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 386px;
  gap: 64px;
  align-items: start;
}
.sponsor-main h1 {
  max-width: 760px;
  margin: 24px 0 14px;
  font-size: clamp(58px, 5vw, 74px);
  line-height: .96;
  letter-spacing: -.04em;
}
.sponsor-main > p {
  max-width: 540px;
  margin-bottom: 30px;
  color: #34445f;
  font-size: 20px;
}
.sponsor-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.sponsor-summary div {
  min-width: 0;
  min-height: 148px;
  padding: 24px 20px;
  display: grid;
  align-content: start;
  gap: 8px;
}
.sponsor-summary div + div {
  border-left: 1px solid #d6deec;
}
.sponsor-summary .icon {
  width: 28px;
  height: 28px;
  color: var(--blue);
}
.sponsor-summary span,
.sponsor-summary small,
.sponsor-preview-block > small,
.sponsor-before-launch small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}
.sponsor-summary strong {
  font-size: 18px;
  line-height: 1.15;
}
.sponsor-preview-block,
.sponsor-before-launch {
  margin-top: 34px;
}
.sponsor-preview-block h2,
.sponsor-before-launch h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}
.sponsor-preview-block p {
  margin-bottom: 16px;
  color: #34445f;
  font-size: 16px;
}
.sponsor-preview-list {
  max-width: 680px;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.sponsor-preview-list > span {
  min-height: 58px;
  display: block;
  border-top: 1px solid #d6deec;
}
.sponsor-preview-list > span:first-child {
  border-top: 0;
}
.sponsored-preview-row {
  padding: 12px 0;
  display: grid !important;
  gap: 4px;
}
.sponsored-preview-row b,
.sponsored-preview-row small {
  display: block;
}
.sponsored-preview-row b {
  color: var(--ink);
  font-size: 17px;
}
.sponsored-preview-row small {
  color: #52617a;
  font-size: 13px;
  font-weight: 750;
}
.sponsor-before-launch > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6deec;
}
.sponsor-before-launch span {
  min-width: 0;
  padding: 18px 20px 18px 0;
  display: grid;
  gap: 6px;
}
.sponsor-before-launch strong {
  font-size: 16px;
  line-height: 1.15;
}
.sponsor-action {
  position: sticky;
  top: 108px;
  margin-top: 114px;
  padding: 30px;
  display: grid;
  gap: 18px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
}
.sponsor-action .primary,
.sponsor-action .outline {
  min-height: 58px;
  justify-content: center;
}
.sponsor-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 18px;
}
.sponsor-action .outline {
  color: var(--blue);
  border-color: #aebbd0;
}
.donate-page {
  width: min(1320px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.donate-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 386px;
  gap: 64px;
  align-items: start;
}
.donate-main h1 {
  max-width: 760px;
  margin: 24px 0 14px;
  font-size: clamp(58px, 5vw, 74px);
  line-height: .96;
  letter-spacing: -.04em;
}
.donate-main > p {
  max-width: 560px;
  margin-bottom: 28px;
  color: #34445f;
  font-size: 20px;
}
.donate-hero-strip {
  display: grid;
  grid-template-columns: minmax(340px, 520px) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}
.donate-visual {
  min-height: 374px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef3fb;
}
.donate-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.donate-visual img:first-child {
  grid-row: 1 / -1;
}
.donate-summary {
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.donate-summary div {
  min-height: 92px;
  padding: 18px 0;
  display: grid;
  align-content: center;
  gap: 5px;
  border-top: 1px solid #d6deec;
}
.donate-summary div:first-child {
  border-top: 0;
}
.donate-summary span,
.donate-summary small,
.donate-before-launch small,
.donate-action span,
.donate-action small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}
.donate-summary strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}
.donate-boundaries,
.donate-before-launch {
  margin-top: 36px;
}
.donate-boundaries h2,
.donate-before-launch h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}
.donate-boundaries div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.donate-boundaries span {
  min-height: 42px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d6deec;
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}
.donate-before-launch > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6deec;
}
.donate-before-launch span {
  min-width: 0;
  padding: 18px 20px 18px 0;
  display: grid;
  gap: 6px;
}
.donate-before-launch strong {
  font-size: 16px;
  line-height: 1.15;
}
.donate-action {
  position: sticky;
  top: 108px;
  margin-top: 114px;
  padding: 30px;
  display: grid;
  gap: 18px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
}
.donate-action > div {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #d6deec;
}
.donate-action strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.15;
}
.donate-action p {
  margin: 0;
  padding-top: 4px;
  border-top: 2px solid var(--gold);
}
.donate-action p strong,
.donate-action p span {
  display: block;
}
.donate-action p strong {
  margin-bottom: 5px;
}
.donate-action .primary,
.donate-action .outline {
  min-height: 58px;
  justify-content: center;
}
.donate-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 18px;
}
.donate-action .outline {
  color: var(--blue);
  border-color: #aebbd0;
}
.donate-action > small {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.donate-action .icon {
  width: 18px;
  height: 18px;
}
.pro-page {
  width: min(1320px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.pro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 386px;
  gap: 64px;
  align-items: start;
}
.pro-main h1 {
  max-width: 760px;
  margin: 24px 0 14px;
  font-size: clamp(58px, 5vw, 74px);
  line-height: .96;
  letter-spacing: -.04em;
}
.pro-main > p {
  max-width: 560px;
  margin-bottom: 28px;
  color: #34445f;
  font-size: 20px;
}
.pro-hero-strip {
  display: grid;
  grid-template-columns: minmax(340px, 520px) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}
.pro-visual {
  min-height: 374px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef3fb;
}
.pro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-visual img:first-child {
  grid-row: 1 / -1;
}
.pro-summary {
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.pro-summary div {
  min-height: 92px;
  padding: 18px 0;
  display: grid;
  align-content: center;
  gap: 5px;
  border-top: 1px solid #d6deec;
}
.pro-summary div:first-child {
  border-top: 0;
}
.pro-summary span,
.pro-summary small,
.pro-before-launch small,
.pro-action span,
.pro-action small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}
.pro-summary strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}
.pro-boundaries,
.pro-before-launch {
  margin-top: 36px;
}
.pro-boundaries h2,
.pro-before-launch h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}
.pro-boundaries div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.pro-boundaries span {
  min-height: 48px;
  padding: 14px 16px 14px 0;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}
.pro-boundaries span + span {
  border-left: 1px solid #d6deec;
  padding-left: 16px;
}
.pro-before-launch > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6deec;
}
.pro-before-launch span {
  min-width: 0;
  padding: 18px 20px 18px 0;
  display: grid;
  gap: 6px;
}
.pro-before-launch strong {
  font-size: 16px;
  line-height: 1.15;
}
.pro-action {
  position: sticky;
  top: 108px;
  margin-top: 114px;
  padding: 30px;
  display: grid;
  gap: 18px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
}
.pro-action > div {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #d6deec;
}
.pro-action strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.15;
}
.pro-action p {
  margin: 0;
  padding-top: 4px;
  border-top: 2px solid var(--gold);
}
.pro-action p strong,
.pro-action p span {
  display: block;
}
.pro-action p strong {
  margin-bottom: 5px;
}
.pro-action .primary,
.pro-action .outline {
  min-height: 58px;
  justify-content: center;
}
.pro-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 18px;
}
.pro-action .outline {
  color: var(--blue);
  border-color: #aebbd0;
}
.pro-action > small {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.pro-action .icon {
  width: 18px;
  height: 18px;
}
.beta-lane {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.beta-lane button {
  min-height: 84px;
  padding: 14px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid #d6deec;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  text-align: left;
}
.beta-lane .icon {
  width: 24px;
  height: 24px;
  color: var(--blue);
}
.beta-lane strong,
.beta-lane small {
  display: block;
}
.beta-lane strong {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.15;
}
.beta-lane small {
  color: #52617a;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}
.task-preview-page .pro-visual {
  min-height: 334px;
}
.task-preview-page .pro-summary div {
  min-height: 82px;
  padding: 14px 0;
}
.task-preview-page .pro-boundaries,
.task-preview-page .pro-before-launch {
  margin-top: 28px;
}
.apply-preview-main .kicker {
  margin: 20px 0 10px;
}
.apply-preview-main h1 {
  margin-top: 26px;
  font-size: 64px;
}
.apply-request-facts {
  margin-top: 24px;
  margin-bottom: 24px;
}
.apply-preview-form .big-field small {
  margin-top: 8px;
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.apply-preview-form textarea {
  min-height: 94px;
}
.apply-boundaries {
  margin: 0 0 24px;
}
.apply-boundaries h2 {
  font-size: 20px;
}
.apply-preview-action .provider-setup-note {
  margin-top: 0;
}
.chat-main .kicker {
  margin: 20px 0 10px;
}
.chat-main h1 {
  margin-top: 26px;
  font-size: 64px;
}
.chat-context {
  margin-top: 24px;
  margin-bottom: 24px;
}
.chat-empty {
  min-height: 112px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.chat-empty .icon {
  width: 36px;
  height: 36px;
  color: var(--blue);
}
.chat-empty strong,
.chat-empty small {
  display: block;
}
.chat-empty strong {
  margin-bottom: 6px;
  font-size: 22px;
}
.chat-empty small,
.chat-draft-form .big-field small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.chat-draft-form {
  margin-top: 24px;
}
.chat-draft-form .big-field small {
  margin-top: 8px;
}
.chat-draft-form textarea {
  min-height: 112px;
}
.chat-boundaries {
  margin: 24px 0 0;
}
.chat-action .provider-setup-note {
  margin-top: 0;
}
.review-main h1 {
  margin-top: 36px;
  font-size: 64px;
}
.review-context {
  margin-top: 28px;
  margin-bottom: 24px;
}
.review-empty {
  min-height: 104px;
}
.review-boundaries {
  margin: 24px 0;
}
.review-draft-form .big-field small {
  margin-top: 8px;
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.review-draft-form textarea {
  min-height: 104px;
}
.review-action .provider-setup-note {
  margin-top: 0;
}
.safety-main h1 {
  margin-top: 36px;
  font-size: 64px;
}
.safety-context {
  margin-top: 28px;
  margin-bottom: 24px;
}
.safety-empty {
  min-height: 104px;
}
.safety-lines,
.safety-boundaries {
  margin-top: 26px;
}
.safety-action .provider-setup-note {
  margin-top: 0;
}
.onboarding-main h1 {
  margin-top: 36px;
  font-size: 64px;
}
.onboarding-modes {
  display: grid;
  gap: 12px;
}
.onboarding-modes button {
  min-height: 104px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid #d6deec;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  text-align: left;
}
.onboarding-modes button.selected {
  border-color: var(--blue);
  box-shadow: inset 4px 0 0 var(--gold);
}
.onboarding-modes .icon {
  width: 30px;
  height: 30px;
  color: var(--blue);
}
.onboarding-modes strong,
.onboarding-modes small {
  display: block;
}
.onboarding-modes strong {
  margin-bottom: 6px;
  font-size: 21px;
}
.onboarding-modes small {
  color: #52617a;
  font-weight: 700;
}
.onboarding-modes b {
  color: var(--blue);
  font-size: 14px;
}
.onboarding-rules {
  margin-top: 28px;
}
.onboarding-action .provider-setup-note {
  margin-top: 0;
}
.provider-setup-page {
  width: min(1320px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.provider-setup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 398px;
  gap: 72px;
  align-items: start;
}
.provider-setup-main h1 {
  max-width: 820px;
  margin: 36px 0 16px;
  font-size: 72px;
  line-height: .96;
  letter-spacing: 0;
}
.provider-setup-main > p {
  max-width: 780px;
  margin-bottom: 34px;
  color: #34445f;
  font-size: 19px;
  line-height: 1.42;
}
.provider-setup-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 24px;
}
.provider-setup-form .big-field {
  margin: 0;
}
.provider-title-field,
.provider-source-field {
  grid-column: 1 / -1;
}
.provider-source-field textarea {
  min-height: 150px;
}
.provider-draft-preview {
  margin-top: 36px;
}
.provider-draft-preview h2 {
  margin: 0 0 16px;
  font-size: 22px;
  letter-spacing: 0;
}
.provider-draft-preview div {
  min-height: 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.provider-draft-preview div > span,
.provider-draft-preview small,
.provider-draft-preview strong {
  min-width: 0;
  display: block;
}
.provider-draft-preview div > span {
  padding: 0 24px;
}
.provider-draft-preview div > span:first-child {
  padding-left: 0;
}
.provider-draft-preview div > span + span {
  border-left: 1px solid #d6deec;
}
.provider-draft-preview small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}
.provider-draft-preview strong {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.15;
}
.provider-setup-action {
  position: sticky;
  top: 108px;
  margin-top: 116px;
  padding: 32px;
  display: grid;
  gap: 18px;
  border-left: 1px solid #d6deec;
}
.provider-setup-action h2 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}
.provider-setup-action .primary,
.provider-setup-action .outline {
  min-height: 58px;
  justify-content: center;
}
.provider-setup-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 18px;
}
.provider-setup-action .outline {
  color: var(--ink);
  border-color: #aebbd0;
}
.provider-setup-note {
  margin-top: 18px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid #d6deec;
}
.provider-setup-note .icon {
  width: 28px;
  height: 28px;
  color: var(--blue);
}
.provider-setup-note strong,
.provider-setup-note small {
  display: block;
}
.provider-setup-note strong {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.2;
}
.provider-setup-note small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}
.listing-intake-page {
  width: min(1240px, calc(100% - 72px));
  margin-top: 46px;
}
.listing-intake-layout {
  grid-template-columns: minmax(0, 760px) minmax(300px, 360px);
  gap: 92px;
}
.listing-kicker {
  margin: 42px 0 18px;
  color: #52617a;
  font-size: 15px;
  font-weight: 850;
}
.listing-intake-main h1 {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: 64px;
  line-height: .98;
  text-wrap: balance;
}
.listing-intake-main > p {
  max-width: 620px;
  margin-bottom: 34px;
  color: #243650;
  font-size: 20px;
  line-height: 1.45;
}
.listing-intake-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 4px;
}
.listing-intake-form .provider-title-field,
.listing-intake-form .provider-source-field {
  grid-column: 1 / -1;
}
.listing-intake-form .big-field input,
.listing-intake-form .big-field select,
.listing-intake-form .big-field textarea {
  border-color: #b9c6d9;
  background: #fff;
}
.listing-intake-form textarea {
  min-height: 128px;
}
.listing-next-steps {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.listing-next-steps span {
  min-width: 0;
  padding: 18px 18px 18px 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 5px 12px;
}
.listing-next-steps span + span {
  padding-left: 18px;
  border-left: 1px solid #d6deec;
}
.listing-next-steps .icon {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  color: var(--blue);
}
.listing-next-steps strong,
.listing-next-steps small {
  display: block;
}
.listing-next-steps strong {
  font-size: 15px;
}
.listing-next-steps small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}
.listing-intake-action {
  margin-top: 118px;
  padding: 28px 0 0;
  border: 0;
  border-top: 1px solid #d6deec;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.listing-action-mark,
.listing-intake-action h2,
.listing-intake-action .outline {
  display: none;
}
.listing-action-mark .brand {
  min-height: auto;
  padding: 0;
  justify-content: start;
}
.listing-action-mark .brand span {
  font-size: 20px;
}
.listing-intake-action p,
.listing-intake-action small {
  color: #52617a;
  line-height: 1.4;
  font-weight: 750;
}
.listing-intake-action small {
  display: flex;
  align-items: center;
  gap: 8px;
}
.listing-intake-action small .icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}
.intake-visual-strip {
  max-width: 760px;
  min-height: 118px;
  margin: 0 0 26px;
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #cbd8ea;
  border-radius: 8px;
  background: #fff;
}
.intake-visual-strip img {
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
}
.intake-visual-strip div {
  padding: 22px 24px;
  display: grid;
  align-content: center;
  gap: 6px;
}
.intake-visual-strip strong,
.intake-visual-strip span {
  display: block;
}
.intake-visual-strip strong {
  font-size: 19px;
  line-height: 1.18;
}
.intake-visual-strip span {
  color: #43536f;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}
.report-page {
  margin-top: 34px;
}
.report-main .kicker {
  margin: 28px 0 14px;
}
.report-main h1 {
  max-width: 760px;
  margin-top: 0;
}
.report-form {
  max-width: 840px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.report-details-field {
  grid-column: 1 / -1;
}
.report-details-field textarea {
  min-height: 230px;
  line-height: 1.35;
  font-weight: 700;
}
.report-form select {
  font-weight: 800;
}
.report-status-row {
  max-width: 840px;
  margin-top: 26px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.report-status-row span {
  min-width: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #34445f;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
}
.report-status-row span:first-child {
  padding-left: 0;
}
.report-status-row span + span {
  border-left: 1px solid #d6deec;
}
.report-status-row .icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--blue);
}
.report-action {
  margin-top: 108px;
}
.auth-page {
  width: min(1320px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 398px;
  gap: 72px;
  align-items: start;
}
.auth-main h1 {
  max-width: 860px;
  margin: 64px 0 16px;
  font-size: 72px;
  line-height: .96;
  letter-spacing: 0;
}
.auth-main > p {
  max-width: 780px;
  margin-bottom: 34px;
  color: #34445f;
  font-size: 19px;
  line-height: 1.42;
}
.auth-form {
  max-width: 800px;
  display: grid;
  gap: 22px;
}
.auth-form .big-field {
  margin: 0;
}
.auth-actions {
  display: grid;
  grid-template-columns: minmax(0, 276px) minmax(0, 240px);
  gap: 20px;
}
.auth-actions .primary,
.auth-actions .outline {
  min-height: 58px;
  justify-content: center;
}
.auth-actions .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 18px;
}
.auth-actions .outline {
  color: var(--blue);
  border-color: var(--blue);
}
.auth-facts {
  margin-top: 46px;
}
.auth-facts h2 {
  margin: 0 0 18px;
  font-size: 22px;
  letter-spacing: 0;
}
.auth-facts div {
  display: grid;
  gap: 16px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 850;
}
.auth-facts span {
  display: inline-flex;
  gap: 14px;
  align-items: center;
}
.auth-facts .icon {
  width: 26px;
  height: 26px;
  color: var(--blue);
}
.auth-status {
  position: sticky;
  top: 108px;
  margin-top: 138px;
  padding: 32px;
  display: grid;
  gap: 18px;
  border-left: 1px solid #d6deec;
}
.auth-status h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}
.auth-status-note {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid #d6deec;
}
.auth-status-note .icon {
  width: 28px;
  height: 28px;
  color: var(--blue);
}
.auth-status-note strong,
.auth-status-note small {
  display: block;
}
.auth-status-note strong {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.2;
}
.auth-status-note small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}
.admin-page {
  width: min(1320px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 398px;
  gap: 72px;
  align-items: start;
}
.admin-main h1 {
  max-width: 900px;
  margin: 64px 0 18px;
  font-size: 78px;
  line-height: .96;
  letter-spacing: 0;
}
.admin-main > p {
  max-width: 830px;
  margin: 0;
  color: #34445f;
  font-size: 19px;
  line-height: 1.42;
}
.admin-queue {
  max-width: 830px;
  margin-top: 58px;
  border-top: 1px solid #d6deec;
}
.admin-queue div {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #d6deec;
}
.admin-queue strong {
  min-width: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.1;
}
.admin-queue span {
  min-width: 0;
  justify-self: end;
  color: #34445f;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 650;
  text-align: right;
}
.admin-queue .admin-inbox-item {
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 20px 0;
}
.admin-queue .admin-inbox-item span,
.admin-queue .admin-inbox-item small,
.admin-queue .admin-inbox-item p {
  justify-self: start;
  margin: 0;
  color: #34445f;
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
}
.admin-queue .admin-inbox-item .actions {
  min-height: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 0;
}
.admin-queue .admin-inbox-item .actions button {
  min-height: 42px;
  padding: 0 14px;
}
.admin-action {
  position: sticky;
  top: 108px;
  margin-top: 256px;
  padding: 22px 0 0 50px;
  display: grid;
  gap: 22px;
  border-left: 1px solid #d6deec;
}
.admin-action .primary,
.admin-action .outline {
  min-height: 62px;
  justify-content: center;
}
.admin-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 18px;
}
.admin-action .outline {
  color: var(--ink);
  border-color: #aebbd0;
}
.admin-note {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #34445f;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 650;
}
.admin-note:first-of-type {
  margin-top: 22px;
}
.admin-note .icon {
  width: 24px;
  height: 24px;
  color: var(--blue);
}
.admin-action p {
  margin: 22px 0 0;
  padding-top: 22px;
  border-top: 1px solid #d6deec;
  color: #34445f;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
}
.admin-action p::before {
  width: 3px;
  height: 34px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  background: var(--gold);
  content: "";
}
.provider-onboarding-page {
  width: min(1320px, calc(100% - 80px));
  margin: 34px auto 84px;
}
.provider-onboarding-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 398px;
  gap: 70px;
  align-items: start;
}
.provider-onboarding-main h1 {
  max-width: 780px;
  margin: 18px 0 18px;
  font-size: 72px;
  line-height: .96;
  letter-spacing: 0;
}
.provider-onboarding-copy {
  max-width: 720px;
  margin-bottom: 34px;
  color: #34445f;
  font-size: 19px;
  line-height: 1.42;
}
.provider-photo-row {
  height: 248px;
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 12px;
}
.provider-photo-row img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  background: #eef3f8;
}
.provider-draft-lines,
.provider-prepare {
  margin-top: 40px;
}
.provider-draft-lines h2,
.provider-prepare h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}
.provider-draft-lines {
  max-width: 820px;
}
.provider-draft-lines div {
  min-height: 60px;
  padding: 14px 0;
  display: grid;
  grid-template-columns: minmax(136px, 30%) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border-top: 1px solid #d6deec;
}
.provider-draft-lines div:last-child {
  border-bottom: 1px solid #d6deec;
}
.provider-draft-lines span,
.provider-prepare small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}
.provider-draft-lines strong {
  font-size: 19px;
  line-height: 1.15;
}
.provider-prepare-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.provider-prepare-grid div {
  min-width: 0;
  min-height: 114px;
  padding: 18px 18px 18px 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.provider-prepare-grid div + div {
  padding-left: 18px;
  border-left: 1px solid #d6deec;
}
.provider-prepare-grid .icon {
  width: 28px;
  height: 28px;
  color: var(--blue);
}
.provider-prepare-grid strong,
.provider-prepare-grid small {
  display: block;
}
.provider-prepare-grid strong {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.15;
}
.provider-onboarding-action {
  position: sticky;
  top: 108px;
  margin-top: 106px;
  padding: 32px;
  display: grid;
  gap: 18px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
}
.panel-label {
  color: var(--blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}
.provider-onboarding-action .primary,
.provider-onboarding-action .outline {
  min-height: 58px;
  justify-content: center;
}
.provider-onboarding-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0, 70, 213, .18);
  font-size: 18px;
}
.provider-onboarding-action .outline {
  color: var(--ink);
  border-color: #aebbd0;
}
.provider-onboarding-action .text-action {
  min-height: 42px;
  justify-content: center;
  color: var(--blue);
  font-weight: 900;
}
.provider-pro-note,
.provider-setup-note {
  padding-top: 18px;
  border-top: 1px solid #d6deec;
}
.provider-pro-note strong,
.provider-pro-note span,
.provider-setup-note strong,
.provider-setup-note span {
  display: block;
}
.provider-pro-note strong,
.provider-setup-note strong {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.2;
}
.provider-pro-note span,
.provider-setup-note span {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}
.business-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0 58%, rgba(255,255,255,.78) 72%, rgba(255,255,255,.36) 100%),
    url("/assets/barbados-hero-reference.png") right center / 520px auto no-repeat,
    #fff;
}
.staffing-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr .55fr .75fr;
  gap: 14px;
}
.staffing-form .review-grid {
  margin: 20px 0;
}

.offers-page,
.booking-page {
  width: min(1320px, calc(100% - 80px));
  margin: 36px auto 84px;
}
.offers-layout,
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 382px;
  gap: 58px;
  align-items: start;
}
.offers-main h1,
.booking-main h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(54px, 5.1vw, 70px);
  line-height: .98;
  letter-spacing: 0;
}
.offers-main > p,
.booking-main > p {
  max-width: 640px;
  margin: 0 0 32px;
  color: #34445f;
  font-size: 19px;
  line-height: 1.35;
}
.offer-request-strip,
.booking-request-strip {
  min-height: 94px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  border: 1px solid #cbd7e8;
  border-radius: 8px;
  background: #fff;
}
.payment-boundary-page .booking-request-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.offer-request-strip span,
.booking-request-strip span {
  min-width: 0;
  min-height: 60px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 2px 14px;
  align-content: center;
}
.offer-request-strip span + span,
.booking-request-strip span + span {
  border-left: 1px solid #d6deec;
}
.offer-request-strip .icon,
.booking-request-strip .icon {
  grid-row: 1 / span 2;
  align-self: center;
  width: 24px;
  height: 24px;
  color: var(--blue);
}
.offer-request-strip strong,
.offer-request-strip small,
.booking-request-strip strong,
.booking-request-strip small {
  min-width: 0;
}
.offer-request-strip strong,
.booking-request-strip strong {
  font-size: 17px;
  line-height: 1.15;
  text-wrap: balance;
}
.offer-request-strip small,
.booking-request-strip small {
  color: #52617a;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}
.offer-empty-state,
.booking-state {
  margin: 28px 0;
  padding: 30px 36px;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.gold-dot {
  width: 14px;
  height: 14px;
  margin-bottom: 22px;
  display: block;
  border-radius: 999px;
  background: var(--gold);
}
.offer-empty-state h2,
.offer-criteria h2,
.booking-state h2,
.booking-split h2,
.booking-terms h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
}
.offer-empty-state p,
.booking-state p {
  max-width: 560px;
  margin: 0;
  color: #34445f;
  font-size: 18px;
  line-height: 1.45;
}
.offer-criteria,
.booking-split,
.booking-terms {
  padding-top: 2px;
}
.offer-criteria > div,
.booking-split > div {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid #cbd7e8;
  border-radius: 8px;
  background: rgba(255,255,255,.86);
}
.booking-split > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.offer-criteria span,
.booking-split span {
  min-width: 0;
  min-height: 120px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 8px;
}
.offer-criteria span + span,
.booking-split span + span {
  border-left: 1px solid #d6deec;
}
.offer-criteria strong,
.booking-split strong {
  font-size: 17px;
  line-height: 1.15;
}
.offer-criteria small,
.booking-split small {
  color: #52617a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
}
.booking-terms {
  margin-top: 22px;
}
.booking-terms > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.booking-terms span {
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d6deec;
  border-radius: 8px;
  color: #1d2e4d;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}
.offers-action,
.booking-action {
  position: sticky;
  top: 108px;
  margin-top: 128px;
  padding: 28px 0 0 40px;
  display: grid;
  gap: 16px;
  border-left: 1px solid #d6deec;
}
.offers-action .primary,
.offers-action .outline,
.booking-action .primary,
.booking-action .outline {
  min-height: 58px;
  justify-content: center;
}
.offers-action .primary,
.booking-action .primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 26px rgba(0,70,213,.18);
  font-size: 18px;
}
.offers-action .outline,
.booking-action .outline {
  color: var(--blue);
  border-color: #aebbd0;
}
.offers-action div,
.booking-action div {
  padding-top: 20px;
  border-top: 1px solid #d6deec;
}
.offers-action strong,
.offers-action span,
.booking-action strong,
.booking-action span {
  display: block;
}
.offers-action strong,
.booking-action strong {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.2;
}
.offers-action span,
.booking-action span {
  color: #52617a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
}

.match-results-page {
  min-height: calc(100svh - 76px);
  padding: 20px 0 40px;
  background: #fff;
}
.request-summary {
  width: min(1320px, calc(100% - 96px));
  min-height: 74px;
  margin: 0 auto 28px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1.15fr 1fr .9fr auto;
  align-items: center;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.request-summary > div,
.request-summary > label,
.request-summary button {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--ink);
}
.request-summary > div + label,
.request-summary > label + label,
.request-summary button {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.request-summary button {
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  color: var(--blue);
  font-size: 18px;
  font-weight: 850;
}
.request-summary .icon { width: 24px; height: 24px; flex: 0 0 auto; }
.request-need span {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.summary-control span {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.summary-control select {
  min-width: 0;
  max-width: 100%;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 18px;
  font-weight: 760;
  cursor: pointer;
}
.request-summary small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}
.request-summary strong {
  display: block;
  overflow: hidden;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.request-edit-panel {
  width: min(1320px, calc(100% - 96px));
  margin: -20px auto 32px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  align-items: end;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(7, 23, 53, .08);
}
.request-edit-panel[hidden] { display: none; }
.request-edit-panel label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.request-edit-panel input,
.request-edit-panel select {
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-weight: 720;
}
.request-edit-panel button { min-height: 44px; }
.results-layout {
  width: min(1320px, calc(100% - 96px));
  margin: 0 auto;
  display: block;
}
.match-refine {
  display: none;
  margin: 0 0 24px;
  padding: 18px 0;
  border: 1px solid var(--line);
  border-left: 0;
  border-right: 0;
  border-radius: 8px;
  background: #fff;
}
.match-results-page.show-refine .match-refine {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: end;
  gap: 18px;
}
.match-refine h2 {
  margin: 0 0 4px;
  font-size: 22px;
  letter-spacing: -.02em;
}
.match-refine > p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}
.refine-select {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 760;
}
.refine-select select,
.match-refine details select {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-weight: 760;
}
.match-refine details,
.refine-check {
  min-height: 52px;
  display: flex;
  align-items: center;
  border-top: 0;
  color: var(--ink);
}
.match-refine details {
  display: block;
  padding: 0;
}
.match-refine summary {
  display: grid;
  grid-template-columns: 28px 1fr 20px;
  align-items: center;
  gap: 16px;
  list-style: none;
  cursor: pointer;
  font-weight: 760;
}
.match-refine summary::-webkit-details-marker { display: none; }
.match-refine summary:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.match-refine details[open] summary:after { transform: rotate(225deg); }
.match-refine details p {
  margin: 12px 0 0 44px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.mini-check {
  margin: 14px 0 0 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.mini-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}
.refine-check {
  justify-content: space-between;
  gap: 16px;
  font-weight: 760;
}
.refine-check .icon,
.match-refine summary .icon,
.privacy-note .icon { width: 22px; height: 22px; color: var(--ink); }
.refine-check span { margin-right: auto; }
.refine-check input { width: 18px; height: 18px; accent-color: var(--blue); }
.clear-refine {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: transparent;
  font-size: 16px;
  font-weight: 760;
}
.privacy-note {
  margin: 0;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  color: #32415e;
  font-size: 14px;
  line-height: 1.35;
}
.match-refine .privacy-note {
  margin-top: 0;
  align-self: center;
}
.results-heading-row {
  margin: 0 0 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: 48px;
}
.results-main h1 {
  max-width: 760px;
  margin: 0 0 8px;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: 0;
}
.results-subtext {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 17px;
}
.mobile-copy { display: none; }
.result-chips {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.result-chips button {
  min-height: 38px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-weight: 750;
}
.result-chips button.active {
  border-color: rgba(0, 70, 213, .58);
  color: var(--blue);
  background: #fff;
}
.preview-truth {
  margin: 24px auto 0;
  color: #51607a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.preview-truth .icon {
  width: 17px;
  height: 17px;
  color: var(--blue);
}
.result-controls {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.result-controls label,
.result-controls button {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
  font-weight: 760;
}
.result-controls select {
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-weight: 850;
}
.result-controls button .icon {
  width: 18px;
  height: 18px;
}
.result-list {
  display: grid;
  gap: 8px;
}
.result-card {
  display: grid;
  grid-template-columns: minmax(430px, 520px) minmax(0, 1fr) 240px;
  align-items: stretch;
  gap: 44px;
  padding: 8px;
  border: 1px solid #d8e0ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}
.result-card.featured {
  border-color: #d8e0ed;
  box-shadow: none;
}
.result-image-wrap {
  position: relative;
  height: 176px;
  min-height: 176px;
  overflow: hidden;
  border-radius: 7px;
  background: var(--soft);
}
.result-card.featured .result-image-wrap { height: 176px; }
.result-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.result-label,
.desktop-result-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #805900;
  font-size: 13px;
  font-weight: 850;
}
.result-label.sponsored,
.desktop-result-label.sponsored {
  color: #465673;
}
.result-label.sponsored {
  border-color: #dbe3ef;
}
.result-label.sponsored i,
.desktop-result-label.sponsored i {
  background: #7d8ba3;
}
.result-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  min-height: 31px;
  padding: 0 13px;
  border: 1px solid rgba(247, 189, 0, .36);
  border-radius: 7px;
  background: rgba(255, 255, 255, .94);
}
.result-label i,
.desktop-result-label i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}
.desktop-result-label { margin-bottom: 8px; }
.result-card:not(.featured) .result-label { display: none; }
.result-copy {
  min-width: 0;
  padding: 26px 0 18px;
  display: flex;
  flex-direction: column;
}
.sponsored-disclosure {
  margin: -8px 0 6px;
  color: #465673;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 760;
}
.sponsored-disclosure span {
  margin-left: 8px;
  padding-left: 10px;
  border-left: 1px solid var(--line);
}
.result-reason {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
}
.result-reason.secondary { color: #31415f; }
.result-copy h2 {
  margin: 0 0 6px;
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: 0;
}
.result-desc {
  margin: 0 0 12px;
  color: #182a4a;
  font-size: 15px;
  line-height: 1.25;
}
.result-area {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #17294a;
  font-size: 14px;
  line-height: 1.3;
}
.result-area .icon { width: 18px; height: 18px; color: var(--blue); flex: 0 0 auto; }
.result-proofs {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.result-proofs span {
  min-height: 24px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  color: #344362;
  background: transparent;
  font-size: 13px;
  font-weight: 760;
}
.result-proofs .icon { width: 17px; height: 17px; color: var(--ink); }
.result-actions {
  padding: 34px 26px 18px 12px;
  display: grid;
  align-content: start;
  justify-items: stretch;
  gap: 20px;
  border-left: 1px solid var(--line);
}
.result-actions .primary,
.result-actions .outline {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  justify-content: center;
  font-size: 17px;
  font-weight: 850;
}
.result-actions .outline {
  color: var(--blue);
  border-color: rgba(0, 70, 213, .64);
}
.availability-hint {
  margin: 0;
  color: #5f6c84;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  font-weight: 650;
}
.text-action,
.save-action {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 16px;
  font-weight: 760;
}
.result-actions .text-action {
  grid-column: 1 / -1;
}
.save-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--ink);
}
.save-action .icon { width: 23px; height: 23px; }

@media (min-width: 701px) and (max-width: 900px) {
  .match-results-page {
    padding-top: 16px;
  }
  .request-summary {
    width: calc(100% - 64px);
    margin-bottom: 28px;
    padding: 0 24px;
    gap: 12px;
  }
  .request-summary > div + label,
  .request-summary > label + label,
  .request-summary button {
    padding-left: 22px;
  }
  .request-summary strong {
    font-size: 15px;
  }
  .results-layout {
    width: calc(100% - 64px);
    display: block;
  }
  .match-refine {
    display: none;
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }
  .match-results-page.show-refine .match-refine {
    display: block;
  }
  .results-main h1 {
    margin-top: 0;
    font-size: 44px;
  }
  .results-heading-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .result-chips {
    display: none;
  }
  .result-controls {
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .result-controls label,
  .result-controls button {
    min-height: 52px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    font-weight: 850;
  }
  .result-controls label {
    justify-content: space-between;
  }
  .result-controls select {
    min-width: 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-weight: 850;
  }
  .result-list {
    gap: 18px;
  }
  .result-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .result-card.featured .result-image-wrap,
  .result-image-wrap {
    height: 240px;
  }
  .desktop-result-label {
    display: none;
  }
  .result-card:not(.featured) .result-label {
    display: inline-flex;
  }
  .result-copy {
    padding: 18px 10px 12px;
  }
  .result-actions {
    padding: 0 10px 10px;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    border-left: 0;
  }
  .result-actions .primary,
  .result-actions .outline {
    grid-column: 1 / -1;
  }
}

.bottom-nav { display: none; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 50;
  max-width: min(540px, calc(100% - 32px));
  padding: 13px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  font-weight: 750;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (prefers-reduced-motion: no-preference) {
  .topbar nav button,
  .service-tile,
  .service-tile .icon,
  .primary,
  .primary::after,
  .match-card,
  .task-input-shell input,
  .clear-need,
  .suggestion-card,
  .location-field select,
  .summary-control select,
  .request-summary button,
  .request-edit-panel {
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  }
  .result-card,
  .result-card img,
  .result-chips button,
  .result-controls button,
  .result-actions .outline,
  .text-action,
  .save-action,
  .refine-check,
  .mini-check,
  .match-refine summary,
  .clear-refine {
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, opacity .2s ease;
  }
  .option-stack button {
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
  }
  .topbar nav button:hover { color: var(--blue); transform: translateY(-1px); }
  .task-input-shell:focus-within input,
  .location-field select:focus,
  .summary-control:focus-within select {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(0,70,213,.1), 0 18px 36px rgba(7,23,53,.08);
  }
  .clear-need:hover {
    color: #fff;
    background: var(--ink);
    border-color: var(--ink);
    transform: translateY(-50%) rotate(90deg) scale(1.06);
  }
  .home-form:focus-within .suggestion-card,
  .home-form:hover .suggestion-card {
    border-color: rgba(0,70,213,.44);
    box-shadow: 0 20px 44px rgba(0,70,213,.12);
    transform: translateY(-1px);
  }
  .primary:hover {
    background: #0c234d;
    box-shadow: none;
    transform: translateY(-1px);
  }
  .primary:hover::after { transform: translateX(120%); }
  .primary:active,
  .service-tile:active,
  .request-summary button:active { transform: translateY(1px) scale(.99); }
  .clear-need:active { transform: translateY(-50%) scale(.99); }
  .service-tile:hover {
    border-color: var(--blue);
    color: #0038b7;
    background: linear-gradient(180deg, #fff 0%, #f6fbff 100%);
    box-shadow: 0 18px 36px rgba(0,70,213,.11);
    transform: translateY(-4px);
  }
  .service-tile:hover .icon {
    color: var(--gold);
    filter: drop-shadow(0 6px 10px rgba(247,189,0,.22));
    transform: translateY(-2px) scale(1.08);
  }
  .result-card:hover {
    border-color: rgba(0,70,213,.28);
    box-shadow: 0 16px 34px rgba(7,23,53,.08);
    transform: translateY(-2px);
  }
  .result-card.featured:hover {
    border-color: rgba(247,189,0,.74);
    box-shadow: 0 18px 34px rgba(247,189,0,.12);
  }
  .result-card:hover img { transform: scale(1.025); }
  .result-chips button:hover,
  .result-controls button:hover,
  .match-refine summary:hover,
  .clear-refine:hover,
  .text-action:hover,
  .save-action:hover {
    color: var(--blue);
    transform: translateY(-1px);
  }
  .result-actions .outline:hover {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 16px 30px rgba(0,70,213,.18);
  }
  .option-stack button:hover {
    border-color: rgba(0,70,213,.38);
    background: #fff;
    box-shadow: 0 14px 28px rgba(0,70,213,.09);
    transform: translateY(-1px);
  }
  .flag { animation: flag-breathe 4.2s ease-in-out infinite; transform-origin: left center; }
  .sea { animation: sea-shift 7s ease-in-out infinite alternate; }
  .cloud { animation: cloud-drift 12s ease-in-out infinite alternate; }
}
@keyframes flag-breathe {
  0%, 100% { transform: rotate(-4deg) skewY(0deg); }
  50% { transform: rotate(-3deg) skewY(2deg); }
}
@keyframes sea-shift {
  from { transform: translateX(-10px) skewY(-6deg); }
  to { transform: translateX(10px) skewY(-6deg); }
}
@keyframes cloud-drift {
  from { transform: translateX(-6px); }
  to { transform: translateX(10px); }
}

@media (min-width: 701px) and (max-height: 1100px) {
  .topbar {
    height: 74px;
    padding: 0 48px;
  }
  .brand { font-size: 27px; }
  .desktop-home {
    min-height: calc(100svh - 74px);
    background:
      linear-gradient(90deg, #fff 0 46%, rgba(255,255,255,.86) 56%, rgba(255,255,255,.12) 69%, rgba(255,255,255,0) 100%) top right / 100% 520px no-repeat,
      linear-gradient(180deg, rgba(255,255,255,0) 0 390px, #fff 580px) top right / 100% 650px no-repeat,
      url("/assets/barbados-hero-reference.png") right top / 797px auto no-repeat,
      #fff;
  }
  .hero-copy {
    width: min(1510px, calc(100% - 96px));
    padding: 42px 0 16px 82px;
  }
  h1 {
    margin-bottom: 14px;
    font-size: clamp(66px, 5.4vw, 84px);
    line-height: .94;
  }
  .hero-copy > p {
    max-width: 560px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 1.3;
  }
  .home-form {
    max-width: 744px;
    gap: 12px;
  }
  .home-form > .task-field,
  .home-form > .suggestion-card { max-width: 744px; }
  .task-field, .location-field, .big-field {
    gap: 5px;
  }
  .task-field input {
    min-height: 54px;
    font-size: 22px;
  }
  .suggestion-card > div {
    min-height: 84px;
    padding: 15px 18px;
  }
  .primary {
    min-height: 58px;
    font-size: 23px;
  }
  .services {
    margin-top: 14px;
  }
  .services h2 {
    margin-bottom: 12px;
    font-size: 19px;
  }
  .service-grid {
    gap: 16px 20px;
  }
  .service-tile {
    height: 84px;
    min-height: 84px;
    padding: 8px 10px;
    grid-template-rows: 34px 30px;
    gap: 3px;
    font-size: 14px;
  }
  .service-tile .icon {
    width: 34px;
    height: 34px;
  }
  .proof-row {
    min-height: 56px;
  }
}

@media (min-width: 701px) and (max-height: 980px) {
  .hero-copy > p {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .home-form {
    gap: 10px;
  }
  .suggestion-card > div {
    min-height: 78px;
  }
  .primary {
    min-height: 54px;
  }
  .services {
    margin-top: 9px;
  }
  .service-grid {
    gap: 12px 18px;
  }
  .service-tile {
    height: 80px;
    min-height: 80px;
    padding: 7px 10px;
    grid-template-rows: 32px 28px;
    gap: 2px;
    font-size: 13.5px;
  }
  .service-tile .icon {
    width: 32px;
    height: 32px;
  }
  .proof-row {
    min-height: 50px;
  }
}

@media (min-width: 701px) and (max-height: 880px) {
  .topbar {
    height: 56px;
  }
  .desktop-home {
    min-height: calc(100svh - 56px);
    background:
      linear-gradient(90deg, #fff 0 46%, rgba(255,255,255,.86) 56%, rgba(255,255,255,.12) 69%, rgba(255,255,255,0) 100%) top right / 100% 410px no-repeat,
      linear-gradient(180deg, rgba(255,255,255,0) 0 300px, #fff 470px) top right / 100% 540px no-repeat,
      url("/assets/barbados-hero-reference.png") right top / 660px auto no-repeat,
      #fff;
  }
  .hero-copy {
    padding-top: 20px;
    padding-bottom: 8px;
  }
  h1 {
    margin-bottom: 10px;
    font-size: clamp(50px, 3.8vw, 64px);
  }
  .hero-copy > p {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.24;
  }
  .home-form {
    gap: 8px;
  }
  .task-field input,
  .location-field select {
    min-height: 44px;
  }
  .suggestion-card > div {
    min-height: 62px;
    padding: 9px 16px;
  }
  .primary {
    min-height: 50px;
  }
  .services {
    margin-top: 14px;
  }
  .service-grid {
    gap: 10px 16px;
  }
  .service-tile {
    height: 76px;
    min-height: 76px;
    padding: 6px 8px;
    grid-template-rows: 29px 28px;
    gap: 2px;
    font-size: 12px;
  }
  .service-tile .icon {
    width: 30px;
    height: 30px;
  }
  .proof-row {
    min-height: 48px;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  body[data-route="home"] .desktop-home {
    background:
      linear-gradient(90deg, #fff 0 55%, rgba(255,255,255,.94) 68%, rgba(255,255,255,.68) 100%) top right / 100% 520px no-repeat,
      linear-gradient(180deg, rgba(255,255,255,0) 0 390px, #fff 580px) top right / 100% 650px no-repeat,
      url("/assets/barbados-hero-reference.png") right top / 730px auto no-repeat,
      #fff;
  }
}

@media (max-width: 700px) {
    body[data-route="home"] { background: #fff; }
    .visual-request-hit { display: none; }
  .topbar { display: none; }
    .page { padding-bottom: 0; }
    body:not([data-route="home"]) .page {
      padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }
  .home-hero {
    min-height: 0;
    display: block;
    padding: 0;
    background: #fff;
  }
    .desktop-home {
      min-height: 0;
      border-right: 0;
      background:
        linear-gradient(180deg, #fff 0 52px, rgba(255,255,255,0) 52px 202px, #fff 206px),
        url("/assets/barbados-mobile-reference.png") center 52px / 100% auto no-repeat,
        #fff;
    }
    .mobile-status {
    display: none;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }
    .mobile-appbar {
      height: 52px;
      padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    background: #fff;
  }
  .mobile-appbar .brand {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 24px;
    font-weight: 900;
  }
  .mobile-appbar .brand i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
  }
  .mobile-menu {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--ink);
  }
  .mobile-menu span {
    width: 20px;
    height: 16px;
    display: block;
    border-top: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
  }
    .hero-copy { width: auto; padding: 164px 23px 0; }
    h1 { margin-bottom: 10px; font-size: 34px; line-height: .96; letter-spacing: -.045em; }
    .hero-copy > p { margin-bottom: 18px; font-size: 14px; line-height: 1.3; }
    .home-form { gap: 9px; max-width: none; }
    .home-form > .task-field,
    .home-form > .suggestion-card { max-width: none; }
    .task-field, .location-field, .big-field { gap: 8px; font-size: 15px; }
    .task-field input { min-height: 48px; font-size: 15px; padding: 0 16px; }
    .location-field select { min-height: 48px; font-size: 15px; padding: 0 16px; }
    .primary { min-height: 48px; font-size: 16px; padding: 0 16px; }
    .request-reassurance {
      margin-top: -3px;
      font-size: 12px;
      line-height: 1.3;
    }
    .beta-lane {
      margin-top: 12px;
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .beta-lane button {
      min-height: 58px;
      padding: 10px 12px;
      grid-template-columns: 24px minmax(0, 1fr);
    }
    .beta-lane .icon {
      width: 22px;
      height: 22px;
    }
    .beta-lane strong {
      font-size: 13px;
    }
    .beta-lane small {
      font-size: 11px;
    }
  .suggestion-card { grid-template-columns: 1fr; }
  .suggestion-card {
    margin-top: -8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
    .suggestion-card > div { min-height: 58px; padding: 9px 16px; grid-template-columns: 44px 1fr; gap: 12px; }
    .suggestion-card .icon { width: 34px; height: 34px; }
    .suggestion-card small { font-size: 13px; }
    .suggestion-card strong { font-size: 16px; }
    .suggestion-card em { font-size: 13px; }
  .suggestion-card > div + div { border-left: 0; border-top: 1px solid var(--line); }
    .services { margin-top: 10px; }
    .services h2 { margin-bottom: 9px; font-size: 16px; }
    .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 10px; }
    .service-tile:nth-child(n+7) { display: none; }
    .service-tile {
      height: 76px;
      min-height: 76px;
      padding: 8px 4px;
      grid-template-rows: 32px 28px;
      gap: 3px;
      font-size: 12px;
    }
    .service-tile .icon { width: 32px; height: 32px; }
  .island-panel { min-height: 190px; }
  .phone-preview {
    display: none;
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: 142px auto 18px;
    padding: 22px;
  }
  .flag { top: 26px; right: 24px; width: 100px; height: 62px; }
  .sun { width: 52px; height: 52px; top: 26px; left: 28px; right: auto; }
  .palm { right: -20px; top: 58px; transform: scale(.58) rotate(7deg); }
  .shore { bottom: 5%; width: 82%; height: 22%; }
  .sea { bottom: 11%; height: 34%; }
  .rail { display: none; }
  .cloud-one { top: 20px; left: 96px; transform: scale(.72); }
  .cloud-two { display: none; }
  .mobile-proof-title { display: inline; }
  .desktop-proof-title { display: none; }
  .proof-row {
      min-height: 64px;
      margin-top: 12px;
      padding: 8px 23px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
      border-bottom-width: 7px;
  }
    .desktop-home > .proof-row { margin-top: 12px; }
  .proof-item {
      max-width: none;
      min-height: 44px;
      grid-template-columns: 22px minmax(0, 1fr);
      gap: 8px;
      justify-content: center;
      border: 0;
      border-radius: 0;
      background: #fff;
    }
    .proof-review { display: none; }
    .proof-item + .proof-item { border-left: 1px solid var(--line); }
    .proof-item b { font-size: 12px; }
    .proof-item small {
      display: none;
    }
    .proof-row .icon {
      width: 20px;
      height: 20px;
    }
    .match-results-page {
      min-height: 100svh;
      padding: 0 0 18px;
      background: #fff;
    }
    .match-results-page .mobile-appbar {
      height: 74px;
      padding: 0 18px;
      border-bottom: 0;
    }
    .match-results-page .mobile-appbar .brand {
      font-size: 36px;
      letter-spacing: -.045em;
    }
    .match-results-page .mobile-appbar .brand i {
      width: 11px;
      height: 11px;
    }
    .match-results-page .mobile-menu span {
      width: 30px;
      height: 25px;
      border-top-width: 3px;
      border-bottom-width: 3px;
      position: relative;
    }
    .match-results-page .mobile-menu span:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 9px;
      border-top: 3px solid var(--ink);
    }
    .request-summary {
      width: calc(100% - 36px);
      min-height: 0;
      margin: 0 auto 22px;
      padding: 12px 16px 14px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px 14px;
      border: 1px solid var(--line);
      border-radius: 8px;
    }
    .request-summary > div,
    .request-summary > label,
    .request-summary button {
      min-height: auto;
      gap: 13px;
      padding-left: 0;
      border-left: 0;
    }
    .request-summary > div + label,
    .request-summary > label + label,
    .request-summary button {
      padding-left: 0;
      border-left: 0;
    }
    .request-summary .request-need {
      padding-bottom: 10px;
      border-bottom: 1px solid var(--line);
    }
    .request-summary .request-need .icon {
      width: 46px;
      height: 46px;
      padding: 10px;
      border-radius: 999px;
      color: var(--ink);
      background: var(--soft);
    }
    .request-summary .request-need strong {
      font-size: 22px;
      font-weight: 850;
    }
    .request-summary > div:not(.request-need),
    .request-summary > label,
    .request-summary button {
      display: inline-flex;
      min-width: 0;
    }
    .request-need,
    .request-summary .area-control { grid-column: 1 / -1; }
    .request-summary .area-control { justify-self: stretch; }
    .request-summary .time-control { justify-self: start; }
    .request-summary button { justify-self: end; }
    .request-summary small {
      display: inline;
      color: var(--muted);
      font-size: 16px;
    }
    .request-summary .summary-control small { display: inline; }
    .request-summary strong {
      max-width: none;
      font-size: 16px;
      white-space: nowrap;
    }
    .summary-control span {
      max-width: 100%;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .summary-control select {
      flex: 1 1 auto;
      min-width: 0;
      width: auto;
      font-size: 16px;
      line-height: 1.2;
    }
    .request-summary .icon {
      width: 23px;
      height: 23px;
    }
    .request-summary button {
      min-height: 30px;
      font-size: 16px;
    }
    .request-edit-panel {
      width: calc(100% - 36px);
      margin: -6px auto 18px;
      padding: 14px;
      grid-template-columns: 1fr;
      gap: 12px;
      box-shadow: 0 14px 30px rgba(7, 23, 53, .08);
    }
    .results-layout {
      width: calc(100% - 36px);
      display: block;
    }
    .match-refine {
      display: none;
      margin: 0 0 18px;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: 8px;
    }
    .match-results-page.show-refine .match-refine { display: block; }
    .match-refine h2 { font-size: 22px; }
    .match-refine > p { margin-bottom: 14px; font-size: 14px; }
    .match-refine details,
    .refine-check,
    .clear-refine { min-height: 52px; }
    .privacy-note {
      margin-top: 18px;
      font-size: 13px;
    }
    .results-main h1 {
      margin: 0 0 9px;
      font-size: 32px;
      line-height: 1.02;
      letter-spacing: -.045em;
    }
    .results-heading-row {
      margin-bottom: 18px;
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .results-subtext {
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 1.3;
    }
    .results-heading-row .privacy-note {
      font-size: 13px;
    }
    .desktop-copy { display: none; }
    .mobile-copy { display: inline; }
    .result-chips { display: none; }
    .result-controls {
      margin-bottom: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .result-controls label,
    .result-controls button {
      min-width: 0;
      min-height: 52px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      gap: 10px;
      border: 1px solid var(--line);
      border-radius: 8px;
      color: var(--ink);
      background: #fff;
      font-size: 17px;
      font-weight: 850;
    }
    .result-controls label {
      justify-content: space-between;
    }
    .result-controls select {
      min-width: 0;
      border: 0;
      color: var(--ink);
      background: transparent;
      font: inherit;
      font-weight: 850;
    }
    .result-controls .icon {
      width: 22px;
      height: 22px;
    }
    .preview-truth {
      grid-column: 1 / -1;
      margin: 0 0 14px;
      font-size: 12px;
      line-height: 1.25;
    }
    .result-list {
      gap: 18px;
    }
    .result-card {
      grid-template-columns: 1fr;
      gap: 0;
      padding: 10px;
      border-radius: 8px;
      box-shadow: none;
    }
    .result-card.featured {
      border-color: #d8e0ed;
      box-shadow: none;
    }
    .result-image-wrap {
      min-height: 0;
      height: 164px;
      border-radius: 7px;
    }
    .result-card:not(.featured) .result-image-wrap {
      height: 140px;
    }
    .result-card:not(.featured) .result-label {
      display: inline-flex;
    }
    .desktop-result-label {
      display: none;
    }
    .result-copy {
      padding: 15px 6px 12px;
    }
    .result-reason {
      margin-bottom: 8px;
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 15px;
      line-height: 1.32;
    }
    .result-reason:before {
      content: "";
      width: 9px;
      height: 9px;
      margin-top: 5px;
      border-radius: 50%;
      background: var(--blue);
      flex: 0 0 auto;
    }
    .result-card.featured .result-reason:before {
      background: var(--gold);
    }
    .result-copy h2 {
      font-size: 25px;
    }
    .result-desc,
    .result-area {
      font-size: 16px;
    }
    .result-proofs {
      gap: 10px;
    }
    .result-proofs .profile-reviewed { display: inline-flex; }
    .result-proofs span {
      min-height: 28px;
      padding: 0;
      font-size: 14px;
    }
    .result-actions {
      padding: 0 6px 6px;
      grid-template-columns: 1fr 1fr;
      gap: 10px 14px;
      border-left: 0;
    }
    .result-actions .primary,
    .result-actions .outline {
      grid-column: 1 / -1;
      min-height: 50px;
      font-size: 19px;
    }
    .text-action,
    .save-action,
    .availability-hint {
      min-height: 44px;
      justify-content: center;
      font-size: 17px;
    }
    .availability-hint {
      grid-column: 1 / -1;
      min-height: 0;
      padding-bottom: 4px;
    }
  .route-head, .panel, .form-shell, .split {
    width: min(100% - 28px, 760px);
  }
  .split, .review-grid { grid-template-columns: 1fr; }
  .provider-workbench-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .staffing-form {
    display: grid;
    gap: 18px;
  }
  .staffing-form .kicker {
    order: 1;
    margin-bottom: -10px;
  }
  .staffing-form h1 {
    order: 2;
    margin-bottom: -8px;
  }
  .staffing-form > p {
    order: 3;
    margin-bottom: 0;
  }
  .staffing-form .actions {
    order: 4;
  }
  .staffing-grid {
    order: 5;
  }
  .staffing-form .review-grid {
    order: 6;
    margin: 0;
  }
  .offers-page,
  .booking-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .provider-workbench-layout {
    gap: 18px;
  }
  .offers-layout,
  .booking-layout {
    gap: 18px;
  }
  .provider-workbench-main h1 {
    max-width: 320px;
    font-size: 40px;
    line-height: 1.04;
  }
  .offers-main h1,
  .booking-main h1 {
    max-width: 320px;
    font-size: 40px;
    line-height: 1.04;
  }
  .provider-workbench-main > p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .offers-main > p,
  .booking-main > p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .provider-workbench-action {
    gap: 14px;
  }
  .offers-action,
  .booking-action {
    gap: 14px;
  }
  .provider-workbench-action .primary,
  .provider-workbench-action .outline {
    min-height: 54px;
  }
  .offers-action .primary,
  .offers-action .outline,
  .booking-action .primary,
  .booking-action .outline {
    min-height: 54px;
  }
  .offer-request-strip,
  .booking-request-strip,
  .payment-boundary-page .booking-request-strip,
  .offer-criteria > div,
  .booking-split > div {
    grid-template-columns: 1fr;
  }
  .offer-request-strip span,
  .booking-request-strip span {
    min-height: 62px;
    padding: 13px 16px;
  }
  .offer-request-strip span + span,
  .booking-request-strip span + span,
  .offer-criteria span + span,
  .booking-split span + span {
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .offer-empty-state,
  .booking-state {
    margin: 2px 0;
    padding: 24px 16px;
  }
  .offer-empty-state h2,
  .offer-criteria h2,
  .booking-state h2,
  .booking-split h2,
  .booking-terms h2 {
    font-size: 24px;
  }
  .offer-empty-state p,
  .booking-state p {
    font-size: 16px;
  }
  .offer-criteria span,
  .booking-split span {
    min-height: 0;
    padding: 16px;
  }
  .workbench-section {
    padding-bottom: 22px;
  }
  .workbench-section + .workbench-section {
    padding-top: 20px;
  }
  .workbench-section h2 {
    font-size: 21px;
  }
  .listing-readiness-row,
  .workbench-request-row,
  .money-guardrail-row,
  .workbench-readiness-row {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .listing-readiness-row > span,
  .listing-readiness-row > span:not(:first-child),
  .money-guardrail-row span,
  .workbench-readiness-row span {
    min-height: 58px;
    padding: 12px 16px;
  }
  .listing-readiness-row > span + span,
  .money-guardrail-row span + span,
  .workbench-readiness-row span + span {
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .readiness-icon {
    justify-content: start;
  }
  .workbench-request-row {
    gap: 12px;
  }
  .workbench-request-row .outline {
    width: 100%;
  }
  .workbench-readiness-row {
    margin-top: 22px;
  }
  .profile-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 88px;
  }
  .profile-hero,
  .profile-grid,
  .staffing-grid {
    grid-template-columns: 1fr;
  }
  .status-grid {
    grid-template-columns: 1fr;
  }
  .source-note {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.25;
  }
  .sponsor-preview .result-image-wrap {
    height: 150px;
  }
  .business-hero {
    background: #fff;
  }
  .profile-hero {
    padding: 24px;
  }
  .profile-hero h1 {
    font-size: 42px;
  }
  .profile-hero p {
    font-size: 17px;
  }
  .photo-panel img {
    height: 210px;
  }
  .photo-panel div img {
    height: 100px;
  }
  .match-card { grid-template-columns: 50px 1fr; }
  .match-card .outline { grid-column: 2; width: max-content; }
  .bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    background: rgba(255,255,255,.94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(18px);
  }
  .bottom-nav button {
    min-height: 48px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 850;
  }
  .bottom-nav button.active { background: var(--soft); color: var(--blue); }
  .bottom-nav .post { color: #fff; background: var(--ink); }
}

@media (max-width: 400px) and (min-height: 821px) and (max-height: 850px) {
  .desktop-home { min-height: 100svh; }
  .desktop-home > .proof-row { margin-top: auto; }
}

@media (max-width: 700px) and (max-height: 700px) {
  .desktop-home {
    background:
      linear-gradient(180deg, #fff 0 52px, rgba(255,255,255,0) 52px 192px, #fff 202px),
      url("/assets/barbados-mobile-reference.png") center 52px / 100% auto no-repeat,
      #fff;
  }
  .hero-copy {
    padding: 154px 20px 0;
  }
  h1 {
    margin-bottom: 8px;
    font-size: 32px;
  }
  .hero-copy > p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.25;
  }
  .home-form {
    gap: 7px;
  }
  .task-field, .location-field, .big-field {
    gap: 6px;
  }
  .task-field input,
  .location-field select {
    min-height: 44px;
  }
  .suggestion-card > div {
    min-height: 52px;
    padding: 7px 14px;
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }
  .suggestion-card .icon {
    width: 30px;
    height: 30px;
  }
  .suggestion-card small,
  .suggestion-card em {
    font-size: 12px;
  }
  .suggestion-card strong {
    font-size: 15px;
  }
  .primary {
    min-height: 44px;
  }
  .services {
    margin-top: 2px;
  }
  .services h2 {
    margin-bottom: 7px;
    font-size: 15px;
  }
  .service-grid {
    gap: 7px 8px;
  }
  .service-tile {
    height: 68px;
    min-height: 68px;
    grid-template-rows: 27px 25px;
    font-size: 11px;
  }
  .service-tile .icon {
    width: 26px;
    height: 26px;
  }
  .proof-row {
    min-height: 58px;
    margin-top: 8px;
    border-bottom-width: 6px;
  }
  .desktop-home > .proof-row { margin-top: 8px; }
  .proof-item {
    min-height: 40px;
  }
  .proof-item small {
    display: none;
  }
  .proof-row .icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1180px) {
  .profile-layout {
    grid-template-columns: 1fr;
  }
  .availability-layout {
    grid-template-columns: 1fr;
  }
  .boost-checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .sponsor-layout {
    grid-template-columns: 1fr;
  }
  .provider-setup-layout {
    grid-template-columns: 1fr;
  }
  .auth-layout {
    grid-template-columns: 1fr;
  }
  .admin-layout {
    grid-template-columns: 1fr;
  }
  .provider-onboarding-layout {
    grid-template-columns: 1fr;
  }
  .provider-workbench-layout {
    grid-template-columns: 1fr;
  }
  .offers-layout,
  .booking-layout {
    grid-template-columns: 1fr;
  }
  .provider-workbench-main {
    display: contents;
  }
  .offers-main,
  .booking-main {
    display: contents;
  }
  .provider-workbench-main h1 {
    order: 1;
  }
  .offers-main h1,
  .booking-main h1 {
    order: 1;
  }
  .provider-workbench-main > p {
    order: 2;
  }
  .offers-main > p,
  .booking-main > p {
    order: 2;
  }
  .provider-workbench-action {
    position: static;
    order: 3;
    margin-top: 0;
    padding: 22px;
    border: 1px solid #d9e2ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(7,23,53,.06);
  }
  .offers-action,
  .booking-action {
    position: static;
    order: 4;
    margin-top: 0;
    padding: 22px;
    border: 1px solid #d9e2ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(7,23,53,.06);
  }
  .offer-request-strip {
    order: 3;
  }
  .booking-request-strip {
    order: 3;
  }
  .offer-empty-state {
    order: 5;
  }
  .booking-state {
    order: 5;
  }
  .offer-criteria {
    order: 6;
  }
  .booking-split {
    order: 6;
  }
  .booking-terms {
    order: 7;
  }
  .workbench-section {
    width: 100%;
  }
  .workbench-section:nth-of-type(1) {
    order: 4;
  }
  .workbench-section:nth-of-type(2) {
    order: 5;
  }
  .workbench-section:nth-of-type(3) {
    order: 6;
  }
  .workbench-readiness-row {
    order: 7;
    width: 100%;
  }
  .profile-side {
    position: static;
  }
  .availability-action {
    position: static;
    margin-top: 0;
  }
  .boost-checkout-action {
    position: static;
    margin-top: 0;
  }
  .checkout-action {
    position: static;
    order: 3;
    margin-top: 0;
  }
  .sponsor-action {
    position: static;
    order: 3;
    margin-top: 0;
  }
  .checkout-main {
    display: contents;
  }
  .sponsor-main {
    display: contents;
  }
  .checkout-main .kicker {
    order: 1;
  }
  .checkout-main h1 {
    order: 2;
  }
  .checkout-main > p {
    order: 2;
  }
  .checkout-request-strip {
    order: 4;
  }
  .checkout-form-strip {
    order: 5;
  }
  .checkout-money-lines {
    order: 6;
  }
  .checkout-before-launch {
    order: 7;
  }
  .sponsor-main h1 {
    order: 1;
  }
  .sponsor-main > p {
    order: 2;
  }
  .sponsor-summary {
    order: 4;
  }
  .sponsor-preview-block {
    order: 5;
  }
  .sponsor-before-launch {
    order: 6;
  }
  .provider-setup-action {
    position: static;
    order: 3;
    margin-top: 0;
    border: 1px solid #d9e2ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
  }
  .provider-setup-main {
    display: contents;
  }
  .provider-setup-main h1 {
    order: 1;
  }
  .provider-setup-main > p {
    order: 2;
  }
  .provider-setup-form {
    order: 4;
  }
  .provider-draft-preview {
    order: 5;
  }
  .provider-setup-main h1,
  .provider-setup-main > p,
  .provider-setup-form,
  .provider-draft-preview,
  .provider-setup-action {
    width: 100%;
  }
  .auth-status {
    position: static;
    order: 4;
    margin-top: 0;
    border: 1px solid #d9e2ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
  }
  .auth-main {
    display: contents;
  }
  .auth-main h1 {
    order: 1;
  }
  .auth-main > p {
    order: 2;
  }
  .auth-form {
    order: 3;
  }
  .auth-facts {
    order: 5;
  }
  .auth-main h1,
  .auth-main > p,
  .auth-form,
  .auth-facts,
  .auth-status {
    width: 100%;
  }
  .admin-action {
    position: static;
    order: 3;
    margin-top: 0;
    padding: 24px 28px;
    border: 1px solid #d9e2ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(7, 23, 53, .06);
  }
  .admin-main {
    display: contents;
  }
  .admin-main h1 {
    order: 1;
  }
  .admin-main > p {
    order: 2;
  }
  .admin-queue {
    order: 4;
  }
  .admin-main h1,
  .admin-main > p,
  .admin-queue,
  .admin-action {
    width: 100%;
  }
  .provider-onboarding-action {
    position: static;
    margin-top: 0;
  }
  .provider-onboarding-main {
    display: contents;
  }
  .provider-onboarding-main .kicker {
    order: 1;
  }
  .provider-onboarding-main h1 {
    order: 2;
  }
  .provider-onboarding-copy {
    order: 3;
  }
  .provider-onboarding-action {
    order: 4;
  }
  .provider-photo-row {
    order: 5;
  }
  .provider-draft-lines {
    order: 6;
  }
  .provider-prepare {
    order: 7;
  }
  .provider-onboarding-main .kicker,
  .provider-onboarding-main h1,
  .provider-onboarding-copy,
  .provider-photo-row,
  .provider-draft-lines,
  .provider-prepare,
  .provider-onboarding-action {
    width: 100%;
  }
  .profile-action-card {
    max-width: none;
  }
  .profile-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .profile-compact-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .profile-compact-details > div + div {
    padding-left: 24px;
  }
}

@media (max-width: 700px) {
  .profile-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .availability-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .boost-checkout-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .checkout-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .sponsor-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .donate-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .pro-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .provider-setup-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .auth-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .admin-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .provider-onboarding-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 92px;
  }
  .availability-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .profile-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .boost-checkout-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .checkout-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .sponsor-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .donate-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .pro-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .provider-setup-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .auth-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .admin-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .provider-onboarding-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .availability-main {
    display: contents;
  }
  .profile-main {
    display: contents;
  }
  .boost-checkout-main {
    display: contents;
  }
  .checkout-main {
    display: contents;
  }
  .sponsor-main {
    display: contents;
  }
  .donate-main {
    display: contents;
  }
  .pro-main {
    display: contents;
  }
  .availability-main h1,
  .availability-state,
  .availability-facts,
  .availability-privacy,
  .availability-note,
  .availability-action,
  .boost-checkout-main h1,
    .boost-checkout-main h2,
    .boost-rows,
    .boost-checkout-action,
    .checkout-main .kicker,
    .checkout-main h1,
    .checkout-main > p,
    .checkout-request-strip,
    .checkout-form-strip,
    .checkout-money-lines,
    .checkout-before-launch,
    .checkout-action,
    .sponsor-main h1,
    .sponsor-main > p,
    .sponsor-summary,
    .sponsor-preview-block,
    .sponsor-before-launch,
    .sponsor-action,
    .donate-main h1,
    .donate-main > p,
    .donate-hero-strip,
    .donate-boundaries,
    .donate-before-launch,
    .donate-action,
    .pro-main h1,
    .pro-main > p,
    .pro-hero-strip,
    .pro-boundaries,
    .pro-before-launch,
    .pro-action,
    .provider-setup-main,
    .provider-setup-action,
    .auth-main,
    .auth-status,
    .admin-main,
    .admin-action,
    .provider-onboarding-main,
    .provider-onboarding-action {
    width: 100%;
  }
  .profile-main h1 {
    order: 1;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1;
  }
  .profile-side {
    order: 2;
  }
  .photo-panel {
    order: 3;
  }
  .profile-service-row {
    order: 4;
  }
  .profile-compact-details {
    order: 5;
  }
  .profile-state {
    gap: 6px;
  }
  .profile-state span {
    min-height: 30px;
    padding: 5px 9px;
    font-size: 12px;
  }
  .profile-boundary,
  .profile-fit-strip {
    font-size: 13px;
  }
  .profile-fit-strip {
    gap: 8px;
  }
  .profile-fit-strip span {
    width: 100%;
  }
  .availability-main h1 {
    order: 1;
    margin: 16px 0 0;
    font-size: 42px;
    line-height: 1;
  }
  .boost-checkout-main h1 {
    order: 1;
    margin: 16px 0 0;
    font-size: 42px;
    line-height: 1;
  }
  .checkout-main .kicker {
    order: 1;
    margin: 4px 0 -4px;
  }
  .checkout-main h1 {
    order: 2;
    margin: 0;
    font-size: 40px;
    line-height: 1;
  }
  .checkout-main > p {
    order: 3;
    margin-bottom: 0;
    font-size: 16px;
  }
  .donate-main h1 {
    order: 1;
    margin: 16px 0 0;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0;
  }
  .donate-main > p {
    order: 2;
    margin-bottom: 0;
    font-size: 16px;
  }
  .donate-action {
    position: static;
    order: 3;
    margin-top: 0;
    padding: 20px 22px;
    gap: 16px;
  }
  .donate-action .primary,
  .donate-action .outline {
    min-height: 54px;
  }
  .donate-hero-strip {
    order: 4;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .donate-visual {
    min-height: 226px;
    grid-template-columns: 1.25fr .75fr;
    gap: 6px;
  }
  .donate-summary div {
    min-height: 72px;
    padding: 14px 0;
  }
  .donate-boundaries {
    order: 5;
  }
  .donate-boundaries h2,
  .donate-before-launch h2 {
    font-size: 21px;
  }
  .donate-boundaries div {
    gap: 8px;
  }
  .donate-boundaries span {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 13px;
  }
  .donate-before-launch {
    order: 6;
  }
  .donate-before-launch > div {
    grid-template-columns: 1fr;
  }
  .donate-before-launch span {
    min-height: 58px;
    padding: 14px 0;
  }
  .donate-before-launch span + span {
    border-top: 1px solid #d6deec;
  }
  .pro-main h1 {
    order: 1;
    margin: 16px 0 0;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0;
  }
  .pro-main > p {
    order: 2;
    margin-bottom: 0;
    font-size: 16px;
  }
  .pro-action {
    position: static;
    order: 3;
    margin-top: 0;
    padding: 20px 22px;
    gap: 16px;
  }
  .pro-action .primary,
  .pro-action .outline {
    min-height: 54px;
  }
  .pro-hero-strip {
    order: 4;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pro-visual {
    min-height: 226px;
    grid-template-columns: 1.25fr .75fr;
    gap: 6px;
  }
  .pro-summary div {
    min-height: 72px;
    padding: 14px 0;
  }
  .pro-boundaries {
    order: 5;
  }
  .pro-boundaries h2,
  .pro-before-launch h2 {
    font-size: 21px;
  }
  .pro-boundaries div {
    gap: 8px;
  }
  .pro-boundaries span {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 13px;
  }
  .pro-before-launch {
    order: 6;
  }
  .pro-before-launch > div {
    grid-template-columns: 1fr;
  }
  .pro-before-launch span {
    min-height: 58px;
    padding: 14px 0;
  }
  .pro-before-launch span + span {
    border-top: 1px solid #d6deec;
  }
  .provider-setup-main h1 {
    margin: 16px 0 12px;
    font-size: 42px;
    line-height: 1;
  }
  .auth-main h1 {
    margin: 16px 0 12px;
    font-size: 42px;
    line-height: 1;
  }
  .admin-main h1 {
    margin: 16px 0 12px;
    font-size: 42px;
    line-height: 1;
  }
  .provider-setup-main > p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .auth-main > p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .admin-main > p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .provider-setup-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .auth-form {
    gap: 16px;
  }
  .auth-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .auth-status {
    padding: 20px 22px;
    gap: 16px;
  }
  .admin-action {
    padding: 20px 22px;
    gap: 16px;
  }
  .admin-action .primary,
  .admin-action .outline {
    min-height: 54px;
  }
  .admin-note:first-of-type {
    margin-top: 10px;
  }
  .admin-action p {
    margin-top: 10px;
    padding-top: 18px;
  }
  .admin-queue {
    margin-top: 12px;
  }
  .admin-queue div {
    min-height: 66px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0;
  }
  .admin-queue strong {
    font-size: 18px;
  }
  .admin-queue span {
    justify-self: start;
    font-size: 15px;
    text-align: left;
  }
  .auth-facts {
    margin-top: 8px;
  }
  .auth-facts div {
    gap: 12px;
    font-size: 15px;
  }
  .provider-setup-action {
    padding: 20px 22px;
    gap: 16px;
  }
  .provider-setup-page > .provider-setup-layout > .provider-setup-main {
    order: 1;
  }
  .provider-setup-page > .provider-setup-layout > .provider-setup-action {
    order: 2;
  }
  .listing-intake-page {
    width: min(100% - 28px, 520px);
    margin-top: 16px;
  }
  .listing-intake-layout {
    gap: 22px;
  }
  body[data-route="business-post"] .business-post-main {
    display: block;
    order: 1;
  }
  body[data-route="business-post"] .business-post-action {
    order: 2;
  }
  .intake-visual-strip {
    order: 3;
    width: 100%;
    min-height: 96px;
    grid-template-columns: 108px minmax(0, 1fr);
    margin: 0 0 4px;
  }
  .intake-visual-strip img {
    min-height: 96px;
  }
  .intake-visual-strip div {
    padding: 16px;
  }
  .intake-visual-strip strong {
    font-size: 16px;
  }
  .intake-visual-strip span {
    font-size: 13px;
  }
  body[data-route="profile-edit"] .listing-kicker {
    display: none;
    margin: 10px 0 12px;
    font-size: 14px;
  }
  body[data-route="profile-edit"] .listing-intake-main h1 {
    order: 1;
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 1.02;
  }
  body[data-route="profile-edit"] .listing-intake-main > p {
    order: 2;
    margin-bottom: 28px;
    font-size: 17px;
  }
  body[data-route="profile-edit"] .listing-intake-form {
    order: 4;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body[data-route="profile-edit"] .listing-intake-form .big-field {
    gap: 7px;
  }
  body[data-route="profile-edit"] .listing-intake-form .big-field input,
  body[data-route="profile-edit"] .listing-intake-form .big-field select,
  body[data-route="profile-edit"] .listing-intake-form .big-field textarea {
    min-height: 54px;
    border-color: #c6d2e3;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
  }
  .listing-intake-form textarea {
    min-height: 110px;
  }
  body[data-route="profile-edit"] .listing-next-steps {
    order: 6;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .listing-next-steps span {
    padding: 14px 0;
  }
  .listing-next-steps span + span {
    padding-left: 0;
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  body[data-route="profile-edit"] .provider-setup-page > .provider-setup-layout > .listing-intake-action {
    position: static;
    order: 5;
    margin-top: 8px;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid #d6deec;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body[data-route="profile-edit"] .listing-action-mark,
  body[data-route="profile-edit"] .listing-intake-action h2,
  body[data-route="profile-edit"] .listing-intake-action .outline {
    display: none;
  }
  body[data-route="profile-edit"] .listing-intake-action p {
    margin: 0;
    font-size: 14px;
  }
  body[data-route="profile-edit"] .listing-intake-action .primary {
    min-height: 56px;
    border-radius: 8px;
  }
  body[data-route="profile-edit"] .listing-intake-action small {
    font-size: 13px;
  }
  body[data-route="profile-edit"] .listing-next-steps {
    padding: 4px 0;
    border: 0;
    border-top: 1px solid #d6deec;
    border-bottom: 1px solid #d6deec;
    border-radius: 0;
    background: transparent;
  }
  body[data-route="profile-edit"] .listing-next-steps span {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 2px 12px;
  }
  body[data-route="profile-edit"] .listing-next-steps .icon {
    width: 20px;
    height: 20px;
  }
  .apply-preview-main .kicker {
    order: 1;
    width: 100%;
    margin: 4px 0 0;
  }
  .apply-preview-main h1 {
    order: 2;
    width: 100%;
    margin: 0;
    font-size: 40px;
  }
  .apply-preview-main > p {
    order: 3;
    width: 100%;
  }
  .apply-request-facts {
    order: 4;
    width: 100%;
    margin: 0;
  }
  .apply-boundaries {
    order: 5;
    width: 100%;
    margin: 0;
  }
  .apply-preview-form {
    order: 6;
  }
  .apply-preview-action {
    order: 7;
  }
  .chat-main .kicker {
    order: 1;
    width: 100%;
    margin: 4px 0 0;
  }
  .chat-main h1 {
    order: 2;
    width: 100%;
    margin: 0;
    font-size: 40px;
  }
  .chat-main > p {
    order: 3;
    width: 100%;
  }
  .chat-context {
    order: 4;
    width: 100%;
    margin: 0;
  }
  .chat-empty {
    order: 5;
    width: 100%;
    min-height: 96px;
    padding: 18px 0;
  }
  .chat-draft-form {
    order: 7;
    margin-top: 0;
  }
  .chat-boundaries {
    order: 6;
    width: 100%;
    margin: 0;
  }
  .chat-action {
    order: 8;
  }
  .review-main h1 {
    order: 1;
    width: 100%;
    margin: 0;
    font-size: 40px;
  }
  .review-main > p {
    order: 2;
    width: 100%;
  }
  .review-context {
    order: 3;
    width: 100%;
    margin: 0;
  }
  .review-empty {
    order: 4;
    width: 100%;
    min-height: 96px;
    padding: 18px 0;
  }
  .review-boundaries {
    order: 5;
    width: 100%;
    margin: 0;
  }
  .review-draft-form {
    order: 6;
  }
  .review-action {
    order: 7;
  }
  .safety-main h1 {
    order: 1;
    width: 100%;
    margin: 0;
    font-size: 40px;
  }
  .safety-main > p {
    order: 2;
    width: 100%;
  }
  .safety-context {
    order: 3;
    width: 100%;
    margin: 0;
  }
  .safety-empty {
    order: 4;
    width: 100%;
    min-height: 96px;
    padding: 18px 0;
  }
  .safety-action {
    order: 5;
  }
  .safety-lines {
    order: 6;
    width: 100%;
    margin: 0;
  }
  .safety-boundaries {
    order: 7;
    width: 100%;
    margin: 0;
  }
  .onboarding-main h1 {
    order: 1;
    width: 100%;
    margin: 0;
    font-size: 40px;
  }
  .onboarding-main > p {
    order: 2;
    width: 100%;
  }
  .onboarding-modes {
    order: 3;
    width: 100%;
    gap: 10px;
  }
  .onboarding-modes button {
    min-height: 86px;
    padding: 0 14px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }
  .onboarding-modes b {
    display: none;
  }
  .onboarding-modes strong {
    font-size: 18px;
  }
  .onboarding-action {
    order: 4;
  }
  .onboarding-rules {
    order: 5;
    width: 100%;
    margin: 0;
  }
  .report-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .report-main .kicker {
    order: 1;
    margin: 4px 0 10px;
  }
  .report-main h1 {
    order: 2;
    margin-bottom: 12px;
    font-size: 40px;
  }
  .report-main > p {
    order: 3;
    margin-bottom: 0;
  }
  .report-form {
    order: 4;
  }
  .report-action {
    order: 5;
    margin-top: 0;
  }
  .report-status-row {
    order: 6;
    margin-top: 6px;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .report-status-row span {
    min-height: 48px;
    padding: 0;
  }
  .report-status-row span + span {
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .report-details-field textarea {
    min-height: 88px;
  }
  .provider-setup-action .primary,
  .provider-setup-action .outline {
    min-height: 54px;
  }
  .provider-draft-preview {
    margin-top: 8px;
  }
  .provider-draft-preview div {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .provider-draft-preview div > span {
    padding: 14px 0;
  }
  .provider-draft-preview div > span + span {
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .provider-onboarding-main {
    display: contents;
  }
  .provider-onboarding-main .kicker {
    order: 1;
  }
  .provider-onboarding-main h1 {
    order: 2;
    margin: 16px 0 12px;
    font-size: 42px;
    line-height: 1;
  }
  .provider-onboarding-copy {
    order: 3;
    margin-bottom: 22px;
    font-size: 16px;
  }
  .provider-onboarding-action {
    order: 4;
  }
  .provider-photo-row {
    order: 5;
    height: 192px;
    grid-template-columns: 1.25fr .75fr;
    gap: 8px;
  }
  .provider-photo-row img:first-child {
    grid-row: 1 / span 2;
  }
  .provider-photo-row img {
    height: 100%;
  }
  .provider-photo-row img:not(:first-child) {
    height: 92px;
  }
  .provider-draft-lines,
  .provider-prepare {
    margin-top: 28px;
  }
  .provider-draft-lines {
    order: 6;
  }
  .provider-prepare {
    order: 7;
  }
  .provider-draft-lines h2,
  .provider-prepare h2 {
    font-size: 21px;
  }
  .provider-draft-lines div {
    min-height: 58px;
    grid-template-columns: minmax(108px, 38%) minmax(0, 1fr);
    gap: 12px;
  }
  .provider-draft-lines strong {
    font-size: 17px;
  }
  .provider-prepare-grid {
    grid-template-columns: 1fr;
  }
  .provider-prepare-grid div {
    min-height: 72px;
    padding: 14px 0;
  }
  .provider-prepare-grid div + div {
    padding-left: 0;
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .availability-state {
    order: 2;
    gap: 8px 12px;
    font-size: 14px;
  }
  .availability-main > p {
    font-size: 16px;
  }
  .photo-panel {
    grid-template-columns: 1fr;
    height: auto;
    gap: 8px;
  }
  .photo-primary,
  .photo-panel img {
    height: 238px;
  }
  .photo-strip {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 78px;
    gap: 8px;
  }
  .photo-strip img,
  .photo-panel div img {
    height: 78px;
  }
  .profile-service-row {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
    padding: 20px 0;
  }
  .profile-service-row .icon {
    width: 30px;
    height: 30px;
  }
  .profile-compact-details {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 20px;
  }
  .profile-compact-details > div + div {
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .profile-area-list {
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .availability-facts,
  .availability-privacy {
    grid-template-columns: 1fr;
  }
  .availability-facts {
    order: 3;
    gap: 0;
    margin-top: 22px;
  }
  .availability-facts div {
    min-height: 64px;
    padding: 12px 0;
  }
  .availability-facts div:nth-child(odd),
  .availability-facts div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }
  .availability-facts div + div {
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .availability-facts strong {
    font-size: 18px;
  }
  .boost-checkout-main h2 {
    margin: 0 0 -8px;
    font-size: 21px;
  }
  .boost-checkout-main h2:first-of-type {
    order: 4;
    margin-top: 18px;
  }
  .boost-checkout-main h2:nth-of-type(2) {
    order: 6;
  }
  .boost-rows {
    margin: 0;
  }
  .boost-rows[aria-label="Request summary"] {
    order: 5;
  }
  .boost-rows[aria-label="Boost summary"] {
    order: 7;
  }
  .boost-rows div {
    min-height: 58px;
    padding: 11px 0;
    grid-template-columns: minmax(116px, 45%) minmax(0, 1fr);
    gap: 12px;
  }
  .boost-rows strong {
    font-size: 17px;
  }
  .availability-privacy {
    order: 5;
    margin-top: 24px;
    padding: 18px 0;
  }
  .availability-note {
    order: 6;
    margin-top: 0;
  }
  .boost-checkout-main .availability-note {
    order: 8;
  }
  .availability-action {
    order: 4;
    padding: 18px 22px;
    gap: 14px;
  }
  .boost-checkout-action {
    order: 3;
    padding: 20px 22px;
    gap: 18px;
  }
  .checkout-action {
    order: 4;
    padding: 20px 22px;
    gap: 16px;
  }
  .checkout-action .primary,
  .checkout-action .outline {
    min-height: 54px;
  }
  .checkout-request-strip {
    order: 5;
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 0;
  }
  .checkout-request-strip span {
    min-height: 58px;
    padding: 12px 0;
  }
  .checkout-request-strip span + span {
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .checkout-form-strip {
    order: 6;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .checkout-form-strip label {
    padding: 14px 0;
  }
  .checkout-form-strip label + label {
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .checkout-form-strip select {
    min-height: 50px;
  }
  .checkout-money-lines {
    order: 7;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .checkout-money-lines div {
    min-height: 66px;
    padding: 13px 0;
  }
  .checkout-money-lines div + div {
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .checkout-money-lines strong {
    font-size: 18px;
  }
  .checkout-before-launch {
    order: 8;
  }
  .checkout-before-launch > div {
    grid-template-columns: 1fr;
  }
  .checkout-before-launch span {
    min-height: 58px;
    padding: 13px 0;
    border-bottom: 1px solid #d6deec;
  }
  .sponsor-main h1 {
    order: 1;
    margin: 16px 0 0;
    font-size: 40px;
    line-height: 1;
  }
  .sponsor-main > p {
    order: 2;
    margin-bottom: 0;
    font-size: 16px;
  }
  .sponsor-action {
    order: 3;
    padding: 20px 22px;
    gap: 16px;
  }
  .sponsor-action .primary,
  .sponsor-action .outline {
    min-height: 54px;
  }
  .sponsor-summary {
    order: 4;
    grid-template-columns: 1fr;
  }
  .sponsor-summary div {
    min-height: 72px;
    padding: 14px 0;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 3px 12px;
  }
  .sponsor-summary div + div {
    border-top: 1px solid #d6deec;
    border-left: 0;
  }
  .sponsor-summary .icon {
    grid-row: 1 / span 3;
    width: 24px;
    height: 24px;
  }
  .sponsor-preview-block {
    order: 5;
    margin-top: 8px;
  }
  .sponsor-before-launch {
    order: 6;
    margin-top: 8px;
  }
  .sponsor-before-launch > div {
    grid-template-columns: 1fr;
  }
  .sponsor-before-launch span {
    min-height: 58px;
    padding: 13px 0;
    border-bottom: 1px solid #d6deec;
  }
  .provider-onboarding-action {
    padding: 20px 22px;
    gap: 16px;
  }
  .boost-checkout-action .primary,
  .boost-checkout-action .outline,
  .provider-onboarding-action .primary,
  .provider-onboarding-action .outline {
    min-height: 54px;
  }
  .availability-action .primary {
    min-height: 54px;
  }
  .boost-action {
    min-height: 0;
    padding: 14px 0;
  }
  .service-chips,
  .area-row,
  .ask-flow ol,
  .profile-details {
    grid-template-columns: 1fr;
  }
  .service-chips span {
    min-height: 68px;
  }
  .ask-flow li {
    min-height: 0;
  }
  .profile-details {
    gap: 16px;
  }
  .profile-action-card {
    padding: 22px;
    gap: 16px;
  }
  .profile-action-card h2 {
    font-size: 24px;
  }
  .quote-state {
    padding: 14px;
  }
  .profile-proof {
    padding: 18px 0 0;
  }
}

.provider-setup-action .primary,
.profile-action-card .primary,
.availability-action .primary,
.checkout-action .primary,
.boost-checkout-action .primary,
.sponsor-action .primary,
.donate-action .primary,
.pro-action .primary,
.offers-action .primary,
.booking-action .primary,
.auth-actions .primary,
.admin-action .primary,
.provider-onboarding-action .primary,
.result-actions .primary {
  color: #fff;
  background: var(--ink);
  box-shadow: none;
}
