/* Crawlable SEO pages served outside the hash app. */
::selection {
  color: #061a3a;
  background: rgba(242, 182, 0, .34);
}

input::selection,
textarea::selection {
  color: #061a3a;
  background: rgba(242, 182, 0, .48);
}

p,
li,
dd {
  text-wrap: pretty;
}

.seo-page {
  min-height: 100vh;
  background: #f8f3eb;
  color: #061738;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  padding: 32px clamp(18px, 5vw, 72px) 56px;
}

/* Sponsored ad request workflow */
body[data-route="sponsor"] .sponsor-page {
  width: min(1280px, calc(100% - 64px)) !important;
  margin: 34px auto 86px !important;
}

body[data-route="sponsor"] .sponsor-layout {
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: clamp(28px, 5vw, 70px) !important;
}

body[data-route="sponsor"] .sponsor-main h1 {
  max-width: 860px !important;
  font-size: clamp(48px, 5vw, 74px) !important;
  letter-spacing: 0 !important;
}

body[data-route="sponsor"] .sponsor-request-form {
  width: min(760px, 100%);
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}

body[data-route="sponsor"] .sponsor-quick-path {
  width: min(760px, 100%);
  margin: 26px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(6, 26, 58, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .62);
}

body[data-route="sponsor"] .sponsor-quick-path h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 18px;
}

body[data-route="sponsor"] .sponsor-quick-path ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  list-style: none;
}

body[data-route="sponsor"] .sponsor-quick-path li {
  display: grid;
  gap: 4px;
}

body[data-route="sponsor"] .sponsor-quick-path strong {
  color: var(--ink);
  font-size: 15px;
}

body[data-route="sponsor"] .sponsor-quick-path span {
  color: #52617a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

body[data-route="sponsor"] .sponsor-line-field,
body[data-route="sponsor"] .sponsor-existing-field {
  grid-column: 1 / -1;
}

body[data-route="sponsor"] .sponsor-line-field textarea {
  min-height: 104px;
  resize: vertical;
}

body[data-route="sponsor"] .sponsor-line-field small {
  justify-self: end;
  color: #52617a;
  font-weight: 750;
}

body[data-route="sponsor"] .sponsor-action-price {
  min-height: 112px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  align-items: center;
  border: 1px solid #e1cfaa;
  border-radius: 10px;
  background: #fff8ed;
}

body[data-route="sponsor"] .sponsor-action-price span {
  color: var(--ink);
  font-weight: 850;
}

body[data-route="sponsor"] .sponsor-action-price strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 62px;
  line-height: .85;
}

body[data-route="sponsor"] .sponsor-action-price small {
  grid-column: 1 / -1;
  color: #52617a;
  font-weight: 750;
}

body[data-route="checkout"] .sponsor-request-summary {
  width: min(620px, 100%);
  margin-top: 18px;
  padding: 18px 20px;
  display: grid;
  gap: 12px;
  border: 1px solid #ddcaa9;
  border-radius: 10px;
  background: rgba(255, 255, 255, .62);
}

body[data-route="checkout"] .sponsor-request-summary h2 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
}

body[data-route="checkout"] .sponsor-request-summary dl {
  margin: 0;
  display: grid;
  gap: 8px;
}

body[data-route="checkout"] .sponsor-request-summary dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
}

body[data-route="checkout"] .sponsor-request-summary dt,
.admin-sponsor-details dt {
  color: #52617a;
  font-weight: 800;
}

body[data-route="checkout"] .sponsor-request-summary dd,
.admin-sponsor-details dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

body[data-route="checkout"] .sponsor-request-summary p {
  margin: 0;
  color: #253853;
  font-size: 15px;
  font-weight: 750;
}

.admin-sponsor-item {
  border-color: #efb300 !important;
  background: #fffaf0 !important;
}

.admin-sponsor-details {
  margin: 8px 0 0;
  display: grid;
  gap: 6px;
}

.admin-sponsor-details div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
}

@media (max-width: 760px) {
  body[data-route="sponsor"] .sponsor-page {
    width: min(100% - 24px, 520px) !important;
    margin: 18px auto 40px !important;
  }

  body[data-route="sponsor"] .sponsor-layout,
  body[data-route="sponsor"] .sponsor-request-form {
    grid-template-columns: 1fr !important;
  }

  body[data-route="sponsor"] .sponsor-quick-path ol {
    grid-template-columns: 1fr;
  }

  body[data-route="sponsor"] .sponsor-main h1 {
    font-size: clamp(38px, 11vw, 52px) !important;
  }

  body[data-route="sponsor"] .sponsor-action {
    position: static !important;
    margin-top: 0 !important;
  }

  body[data-route="checkout"] .sponsor-request-summary dl div,
  .admin-sponsor-details div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* Launch guard: stable desktop nav and approved Explore header. */
@media (min-width: 701px) {
  body .topbar,
  body[data-route="home"] .topbar {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
    padding: 0 clamp(40px, 4vw, 78px) !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    gap: 24px !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(6, 26, 58, .14) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body .brand,
  body[data-route="home"] .brand {
    min-height: 92px !important;
    color: var(--ink) !important;
    font-size: clamp(31px, 2.2vw, 42px) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
  }

  body .brand i,
  body[data-route="home"] .brand i {
    width: .34em !important;
    height: .34em !important;
    margin-left: .12em !important;
    background: var(--gold) !important;
  }

  body .topbar nav,
  body[data-route="home"] .topbar nav {
    height: 92px !important;
    display: flex !important;
    align-items: stretch !important;
    gap: clamp(58px, 7vw, 138px) !important;
  }

  body .topbar nav button,
  body .topbar .nav-link,
  body[data-route="home"] .topbar nav button,
  body[data-route="home"] .topbar .nav-link {
    height: 92px !important;
    min-height: 92px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--ink) !important;
    background: transparent !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  body .topbar nav button.active::after,
  body[data-route="home"] .topbar nav button.active::after {
    height: 4px !important;
    background: var(--gold) !important;
  }

  body .page,
  body[data-route="home"] .page,
  body[data-route="home"] .home-hero,
  body[data-route="home"] .desktop-home,
  body[data-route="home"] .home-redesign {
    min-height: calc(100svh - 92px) !important;
  }
}

body[data-route="explore"] .explore-hero {
  position: relative;
  width: min(1340px, calc(100% - 88px));
  margin: 0 auto;
  padding: 44px 0 28px;
}

body[data-route="explore"] .explore-hero > h1 {
  max-width: calc(100% - 240px);
  margin: 0 0 6px;
  color: var(--ink);
  font-size: clamp(34px, 3.1vw, 54px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

body[data-route="explore"] .explore-count {
  margin: 0;
  color: #17315a;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 520;
}

body[data-route="explore"] .explore-hero .results-request-bar {
  position: absolute;
  top: 50px;
  right: 0;
  width: auto !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  display: flex;
  justify-content: flex-end;
}

body[data-route="explore"] .explore-hero .results-request-bar p {
  display: none !important;
}

body[data-route="explore"] .explore-hero .results-request-bar button {
  min-height: 44px !important;
  color: var(--ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel {
  width: auto !important;
  margin: 22px 0 0 !important;
  padding: 18px 20px !important;
  grid-template-columns: 1.35fr 1fr 1fr 190px !important;
  gap: 18px !important;
  border: 1px solid rgba(6, 26, 58, .16) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel input,
body[data-route="explore"] .explore-hero .request-edit-panel select,
body[data-route="explore"] .explore-hero .request-edit-panel button {
  min-height: 56px !important;
  border-radius: 7px !important;
  font-size: 16px !important;
}

body[data-route="explore"] .explore-hero .directory-note {
  width: auto !important;
  min-height: 44px !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

body[data-route="explore"] .results-layout {
  width: min(1340px, calc(100% - 88px)) !important;
}

body[data-route="explore"] .result-list {
  gap: 14px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

body[data-route="explore"] .result-card {
  min-height: 0 !important;
  padding: 14px !important;
  grid-template-columns: minmax(190px, 280px) minmax(0, 1fr) minmax(180px, 230px) !important;
  gap: 22px !important;
  align-items: stretch !important;
  border: 1px solid rgba(6, 26, 58, .14) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .78) !important;
}

body[data-route="explore"] .result-card + .result-card {
  border-top: 1px solid rgba(6, 26, 58, .14) !important;
}

body[data-route="explore"] .result-image-wrap,
body[data-route="explore"] .result-card.featured .result-image-wrap,
body[data-route="explore"] .result-card:not(.featured) .result-image-wrap {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  align-self: start !important;
  justify-self: stretch !important;
  border-radius: 7px !important;
}

body[data-route="explore"] .result-image-wrap img,
.public-detail-photo img,
.photo-panel img,
.provider-photo-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 700px) {
  body[data-route="explore"] .explore-hero,
  body[data-route="explore"] .results-layout {
    width: calc(100% - 22px) !important;
  }

  body[data-route="explore"] .explore-hero {
    padding: 24px 0 18px;
  }

  body[data-route="explore"] .explore-hero > h1 {
    max-width: none;
    font-size: 32px;
  }

  body[data-route="explore"] .explore-hero .results-request-bar {
    position: static;
    min-height: 38px !important;
    margin-top: 8px !important;
    justify-content: flex-start;
  }

  body[data-route="explore"] .explore-hero .request-edit-panel {
    grid-template-columns: 1fr !important;
    margin-top: 12px !important;
  }

  body[data-route="explore"] .result-card {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

/* Final launch polish guard: account nav, uploads, sponsor checkout, and mobile ad/rating. */
.topbar .nav-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.topbar .nav-actions .nav-link {
  justify-self: auto;
}

.topbar .signout-link {
  min-width: 92px;
  color: #4f5d75;
}

body[data-route="work"] .listing-form-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

body[data-route="work"] .listing-span-2 {
  grid-column: 1 / -1;
}

body[data-route="work"] .listing-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  border: 0;
}

body[data-route="work"] .listing-field span,
body[data-route="work"] .listing-hours-group legend {
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
}

body[data-route="work"] .listing-field input,
body[data-route="work"] .listing-field select,
body[data-route="work"] .listing-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #d6deec;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
}

body[data-route="work"] .listing-field textarea {
  min-height: 118px;
  padding: 14px 16px;
  resize: vertical;
}

body[data-route="work"] .listing-hours-group > div {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
}

body[data-route="work"] .listing-hours-group label {
  display: grid;
  gap: 8px;
}

.listing-upload-card {
  min-height: 96px;
  padding: 18px 20px;
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 6px 18px;
  align-items: center;
  border: 1px dashed #c9d2df;
  border-radius: 8px;
  background: rgba(255, 255, 255, .36);
  color: var(--ink);
  cursor: pointer;
}

.listing-upload-card:hover,
.listing-upload-card:focus-within {
  border-color: #0b5ed7;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(11, 94, 215, .08);
}

.listing-upload-card .icon {
  grid-row: 1 / span 3;
  width: 26px;
  height: 26px;
}

.listing-upload-card .listing-upload-copy {
  color: var(--ink);
  font-weight: 850;
  line-height: 1.15;
}

.listing-upload-card .listing-upload-copy em {
  color: #52617a;
  font-style: normal;
  font-weight: 750;
}

.listing-upload-card small {
  color: #52617a;
  font-weight: 700;
  line-height: 1.25;
}

.listing-upload-button {
  width: max-content;
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #c9d2df;
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font-weight: 850;
}

.listing-upload-card input[type="file"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.listing-rating-stars.is-locked button {
  color: #d99a00;
  background: #fff;
}

.listing-rating-stars.is-locked button:hover {
  border-color: #efb300;
  background: #fff7d9;
}

body[data-route="checkout"] .sponsor-checkout-page {
  padding: 36px 48px 48px !important;
}

body[data-route="checkout"] .sponsor-checkout-layout {
  width: min(1360px, 100%) !important;
  grid-template-columns: minmax(0, 1fr) 390px !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

body[data-route="checkout"] .sponsor-checkout-main h1 {
  margin: 10px 0 14px !important;
  font-size: clamp(58px, 5.4vw, 84px) !important;
}

body[data-route="checkout"] .sponsor-checkout-main > p {
  margin-bottom: 22px !important;
  font-size: 19px !important;
}

body[data-route="checkout"] .sponsor-price-card {
  min-height: 116px !important;
  padding: 20px 30px !important;
}

body[data-route="checkout"] .sponsor-price-card > b {
  font-size: 74px !important;
}

body[data-route="checkout"] .sponsor-methods {
  margin-top: 24px !important;
  gap: 14px 24px !important;
}

body[data-route="checkout"] .sponsor-methods label {
  min-height: 92px !important;
  padding: 18px !important;
}

body[data-route="checkout"] .sponsor-reference-fields {
  margin-top: 22px !important;
  padding-top: 20px !important;
}

body[data-route="checkout"] .sponsor-pay-card {
  padding: 24px !important;
  gap: 14px !important;
}

body[data-route="checkout"] .sponsor-pay-card img {
  width: min(210px, 100%) !important;
}

body[data-route="checkout"] .sponsor-signin,
body[data-route="checkout"] .sponsor-whatsapp {
  min-height: 50px !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
}

body[data-route="checkout"] .sponsor-pay-card .checkout-status-note {
  padding: 14px !important;
}

body[data-route="checkout"] .sponsor-pay-card .checkout-status-note strong {
  font-size: 16px !important;
}

body[data-route="checkout"] .sponsor-pay-card .checkout-status-note small {
  font-size: 14px !important;
}

@media (max-width: 700px) {
  .topbar .nav-actions {
    display: none !important;
  }

  .listing-upload-card {
    min-height: 88px;
    padding: 14px;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 5px 14px;
  }

  .listing-upload-card input[type="file"] {
    font-size: 13px;
  }

  body[data-route="work"] .listing-form-panel,
  body[data-route="work"] .listing-hours-group > div {
    grid-template-columns: 1fr;
  }

  body[data-route="explore"] .listing-rating-actions {
    width: 100% !important;
  }

  body[data-route="explore"] .listing-rating-signin {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 44px !important;
    justify-content: center !important;
  }

  body[data-route="explore"] .results-side {
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }

  body[data-route="explore"] .ad-offer-card {
    max-height: none !important;
    padding: 14px 48px 14px 16px !important;
    overflow: visible !important;
  }

  body[data-route="explore"] .ad-offer-card h2 {
    font-size: 18px !important;
    line-height: 1.12 !important;
  }

  body[data-route="explore"] .ad-offer-card .urgent-copy {
    max-width: 270px !important;
  }

  body[data-route="explore"] .ad-offer-card button.outline {
    width: 100% !important;
  }

  body[data-route="checkout"] .sponsor-checkout-page,
  body[data-route="checkout"] .checkout-page,
  body[data-route="checkout"] .boost-checkout-page {
    width: min(100% - 20px, 520px) !important;
    margin: 12px auto 36px !important;
    padding: 16px 0 32px !important;
  }

  body[data-route="checkout"] .sponsor-checkout-layout {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body[data-route="checkout"] .sponsor-checkout-main h1 {
    font-size: clamp(38px, 12vw, 52px) !important;
  }

  body[data-route="checkout"] .sponsor-checkout-main > p {
    font-size: 16px !important;
  }

  body[data-route="checkout"] .sponsor-price-card {
    min-height: 0 !important;
    padding: 16px !important;
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body[data-route="checkout"] .sponsor-price-card > b {
    font-size: 52px !important;
    border-right: 1px solid #efc16a !important;
    padding-right: 12px !important;
  }

  body[data-route="checkout"] .sponsor-price-card span {
    grid-column: auto !important;
  }

  body[data-route="checkout"] .sponsor-methods {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  body[data-route="checkout"] .sponsor-methods label {
    min-height: 78px !important;
    padding: 12px !important;
    gap: 10px !important;
  }

  body[data-route="checkout"] .sponsor-methods span strong {
    font-size: 22px !important;
  }

  body[data-route="checkout"] .sponsor-pay-card {
    padding: 18px !important;
  }

  body[data-route="checkout"] .sponsor-pay-card img {
    width: min(190px, 100%) !important;
  }

  body[data-route="checkout"] .sponsor-reference-fields {
    grid-template-columns: 1fr !important;
  }
}

/* Final motion polish: native CSS only, inspired by the animation-library reel. */
@keyframes gh-soft-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page > section,
  .seo-page > main {
    animation: gh-soft-rise .28s cubic-bezier(.2, .8, .2, 1) both;
  }

  .primary,
  .outline,
  .text-action,
  .listing-upload-card,
  .account-summary-card,
  .account-side-card,
  .sponsor-action,
  .sponsor-request-form,
  .sponsor-price-card,
  .sponsor-methods label,
  .sponsor-pay-card,
  .growth-challenge-card,
  .results-challenge-strip,
  .challenge-action,
  body[data-route="about"] .about-contact .primary,
  body[data-route="about"] .about-contact .outline,
  body[data-route="about"] .about-direct-contact .text-action {
    transition:
      transform .18s cubic-bezier(.2, .8, .2, 1),
      box-shadow .18s cubic-bezier(.2, .8, .2, 1),
      border-color .18s cubic-bezier(.2, .8, .2, 1),
      background-color .18s cubic-bezier(.2, .8, .2, 1),
      color .18s cubic-bezier(.2, .8, .2, 1),
      opacity .18s cubic-bezier(.2, .8, .2, 1) !important;
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .outline:hover,
  .text-action:hover,
  .listing-upload-card:hover,
  .account-summary-card:hover,
  .account-side-card:hover,
  .sponsor-action:hover,
  .sponsor-request-form:hover,
  .sponsor-price-card:hover,
  .sponsor-methods label:hover,
  .sponsor-pay-card:hover,
  .growth-challenge-card:hover,
  .results-challenge-strip:hover,
  .challenge-action:hover,
  body[data-route="about"] .about-contact .outline:hover,
  body[data-route="about"] .about-direct-contact .text-action:hover {
    transform: translateY(-1px);
  }
}

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

@media (max-width: 700px) {
  body[data-route="home"] .install-prompt,
  body[data-route="about"] .install-prompt {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    transform: none !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    z-index: 55 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 10px !important;
    grid-template-columns: 30px minmax(0, 1fr) auto 28px !important;
    gap: 9px !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 38px rgba(7, 23, 53, .16) !important;
  }

  body[data-route="home"] .install-prompt strong,
  body[data-route="about"] .install-prompt strong {
    font-size: 14px !important;
  }

  body[data-route="home"] .install-prompt small,
  body[data-route="about"] .install-prompt small {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  body[data-route="home"] .install-prompt button,
  body[data-route="about"] .install-prompt button {
    min-height: 34px !important;
  }
}

/* Final sponsored-ad workflow overrides */
body[data-route="sponsor"] .sponsor-page {
  width: min(1280px, calc(100% - 64px)) !important;
  margin: 34px auto 86px !important;
}

body[data-route="sponsor"] .sponsor-layout {
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: clamp(28px, 5vw, 70px) !important;
}

body[data-route="sponsor"] .sponsor-main h1 {
  max-width: 860px !important;
  font-size: clamp(48px, 5vw, 74px) !important;
  letter-spacing: 0 !important;
}

body[data-route="sponsor"] .sponsor-request-form {
  width: min(760px, 100%) !important;
  margin-top: 28px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px 22px !important;
}

body[data-route="sponsor"] .sponsor-line-field,
body[data-route="sponsor"] .sponsor-existing-field {
  grid-column: 1 / -1 !important;
}

body[data-route="sponsor"] .sponsor-line-field textarea {
  min-height: 104px !important;
  resize: vertical !important;
}

body[data-route="sponsor"] .sponsor-line-field small {
  justify-self: end !important;
  color: #52617a !important;
  font-weight: 750 !important;
}

body[data-route="sponsor"] .sponsor-action-price {
  min-height: 112px !important;
  padding: 18px !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 8px 14px !important;
  align-items: center !important;
  border: 1px solid #e1cfaa !important;
  border-radius: 10px !important;
  background: #fff8ed !important;
}

body[data-route="sponsor"] .sponsor-action-price span {
  color: var(--ink) !important;
  font-weight: 850 !important;
}

body[data-route="sponsor"] .sponsor-action-price strong {
  color: var(--ink) !important;
  font-family: var(--serif) !important;
  font-size: 62px !important;
  line-height: .85 !important;
}

body[data-route="sponsor"] .sponsor-action-price small {
  grid-column: 1 / -1 !important;
  color: #52617a !important;
  font-weight: 750 !important;
}

body[data-route="checkout"] .sponsor-request-summary {
  width: min(620px, 100%) !important;
  margin-top: 18px !important;
  padding: 18px 20px !important;
  display: grid !important;
  gap: 12px !important;
  border: 1px solid #ddcaa9 !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .62) !important;
}

body[data-route="checkout"] .sponsor-request-summary h2 {
  margin: 0 !important;
  color: var(--ink) !important;
  font-size: 19px !important;
}

body[data-route="checkout"] .sponsor-request-summary dl,
.admin-sponsor-details {
  margin: 0 !important;
  display: grid !important;
  gap: 8px !important;
}

body[data-route="checkout"] .sponsor-request-summary dl div,
.admin-sponsor-details div {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 12px !important;
}

body[data-route="checkout"] .sponsor-request-summary dt,
.admin-sponsor-details dt {
  color: #52617a !important;
  font-weight: 800 !important;
}

body[data-route="checkout"] .sponsor-request-summary dd,
.admin-sponsor-details dd {
  margin: 0 !important;
  color: var(--ink) !important;
  font-weight: 850 !important;
}

body[data-route="checkout"] .sponsor-request-summary p {
  margin: 0 !important;
  color: #253853 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
}

.admin-sponsor-item {
  border-color: #efb300 !important;
  background: #fffaf0 !important;
}

@media (max-width: 760px) {
  body[data-route="sponsor"] .sponsor-page {
    width: min(100% - 24px, 520px) !important;
    margin: 18px auto 40px !important;
  }

  body[data-route="sponsor"] .sponsor-layout,
  body[data-route="sponsor"] .sponsor-request-form {
    grid-template-columns: 1fr !important;
  }

  body[data-route="sponsor"] .sponsor-main h1 {
    font-size: clamp(38px, 11vw, 52px) !important;
  }

  body[data-route="sponsor"] .sponsor-action {
    position: static !important;
    margin-top: 0 !important;
  }

  body[data-route="checkout"] .sponsor-request-summary dl div,
  .admin-sponsor-details div {
    grid-template-columns: 1fr !important;
    gap: 2px !important;
  }
}

@media (max-width: 700px) {
  .mobile-menu,
  .listing-mobile-menu {
    display: none !important;
  }

  .mobile-appbar {
    justify-content: flex-start !important;
  }

  body:not([data-route="profile-edit"]):not([data-route="business-post"]):not([data-route="checkout"]):not([data-route="payment"]):not([data-route="admin"]):not([data-route="report"]) .page {
    padding-bottom: calc(196px + env(safe-area-inset-bottom)) !important;
  }

  body:not([data-route="profile-edit"]):not([data-route="business-post"]):not([data-route="checkout"]):not([data-route="payment"]):not([data-route="admin"]):not([data-route="report"]) .bottom-nav {
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    z-index: 60 !important;
  }

  .install-prompt {
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    z-index: 75 !important;
    width: min(520px, calc(100% - 20px)) !important;
    min-height: 86px !important;
    padding: 12px 44px 12px 12px !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    border-radius: 16px !important;
  }

  .install-prompt strong {
    font-size: 15px !important;
    line-height: 1.1 !important;
  }

  .install-prompt small {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .install-prompt [data-install-app] {
    min-height: 42px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
  }

  .install-prompt [data-dismiss-install] {
    top: 8px !important;
    right: 8px !important;
    width: 28px !important;
    height: 28px !important;
  }
}

.seo-page a {
  color: inherit;
}

.seo-page-hero {
  max-width: 920px;
  padding: 26px 0 34px;
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 44px;
  text-decoration: none;
}

.seo-brand::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-radius: 999px;
  background: #e0a100;
}

.seo-page-hero > p:first-of-type {
  color: #5d6a80;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 14px;
}

.seo-page h1 {
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.95;
  letter-spacing: 0;
  margin: 0;
  max-width: 860px;
}

.seo-page-hero > p:last-of-type {
  color: #17294b;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.45;
  margin: 26px 0 0;
  max-width: 760px;
}

.seo-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.seo-primary,
.seo-secondary {
  border: 1px solid #071a3d;
  border-radius: 8px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  min-height: 52px;
  padding: 14px 22px;
  text-decoration: none;
}

.seo-primary {
  background: #071a3d;
  color: #fff !important;
}

.seo-secondary {
  background: #fff;
  color: #071a3d !important;
}

.seo-page-grid,
.seo-page-copy {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  max-width: 1120px;
}

.seo-page-grid article,
.seo-page-copy article,
.seo-page-note {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #d7dfec;
  border-radius: 8px;
  padding: 22px;
}

.seo-page h2 {
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.seo-page p {
  color: #283957;
  font-size: 17px;
  line-height: 1.55;
}

.seo-page article p,
.seo-page-note p {
  margin: 0;
}

.seo-page-copy,
.seo-page-note {
  margin-top: 18px;
}

.seo-page-note {
  max-width: 1120px;
}

.seo-related-links {
  max-width: 1120px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid #d7dfec;
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
}

.seo-related-links h2 {
  margin-bottom: 14px;
}

.seo-related-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-related-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(7, 26, 61, .16);
  border-radius: 999px;
  background: #fff;
  color: #071a3d;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 640px) {
  .seo-page {
    padding: 22px 16px 40px;
  }

  .seo-brand {
    margin-bottom: 34px;
  }

  .seo-primary,
  .seo-secondary {
    justify-content: center;
    width: 100%;
  }

  .seo-related-links a {
    width: 100%;
    justify-content: center;
  }
}

: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);
}

/* Urgent support checkout: customer-facing manual confirmation. */
.boost-checkout-main .kicker {
  margin: 0 0 12px;
  color: #d99a00;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.boost-lede {
  max-width: 680px;
  margin: 0 0 24px;
  color: #17315a;
  font-size: 20px;
  line-height: 1.45;
}

.urgent-confirm-card {
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(247, 189, 0, .38);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.urgent-confirm-card div {
  min-height: 96px;
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 7px;
}

.urgent-confirm-card div + div {
  border-left: 1px solid rgba(247, 189, 0, .28);
}

.urgent-confirm-card span,
.urgent-steps small,
.boost-checkout-action small {
  color: #51607a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.urgent-confirm-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.urgent-steps {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.urgent-steps span {
  min-height: 86px;
  padding: 16px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.urgent-steps strong {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(247, 189, 0, .2);
}

.boost-checkout-action h2 {
  margin: 0;
  color: #d99a00;
  font-size: 34px;
  line-height: 1;
}

.boost-checkout-action > p {
  margin: 0 0 10px;
  color: #17315a;
  font-size: 16px;
  line-height: 1.45;
}

.boost-checkout-action small {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
}

.boost-checkout-action small .icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 700px) {
  .urgent-confirm-card,
  .urgent-steps {
    grid-template-columns: 1fr;
  }

  .urgent-confirm-card div + div {
    border-left: 0;
    border-top: 1px solid rgba(247, 189, 0, .28);
  }

  .boost-lede {
    font-size: 17px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body[data-route="explore"] {
  background: #fff8ee;
}

body[data-route="explore"] .topbar nav button.active:after {
  background: var(--gold);
}

body[data-route="explore"] .match-results-page {
  min-height: calc(100svh - 72px);
  padding: 0 0 56px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .82), transparent 36%),
    #fff8ee;
}

body[data-route="explore"] .results-request-bar,
body[data-route="explore"] .directory-note,
body[data-route="explore"] .results-layout {
  width: min(1340px, calc(100% - 88px));
  margin-left: auto;
  margin-right: auto;
}

body[data-route="explore"] .results-request-bar {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(6, 26, 58, .13);
}

body[data-route="explore"] .results-request-bar p {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.2;
}

body[data-route="explore"] .results-request-bar p span {
  margin: 0 18px;
}

body[data-route="explore"] .results-request-bar button {
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 19px;
  font-weight: 650;
}

body[data-route="explore"] .results-request-bar .icon {
  width: 24px;
  height: 24px;
}

body[data-route="explore"] .directory-note {
  min-height: 62px;
  margin-top: 34px;
  margin-bottom: 22px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(247, 189, 0, .42);
  border-radius: 7px;
  color: var(--ink);
  background: rgba(255, 255, 255, .62);
  font-size: 19px;
  line-height: 1.25;
}

body[data-route="explore"] .directory-note span {
  flex: 1 1 auto;
}

body[data-route="explore"] .directory-note button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-size: 24px;
  line-height: 1;
}

body[data-route="explore"] .directory-note button:hover {
  background: rgba(247, 189, 0, .12);
}

body[data-route="explore"] .directory-note .icon {
  width: 28px;
  height: 28px;
  color: #d99a00;
}

body[data-route="explore"] .results-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 388px;
  gap: 24px;
  align-items: start;
}

body[data-route="explore"] .result-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 26, 58, .14);
  border-radius: 7px;
  background: rgba(255, 255, 255, .58);
}

body[data-route="explore"] .result-card {
  min-height: 156px;
  padding: 22px 24px 22px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 28px;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-route="explore"] .result-card + .result-card {
  border-top: 1px solid rgba(6, 26, 58, .13);
}

body[data-route="explore"] .result-copy {
  min-width: 0;
  padding: 0;
  display: block;
}

body[data-route="explore"] .result-copy h2 {
  margin: 0 0 17px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 850;
}

body[data-route="explore"] .result-phone,
body[data-route="explore"] .result-area,
body[data-route="explore"] .result-desc {
  margin: 0 0 8px;
  color: #17315a;
  font-size: 17px;
  line-height: 1.25;
}

body[data-route="explore"] .result-phone,
body[data-route="explore"] .result-area {
  display: flex;
  align-items: center;
  gap: 14px;
}

body[data-route="explore"] .result-phone a {
  color: #174b8e;
  text-decoration: none;
}

body[data-route="explore"] .results-count,
body[data-route="explore"] .result-match {
  margin: 0 0 12px;
  color: #526078;
  font-size: 14px;
  font-weight: 800;
}

body[data-route="explore"] .results-count span {
  display: block;
}

body[data-route="explore"] .results-related {
  margin-top: 3px;
  color: #6b7588;
  font-weight: 700;
}

body[data-route="explore"] .result-phone .icon,
body[data-route="explore"] .result-area .icon {
  width: 21px;
  height: 21px;
  color: #082452;
  flex: 0 0 auto;
}

body[data-route="explore"] .result-desc {
  margin-bottom: 0;
  text-transform: none;
}

body[data-route="explore"] .result-actions {
  padding: 0;
  display: grid;
  gap: 24px;
  align-content: center;
  border-left: 0;
}

body[data-route="explore"] .result-actions .primary {
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 6px;
  color: #fff;
  background: var(--ink);
  font-size: 22px;
  font-weight: 650;
  text-decoration: none;
}

body[data-route="explore"] .result-actions .primary .icon {
  width: 26px;
  height: 26px;
}

body[data-route="explore"] .result-details {
  min-height: 34px;
  justify-content: end;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  background: transparent;
  font-size: 18px;
  font-weight: 750;
}

body[data-route="explore"] .result-details span {
  font-size: 34px;
  line-height: 0;
}

body[data-route="explore"] .results-side {
  display: grid;
  gap: 18px;
}

body[data-route="explore"] .urgent-support-card {
  padding: 38px 34px 34px;
  border: 1px solid rgba(247, 189, 0, .54);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .46);
}

body[data-route="explore"] .urgent-support-card > .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
}

body[data-route="explore"] .urgent-support-card h2 {
  max-width: 250px;
  margin: 0;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 850;
}

body[data-route="explore"] .urgent-support-card i {
  width: 44px;
  margin: 26px 0 28px;
  display: block;
  border-top: 2px solid var(--gold);
}

body[data-route="explore"] .urgent-price {
  margin: 0 0 24px;
  color: #d99a00;
  font-size: 30px;
  line-height: 1;
  font-weight: 850;
}

body[data-route="explore"] .urgent-support-card p:not(.urgent-price) {
  margin: 0 0 22px;
  color: #0f284f;
  font-size: 16px;
  line-height: 1.45;
}

body[data-route="explore"] .urgent-support-card button {
  width: 100%;
  min-height: 64px;
  margin-top: 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  color: var(--ink);
  background: transparent;
  font-size: 17px;
  font-weight: 800;
}

body[data-route="explore"] .sponsored-placeholder {
  display: none;
}

@media (max-width: 700px) {
  body[data-route="explore"] .match-results-page {
    padding-bottom: 24px;
  }

  body[data-route="explore"] .results-request-bar,
  body[data-route="explore"] .directory-note,
  body[data-route="explore"] .results-layout {
    width: calc(100% - 22px);
  }

  body[data-route="explore"] .results-request-bar {
    min-height: 92px;
    padding: 0 8px;
    gap: 12px;
  }

  body[data-route="explore"] .results-request-bar p {
    font-size: 20px;
  }

  body[data-route="explore"] .results-request-bar p span {
    margin: 0 10px;
  }

  body[data-route="explore"] .results-request-bar button {
    gap: 8px;
    font-size: 16px;
    white-space: nowrap;
  }

  body[data-route="explore"] .directory-note {
    min-height: 84px;
    margin-top: 18px;
    margin-bottom: 16px;
    padding: 0 24px;
    font-size: 18px;
  }

  body[data-route="explore"] .results-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body[data-route="explore"] .result-card {
    min-height: 220px;
    padding: 24px 22px 22px 22px;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 18px;
  }

  body[data-route="explore"] .result-copy h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  body[data-route="explore"] .result-phone,
  body[data-route="explore"] .result-area,
  body[data-route="explore"] .result-desc {
    font-size: 17px;
    line-height: 1.4;
  }

  body[data-route="explore"] .result-actions .primary {
    min-height: 68px;
    font-size: 24px;
  }

  body[data-route="explore"] .result-details {
    font-size: 19px;
  }

  body[data-route="explore"] .urgent-support-card {
    padding: 28px 26px;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 250px;
    gap: 10px 22px;
    align-items: center;
  }

  body[data-route="explore"] .urgent-support-card > .icon {
    width: 44px;
    height: 44px;
    margin: 0;
  }

  body[data-route="explore"] .urgent-support-card h2 {
    max-width: none;
    font-size: 25px;
  }

  body[data-route="explore"] .urgent-support-card i {
    grid-column: 2;
    width: 42px;
    margin: 6px 0 12px;
  }

  body[data-route="explore"] .urgent-price {
    grid-column: 1 / 3;
    margin: 0;
    font-size: 28px;
  }

  body[data-route="explore"] .urgent-price::after {
    content: " urgent support";
    color: var(--ink);
    font-size: 17px;
  }

  body[data-route="explore"] .urgent-support-card p:not(.urgent-price) {
    grid-column: 1 / 3;
    margin: 0 0 8px;
    font-size: 17px;
  }

  body[data-route="explore"] .urgent-support-card button {
    grid-column: 3;
    grid-row: 3 / span 2;
    min-height: 72px;
    margin: 0;
    font-size: 17px;
  }

  body[data-route="explore"] .sponsored-placeholder {
    min-height: 152px;
    padding: 24px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    border: 1px solid rgba(0, 70, 213, .32);
    border-radius: 8px;
    color: var(--ink);
    background: rgba(255, 255, 255, .58);
  }

  body[data-route="explore"] .sponsored-placeholder > span {
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: #6b7892;
    background: #eef0fa;
  }

  body[data-route="explore"] .sponsored-placeholder .icon {
    width: 46px;
    height: 46px;
  }

  body[data-route="explore"] .sponsored-placeholder p {
    width: max-content;
    margin: 0 0 14px;
    color: #d99a00;
    font-size: 16px;
    border-left: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
  }

  body[data-route="explore"] .sponsored-placeholder strong,
  body[data-route="explore"] .sponsored-placeholder small {
    display: block;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
  }
}

@media (max-width: 560px) {
  body[data-route="explore"] .result-card,
  body[data-route="explore"] .urgent-support-card {
    grid-template-columns: 1fr;
  }

  body[data-route="explore"] .result-actions {
    gap: 12px;
  }

  body[data-route="explore"] .urgent-support-card > *,
  body[data-route="explore"] .urgent-support-card i,
  body[data-route="explore"] .urgent-price,
  body[data-route="explore"] .urgent-support-card p:not(.urgent-price),
  body[data-route="explore"] .urgent-support-card button {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Approved home mockup guard. Keep at EOF so earlier experiments cannot override it. */
body[data-route="home"] {
  overflow-x: hidden !important;
  background: #fff7eb !important;
}

body[data-route="home"] .page {
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #fff7eb !important;
}

body[data-route="home"] .topbar {
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 clamp(32px, 5vw, 68px) !important;
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  border-bottom: 1px solid rgba(6, 26, 58, .14) !important;
  box-shadow: none !important;
}

body[data-route="home"] .topbar nav {
  gap: clamp(36px, 7vw, 92px) !important;
}

body[data-route="home"] .topbar nav button,
body[data-route="home"] .topbar .nav-link {
  color: var(--ink) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  background: transparent !important;
}

body[data-route="home"] .topbar nav button.active::after {
  background: var(--gold) !important;
}

body[data-route="home"] .brand {
  color: var(--ink) !important;
  font-size: clamp(29px, 2.2vw, 38px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body[data-route="home"] .brand i {
  width: .35em !important;
  height: .35em !important;
  margin-left: .12em !important;
  background: var(--gold) !important;
}

body[data-route="home"] .mobile-status,
body[data-route="home"] .mobile-appbar {
  display: none !important;
}

body[data-route="home"] .home-hero,
body[data-route="home"] .desktop-home,
body[data-route="home"] .home-redesign {
  min-height: calc(100dvh - 72px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff7eb !important;
}

body[data-route="home"] .home-stage {
  width: 100% !important;
  height: calc(100dvh - 72px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

body[data-route="home"] .home-left {
  width: min(680px, calc(100% - 96px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(34px, 5.8vh, 72px) 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: transparent !important;
}

body[data-route="home"] .hero-copy {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body[data-route="home"] h1 {
  max-width: 670px !important;
  margin: 0 0 18px !important;
  color: var(--ink) !important;
  font-size: clamp(58px, 5vw, 78px) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body[data-route="home"] .hero-copy > p {
  max-width: 620px !important;
  margin: 0 0 30px !important;
  color: #10254a !important;
  font-size: clamp(20px, 1.45vw, 25px) !important;
  line-height: 1.38 !important;
  font-weight: 500 !important;
}

body[data-route="home"] .home-intake {
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 20px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-route="home"] .home-field {
  display: grid !important;
  gap: 8px !important;
}

body[data-route="home"] .home-field label,
body[data-route="home"] .home-field > span {
  color: var(--ink) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body[data-route="home"] .parish-control {
  display: grid !important;
  grid-template-columns: minmax(0, 470px) auto !important;
  gap: 22px !important;
  align-items: center !important;
}

body[data-route="home"] .home-input-shell {
  min-height: 64px !important;
  border: 1px solid rgba(6, 26, 58, .26) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, .76) !important;
  box-shadow: none !important;
}

body[data-route="home"] .home-input-shell:focus-within {
  border-color: rgba(6, 26, 58, .48) !important;
  box-shadow: 0 0 0 3px rgba(255, 199, 38, .2) !important;
}

body[data-route="home"] .home-select-shell {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-items: center !important;
  padding: 0 18px !important;
}

body[data-route="home"] .home-select-shell .icon,
body[data-route="home"] .use-parish .icon,
body[data-route="home"] .contact-mark .icon,
body[data-route="home"] .contact-check .icon {
  width: 26px !important;
  height: 26px !important;
  color: #1a3458 !important;
}

body[data-route="home"] .home-select-shell select,
body[data-route="home"] .home-input-shell input {
  min-height: 62px !important;
  padding: 0 !important;
  color: var(--ink) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-route="home"] .home-input-shell input::placeholder {
  color: #65748c !important;
  opacity: 0 !important;
}

body[data-route="home"] .use-parish {
  min-height: 44px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
  color: #52627a !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body[data-route="home"] .use-parish:hover {
  color: var(--ink) !important;
}

body[data-route="home"] .parish-picks,
body[data-route="home"] .home-privacy,
body[data-route="home"] .request-reassurance,
body[data-route="home"] .home-process,
body[data-route="home"] .home-request-state,
body[data-route="home"] .home-work-photo figcaption,
body[data-route="home"] .home-work-photo::after {
  display: none !important;
}

body[data-route="home"] .contact-shell {
  display: grid !important;
  grid-template-columns: 40px auto minmax(0, 1fr) 26px !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 0 14px 0 18px !important;
}

body[data-route="home"] .contact-mark,
body[data-route="home"] .contact-check {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body[data-route="home"] .country-chip {
  min-height: 34px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  border: 1px solid rgba(6, 26, 58, .16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body[data-route="home"] .country-chip[hidden],
body[data-route="home"] .contact-check[hidden] {
  display: none !important;
}

body[data-route="home"] .country-chip i {
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, #00267f 0 33%, #ffc726 33% 67%, #00267f 67%) !important;
  position: relative !important;
}

body[data-route="home"] .country-chip i::after {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  top: 4px !important;
  width: 4px !important;
  height: 10px !important;
  border-left: 2px solid #061a3a !important;
  border-right: 2px solid #061a3a !important;
}

body[data-route="home"] .contact-check,
body[data-route="home"] .contact-check .icon {
  color: #16834d !important;
}

body[data-route="home"] .contact-hint:empty {
  display: none !important;
}

body[data-route="home"] .home-submit-row {
  display: block !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
}

body[data-route="home"] .request-button {
  width: 100% !important;
  min-height: 72px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--ink) !important;
  color: #fff !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

body[data-route="home"] .request-button:hover {
  background: #09224f !important;
}

body[data-route="home"] .request-button:active {
  transform: translateY(1px) !important;
}

body[data-route="home"] .home-visual-panel,
body[data-route="home"] .home-work-photo {
  height: 100% !important;
  min-height: 0 !important;
}

body[data-route="home"] .home-visual-panel {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  margin: 0 !important;
}

body[data-route="home"] .home-work-photo {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

body[data-route="home"] .home-work-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
}

@media (min-width: 701px) and (max-height: 930px) {
  body[data-route="home"] .home-left {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  body[data-route="home"] h1 {
    font-size: clamp(52px, 4.8vw, 72px) !important;
  }

  body[data-route="home"] .hero-copy > p {
    margin-bottom: 22px !important;
    font-size: clamp(18px, 1.35vw, 22px) !important;
  }

  body[data-route="home"] .home-intake {
    gap: 15px !important;
  }

  body[data-route="home"] .home-input-shell,
  body[data-route="home"] .home-input-shell input,
  body[data-route="home"] .home-select-shell select {
    min-height: 56px !important;
  }

  body[data-route="home"] .request-button {
    min-height: 62px !important;
  }
}

@media (max-width: 700px) {
  body[data-route="home"] .topbar {
    display: none !important;
  }

  body[data-route="home"] .mobile-appbar {
    min-height: 88px !important;
    padding: 0 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(6, 26, 58, .12) !important;
  }

  body[data-route="home"] .mobile-appbar .brand {
    font-size: clamp(33px, 9vw, 42px) !important;
  }

  body[data-route="home"] .mobile-menu {
    width: 50px !important;
    height: 50px !important;
    display: inline-flex !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[data-route="home"] .home-hero,
  body[data-route="home"] .desktop-home,
  body[data-route="home"] .home-redesign {
    min-height: 100dvh !important;
    height: auto !important;
    overflow: visible !important;
  }

  body[data-route="home"] .home-stage {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
  }

  body[data-route="home"] .home-left {
    display: contents !important;
  }

  body[data-route="home"] .home-visual-panel {
    order: 1 !important;
    width: 100% !important;
    height: clamp(250px, 70vw, 390px) !important;
    margin: 0 !important;
  }

  body[data-route="home"] .hero-copy {
    order: 2 !important;
    width: auto !important;
    padding: 34px 24px 0 !important;
  }

  body[data-route="home"] h1 {
    max-width: 760px !important;
    margin-bottom: 16px !important;
    font-size: clamp(48px, 13vw, 70px) !important;
    line-height: 1.06 !important;
  }

  body[data-route="home"] .hero-copy > p {
    max-width: 660px !important;
    margin-bottom: 0 !important;
    font-size: clamp(19px, 5vw, 28px) !important;
    line-height: 1.38 !important;
  }

  body[data-route="home"] .home-intake {
    order: 3 !important;
    width: auto !important;
    max-width: none !important;
    margin: 34px 24px 40px !important;
    gap: 26px !important;
  }

  body[data-route="home"] .home-field label,
  body[data-route="home"] .home-field > span {
    font-size: 21px !important;
  }

  body[data-route="home"] .parish-control {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  body[data-route="home"] .home-input-shell {
    min-height: 68px !important;
  }

  body[data-route="home"] .home-select-shell,
  body[data-route="home"] .contact-shell {
    padding-left: 18px !important;
  }

  body[data-route="home"] .home-select-shell select,
  body[data-route="home"] .home-input-shell input {
    min-height: 66px !important;
    font-size: 20px !important;
  }

  body[data-route="home"] .use-parish {
    min-height: 48px !important;
    font-size: 18px !important;
  }

  body[data-route="home"] .contact-shell {
    grid-template-columns: 34px auto minmax(0, 1fr) 24px !important;
    gap: 8px !important;
  }

  body[data-route="home"] .request-button {
    min-height: 72px !important;
    font-size: 31px !important;
  }
}

@media (max-width: 430px) {
  body[data-route="home"] .mobile-appbar {
    min-height: 86px !important;
    padding: 0 20px !important;
  }

  body[data-route="home"] .home-visual-panel {
    height: 250px !important;
  }

  body[data-route="home"] .hero-copy {
    padding: 28px 22px 0 !important;
  }

  body[data-route="home"] h1 {
    font-size: clamp(42px, 12vw, 52px) !important;
  }

  body[data-route="home"] .hero-copy > p {
    font-size: 18px !important;
  }

  body[data-route="home"] .home-intake {
    margin: 28px 22px 34px !important;
    gap: 22px !important;
  }

  body[data-route="home"] .parish-control {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body[data-route="home"] .use-parish {
    justify-self: start !important;
  }

  body[data-route="home"] .contact-shell {
    grid-template-columns: 32px auto minmax(0, 1fr) 22px !important;
  }

  body[data-route="home"] .country-chip {
    padding: 0 8px !important;
    font-size: 15px !important;
  }
}

.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;
}

/* Minimal route fallback: secondary screens should feel quiet, not like dashboards. */
.route-head.product-screen.minimal-screen {
  width: min(960px, calc(100% - 72px));
  margin: 56px auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.route-head.product-screen.minimal-screen h1 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 7vw, 86px);
  line-height: .92;
}

.route-head.product-screen.minimal-screen p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #39465f;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.42;
}

.minimal-screen .actions {
  margin-top: 26px;
}

.minimal-route-list,
.minimal-money-panel {
  width: min(960px, calc(100% - 72px));
  margin-inline: auto;
}

.minimal-route-list {
  margin-top: 30px;
  display: grid;
  border-top: 1px solid #cfd9e8;
  border-bottom: 1px solid #cfd9e8;
}

.minimal-route-list > div {
  min-height: 64px;
  padding: 16px 0;
  display: grid;
  grid-template-columns: minmax(160px, .32fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.minimal-route-list > div + div {
  border-top: 1px solid #dce4ef;
}

.minimal-route-list strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.minimal-route-list span {
  color: #56647c;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.4;
}

.minimal-money-panel {
  margin-top: 24px;
  margin-bottom: 96px;
}

.minimal-money-panel .option-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.minimal-money-panel .option-stack button {
  min-height: 86px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.dashboard-page {
  width: min(980px, calc(100% - 72px));
  margin: 56px auto 112px;
}

.dashboard-page > h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 7vw, 86px);
  line-height: .92;
}

.dashboard-page > p:not(.kicker) {
  max-width: 680px;
  margin: 18px 0 0;
  color: #39465f;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
}

.dashboard-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-list {
  margin-top: 34px;
  display: grid;
  border-top: 1px solid #cfd9e8;
  border-bottom: 1px solid #cfd9e8;
}

.dashboard-list > div {
  min-height: 94px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(130px, .22fr) minmax(0, 1fr) minmax(0, 1.25fr) auto;
  gap: 18px;
  align-items: center;
}

.dashboard-list > div + div {
  border-top: 1px solid #dce4ef;
}

.dashboard-list span,
.dashboard-list small {
  color: #56647c;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.4;
}

.dashboard-list h2 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.12;
}

.dashboard-list button {
  white-space: nowrap;
}

body[data-route="sponsor"] .sponsor-summary div {
  min-height: 116px;
  gap: 7px;
}

@media (max-width: 700px) {
  .route-head.product-screen.minimal-screen,
  .minimal-route-list,
  .minimal-money-panel,
  .dashboard-page {
    width: min(100% - 32px, 520px);
  }

  .route-head.product-screen.minimal-screen {
    margin-top: 34px;
  }

  .route-head.product-screen.minimal-screen h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: .95;
  }

  .route-head.product-screen.minimal-screen p {
    font-size: 18px;
  }

  .minimal-route-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }

  .minimal-money-panel .option-stack {
    grid-template-columns: 1fr;
  }

  .dashboard-page {
    margin-top: 34px;
    margin-bottom: 96px;
  }

  .dashboard-page > h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: .95;
  }

  .dashboard-page > p:not(.kicker) {
    font-size: 18px;
  }

  .dashboard-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
    align-items: start;
  }

  .dashboard-list button {
    width: 100%;
  }
}

/* Final link-button guard. CTAs should never inherit browser underlines. */
.result-actions .primary,
.result-actions .outline,
.profile-action-card .primary,
.profile-action-card .outline,
.text-action {
  text-decoration: none;
}

/* Final explore card guard: clean text-first results with signed-in ratings. */
body[data-route="explore"] .explore-hero .request-edit-panel {
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 1fr) 190px !important;
}

body[data-route="explore"] .result-image-wrap,
body[data-route="explore"] .result-card.featured .result-image-wrap,
body[data-route="explore"] .result-card:not(.featured) .result-image-wrap {
  display: none !important;
}

body[data-route="explore"] .result-card {
  grid-template-columns: minmax(0, 1fr) minmax(170px, 220px) !important;
  gap: 24px !important;
  padding: 18px 20px 18px 26px !important;
  align-items: start !important;
}

body[data-route="explore"] .result-copy {
  padding: 0 !important;
  overflow: visible !important;
}

body[data-route="explore"] .result-contact-note {
  display: none !important;
}

body[data-route="explore"] .result-actions {
  padding: 0 !important;
  border-left: 0 !important;
  gap: 14px !important;
}

body[data-route="explore"] .result-actions .primary {
  min-height: 52px !important;
  padding: 0 18px !important;
  font-size: 20px !important;
}

body[data-route="explore"] .listing-rating-widget {
  margin-top: 14px !important;
  padding: 12px 14px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 14px !important;
  border-color: rgba(6, 26, 58, .14) !important;
  background: rgba(255, 255, 255, .72) !important;
}

.listing-rating-signin {
  min-height: 40px;
  padding: 0 14px;
  white-space: nowrap;
}

body[data-route="explore"] .listing-rating-signin {
  min-height: 38px !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

body[data-route="explore"] .listing-rating-stars button {
  width: 32px !important;
  height: 32px !important;
  font-size: 20px !important;
}

@media (max-width: 700px) {
  body[data-route="explore"] .explore-hero .request-edit-panel {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .result-card {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  body[data-route="explore"] .result-actions {
    grid-template-columns: 1fr 1fr !important;
  }

  body[data-route="explore"] .result-actions .primary {
    grid-column: 1 / -1 !important;
  }

  body[data-route="explore"] .listing-rating-widget {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .listing-rating-signin {
    width: 100% !important;
  }
}

/* Final explore search redesign guard: keep this after older explore passes. */
body[data-route="explore"] .match-results-page {
  max-width: 1760px !important;
  margin: 0 auto !important;
  padding: 40px clamp(18px, 4.4vw, 76px) 56px !important;
}

body[data-route="explore"] .explore-hero {
  position: relative !important;
  max-width: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-route="explore"] .explore-hero > h1 {
  max-width: calc(100% - 260px) !important;
  margin: 0 0 8px !important;
  color: var(--ink) !important;
  font-size: clamp(42px, 4vw, 58px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

body[data-route="explore"] .explore-count {
  margin: 0 0 24px !important;
  color: #4d5a72 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}

body[data-route="explore"] .results-request-bar {
  position: absolute !important;
  top: 8px !important;
  right: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-route="explore"] .results-request-bar p {
  display: none !important;
}

body[data-route="explore"] .results-request-bar button {
  min-height: 44px !important;
  padding: 0 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  font-size: 17px !important;
  font-weight: 850 !important;
}

body[data-route="explore"] .results-request-bar .icon {
  width: 24px !important;
  height: 24px !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel {
  max-width: none !important;
  margin: 0 !important;
  padding: 20px 24px 24px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 1fr) 240px !important;
  gap: 24px !important;
  align-items: end !important;
  border: 1px solid #d4dce8 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: none !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel label {
  gap: 8px !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel label > span {
  color: var(--ink) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel input,
body[data-route="explore"] .explore-hero .request-edit-panel select,
body[data-route="explore"] .explore-hero .request-edit-panel button {
  min-height: 62px !important;
  border-radius: 7px !important;
  font-size: 18px !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel input,
body[data-route="explore"] .explore-hero .request-edit-panel select {
  background: rgba(255, 255, 255, .86) !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel button {
  justify-content: center !important;
}

body[data-route="explore"] .directory-note {
  max-width: none !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-route="explore"] .results-layout {
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 448px) !important;
  gap: 38px !important;
  align-items: start !important;
}

body[data-route="explore"] .results-count {
  margin: 0 0 10px !important;
  color: #56627a !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

body[data-route="explore"] .results-related {
  margin-top: 4px !important;
}

body[data-route="explore"] .result-batches {
  margin: 10px 0 18px !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) 150px !important;
  gap: 18px !important;
  align-items: center !important;
}

body[data-route="explore"] .result-batches span {
  color: #4c5870 !important;
  text-align: center !important;
  font-size: 17px !important;
  font-weight: 850 !important;
}

body[data-route="explore"] .result-batches button {
  min-width: 0 !important;
  min-height: 56px !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-size: 18px !important;
}

body[data-route="explore"] .result-batches button.primary {
  gap: 12px !important;
}

body[data-route="explore"] .result-list {
  gap: 20px !important;
}

body[data-route="explore"] .result-card {
  min-height: 0 !important;
  padding: 30px 32px 24px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(185px, 270px) minmax(180px, 220px) !important;
  gap: 28px !important;
  align-items: start !important;
  border: 1px solid #d8e0ed !important;
  border-radius: 10px !important;
  background: rgba(251, 253, 255, .94) !important;
  box-shadow: none !important;
}

body[data-route="explore"] .result-card + .result-card {
  border-top: 1px solid #d8e0ed !important;
}

body[data-route="explore"] .result-copy {
  min-width: 0 !important;
  padding: 0 !important;
}

body[data-route="explore"] .result-copy h2 {
  margin: 0 0 18px !important;
  color: var(--ink) !important;
  font-size: clamp(25px, 2vw, 32px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body[data-route="explore"] .result-rating-summary {
  margin: 0 0 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 9px 13px !important;
}

body[data-route="explore"] .result-rating-summary strong {
  color: var(--ink) !important;
  font-size: 27px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

body[data-route="explore"] .result-static-stars {
  display: inline-flex !important;
  align-items: center !important;
  gap: 1px !important;
  color: #b9c1cf !important;
  font-size: 23px !important;
  line-height: 1 !important;
}

body[data-route="explore"] .result-static-stars .is-filled {
  color: #e5a400 !important;
}

body[data-route="explore"] .result-rating-summary > span:not(.result-static-stars) {
  color: #075de8 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

body[data-route="explore"] .result-rating-summary small {
  padding: 6px 11px !important;
  border-radius: 6px !important;
  color: #075de8 !important;
  background: #eaf2ff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body[data-route="explore"] .result-phone,
body[data-route="explore"] .result-area {
  margin: 0 0 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #132b52 !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

body[data-route="explore"] .result-phone .icon,
body[data-route="explore"] .result-area .icon {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 auto !important;
}

body[data-route="explore"] .result-phone a {
  color: #075de8 !important;
  text-decoration: none !important;
}

body[data-route="explore"] .result-match {
  margin: 4px 0 14px !important;
  color: #536079 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

body[data-route="explore"] .result-desc {
  max-width: 760px !important;
  margin: 0 !important;
  color: #0f284f !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

body[data-route="explore"] .result-rating-breakdown {
  margin-top: 34px !important;
  display: grid !important;
  gap: 7px !important;
}

body[data-route="explore"] .rating-breakdown-row {
  display: grid !important;
  grid-template-columns: 16px minmax(70px, 1fr) 32px !important;
  gap: 10px !important;
  align-items: center !important;
  color: #4d5a72 !important;
  font-size: 13px !important;
  font-style: normal !important;
  line-height: 1 !important;
}

body[data-route="explore"] .rating-breakdown-row i {
  height: 5px !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #e2e6ed !important;
}

body[data-route="explore"] .rating-breakdown-row b {
  height: 100% !important;
  display: block !important;
  border-radius: inherit !important;
  background: #e2a500 !important;
}

body[data-route="explore"] .rating-breakdown-row em {
  font-style: normal !important;
  text-align: right !important;
}

body[data-route="explore"] .result-rating-breakdown p {
  margin: 0 !important;
  color: #6a7488 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body[data-route="explore"] .result-actions {
  min-width: 0 !important;
  padding: 6px 0 0 !important;
  display: grid !important;
  gap: 14px !important;
  align-content: start !important;
  border-left: 0 !important;
}

body[data-route="explore"] .result-actions .primary,
body[data-route="explore"] .result-actions .outline {
  width: 100% !important;
  min-height: 58px !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

body[data-route="explore"] .result-actions .primary .icon {
  width: 22px !important;
  height: 22px !important;
}

body[data-route="explore"] .result-no-answer.is-active {
  color: var(--ink) !important;
  border-color: #e2a500 !important;
  background: #fff7da !important;
}

body[data-route="explore"] .result-details {
  width: 100% !important;
  min-height: 46px !important;
  justify-content: flex-end !important;
  color: var(--ink) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

body[data-route="explore"] .result-card-footer {
  grid-column: 1 / 3 !important;
  display: grid !important;
  gap: 14px !important;
  padding-top: 20px !important;
  border-top: 1px solid #dfe5ee !important;
}

body[data-route="explore"] .result-review-strip {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 20px !important;
  align-items: end !important;
}

body[data-route="explore"] .result-review-strip h3 {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  color: var(--ink) !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
}

body[data-route="explore"] .result-review-strip p {
  margin: 0 !important;
  color: #4d5a72 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

body[data-route="explore"] .result-review-strip div {
  display: flex !important;
  gap: 18px !important;
  align-items: center !important;
}

body[data-route="explore"] .result-review-strip .text-action {
  color: #075de8 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

body[data-route="explore"] .listing-rating-widget {
  margin-top: 0 !important;
  padding: 12px 14px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 14px !important;
  border: 1px solid rgba(6, 26, 58, .12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .7) !important;
}

body[data-route="explore"] .listing-rating-widget strong {
  font-size: 15px !important;
}

body[data-route="explore"] .listing-rating-signin {
  min-height: 40px !important;
  padding: 0 18px !important;
  white-space: nowrap !important;
}

body[data-route="explore"] .listing-rating-stars button {
  width: 32px !important;
  height: 32px !important;
  font-size: 20px !important;
}

body[data-route="explore"] .urgent-support-card {
  position: sticky !important;
  top: 116px !important;
  min-height: 512px !important;
  padding: 74px 52px 42px !important;
  display: grid !important;
  align-content: start !important;
  border: 1px solid #d8e0ed !important;
  border-radius: 10px !important;
  background: rgba(255, 253, 249, .86) !important;
  box-shadow: none !important;
}

body[data-route="explore"] .urgent-support-card::before {
  top: 74px !important;
  left: 42px !important;
  width: 3px !important;
  height: 48px !important;
  background: #f2b705 !important;
}

body[data-route="explore"] .urgent-support-card h2 {
  max-width: none !important;
  margin: 0 0 28px !important;
  color: var(--ink) !important;
  font-size: 28px !important;
  line-height: 1.12 !important;
}

body[data-route="explore"] .urgent-support-card .urgent-copy {
  margin: 0 0 48px !important;
  color: #354666 !important;
  font-size: 21px !important;
  line-height: 1.4 !important;
}

body[data-route="explore"] .urgent-support-card button {
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 0 56px !important;
  justify-content: center !important;
  border-radius: 8px !important;
  border-color: var(--ink) !important;
  color: var(--ink) !important;
  background: transparent !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

body[data-route="explore"] .urgent-footnote {
  margin-top: 0 !important;
  padding-top: 34px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  border-top: 1px solid #dde3ed !important;
}

body[data-route="explore"] .urgent-footnote .icon {
  width: 48px !important;
  height: 48px !important;
  padding: 13px !important;
  flex: 0 0 auto !important;
  border-radius: 50% !important;
  color: var(--ink) !important;
  background: #fff4d6 !important;
}

body[data-route="explore"] .urgent-footnote p {
  margin: 0 !important;
  color: #56627a !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

@media (max-width: 1180px) {
  body[data-route="explore"] .results-layout {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .urgent-support-card {
    position: relative !important;
    top: auto !important;
    min-height: 0 !important;
  }
}

@media (max-width: 900px) {
  body[data-route="explore"] .explore-hero > h1 {
    max-width: none !important;
    font-size: clamp(34px, 9vw, 48px) !important;
  }

  body[data-route="explore"] .results-request-bar {
    position: static !important;
    justify-content: flex-start !important;
    margin: -8px 0 16px !important;
  }

  body[data-route="explore"] .explore-hero .request-edit-panel {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  body[data-route="explore"] .result-card {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 20px 18px !important;
  }

  body[data-route="explore"] .result-rating-breakdown {
    margin-top: 0 !important;
  }

  body[data-route="explore"] .result-actions {
    grid-template-columns: 1fr 1fr !important;
    padding-top: 0 !important;
  }

  body[data-route="explore"] .result-actions .primary,
  body[data-route="explore"] .result-details {
    grid-column: 1 / -1 !important;
  }

  body[data-route="explore"] .result-card-footer {
    grid-column: 1 !important;
  }

  body[data-route="explore"] .result-review-strip,
  body[data-route="explore"] .listing-rating-widget {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .result-review-strip div {
    justify-content: flex-start !important;
  }
}

@media (max-width: 560px) {
  body[data-route="explore"] .match-results-page {
    padding: 22px 14px 40px !important;
  }

  body[data-route="explore"] .explore-count {
    font-size: 17px !important;
  }

  body[data-route="explore"] .result-batches {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  body[data-route="explore"] .result-batches span {
    grid-column: 1 / -1 !important;
    order: -1 !important;
  }

  body[data-route="explore"] .result-card {
    padding: 18px 14px !important;
  }

  body[data-route="explore"] .result-copy h2 {
    font-size: 25px !important;
  }

  body[data-route="explore"] .result-rating-summary strong {
    font-size: 24px !important;
  }

  body[data-route="explore"] .result-static-stars {
    font-size: 20px !important;
  }

  body[data-route="explore"] .result-actions {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .urgent-support-card {
    padding: 42px 28px 28px !important;
  }

  body[data-route="explore"] .urgent-support-card::before {
    top: 44px !important;
    left: 18px !important;
  }

  body[data-route="explore"] .urgent-support-card h2 {
    font-size: 24px !important;
  }

  body[data-route="explore"] .urgent-support-card .urgent-copy {
    margin-bottom: 30px !important;
    font-size: 18px !important;
  }
}

/* True-last explore guard: this file has older duplicate explore blocks above. */
body[data-route="explore"] .match-results-page {
  max-width: 1760px !important;
  margin: 0 auto !important;
  padding: 40px clamp(18px, 4.4vw, 76px) 56px !important;
}

body[data-route="explore"] .explore-hero {
  max-width: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-route="explore"] .explore-hero > h1 {
  max-width: calc(100% - 260px) !important;
  margin: 0 0 8px !important;
  font-size: clamp(42px, 4vw, 58px) !important;
  line-height: 1.04 !important;
}

body[data-route="explore"] .explore-count {
  margin: 0 0 24px !important;
  color: #4d5a72 !important;
  font-size: 22px !important;
}

body[data-route="explore"] .results-request-bar {
  position: absolute !important;
  top: 8px !important;
  right: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-route="explore"] .results-request-bar p {
  display: none !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel {
  max-width: none !important;
  margin: 0 !important;
  padding: 20px 24px 24px !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 1fr) 240px !important;
  gap: 24px !important;
  align-items: end !important;
  border: 1px solid #d4dce8 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .78) !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel input,
body[data-route="explore"] .explore-hero .request-edit-panel select,
body[data-route="explore"] .explore-hero .request-edit-panel button {
  min-height: 62px !important;
  border-radius: 7px !important;
  font-size: 18px !important;
}

body[data-route="explore"] .results-layout {
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 448px) !important;
  gap: 38px !important;
}

body[data-route="explore"] .result-batches {
  margin: 10px 0 18px !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) 150px !important;
  gap: 18px !important;
  align-items: center !important;
}

body[data-route="explore"] .result-batches span {
  text-align: center !important;
}

body[data-route="explore"] .result-batches button {
  min-height: 56px !important;
}

body[data-route="explore"] .result-card {
  min-height: 0 !important;
  padding: 30px 32px 24px !important;
  grid-template-columns: minmax(0, 1fr) minmax(185px, 270px) minmax(180px, 220px) !important;
  gap: 28px !important;
  align-items: start !important;
  border: 1px solid #d8e0ed !important;
  border-radius: 10px !important;
  background: rgba(251, 253, 255, .94) !important;
  box-shadow: none !important;
}

body[data-route="explore"] .result-copy {
  padding: 0 !important;
}

body[data-route="explore"] .result-copy h2 {
  margin: 0 0 18px !important;
  font-size: clamp(25px, 2vw, 32px) !important;
}

body[data-route="explore"] .result-rating-summary {
  margin: 0 0 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px 13px !important;
  align-items: center !important;
}

body[data-route="explore"] .result-rating-summary strong {
  font-size: 27px !important;
  line-height: 1 !important;
}

body[data-route="explore"] .result-static-stars {
  color: #b9c1cf !important;
  font-size: 23px !important;
}

body[data-route="explore"] .result-static-stars .is-filled {
  color: #e5a400 !important;
}

body[data-route="explore"] .result-rating-breakdown {
  margin-top: 34px !important;
  display: grid !important;
  gap: 7px !important;
}

body[data-route="explore"] .rating-breakdown-row {
  display: grid !important;
  grid-template-columns: 16px minmax(70px, 1fr) 32px !important;
  gap: 10px !important;
  align-items: center !important;
}

body[data-route="explore"] .rating-breakdown-row i {
  height: 5px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #e2e6ed !important;
}

body[data-route="explore"] .rating-breakdown-row b {
  height: 100% !important;
  display: block !important;
  background: #e2a500 !important;
}

body[data-route="explore"] .rating-breakdown-row em {
  font-style: normal !important;
  text-align: right !important;
}

body[data-route="explore"] .result-actions {
  padding: 6px 0 0 !important;
  gap: 14px !important;
  border-left: 0 !important;
}

body[data-route="explore"] .result-actions .primary,
body[data-route="explore"] .result-actions .outline {
  width: 100% !important;
  min-height: 58px !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-size: 17px !important;
}

body[data-route="explore"] .result-card-footer {
  grid-column: 1 / 3 !important;
  display: grid !important;
  gap: 14px !important;
  padding-top: 20px !important;
  border-top: 1px solid #dfe5ee !important;
}

body[data-route="explore"] .result-review-strip {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 20px !important;
  align-items: end !important;
}

body[data-route="explore"] .listing-rating-widget {
  margin-top: 0 !important;
  padding: 12px 14px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body[data-route="explore"] .urgent-support-card {
  position: sticky !important;
  top: 116px !important;
  min-height: 512px !important;
  padding: 74px 52px 42px !important;
  border: 1px solid #d8e0ed !important;
  border-radius: 10px !important;
  background: rgba(255, 253, 249, .86) !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  body[data-route="explore"] .results-layout {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .urgent-support-card {
    position: relative !important;
    top: auto !important;
    min-height: 0 !important;
  }
}

@media (max-width: 900px) {
  body[data-route="explore"] .explore-hero > h1 {
    max-width: none !important;
    font-size: clamp(34px, 9vw, 48px) !important;
  }

  body[data-route="explore"] .results-request-bar {
    position: static !important;
    justify-content: flex-start !important;
    margin: -8px 0 16px !important;
  }

  body[data-route="explore"] .explore-hero .request-edit-panel,
  body[data-route="explore"] .result-card,
  body[data-route="explore"] .result-review-strip,
  body[data-route="explore"] .listing-rating-widget {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .result-card-footer {
    grid-column: 1 !important;
  }
}

@media (max-width: 560px) {
  body[data-route="explore"] .match-results-page {
    padding: 22px 14px 40px !important;
  }

  body[data-route="explore"] .result-batches {
    grid-template-columns: 1fr 1fr !important;
  }

  body[data-route="explore"] .result-batches span {
    grid-column: 1 / -1 !important;
    order: -1 !important;
  }

  body[data-route="explore"] .result-card {
    padding: 18px 14px !important;
  }
}

/* True final home guard: this must stay at EOF so old homepage passes cannot override it. */
body[data-route="home"] .home-work-photo::after,
body[data-route="home"] .home-work-photo figcaption {
  display: none !important;
}

body[data-route="home"] .request-button span {
  display: none !important;
}


@media (max-width: 700px) {
  body[data-route="home"] .home-redesign {
    padding: 0 14px 16px !important;
  }

  body[data-route="home"] .home-stage {
    max-width: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  body[data-route="home"] .home-left {
    display: contents !important;
  }

  body[data-route="home"] .home-visual-panel {
    order: 1 !important;
    width: calc(100% + 28px) !important;
    height: 116px !important;
    margin: 0 -14px !important;
  }

  body[data-route="home"] .home-work-photo {
    width: 100% !important;
    height: 116px !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body[data-route="home"] .home-work-photo img {
    object-position: center 48% !important;
  }

  body[data-route="home"] .hero-copy {
    order: 2 !important;
    padding: 18px 14px 0 !important;
  }

  body[data-route="home"] h1 {
    margin-bottom: 8px !important;
    font-size: clamp(32px, 9.4vw, 38px) !important;
    line-height: 1.02 !important;
  }

  body[data-route="home"] .hero-copy > p {
    font-size: 15px !important;
    line-height: 1.32 !important;
  }

  body[data-route="home"] .home-intake {
    order: 3 !important;
    margin: 14px 14px 0 !important;
    gap: 8px !important;
  }

  body[data-route="home"] .home-field {
    gap: 5px !important;
  }

  body[data-route="home"] .home-field label,
  body[data-route="home"] .home-field > span {
    font-size: 13px !important;
  }

  body[data-route="home"] .home-input-shell,
  body[data-route="home"] .home-input-shell input,
  body[data-route="home"] .home-select-shell select {
    min-height: 46px !important;
  }

  body[data-route="home"] .parish-picks {
    margin-top: 6px !important;
    gap: 6px !important;
  }

  body[data-route="home"] .parish-picks button {
    min-height: 30px !important;
    font-size: 12px !important;
  }

  body[data-route="home"] .request-button {
    min-height: 52px !important;
    font-size: 20px !important;
  }

  body[data-route="home"] .home-privacy {
    margin-top: 0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }
}

/* Explore screen final override. The file still has older duplicated explore CSS above. */
body[data-route="explore"] .match-results-page {
  max-width: 1760px !important;
  margin: 0 auto !important;
  padding: 40px clamp(18px, 4.4vw, 76px) 56px !important;
}

body[data-route="explore"] .explore-hero {
  max-width: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-route="explore"] .explore-hero > h1 {
  max-width: calc(100% - 260px) !important;
  margin: 0 0 8px !important;
  font-size: clamp(42px, 4vw, 58px) !important;
  line-height: 1.04 !important;
}

body[data-route="explore"] .explore-count {
  margin: 0 0 24px !important;
  color: #4d5a72 !important;
  font-size: 22px !important;
}

body[data-route="explore"] .results-request-bar {
  position: absolute !important;
  top: 8px !important;
  right: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-route="explore"] .results-request-bar p {
  display: none !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel {
  max-width: none !important;
  margin: 0 !important;
  padding: 20px 24px 24px !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 1fr) 240px !important;
  gap: 24px !important;
  align-items: end !important;
  border: 1px solid #d4dce8 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .78) !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel input,
body[data-route="explore"] .explore-hero .request-edit-panel select,
body[data-route="explore"] .explore-hero .request-edit-panel button {
  min-height: 62px !important;
  border-radius: 7px !important;
  font-size: 18px !important;
}

body[data-route="explore"] .results-layout {
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 448px) !important;
  gap: 38px !important;
}

body[data-route="explore"] .result-batches {
  margin: 10px 0 18px !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) 150px !important;
  gap: 18px !important;
  align-items: center !important;
}

body[data-route="explore"] .result-batches span {
  text-align: center !important;
}

body[data-route="explore"] .result-batches button {
  min-height: 56px !important;
}

body[data-route="explore"] .result-card {
  min-height: 0 !important;
  padding: 30px 32px 24px !important;
  grid-template-columns: minmax(0, 1fr) minmax(185px, 270px) minmax(180px, 220px) !important;
  gap: 28px !important;
  align-items: start !important;
  border: 1px solid #d8e0ed !important;
  border-radius: 10px !important;
  background: rgba(251, 253, 255, .94) !important;
  box-shadow: none !important;
}

body[data-route="explore"] .result-copy {
  padding: 0 !important;
}

body[data-route="explore"] .result-copy h2 {
  margin: 0 0 18px !important;
  font-size: clamp(25px, 2vw, 32px) !important;
}

body[data-route="explore"] .result-rating-summary {
  margin: 0 0 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px 13px !important;
  align-items: center !important;
}

body[data-route="explore"] .result-rating-summary strong {
  font-size: 27px !important;
  line-height: 1 !important;
}

body[data-route="explore"] .result-static-stars {
  color: #b9c1cf !important;
  font-size: 23px !important;
}

body[data-route="explore"] .result-static-stars .is-filled {
  color: #e5a400 !important;
}

body[data-route="explore"] .result-rating-breakdown {
  margin-top: 34px !important;
  display: grid !important;
  gap: 7px !important;
}

body[data-route="explore"] .rating-breakdown-row {
  display: grid !important;
  grid-template-columns: 16px minmax(70px, 1fr) 32px !important;
  gap: 10px !important;
  align-items: center !important;
}

body[data-route="explore"] .rating-breakdown-row i {
  height: 5px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #e2e6ed !important;
}

body[data-route="explore"] .rating-breakdown-row b {
  height: 100% !important;
  display: block !important;
  background: #e2a500 !important;
}

body[data-route="explore"] .rating-breakdown-row em {
  font-style: normal !important;
  text-align: right !important;
}

body[data-route="explore"] .result-actions {
  padding: 6px 0 0 !important;
  gap: 14px !important;
  border-left: 0 !important;
}

body[data-route="explore"] .result-actions .primary,
body[data-route="explore"] .result-actions .outline {
  width: 100% !important;
  min-height: 58px !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-size: 17px !important;
}

body[data-route="explore"] .result-card-footer {
  grid-column: 1 / 3 !important;
  display: grid !important;
  gap: 14px !important;
  padding-top: 20px !important;
  border-top: 1px solid #dfe5ee !important;
}

body[data-route="explore"] .result-review-strip {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 20px !important;
  align-items: end !important;
}

body[data-route="explore"] .listing-rating-widget {
  margin-top: 0 !important;
  padding: 12px 14px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body[data-route="explore"] .urgent-support-card {
  position: sticky !important;
  top: 116px !important;
  min-height: 512px !important;
  padding: 74px 52px 42px !important;
  border: 1px solid #d8e0ed !important;
  border-radius: 10px !important;
  background: rgba(255, 253, 249, .86) !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  body[data-route="explore"] .results-layout {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .urgent-support-card {
    position: relative !important;
    top: auto !important;
    min-height: 0 !important;
  }
}

@media (max-width: 900px) {
  body[data-route="explore"] .explore-hero > h1 {
    max-width: none !important;
    font-size: clamp(34px, 9vw, 48px) !important;
  }

  body[data-route="explore"] .results-request-bar {
    position: static !important;
    justify-content: flex-start !important;
    margin: -8px 0 16px !important;
  }

  body[data-route="explore"] .explore-hero .request-edit-panel,
  body[data-route="explore"] .result-card,
  body[data-route="explore"] .result-review-strip,
  body[data-route="explore"] .listing-rating-widget {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .result-card-footer {
    grid-column: 1 !important;
  }
}

@media (max-width: 560px) {
  body[data-route="explore"] .match-results-page {
    padding: 22px 14px 40px !important;
  }

  body[data-route="explore"] .result-batches {
    grid-template-columns: 1fr 1fr !important;
  }

  body[data-route="explore"] .result-batches span {
    grid-column: 1 / -1 !important;
    order: -1 !important;
  }

  body[data-route="explore"] .result-card {
    padding: 18px 14px !important;
  }
}

/* Absolute final explore guard. Older result-card passes appear above this file. */
body[data-route="explore"] .explore-hero .request-edit-panel {
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 1fr) 190px !important;
}

body[data-route="explore"] .result-image-wrap,
body[data-route="explore"] .result-card.featured .result-image-wrap,
body[data-route="explore"] .result-card:not(.featured) .result-image-wrap,
body[data-route="explore"] .result-contact-note {
  display: none !important;
}

body[data-route="explore"] .result-card {
  grid-template-columns: minmax(0, 1fr) minmax(170px, 220px) !important;
  gap: 24px !important;
  padding: 18px 20px 18px 26px !important;
  align-items: start !important;
}

body[data-route="explore"] .result-copy {
  padding: 0 !important;
  overflow: visible !important;
}

body[data-route="explore"] .result-actions {
  padding: 0 !important;
  border-left: 0 !important;
  gap: 14px !important;
}

body[data-route="explore"] .result-actions .primary {
  min-height: 52px !important;
  padding: 0 18px !important;
  font-size: 20px !important;
}

body[data-route="explore"] .listing-rating-widget {
  margin-top: 14px !important;
  padding: 12px 14px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 14px !important;
  border-color: rgba(6, 26, 58, .14) !important;
  background: rgba(255, 255, 255, .72) !important;
}

body[data-route="explore"] .listing-rating-signin {
  min-height: 38px !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

body[data-route="explore"] .listing-rating-stars button {
  width: 32px !important;
  height: 32px !important;
  font-size: 20px !important;
}

@media (max-width: 700px) {
  body[data-route="explore"] .explore-hero .request-edit-panel,
  body[data-route="explore"] .listing-rating-widget {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .result-card {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  body[data-route="explore"] .result-actions {
    grid-template-columns: 1fr 1fr !important;
  }

  body[data-route="explore"] .result-actions .primary {
    grid-column: 1 / -1 !important;
  }

  body[data-route="explore"] .listing-rating-signin {
    width: 100% !important;
  }
}

/* Final About page guard: desktop reference layout plus Android-safe mobile header. */
body[data-route="about"] {
  overflow-x: hidden !important;
  background: #fff7ef !important;
}

body[data-route="about"] .page {
  min-height: calc(100svh - 92px) !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #fff7ef !important;
}

body[data-route="about"] .about-page {
  min-height: calc(100svh - 92px) !important;
  color: var(--ink) !important;
  background: #fff7ef !important;
}

body[data-route="about"] .about-page .mobile-appbar {
  display: none !important;
}

body[data-route="about"] .about-hero {
  min-height: calc(100svh - 238px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 49.5%) minmax(0, 50.5%) !important;
  border-bottom: 1px solid rgba(6, 26, 58, .14) !important;
}

body[data-route="about"] .about-copy {
  padding: clamp(96px, 13vh, 210px) clamp(48px, 5.5vw, 118px) 72px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

body[data-route="about"] .about-copy h1 {
  max-width: 760px !important;
  margin: 0 0 38px !important;
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(64px, 6vw, 112px) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
}

body[data-route="about"] .about-copy p {
  max-width: 520px !important;
  margin: 0 0 42px !important;
  color: #0f284f !important;
  font-size: clamp(21px, 1.55vw, 28px) !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

body[data-route="about"] .about-copy .primary {
  min-width: 190px !important;
  min-height: 72px !important;
  padding: 0 34px !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: var(--ink) !important;
  font-size: 22px !important;
  font-weight: 850 !important;
}

body[data-route="about"] .about-photo {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 100% !important;
  overflow: hidden !important;
  background: #e8eef5 !important;
}

body[data-route="about"] .about-photo img {
  width: 100% !important;
  height: 100% !important;
  min-height: calc(100svh - 238px) !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body[data-route="about"] .about-footer-band {
  min-height: 146px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 48.5%) minmax(0, 51.5%) !important;
  align-items: stretch !important;
  border-bottom: 1px solid rgba(6, 26, 58, .08) !important;
  background: rgba(255, 251, 246, .88) !important;
}

body[data-route="about"] .about-mission {
  padding: 32px clamp(48px, 5vw, 102px) !important;
}

body[data-route="about"] .about-mission h2 {
  margin: 0 0 16px !important;
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(29px, 2.3vw, 38px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body[data-route="about"] .about-mission p,
body[data-route="about"] .about-contact p {
  max-width: 520px !important;
  margin: 0 !important;
  color: #0f284f !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
}

body[data-route="about"] .about-contact {
  padding: 32px clamp(28px, 3vw, 54px) !important;
  display: grid !important;
  grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr) !important;
  gap: 18px 24px !important;
  align-items: center !important;
  border-left: 1px solid rgba(6, 26, 58, .12) !important;
}

body[data-route="about"] .about-quick-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body[data-route="about"] .about-direct-contact {
  grid-column: 2 !important;
  display: flex !important;
  gap: 18px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

body[data-route="about"] .about-contact .primary,
body[data-route="about"] .about-contact .outline {
  min-height: 72px !important;
  padding: 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  border: 1px solid var(--ink) !important;
  border-radius: 8px !important;
  color: var(--ink) !important;
  background: transparent !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

body[data-route="about"] .about-contact .primary {
  border: 1px solid var(--ink) !important;
  color: #fff !important;
  background: var(--ink) !important;
}

body[data-route="about"] .about-direct-contact .text-action {
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #0052cc !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

body[data-route="about"] .about-contact .icon {
  width: 30px !important;
  height: 30px !important;
}

@media (max-width: 900px) {
  body[data-route="about"] .topbar {
    display: none !important;
  }

  body[data-route="about"] .page,
  body[data-route="about"] .about-page {
    min-height: 100dvh !important;
    padding: 0 !important;
  }

  body[data-route="about"] .about-page {
    padding-bottom: calc(196px + env(safe-area-inset-bottom)) !important;
  }

  body[data-route="about"] .about-page .mobile-appbar {
    min-height: calc(68px + env(safe-area-inset-top)) !important;
    padding: env(safe-area-inset-top) 18px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #fff7ef !important;
    border-bottom: 1px solid rgba(6, 26, 58, .12) !important;
  }

  body[data-route="about"] .about-page .mobile-appbar .brand {
    min-height: 68px !important;
    color: var(--ink) !important;
    font-size: clamp(24px, 7.2vw, 34px) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
  }

  body[data-route="about"] .about-page .mobile-appbar .brand i {
    width: .34em !important;
    height: .34em !important;
    background: var(--gold) !important;
  }

  body[data-route="about"] .mobile-menu {
    width: 42px !important;
    height: 42px !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    background: transparent !important;
  }

  body[data-route="about"] .mobile-menu span,
  body[data-route="about"] .mobile-menu span::before,
  body[data-route="about"] .mobile-menu span::after {
    width: 22px !important;
    height: 2px !important;
    display: block !important;
    background: var(--ink) !important;
    content: "" !important;
  }

  body[data-route="about"] .mobile-menu span {
    position: relative !important;
  }

  body[data-route="about"] .mobile-menu span::before,
  body[data-route="about"] .mobile-menu span::after {
    position: absolute !important;
    left: 0 !important;
  }

  body[data-route="about"] .mobile-menu span::before {
    top: -7px !important;
  }

  body[data-route="about"] .mobile-menu span::after {
    top: 7px !important;
  }

  body[data-route="about"] .about-hero {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    border-bottom: 1px solid rgba(6, 26, 58, .12) !important;
  }

  body[data-route="about"] .about-photo {
    height: clamp(220px, 55vw, 360px) !important;
    min-height: 0 !important;
  }

  body[data-route="about"] .about-photo img {
    min-height: 0 !important;
    height: 100% !important;
    object-position: center top !important;
  }

  body[data-route="about"] .about-copy {
    padding: 34px 22px 36px !important;
  }

  body[data-route="about"] .about-copy h1 {
    max-width: 340px !important;
    margin-bottom: 22px !important;
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 1.02 !important;
  }

  body[data-route="about"] .about-copy p {
    max-width: 330px !important;
    margin-bottom: 26px !important;
    font-size: 18px !important;
    line-height: 1.42 !important;
  }

  body[data-route="about"] .about-copy .primary {
    min-width: 0 !important;
    width: min(220px, 100%) !important;
    min-height: 58px !important;
    font-size: 18px !important;
  }

  body[data-route="about"] .about-footer-band {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    background: #fff7ef !important;
  }

  body[data-route="about"] .about-mission,
  body[data-route="about"] .about-contact {
    padding: 28px 22px !important;
  }

  body[data-route="about"] .about-mission h2 {
    font-size: 30px !important;
  }

  body[data-route="about"] .about-mission p,
  body[data-route="about"] .about-contact p {
    font-size: 17px !important;
  }

  body[data-route="about"] .about-contact {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(6, 26, 58, .12) !important;
  }

  body[data-route="about"] .about-quick-actions {
    grid-template-columns: 1fr !important;
  }

  body[data-route="about"] .about-direct-contact {
    grid-column: auto !important;
  }

  body[data-route="about"] .about-contact .primary,
  body[data-route="about"] .about-contact .outline {
    min-height: 56px !important;
    font-size: 17px !important;
  }
}

/* Explore ad card: calm conversion block, not a second results card. */
body[data-route="explore"] .urgent-support-card {
  position: relative !important;
  min-height: 374px !important;
  padding: 58px 46px 42px !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(6, 26, 58, .10) !important;
  border-radius: 0 !important;
  color: var(--ink) !important;
  background: rgba(255, 255, 255, .48) !important;
  box-shadow: none !important;
}

body[data-route="explore"] .urgent-support-card::before {
  content: "" !important;
  position: absolute !important;
  top: 58px !important;
  left: 30px !important;
  width: 3px !important;
  height: 48px !important;
  background: var(--gold) !important;
}

body[data-route="explore"] .urgent-support-card > .icon,
body[data-route="explore"] .urgent-support-card i,
body[data-route="explore"] .urgent-price {
  display: none !important;
}

body[data-route="explore"] .urgent-support-card h2 {
  max-width: none !important;
  margin: 0 0 24px !important;
  color: var(--ink) !important;
  font-size: 24px !important;
  line-height: 1.16 !important;
  font-weight: 850 !important;
}

body[data-route="explore"] .urgent-support-card .urgent-copy {
  margin: 0 0 34px !important;
  color: #17315a !important;
  font-size: 21px !important;
  line-height: 1.46 !important;
  font-weight: 500 !important;
}

body[data-route="explore"] .urgent-support-card button {
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 0 46px !important;
  border: 2px solid var(--ink) !important;
  border-radius: 6px !important;
  color: var(--ink) !important;
  background: transparent !important;
  font-size: 19px !important;
  font-weight: 850 !important;
}

body[data-route="explore"] .urgent-footnote {
  margin-top: auto !important;
  padding-top: 32px !important;
  border-top: 1px solid rgba(6, 26, 58, .18) !important;
}

body[data-route="explore"] .urgent-footnote p,
body[data-route="explore"] .urgent-support-card p:not(.urgent-copy) {
  margin: 0 0 8px !important;
  color: #344362 !important;
  font-size: 16px !important;
  line-height: 1.42 !important;
  font-weight: 500 !important;
}

@media (max-width: 700px) {
  body[data-route="explore"] .urgent-support-card {
    min-height: 0 !important;
    padding: 34px 28px 28px !important;
  }

  body[data-route="explore"] .urgent-support-card::before {
    top: 36px !important;
    left: 18px !important;
    height: 42px !important;
  }

  body[data-route="explore"] .urgent-support-card h2 {
    font-size: 22px !important;
  }

  body[data-route="explore"] .urgent-support-card .urgent-copy {
    margin-bottom: 24px !important;
    font-size: 18px !important;
  }
}

/* True final nav guard: desktop topbar must not resize between routes. */
@media (min-width: 701px) {
  body .topbar,
  body[data-route="home"] .topbar {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
    padding: 0 clamp(40px, 4vw, 78px) !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(6, 26, 58, .14) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body .brand,
  body[data-route="home"] .brand {
    min-height: 92px !important;
    font-size: clamp(31px, 2.2vw, 42px) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
  }

  body .topbar nav,
  body[data-route="home"] .topbar nav {
    height: 92px !important;
  }

  body .topbar nav button,
  body .topbar .nav-link,
  body[data-route="home"] .topbar nav button,
  body[data-route="home"] .topbar .nav-link {
    height: 92px !important;
    min-height: 92px !important;
  }

  body[data-route="explore"] .result-card {
    grid-template-columns: 180px minmax(0, 1fr) 176px !important;
    gap: 28px !important;
  }

  body[data-route="explore"] .result-copy {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body[data-route="explore"] .result-copy h2 {
    font-size: 25px !important;
    overflow-wrap: anywhere !important;
  }

  body[data-route="explore"] .result-actions .primary {
    padding: 0 16px !important;
    font-size: 18px !important;
  }
}

body[data-route="worker"] .public-detail-secondary-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

body[data-route="worker"] .public-detail-whatsapp,
body[data-route="worker"] .public-detail-no-answer,
body[data-route="worker"] .public-detail-get-reviewed {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border: 1px solid #c6d1e1 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #061a3a !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

body[data-route="worker"] .public-detail-no-answer {
  color: #42506a !important;
}

body[data-route="worker"] .public-detail-get-reviewed {
  border-color: rgba(247, 189, 0, .72) !important;
  background: rgba(255, 248, 225, .86) !important;
}

@media (max-width: 640px) {
  body[data-route="worker"] .public-detail-secondary-actions {
    flex-direction: column !important;
  }

  body[data-route="worker"] .public-detail-whatsapp,
  body[data-route="worker"] .public-detail-no-answer,
  body[data-route="worker"] .public-detail-get-reviewed {
    width: 100% !important;
  }
}

/* Launch polish overrides: public results need clearer separation and admin-only source tools. */
body[data-route="explore"] .result-list,
.result-list {
  gap: 16px !important;
}

body[data-route="explore"] .result-card,
.result-card {
  background: #fbfdff !important;
  box-shadow: 0 10px 26px rgba(7, 23, 53, .05) !important;
}

.result-batches {
  margin: 14px 0 18px !important;
}

.result-scroll-hint,
.result-response-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
  font-weight: 760;
}

.result-scroll-hint {
  margin: -4px 0 16px;
  color: #52627a;
  font-size: 14px;
}

.result-response-note {
  margin: 0 0 8px;
  color: #7a5200;
  font-size: 14px;
}

.result-scroll-hint .icon,
.result-response-note .icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.result-actions .result-no-answer,
.public-detail-no-answer {
  color: #42506a;
  border-color: #cbd6e5;
  background: #fff;
  font-size: 15px;
}

.result-actions .result-no-answer.is-active,
.public-detail-no-answer.is-active {
  border-color: rgba(217, 154, 0, .72) !important;
  background: #fff1bd !important;
  color: #061a3a !important;
}

.claim-choice .primary {
  width: 100%;
  min-height: 50px;
  margin-top: 22px;
  justify-content: center;
}

.admin-sources {
  max-width: 830px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #d6deec;
}

.admin-sources > div,
.admin-source-item {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px) auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #d6deec;
}

.admin-source-item strong,
.admin-source-item span {
  min-width: 0;
}

.admin-source-item a {
  min-height: 40px;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 700px) {
  .admin-sources > div,
  .admin-source-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0;
  }
}

/* Board-match guards: keep the approved desktop support/payment/listing screens from old route CSS. */
body[data-route="checkout"] .boost-checkout-page {
  width: auto !important;
  margin: 0 !important;
  padding: 46px 56px 56px !important;
  background: #fff8ed !important;
}

body[data-route="checkout"] .boost-checkout-layout {
  max-width: 1160px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 32px !important;
  align-items: start !important;
}

body[data-route="checkout"] .boost-checkout-main h1 {
  max-width: 640px !important;
  margin: 18px 0 10px !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: .96 !important;
}

body[data-route="checkout"] .urgent-price-card {
  display: block !important;
  max-width: 520px !important;
  min-height: 0 !important;
  padding: 28px 32px !important;
  overflow: visible !important;
}

body[data-route="checkout"] .urgent-price-card h2 {
  margin: 0 0 18px !important;
  color: #d99300 !important;
  font-size: 42px !important;
}

body[data-route="checkout"] .urgent-price-card p {
  margin: 14px 0 0 !important;
  display: grid !important;
  grid-template-columns: 24px 1fr !important;
  gap: 12px !important;
}

body[data-route="checkout"] .urgent-mini-card {
  padding: 22px 24px !important;
}

body[data-route="checkout"] .urgent-continue {
  grid-column: 1 / -1 !important;
  min-height: 58px !important;
  color: #fff !important;
  background: var(--ink) !important;
  text-decoration: none !important;
}

body[data-route="payment"] .manual-payment-upload,
body[data-route="payment"] .manual-payment-upload:visited,
body[data-route="payment"] .manual-payment-upload:hover {
  color: #fff !important;
  background: var(--ink) !important;
  text-decoration: none !important;
}

body[data-route="payment"] .manual-payment-layout {
  max-width: 1160px !important;
}

body[data-route="payment"] .manual-payment-main {
  padding-top: 44px !important;
}

body[data-route="profile-edit"] .listing-intake-form {
  margin-top: 34px !important;
}

body[data-route="worker"] .public-detail-call,
body[data-route="worker"] .public-detail-call:visited,
body[data-route="worker"] .public-detail-call:hover {
  color: #fff !important;
  text-decoration: none !important;
}

body[data-route="checkout"] .urgent-mini-card p {
  grid-template-columns: 88px 1fr !important;
  align-items: baseline !important;
}

@media (max-width: 760px) {
  body[data-route="checkout"] .boost-checkout-page {
    padding: 22px 18px 42px !important;
  }

  body[data-route="checkout"] .boost-checkout-layout {
    display: block !important;
  }
}

@media (max-width: 760px) {
  body[data-route="worker"] .public-detail-page,
  body[data-route="checkout"] .boost-checkout-page,
  body[data-route="payment"] .manual-payment-page,
  body[data-route="profile-edit"] .listing-intake-page {
    padding: 18px 14px 42px !important;
  }

  body[data-route="worker"] .back-link,
  body[data-route="checkout"] .back-link,
  body[data-route="profile-edit"] .back-link {
    margin: 0 0 16px !important;
    font-size: 16px !important;
  }

  body[data-route="worker"] .public-detail-main,
  body[data-route="profile-edit"] .listing-intake-main {
    padding: 20px !important;
    border-radius: 8px !important;
  }

  body[data-route="worker"] .public-detail-main h1,
  body[data-route="checkout"] .boost-checkout-main h1,
  body[data-route="payment"] .manual-payment-main h1,
  body[data-route="profile-edit"] .listing-intake-main > h1 {
    font-size: 34px !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  body[data-route="worker"] .public-detail-grid {
    gap: 22px !important;
  }

  body[data-route="worker"] .public-detail-facts {
    gap: 16px !important;
  }

  body[data-route="worker"] .public-detail-facts p {
    grid-template-columns: 22px 1fr !important;
    gap: 2px 12px !important;
  }

  body[data-route="worker"] .public-detail-facts strong,
  body[data-route="profile-edit"] .claim-choice h2 {
    font-size: 20px !important;
  }

  body[data-route="worker"] .public-detail-facts span,
  body[data-route="profile-edit"] .claim-choice p,
  body[data-route="profile-edit"] .claim-choice li {
    font-size: 15px !important;
  }

  body[data-route="worker"] .public-detail-call {
    min-height: 54px !important;
    margin-top: 22px !important;
    font-size: 18px !important;
  }

  body[data-route="checkout"] .boost-checkout-main .kicker {
    font-size: 12px !important;
  }

  body[data-route="checkout"] .boost-lede,
  body[data-route="payment"] .manual-payment-main > p,
  body[data-route="profile-edit"] .listing-intake-main > p {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  body[data-route="checkout"] .urgent-price-card,
  body[data-route="checkout"] .urgent-mini-card,
  body[data-route="payment"] .manual-payment-card,
  body[data-route="profile-edit"] .claim-choice {
    padding: 20px !important;
  }

  body[data-route="checkout"] .urgent-price-card h2 {
    font-size: 38px !important;
  }

  body[data-route="checkout"] .urgent-price-card p,
  body[data-route="payment"] .manual-payment-steps div {
    font-size: 15px !important;
  }

  body[data-route="checkout"] .urgent-mini-card p {
    grid-template-columns: 76px 1fr !important;
  }

  body[data-route="payment"] .manual-payment-main {
    padding: 10px 0 0 !important;
  }

  body[data-route="payment"] .payment-status-icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 18px !important;
  }

  body[data-route="payment"] .manual-payment-steps {
    gap: 18px !important;
  }

  body[data-route="payment"] .manual-payment-steps div {
    grid-template-columns: 32px 1fr !important;
    text-align: left !important;
  }

  body[data-route="payment"] .manual-payment-card dd,
  body[data-route="payment"] .manual-payment-card dt {
    font-size: 15px !important;
  }

  body[data-route="profile-edit"] .claim-choice-row {
    gap: 16px !important;
    margin: 20px 0 !important;
  }
}

/* Approved home mockup guard: true EOF override. */
body[data-route="home"] {
  overflow-x: hidden !important;
  background: #fff7eb !important;
}

body[data-route="home"] .page,
body[data-route="home"] .home-hero,
body[data-route="home"] .desktop-home,
body[data-route="home"] .home-redesign {
  min-height: calc(100dvh - 72px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff7eb !important;
}

body[data-route="home"] .topbar {
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 clamp(32px, 5vw, 68px) !important;
  display: flex !important;
  background: #fff !important;
  border-bottom: 1px solid rgba(6, 26, 58, .14) !important;
  box-shadow: none !important;
}

body[data-route="home"] .mobile-status,
body[data-route="home"] .mobile-appbar {
  display: none !important;
}

body[data-route="home"] .brand {
  color: var(--ink) !important;
  font-size: clamp(29px, 2.2vw, 38px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body[data-route="home"] .brand i {
  width: .35em !important;
  height: .35em !important;
  background: var(--gold) !important;
}

body[data-route="home"] .home-stage {
  width: 100% !important;
  height: calc(100dvh - 72px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

body[data-route="home"] .home-left {
  width: min(680px, calc(100% - 96px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(34px, 5.8vh, 72px) 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

body[data-route="home"] .hero-copy {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body[data-route="home"] h1 {
  max-width: 670px !important;
  margin: 0 0 18px !important;
  color: var(--ink) !important;
  font-size: clamp(52px, 4.8vw, 74px) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body[data-route="home"] .hero-copy > p {
  max-width: 620px !important;
  margin: 0 0 26px !important;
  color: #10254a !important;
  font-size: clamp(19px, 1.35vw, 24px) !important;
  line-height: 1.38 !important;
  font-weight: 500 !important;
}

body[data-route="home"] .home-intake {
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 16px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-route="home"] .home-field {
  display: grid !important;
  gap: 8px !important;
}

body[data-route="home"] .home-field label,
body[data-route="home"] .home-field > span {
  color: var(--ink) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body[data-route="home"] .parish-control {
  display: grid !important;
  grid-template-columns: minmax(0, 470px) auto !important;
  gap: 22px !important;
  align-items: center !important;
}

body[data-route="home"] .home-input-shell {
  min-height: 58px !important;
  border: 1px solid rgba(6, 26, 58, .26) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, .76) !important;
  box-shadow: none !important;
}

body[data-route="home"] .home-input-shell:focus-within {
  border-color: rgba(6, 26, 58, .48) !important;
  box-shadow: 0 0 0 3px rgba(255, 199, 38, .2) !important;
}

body[data-route="home"] .home-select-shell {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-items: center !important;
  padding: 0 18px !important;
}

body[data-route="home"] .home-select-shell .icon,
body[data-route="home"] .use-parish .icon,
body[data-route="home"] .contact-mark .icon,
body[data-route="home"] .contact-check .icon {
  width: 26px !important;
  height: 26px !important;
  color: #1a3458 !important;
}

body[data-route="home"] .home-select-shell select,
body[data-route="home"] .home-input-shell input {
  min-height: 56px !important;
  padding: 0 !important;
  color: var(--ink) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-route="home"] .home-input-shell input::placeholder {
  color: #65748c !important;
  opacity: 1 !important;
}

body[data-route="home"] .use-parish {
  min-height: 44px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
  color: #52627a !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body[data-route="home"] .parish-picks,
body[data-route="home"] .home-privacy,
body[data-route="home"] .request-reassurance,
body[data-route="home"] .home-process,
body[data-route="home"] .home-request-state,
body[data-route="home"] .home-work-photo figcaption,
body[data-route="home"] .home-work-photo::after {
  display: none !important;
}

body[data-route="home"] .contact-shell {
  display: grid !important;
  grid-template-columns: 40px auto minmax(0, 1fr) 26px !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 0 14px 0 18px !important;
}

body[data-route="home"] .contact-mark,
body[data-route="home"] .contact-check {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body[data-route="home"] .country-chip {
  min-height: 34px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  border: 1px solid rgba(6, 26, 58, .16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body[data-route="home"] .country-chip[hidden],
body[data-route="home"] .contact-check[hidden] {
  display: none !important;
}

body[data-route="home"] .country-chip i {
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, #00267f 0 33%, #ffc726 33% 67%, #00267f 67%) !important;
  position: relative !important;
}

body[data-route="home"] .country-chip i::after {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  top: 4px !important;
  width: 4px !important;
  height: 10px !important;
  border-left: 2px solid #061a3a !important;
  border-right: 2px solid #061a3a !important;
}

body[data-route="home"] .contact-check,
body[data-route="home"] .contact-check .icon {
  color: #16834d !important;
}

body[data-route="home"] .contact-hint:empty {
  display: none !important;
}

body[data-route="home"] .home-submit-row {
  display: block !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
}

body[data-route="home"] .request-button {
  width: 100% !important;
  min-height: 62px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--ink) !important;
  color: #fff !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

body[data-route="home"] .request-button:hover {
  background: #09224f !important;
}

body[data-route="home"] .request-button:active {
  transform: translateY(1px) !important;
}

body[data-route="home"] .home-visual-panel {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
}

body[data-route="home"] .home-work-photo {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

body[data-route="home"] .home-work-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
}

@media (max-width: 700px) {
  body[data-route="home"] .topbar {
    display: none !important;
  }

  body[data-route="home"] .mobile-appbar {
    min-height: 86px !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(6, 26, 58, .12) !important;
  }

  body[data-route="home"] .mobile-appbar .brand {
    font-size: clamp(33px, 9vw, 42px) !important;
  }

  body[data-route="home"] .mobile-menu {
    width: 50px !important;
    height: 50px !important;
    display: inline-flex !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[data-route="home"] .home-hero,
  body[data-route="home"] .desktop-home,
  body[data-route="home"] .home-redesign,
  body[data-route="home"] .page {
    min-height: 100dvh !important;
    height: auto !important;
    overflow: visible !important;
  }

  body[data-route="home"] .home-stage {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
  }

  body[data-route="home"] .home-left {
    display: contents !important;
  }

  body[data-route="home"] .home-visual-panel {
    order: 1 !important;
    width: 100% !important;
    height: clamp(250px, 70vw, 390px) !important;
    margin: 0 !important;
  }

  body[data-route="home"] .hero-copy {
    order: 2 !important;
    width: auto !important;
    padding: 34px 24px 0 !important;
  }

  body[data-route="home"] h1 {
    max-width: 760px !important;
    margin-bottom: 16px !important;
    font-size: clamp(48px, 13vw, 70px) !important;
    line-height: 1.06 !important;
  }

  body[data-route="home"] .hero-copy > p {
    max-width: 660px !important;
    margin-bottom: 0 !important;
    font-size: clamp(19px, 5vw, 28px) !important;
    line-height: 1.38 !important;
  }

  body[data-route="home"] .home-intake {
    order: 3 !important;
    width: auto !important;
    max-width: none !important;
    margin: 34px 24px 40px !important;
    gap: 26px !important;
  }

  body[data-route="home"] .home-field label,
  body[data-route="home"] .home-field > span {
    font-size: 21px !important;
  }

  body[data-route="home"] .parish-control {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  body[data-route="home"] .home-input-shell {
    min-height: 68px !important;
  }

  body[data-route="home"] .home-select-shell,
  body[data-route="home"] .contact-shell {
    padding-left: 18px !important;
  }

  body[data-route="home"] .home-select-shell select,
  body[data-route="home"] .home-input-shell input {
    min-height: 66px !important;
    font-size: 20px !important;
  }

  body[data-route="home"] .use-parish {
    min-height: 48px !important;
    font-size: 18px !important;
  }

  body[data-route="home"] .contact-shell {
    grid-template-columns: 34px auto minmax(0, 1fr) 24px !important;
    gap: 8px !important;
  }

  body[data-route="home"] .request-button {
    min-height: 72px !important;
    font-size: 31px !important;
  }
}

@media (max-width: 430px) {
  body[data-route="home"] .mobile-appbar {
    min-height: 86px !important;
    padding: 0 20px !important;
  }

  body[data-route="home"] .home-visual-panel {
    height: 250px !important;
  }

  body[data-route="home"] .hero-copy {
    padding: 28px 22px 0 !important;
  }

  body[data-route="home"] h1 {
    font-size: clamp(42px, 12vw, 52px) !important;
  }

  body[data-route="home"] .hero-copy > p {
    font-size: 18px !important;
  }

  body[data-route="home"] .home-intake {
    margin: 28px 22px 34px !important;
    gap: 22px !important;
  }

  body[data-route="home"] .parish-control {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body[data-route="home"] .use-parish {
    justify-self: start !important;
  }

  body[data-route="home"] .contact-shell {
    grid-template-columns: 32px auto minmax(0, 1fr) 22px !important;
  }
}

/* Homepage production pass from approved ChatGPT mockups. */
body[data-route="home"] .topbar {
  height: 72px !important;
  padding: 0 clamp(28px, 4vw, 56px) !important;
  background: #fff !important;
  border-bottom: 1px solid rgba(6, 26, 58, .16) !important;
}

body[data-route="home"] .brand {
  font-size: clamp(28px, 2.2vw, 38px) !important;
}

body[data-route="home"] .home-redesign {
  height: calc(100dvh - 72px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff9ef !important;
}

body[data-route="home"] .home-stage {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
}

body[data-route="home"] .home-left {
  width: min(720px, calc(100% - 88px)) !important;
  margin: 0 auto !important;
  padding: clamp(36px, 7vh, 92px) 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

body[data-route="home"] h1 {
  margin: 0 0 18px !important;
  font-size: clamp(64px, 5.6vw, 96px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

body[data-route="home"] .hero-copy > p {
  max-width: 620px !important;
  margin: 0 0 34px !important;
  color: #10254a !important;
  font-size: clamp(21px, 1.6vw, 28px) !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

body[data-route="home"] .home-intake {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 22px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-route="home"] .home-field {
  gap: 9px !important;
}

body[data-route="home"] .home-field label,
body[data-route="home"] .home-field > span {
  color: var(--ink) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
}

body[data-route="home"] .parish-control {
  display: grid !important;
  grid-template-columns: minmax(0, 470px) auto !important;
  gap: 22px !important;
  align-items: center !important;
}

body[data-route="home"] .home-input-shell {
  min-height: 66px !important;
  border: 1px solid rgba(6, 26, 58, .28) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: none !important;
}

body[data-route="home"] .home-input-shell:focus-within {
  border-color: rgba(6, 26, 58, .48) !important;
  box-shadow: 0 0 0 3px rgba(255, 199, 38, .18) !important;
}

body[data-route="home"] .home-select-shell {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: center !important;
  padding: 0 18px !important;
}

body[data-route="home"] .home-select-shell .icon,
body[data-route="home"] .use-parish .icon,
body[data-route="home"] .contact-mark .icon,
body[data-route="home"] .contact-check .icon {
  width: 26px !important;
  height: 26px !important;
  color: #1a3458 !important;
}

body[data-route="home"] .home-select-shell select,
body[data-route="home"] .home-input-shell input {
  min-height: 64px !important;
  padding: 0 !important;
  color: var(--ink) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
}

body[data-route="home"] .home-input-shell input::placeholder,
body[data-route="home"] .home-select-shell select:invalid {
  color: #67748a !important;
}

body[data-route="home"] .use-parish {
  min-height: 44px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
  color: #52627a !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

body[data-route="home"] .use-parish:hover {
  color: var(--ink) !important;
}

body[data-route="home"] .parish-picks,
body[data-route="home"] .home-privacy {
  display: none !important;
}

body[data-route="home"] .contact-shell {
  display: grid !important;
  grid-template-columns: 42px auto minmax(0, 1fr) 28px !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 0 14px 0 18px !important;
}

body[data-route="home"] .contact-mark {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

body[data-route="home"] .country-chip {
  min-height: 34px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  border: 1px solid rgba(6, 26, 58, .16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body[data-route="home"] .country-chip[hidden],
body[data-route="home"] .contact-check[hidden] {
  display: none !important;
}

body[data-route="home"] .country-chip i {
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, #00267f 0 33%, #ffc726 33% 67%, #00267f 67%) !important;
  position: relative !important;
}

body[data-route="home"] .country-chip i::after {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  top: 4px !important;
  width: 4px !important;
  height: 10px !important;
  border-left: 2px solid #061a3a !important;
  border-right: 2px solid #061a3a !important;
}

body[data-route="home"] .contact-check {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #16834d !important;
}

body[data-route="home"] .contact-check .icon {
  color: #16834d !important;
}

body[data-route="home"] .contact-hint:empty {
  display: none !important;
}

body[data-route="home"] .home-submit-row {
  margin-top: 2px !important;
}

body[data-route="home"] .request-button {
  width: 100% !important;
  min-height: 76px !important;
  border-radius: 7px !important;
  background: var(--ink) !important;
  color: #fff !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

body[data-route="home"] .home-visual-panel,
body[data-route="home"] .home-work-photo {
  height: 100% !important;
  min-height: 0 !important;
}

body[data-route="home"] .home-work-photo {
  margin: 0 !important;
  border-radius: 0 !important;
}

body[data-route="home"] .home-work-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (min-width: 701px) and (max-height: 920px) {
  body[data-route="home"] .home-left {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  body[data-route="home"] h1 {
    font-size: clamp(56px, 5vw, 82px) !important;
  }

  body[data-route="home"] .hero-copy > p {
    margin-bottom: 24px !important;
    font-size: clamp(19px, 1.4vw, 24px) !important;
  }

  body[data-route="home"] .home-intake {
    gap: 16px !important;
  }

  body[data-route="home"] .home-input-shell,
  body[data-route="home"] .home-input-shell input,
  body[data-route="home"] .home-select-shell select {
    min-height: 58px !important;
  }

  body[data-route="home"] .request-button {
    min-height: 64px !important;
  }
}

@media (max-width: 700px) {
  body[data-route="home"] .topbar {
    display: none !important;
  }

  body[data-route="home"] .home-redesign {
    height: auto !important;
    min-height: 100dvh !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body[data-route="home"] .mobile-appbar {
    min-height: 70px !important;
    padding: 0 24px !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(6, 26, 58, .12) !important;
  }

  body[data-route="home"] .mobile-menu {
    width: 46px !important;
    height: 46px !important;
  }

  body[data-route="home"] .home-stage {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body[data-route="home"] .home-left {
    display: contents !important;
  }

  body[data-route="home"] .home-visual-panel {
    order: 1 !important;
    width: 100% !important;
    height: clamp(250px, 70vw, 390px) !important;
    margin: 0 !important;
  }

  body[data-route="home"] .home-work-photo {
    height: 100% !important;
  }

  body[data-route="home"] .hero-copy {
    order: 2 !important;
    width: auto !important;
    padding: 34px 24px 0 !important;
  }

  body[data-route="home"] h1 {
    max-width: 760px !important;
    margin-bottom: 16px !important;
    font-size: clamp(48px, 13vw, 72px) !important;
    line-height: 1.06 !important;
  }

  body[data-route="home"] .hero-copy > p {
    max-width: 660px !important;
    margin-bottom: 0 !important;
    font-size: clamp(19px, 5vw, 28px) !important;
    line-height: 1.38 !important;
  }

  body[data-route="home"] .home-intake {
    order: 3 !important;
    width: auto !important;
    max-width: none !important;
    margin: 34px 24px 40px !important;
    gap: 26px !important;
  }

  body[data-route="home"] .home-field label,
  body[data-route="home"] .home-field > span {
    font-size: 21px !important;
  }

  body[data-route="home"] .parish-control {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  body[data-route="home"] .home-input-shell {
    min-height: 68px !important;
  }

  body[data-route="home"] .home-select-shell,
  body[data-route="home"] .contact-shell {
    padding-left: 18px !important;
  }

  body[data-route="home"] .home-select-shell select,
  body[data-route="home"] .home-input-shell input {
    min-height: 66px !important;
    font-size: 20px !important;
  }

  body[data-route="home"] .use-parish {
    min-height: 48px !important;
    font-size: 18px !important;
  }

  body[data-route="home"] .contact-shell {
    grid-template-columns: 34px auto minmax(0, 1fr) 24px !important;
    gap: 8px !important;
  }

  body[data-route="home"] .country-chip {
    min-height: 34px !important;
    padding: 0 8px !important;
    font-size: 15px !important;
  }

  body[data-route="home"] .request-button {
    min-height: 72px !important;
    font-size: 31px !important;
  }
}

@media (max-width: 430px) {
  body[data-route="home"] .brand {
    font-size: 30px !important;
  }

  body[data-route="home"] .home-visual-panel {
    height: 250px !important;
  }

  body[data-route="home"] .hero-copy {
    padding: 28px 22px 0 !important;
  }

  body[data-route="home"] h1 {
    font-size: clamp(42px, 12vw, 52px) !important;
  }

  body[data-route="home"] .hero-copy > p {
    font-size: 18px !important;
  }

  body[data-route="home"] .home-intake {
    margin: 28px 22px 34px !important;
    gap: 22px !important;
  }

  body[data-route="home"] .parish-control {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body[data-route="home"] .use-parish {
    justify-self: start !important;
  }

  body[data-route="home"] .contact-shell {
    grid-template-columns: 32px auto minmax(0, 1fr) 22px !important;
  }
}

/* Final home production guard: Vanessa-approved simple first screen. */
body[data-route="home"],
body[data-route="home"] .page,
body[data-route="home"] .home-hero,
body[data-route="home"] .desktop-home,
body[data-route="home"] .home-redesign {
  min-height: 0;
  background: #fff7eb;
}

body[data-route="home"] {
  overflow-x: hidden;
}


body[data-route="home"] .topbar {
  height: 72px;
  padding: 0 clamp(22px, 5vw, 72px);
  background: #fff;
}

body[data-route="home"] .home-redesign {
  height: calc(100dvh - 72px);
  padding: 0;
  overflow: hidden;
}

body[data-route="home"] .home-stage {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(44%, 1fr);
  gap: 0;
  align-items: stretch;
}

body[data-route="home"] .home-left {
  width: min(780px, calc(100% - 112px));
  margin: 0 auto;
  padding: clamp(28px, 4.2vh, 48px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-route="home"] .hero-copy,
body[data-route="home"] .home-intake {
  width: 100%;
  margin: 0;
  padding: 0;
}

body[data-route="home"] h1 {
  max-width: 780px;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(64px, 5.7vw, 108px);
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

body[data-route="home"] .hero-copy > p {
  max-width: 650px;
  margin: 0 0 30px;
  color: #253757;
  font-size: clamp(20px, 1.55vw, 28px);
  line-height: 1.45;
  font-weight: 500;
}

body[data-route="home"] .home-intake {
  max-width: 775px;
  display: grid;
  gap: 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-route="home"] .home-field {
  gap: 6px;
}

body[data-route="home"] .home-field label,
body[data-route="home"] .home-field > span {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 850;
}

body[data-route="home"] .home-input-shell {
  min-height: 56px;
  border: 1px solid rgba(6, 26, 58, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: none;
}

body[data-route="home"] .home-input-shell:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(255, 199, 38, .28);
}

body[data-route="home"] .home-input-shell input,
body[data-route="home"] .home-select-shell select {
  min-height: 54px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 750;
}

body[data-route="home"] .parish-picks {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-route="home"] .parish-picks button {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(6, 26, 58, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

body[data-route="home"] .parish-picks button[aria-pressed="true"] {
  border-color: var(--gold);
  background: #fff0aa;
}

body[data-route="home"] .parish-picks button:active,
body[data-route="home"] .request-button:active {
  transform: translateY(1px);
}

body[data-route="home"] .contact-shell {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  padding: 0 14px 0 10px;
}

body[data-route="home"] .contact-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef3fb;
  color: #405372;
  font-size: 13px;
  font-weight: 900;
}

body[data-route="home"] .contact-local .contact-mark {
  overflow: hidden;
  color: transparent;
  background: linear-gradient(90deg, #00267f 0 33%, #ffc726 33% 67%, #00267f 67%);
}

body[data-route="home"] .contact-local .contact-mark::before {
  content: "\2693";
  color: #061a3a;
  font-size: 18px;
  line-height: 1;
}

body[data-route="home"] .contact-valid {
  border-color: rgba(20, 131, 74, .52);
}

body[data-route="home"] .contact-invalid {
  border-color: rgba(184, 57, 57, .55);
}

body[data-route="home"] .contact-hint {
  min-height: 17px;
  color: #0d7d4b;
  font-size: 13px;
  font-weight: 850;
}

body[data-route="home"] .contact-invalid + .contact-hint {
  color: #9a2e2e;
}

body[data-route="home"] .home-submit-row {
  margin-top: 8px;
}

body[data-route="home"] .request-button {
  width: 100%;
  min-height: 64px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-size: 24px;
  font-weight: 900;
  box-shadow: none;
}

body[data-route="home"] .request-button span {
  display: none;
}

body[data-route="home"] .home-privacy {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 650;
}

body[data-route="home"] .home-visual-panel,
body[data-route="home"] .home-work-photo {
  height: 100%;
  min-height: 0;
}

body[data-route="home"] .home-work-photo {
  margin: 0;
  border-radius: 0;
}

body[data-route="home"] .home-work-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 48%;
}

body[data-route="home"] .home-work-photo::after,
body[data-route="home"] .home-work-photo figcaption {
  display: none;
}

@media (min-width: 701px) and (max-height: 1010px) {
  body[data-route="home"] .home-left {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  body[data-route="home"] h1 {
    margin-bottom: 18px;
    font-size: clamp(56px, 5.1vw, 96px);
  }

  body[data-route="home"] .hero-copy > p {
    margin-bottom: 22px;
    font-size: clamp(19px, 1.45vw, 25px);
  }

  body[data-route="home"] .home-intake {
    gap: 11px;
  }

  body[data-route="home"] .home-input-shell,
  body[data-route="home"] .home-input-shell input,
  body[data-route="home"] .home-select-shell select {
    min-height: 52px;
  }

  body[data-route="home"] .request-button {
    min-height: 60px;
  }
}

@media (max-width: 700px) {
  body[data-route="home"] .topbar {
    display: none;
  }

  body[data-route="home"] .home-redesign {
    height: auto;
    min-height: 100dvh;
    padding: 0 14px 18px;
    overflow: visible;
  }

  body[data-route="home"] .mobile-appbar {
    min-height: 60px;
    margin: 0 -14px;
    padding: 0 24px;
    background: #fff7eb;
    border-bottom: 1px solid rgba(6, 26, 58, .12);
  }

  body[data-route="home"] .home-stage {
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  body[data-route="home"] .home-left {
    width: 100%;
    margin: 0;
    padding: 18px 14px 0;
    display: contents;
  }

  body[data-route="home"] .home-visual-panel {
    order: 1;
    width: calc(100% + 28px);
    height: 138px;
    margin: 0 -14px;
  }

  body[data-route="home"] .hero-copy {
    order: 2;
    padding: 22px 14px 0;
  }

  body[data-route="home"] h1 {
    max-width: 360px;
    margin-bottom: 10px;
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.02;
  }

  body[data-route="home"] .hero-copy > p {
    max-width: 340px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.35;
  }

  body[data-route="home"] .home-intake {
    order: 3;
    margin: 18px 14px 0;
    gap: 9px;
  }

  body[data-route="home"] .home-field label,
  body[data-route="home"] .home-field > span {
    font-size: 14px;
  }

  body[data-route="home"] .home-input-shell,
  body[data-route="home"] .home-input-shell input,
  body[data-route="home"] .home-select-shell select {
    min-height: 48px;
    font-size: 15px;
  }

  body[data-route="home"] .parish-picks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  body[data-route="home"] .parish-picks button {
    min-height: 32px;
    padding: 0 6px;
    font-size: 12px;
  }

  body[data-route="home"] .contact-shell {
    grid-template-columns: 42px minmax(0, 1fr);
    padding-left: 9px;
  }

  body[data-route="home"] .contact-mark {
    width: 32px;
    height: 32px;
  }

  body[data-route="home"] .home-submit-row {
    margin-top: 7px;
  }

  body[data-route="home"] .request-button {
    min-height: 54px;
    font-size: 20px;
  }

  body[data-route="home"] .home-privacy {
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  body[data-route="sponsor"] .sponsor-summary {
    grid-template-columns: 1fr;
  }

  body[data-route="sponsor"] .sponsor-summary div {
    min-height: 0;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body[data-route="sponsor"] .sponsor-summary div + div {
    border-left: 0;
    border-top: 1px solid #d6deec;
  }
}

body[data-route="home"] .parish-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-route="home"] .parish-picks button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(6, 26, 58, .2);
  border-radius: 999px;
  color: #172943;
  background: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 760;
}

body[data-route="home"] .parish-picks button[aria-pressed="true"] {
  color: var(--ink);
  border-color: var(--gold);
  background: #fff2b7;
}

body[data-route="home"] .contact-shell {
  padding-left: 12px;
}

body[data-route="home"] .contact-mark {
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #41516b;
  background: #edf2f8;
  font-size: 13px;
  font-weight: 900;
}

body[data-route="home"] .contact-shell input {
  padding-left: 6px;
}

body[data-route="home"] .contact-hint {
  min-height: 16px;
  color: #52617a;
  font-size: 12px;
  font-weight: 760;
}

body[data-route="home"] .contact-valid {
  border-color: #278750;
  background: #f7fff9;
}

body[data-route="home"] .contact-valid .contact-mark {
  color: #0c5f31;
  background: #dff7e7;
}

body[data-route="home"] .contact-local .contact-mark {
  overflow: hidden;
  color: #061a3a;
  background: linear-gradient(90deg, #00267f 0 33%, #ffc726 33% 67%, #00267f 67%);
  font-size: 0;
}

body[data-route="home"] .contact-local .contact-mark::before {
  content: "?";
  font-size: 17px;
  line-height: 1;
}

body[data-route="home"] .contact-invalid {
  border-color: #b74444;
  background: #fff8f7;
}

body[data-route="home"] .contact-invalid .contact-mark {
  color: #8b1e1e;
  background: #ffe5e2;
}

body[data-route="home"] .request-button span {
  display: none;
}

@media (min-width: 900px) {
  body[data-route="home"] .home-stage {
    height: calc(100dvh - 72px);
    min-height: 760px;
    overflow: clip;
  }

  body[data-route="home"] .home-work-photo {
    height: calc(100dvh - 72px);
    min-height: 760px;
  }
}

@media (min-width: 900px) and (max-height: 980px) {
  body[data-route="home"] .home-stage {
    align-content: start;
    padding-top: clamp(18px, 3vh, 32px);
  }

  body[data-route="home"] h1 {
    max-width: 660px;
    margin-bottom: 16px;
    font-size: clamp(52px, 5vw, 74px);
    line-height: 1;
  }

  body[data-route="home"] .hero-copy > p {
    margin-bottom: 22px;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.42;
  }

  body[data-route="home"] .home-intake {
    gap: 13px;
  }

  body[data-route="home"] .home-field {
    gap: 6px;
  }

  body[data-route="home"] .home-input-shell,
  body[data-route="home"] .home-input-shell input,
  body[data-route="home"] .home-select-shell select {
    min-height: 54px;
  }

  body[data-route="home"] .request-button {
    min-height: 62px;
    font-size: 22px;
  }
}

@media (max-width: 700px) {

  body[data-route="home"] .hero-copy > p {
    font-size: 15px;
    line-height: 1.36;
  }

  body[data-route="home"] .home-intake {
    padding: 14px;
    gap: 10px;
  }

  body[data-route="home"] .home-input-shell,
  body[data-route="home"] .home-input-shell input,
  body[data-route="home"] .home-select-shell select {
    min-height: 50px;
  }

  body[data-route="home"] .request-button {
    min-height: 54px;
    font-size: 19px;
  }

  body[data-route="home"] .parish-picks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-route="home"] .parish-picks button {
    padding: 0 8px;
    font-size: 12px;
  }
}

/* Business staffing intake: paid flow without decorative filler. */
body[data-route="business-post"] {
  background: #fff7eb;
}

body[data-route="business-post"] .page {
  background: #fff7eb;
}

body[data-route="business-post"] .business-post-page {
  width: min(1160px, calc(100% - 64px));
  margin: clamp(28px, 4vw, 56px) auto 96px;
}

body[data-route="business-post"] .business-post-layout {
  grid-template-columns: minmax(0, 720px) minmax(280px, 334px);
  gap: clamp(48px, 7vw, 92px);
}

body[data-route="business-post"] .business-post-main h1 {
  max-width: 740px;
  margin: 54px 0 14px;
  font-size: clamp(54px, 5.3vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

body[data-route="business-post"] .business-post-main > p {
  max-width: 560px;
  margin: 0 0 24px;
  color: #263754;
  font-size: 19px;
  line-height: 1.42;
  font-weight: 500;
}

body[data-route="business-post"] .business-price-line {
  max-width: 720px;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 23, 53, .18);
  border-bottom: 1px solid rgba(7, 23, 53, .18);
}

body[data-route="business-post"] .business-price-line span {
  min-width: 0;
  padding: 14px 18px 14px 0;
  display: grid;
  gap: 4px;
}

body[data-route="business-post"] .business-price-line span + span {
  padding-left: 18px;
  border-left: 1px solid rgba(7, 23, 53, .14);
}

body[data-route="business-post"] .business-price-line strong,
body[data-route="business-post"] .business-price-line small {
  display: block;
}

body[data-route="business-post"] .business-price-line strong {
  font-size: 18px;
  line-height: 1.12;
}

body[data-route="business-post"] .business-price-line small {
  color: #4d5b76;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 750;
}

body[data-route="business-post"] .business-post-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 16px;
  padding: 0;
}

body[data-route="business-post"] .business-post-form .provider-title-field,
body[data-route="business-post"] .business-post-form .provider-source-field {
  grid-column: 1 / -1;
}

body[data-route="business-post"] .business-post-form .big-field {
  gap: 8px;
  font-size: 15px;
}

body[data-route="business-post"] .business-post-form .big-field input,
body[data-route="business-post"] .business-post-form .big-field select,
body[data-route="business-post"] .business-post-form .big-field textarea {
  min-height: 56px;
  padding: 0 17px;
  border: 1px solid rgba(7, 23, 53, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .8);
  box-shadow: none;
  font-weight: 650;
}

body[data-route="business-post"] .business-post-form .big-field textarea {
  min-height: 116px;
  padding-top: 15px;
  line-height: 1.4;
}

body[data-route="business-post"] .business-post-action {
  align-self: start;
  margin-top: 188px;
  padding: 24px 0 0;
  border: 0;
  border-top: 2px solid var(--gold);
  background: transparent;
  box-shadow: none;
}

body[data-route="business-post"] .business-post-action .primary,
body[data-route="business-post"] .business-post-action .outline {
  min-height: 56px;
  border-radius: 8px;
  text-decoration: none;
}

body[data-route="business-post"] .business-post-action .primary {
  color: #fff;
  background: var(--ink);
  box-shadow: none;
}

body[data-route="business-post"] .business-post-action .outline {
  color: var(--ink);
  border-color: rgba(7, 23, 53, .28);
  background: transparent;
}

body[data-route="business-post"] .business-payment-note {
  max-width: 300px;
  margin: 2px 0 0;
  color: #3f4f69;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

body[data-route="business-post"] .intake-visual-strip,
body[data-route="business-post"] .business-post-summary,
body[data-route="business-post"] .business-post-action .provider-setup-note {
  display: none;
}

@media (max-width: 700px) {
  body[data-route="business-post"] .page {
    padding: 0;
  }

  body[data-route="business-post"] .business-post-page {
    width: min(100% - 32px, 420px);
    margin: 10px auto 56px;
  }

  body[data-route="business-post"] .business-post-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  body[data-route="business-post"] .business-post-main h1 {
    margin: 28px 0 9px;
    font-size: clamp(38px, 10.8vw, 42px);
    line-height: 1.02;
  }

  body[data-route="business-post"] .business-post-main > p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.38;
  }

  body[data-route="business-post"] .business-price-line {
    margin-bottom: 16px;
    grid-template-columns: 1fr;
  }

  body[data-route="business-post"] .business-price-line span {
    min-height: 46px;
    padding: 10px 0;
    grid-template-columns: minmax(92px, .72fr) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
  }

  body[data-route="business-post"] .business-price-line span + span {
    padding-left: 0;
    border-top: 1px solid rgba(7, 23, 53, .14);
    border-left: 0;
  }

  body[data-route="business-post"] .business-post-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-route="business-post"] .business-post-form .big-field {
    gap: 5px;
    font-size: 13px;
  }

  body[data-route="business-post"] .business-post-form .big-field input,
  body[data-route="business-post"] .business-post-form .big-field select,
  body[data-route="business-post"] .business-post-form .big-field textarea {
    min-height: 48px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  body[data-route="business-post"] .business-post-form .big-field textarea {
    min-height: 84px;
    padding-top: 13px;
  }

  body[data-route="business-post"] .provider-setup-page > .provider-setup-layout > .business-post-action,
  body[data-route="business-post"] .business-post-action {
    width: 100%;
    margin-top: 16px;
    padding-top: 14px;
    display: grid;
    gap: 10px;
    border-top: 2px solid var(--gold);
  }

  body[data-route="business-post"] .business-post-action .primary,
  body[data-route="business-post"] .business-post-action .outline {
    min-height: 52px;
    font-size: 16px;
  }

  body[data-route="business-post"] .business-payment-note {
    max-width: none;
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  body[data-route="explore"] .results-heading-row .privacy-note {
    display: none;
  }

  body[data-route="explore"] .results-main > .preview-truth {
    justify-content: flex-start;
    margin-bottom: 12px;
  }

  body[data-route="explore"] .result-list {
    gap: 14px;
  }

  body[data-route="explore"] .result-card {
    padding: 8px;
  }

  body[data-route="explore"] .result-image-wrap,
  body[data-route="explore"] .result-card.featured .result-image-wrap,
  body[data-route="explore"] .result-card:not(.featured) .result-image-wrap {
    height: 132px;
  }

  body[data-route="explore"] .result-copy {
    padding: 12px 4px 8px;
  }

  body[data-route="explore"] .result-reason {
    margin-bottom: 6px;
    font-size: 14px;
  }

  body[data-route="explore"] .result-copy h2 {
    font-size: 23px;
  }

  body[data-route="explore"] .result-desc,
  body[data-route="explore"] .result-area {
    margin-bottom: 8px;
    font-size: 14px;
  }

  body[data-route="explore"] .source-note {
    display: none;
  }

  body[data-route="explore"] .result-actions {
    padding: 0 4px 4px;
    gap: 8px;
  }

  body[data-route="explore"] .result-actions .primary,
  body[data-route="explore"] .result-actions .outline {
    min-height: 48px;
    font-size: 17px;
  }

  body[data-route="explore"] .availability-hint {
    display: none;
  }
}

.result-actions .primary,
.result-actions .outline,
.profile-action-card .primary,
.profile-action-card .outline,
.text-action {
  text-decoration: none;
}

/* Provider listing intake v2: stripped to the useful fields and one decision. */
body[data-route="profile-edit"] {
  background: #fff7eb;
}

body[data-route="profile-edit"] .page {
  background: #fff7eb;
}

body[data-route="profile-edit"] .listing-intake-page {
  width: min(1120px, calc(100% - 64px));
  margin: clamp(28px, 4vw, 56px) auto 96px;
}

body[data-route="profile-edit"] .listing-intake-layout {
  grid-template-columns: minmax(0, 650px) minmax(270px, 320px);
  gap: clamp(48px, 7vw, 96px);
}

body[data-route="profile-edit"] .listing-kicker {
  display: inline-flex;
  width: max-content;
  margin: 34px 0 14px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

body[data-route="profile-edit"] .listing-kicker::after {
  content: "";
  width: 10px;
  height: 10px;
  margin: 2px 0 0 7px;
  border-radius: 50%;
  background: var(--gold);
}

body[data-route="profile-edit"] .listing-intake-main h1 {
  max-width: 680px;
  margin: 0 0 14px;
  font-size: clamp(54px, 5.3vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

body[data-route="profile-edit"] .listing-intake-main > p {
  max-width: 500px;
  margin: 0 0 28px;
  color: #263754;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

body[data-route="profile-edit"] .listing-intake-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  padding: 0;
}

body[data-route="profile-edit"] .listing-intake-form .provider-title-field,
body[data-route="profile-edit"] .listing-intake-form .provider-source-field {
  grid-column: 1 / -1;
}

body[data-route="profile-edit"] .listing-intake-form .big-field {
  gap: 8px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
}

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: 56px;
  padding: 0 17px;
  border: 1px solid rgba(7, 23, 53, .22);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .8);
  box-shadow: none;
  font-weight: 650;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

body[data-route="profile-edit"] .listing-intake-form .big-field textarea {
  min-height: 116px;
  padding: 15px 17px;
  line-height: 1.4;
}

body[data-route="profile-edit"] .listing-intake-form .big-field input:focus,
body[data-route="profile-edit"] .listing-intake-form .big-field select:focus,
body[data-route="profile-edit"] .listing-intake-form .big-field textarea:focus {
  border-color: var(--ink);
  background: #fff;
}

body[data-route="profile-edit"] .listing-intake-action {
  align-self: start;
  margin-top: 142px;
  padding: 24px 0 0;
  border: 0;
  border-top: 2px solid var(--gold);
  background: transparent;
  box-shadow: none;
}

body[data-route="profile-edit"] .listing-intake-action h2 {
  display: block;
  margin: 0;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: 0;
}

body[data-route="profile-edit"] .listing-intake-action p {
  max-width: 260px;
  margin: -4px 0 0;
  color: #3f4f69;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

body[data-route="profile-edit"] .listing-intake-action .primary {
  min-height: 56px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  box-shadow: none;
  font-size: 18px;
}

body[data-route="profile-edit"] .listing-intake-action .outline {
  min-height: 48px;
  display: inline-flex;
  border-color: rgba(7, 23, 53, .28);
  border-radius: 8px;
  color: var(--ink);
  background: transparent;
}

body[data-route="profile-edit"] .listing-review-strip,
body[data-route="profile-edit"] .listing-next-steps,
body[data-route="profile-edit"] .listing-action-mark,
body[data-route="profile-edit"] .listing-intake-action small {
  display: none;
}

@media (max-width: 700px) {
  body[data-route="profile-edit"] .page {
    padding: 0;
  }

  body[data-route="profile-edit"] .listing-intake-page {
    width: min(100% - 32px, 420px);
    margin: 10px auto 48px;
  }

  body[data-route="profile-edit"] .listing-intake-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  body[data-route="profile-edit"] .back-link {
    margin-left: -2px;
  }

  body[data-route="profile-edit"] .listing-kicker {
    margin: 30px 0 12px;
    font-size: 14px;
  }

  body[data-route="profile-edit"] .listing-intake-main h1 {
    margin-bottom: 9px;
    font-size: clamp(36px, 10.4vw, 40px);
    line-height: 1.02;
    text-wrap: balance;
  }

  body[data-route="profile-edit"] .listing-intake-main > p {
    max-width: 330px;
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 1.38;
  }

  body[data-route="profile-edit"] .listing-intake-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-route="profile-edit"] .listing-intake-form .big-field {
    gap: 5px;
    font-size: 13px;
  }

  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: 48px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  body[data-route="profile-edit"] .listing-intake-form .big-field textarea {
    min-height: 76px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  body[data-route="profile-edit"] .provider-setup-page > .provider-setup-layout > .listing-intake-action,
  body[data-route="profile-edit"] .listing-intake-action {
    width: 100%;
    margin-top: 16px;
    padding-top: 14px;
    display: grid;
    gap: 8px;
    border-top: 2px solid var(--gold);
  }

  body[data-route="profile-edit"] .listing-intake-action h2 {
    display: none;
  }

  body[data-route="profile-edit"] .listing-intake-action p {
    display: none;
  }

  body[data-route="profile-edit"] .listing-intake-action .primary {
    order: 1;
    min-height: 52px;
    font-size: 17px;
  }

  body[data-route="profile-edit"] .listing-intake-action .outline {
    display: none;
  }
}

/* Provider profile v2: proof photo first on mobile, action still close. */
.profile-source-note {
  max-width: 740px;
  margin: -6px 0 18px;
  color: #1c2f4e;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 600;
}

.profile-source-note strong {
  font-weight: 900;
}

body[data-route="worker"] .profile-action-card .primary {
  color: #fff;
  background: var(--ink);
  box-shadow: none;
  text-decoration: none;
}

body[data-route="worker"] .profile-action-card .outline {
  color: var(--blue);
  border-color: var(--blue);
  background: transparent;
  text-decoration: none;
}

@media (max-width: 700px) {
  body[data-route="worker"] .profile-page {
    width: min(100% - 28px, 430px);
    margin-top: 18px;
  }

  body[data-route="worker"] .profile-layout {
    gap: 18px;
  }

  body[data-route="worker"] .profile-main h1 {
    order: 1;
    margin: 26px 0 8px;
    font-size: clamp(40px, 12vw, 46px);
    line-height: 1.02;
  }

  body[data-route="worker"] .profile-source-note {
    order: 2;
    margin: 0 0 14px;
    color: #263754;
    font-size: 14px;
    line-height: 1.36;
  }

  body[data-route="worker"] .photo-panel {
    order: 3;
    height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  body[data-route="worker"] .photo-primary,
  body[data-route="worker"] .photo-panel > img {
    height: 222px;
    border-radius: 8px;
  }

  body[data-route="worker"] .photo-strip {
    display: none;
  }

  body[data-route="worker"] .profile-side {
    order: 4;
    width: 100%;
  }

  body[data-route="worker"] .profile-action-card {
    padding: 18px 0 0;
    gap: 11px;
    border: 0;
    border-top: 2px solid var(--gold);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-route="worker"] .quote-state {
    display: none;
  }

  body[data-route="worker"] .profile-need {
    order: 1;
  }

  body[data-route="worker"] .profile-phone {
    display: none;
  }

  body[data-route="worker"] .profile-field {
    padding-bottom: 11px;
  }

  body[data-route="worker"] .profile-field span,
  body[data-route="worker"] .profile-action-card label > span {
    margin-bottom: 5px;
    font-size: 13px;
  }

  body[data-route="worker"] .profile-field strong {
    font-size: 16px;
  }

  body[data-route="worker"] .profile-action-card select {
    min-height: 46px;
  }

  body[data-route="worker"] .profile-action-card label {
    order: 4;
  }

  body[data-route="worker"] .profile-action-card .primary,
  body[data-route="worker"] .profile-action-card .outline {
    min-height: 52px;
    border-radius: 8px;
    font-size: 17px;
  }

  body[data-route="worker"] .profile-action-card .primary {
    order: 2;
  }

  body[data-route="worker"] .profile-action-card .outline {
    order: 3;
  }

  body[data-route="worker"] .profile-action-card .text-action {
    order: 6;
  }

  body[data-route="worker"] .privacy-note {
    order: 7;
    font-size: 13px;
  }

  body[data-route="worker"] .profile-proof {
    order: 8;
    padding-top: 14px;
  }

  body[data-route="worker"] .profile-proof strong {
    font-size: 15px;
  }

  body[data-route="worker"] .profile-proof small {
    font-size: 13px;
  }

  body[data-route="worker"] .profile-service-row {
    order: 5;
    padding: 18px 0 14px;
    gap: 16px 10px;
  }

  body[data-route="worker"] .profile-service-row span {
    gap: 6px;
    font-size: 14px;
  }

  body[data-route="worker"] .profile-service-row .icon {
    width: 30px;
    height: 30px;
  }

  body[data-route="worker"] .profile-compact-details {
    order: 6;
  }
}

/* Approved GetHelp246 home direction: one promise, one form, one work photo. */
body[data-route="home"],
body[data-route="home"] .home-hero,
body[data-route="home"] .desktop-home,
body[data-route="home"] .home-redesign {
  background: #fff7eb;
}

body[data-route="home"] .home-redesign {
  min-height: calc(100svh - 72px);
  padding: 0;
}

body[data-route="home"] .home-stage {
  width: 100%;
  min-height: calc(100svh - 72px);
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(520px, 1fr);
  grid-template-rows: 1fr;
  gap: 0;
  align-content: center;
  align-items: center;
}

body[data-route="home"] .home-left {
  grid-column: 1;
  grid-row: 1;
  width: min(620px, calc(100% - 72px));
  margin-left: clamp(28px, 4vw, 72px);
}

body[data-route="home"] .home-left .hero-copy,
body[data-route="home"] .home-left .home-intake {
  width: 100%;
  margin-left: 0;
  padding: 0;
}

body[data-route="home"] .home-intake {
  max-width: none;
  display: grid;
  gap: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-route="home"] .home-visual-panel {
  grid-column: 2;
  grid-row: 1;
  height: calc(100svh - 72px);
}

body[data-route="home"] .home-work-photo {
  min-height: calc(100svh - 72px);
  border-radius: 0;
}

body[data-route="home"] h1 {
  margin: 0 0 22px;
  font-size: clamp(56px, 5.5vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

body[data-route="home"] .hero-copy > p {
  max-width: 600px;
  margin: 0 0 34px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
}

body[data-route="home"] .home-input-shell,
body[data-route="home"] .home-input-shell input,
body[data-route="home"] .home-select-shell select {
  min-height: 62px;
}

body[data-route="home"] .home-input-shell input {
  font-size: clamp(13px, 3.4vw, 17px);
}

body[data-route="home"] .home-input-shell {
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}

body[data-route="home"] .contact-shell {
  padding-left: 0;
}

body[data-route="home"] .home-select-shell select {
  font-size: clamp(13px, 3.4vw, 17px);
}

body[data-route="home"] .request-button {
  min-height: 76px;
  border-radius: 8px;
  font-size: 24px;
}

body[data-route="home"] .home-privacy {
  color: var(--ink);
  font-size: 15px;
}

@media (max-width: 700px) {
  body[data-route="home"] .home-redesign,
  body[data-route="home"] .desktop-home {
    min-height: 0;
    background: #fff7eb;
  }

  body[data-route="home"] .mobile-appbar {
    background: #fff7eb;
  }

  body[data-route="home"] .home-stage {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px 20px 34px;
  }

  body[data-route="home"] .hero-copy,
  body[data-route="home"] .home-intake,
  body[data-route="home"] .home-visual-panel,
  body[data-route="home"] .home-left {
    width: 100%;
    margin-left: 0;
  }

  body[data-route="home"] .home-left {
    order: 1;
  }

  body[data-route="home"] .home-visual-panel {
    order: 2;
    height: auto;
  }

  body[data-route="home"] .home-work-photo {
    min-height: 290px;
    border-radius: 12px;
  }

  body[data-route="home"] h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.04;
  }

  body[data-route="home"] .hero-copy > p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.45;
  }

  body[data-route="home"] .request-button {
    min-height: 62px;
    font-size: 20px;
  }
}

/* Homepage rescue: borrowed fundamentals, not image-model invention. */
body[data-route="home"] {
  background: #fff7eb;
}

body[data-route="home"] .topbar {
  height: 72px;
  padding: 0 clamp(22px, 5vw, 72px);
  background: #fff;
  border-bottom-color: rgba(7, 23, 53, .12);
  backdrop-filter: none;
}

body[data-route="home"] .brand {
  font-size: clamp(24px, 2.1vw, 32px);
}

body[data-route="home"] .topbar nav button.active::after {
  height: 3px;
  background: var(--gold);
}

body[data-route="home"] .home-hero,
body[data-route="home"] .home-redesign {
  min-height: calc(100svh - 72px);
  background: #fff7eb;
}

body[data-route="home"] .home-redesign {
  display: block;
  padding: 0;
}

body[data-route="home"] .home-stage {
  width: 100%;
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(520px, 1fr);
  grid-template-rows: min-content min-content;
  column-gap: 0;
  align-content: center;
  align-items: start;
}

body[data-route="home"] .hero-copy {
  grid-column: 1;
}

body[data-route="home"] .home-intake {
  grid-column: 1;
}

body[data-route="home"] .hero-copy {
  width: min(620px, calc(100% - 72px));
  margin-left: clamp(28px, 4vw, 72px);
  padding: 0;
  color: var(--ink);
}

body[data-route="home"] h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(56px, 5.5vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

body[data-route="home"] .hero-copy > p {
  max-width: 600px;
  margin: 0 0 34px;
  color: #31425c;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
  font-weight: 500;
}

body[data-route="home"] .local-cue {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #40516f;
  font-size: 13px;
  line-height: 1;
  font-weight: 760;
}

body[data-route="home"] .local-cue span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

body[data-route="home"] .home-intake {
  width: min(620px, calc(100% - 72px));
  max-width: none;
  margin-left: clamp(28px, 4vw, 72px);
  padding: 0 0 4px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

body[data-route="home"] .service-field,
body[data-route="home"] .parish-field,
body[data-route="home"] .contact-field,
body[data-route="home"] .home-request-state,
body[data-route="home"] .home-privacy,
body[data-route="home"] .home-submit-row,
body[data-route="home"] .request-reassurance,
body[data-route="home"] .home-process {
  grid-column: 1 / -1;
}

body[data-route="home"] .home-field.time-field {
  display: none;
}

body[data-route="home"] .home-intake,
body[data-route="home"] .home-summary-panel {
  font-weight: 500;
}

body[data-route="home"] .home-field {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  border: 0;
  color: var(--ink);
  font-weight: 800;
}

body[data-route="home"] .home-field label,
body[data-route="home"] .home-field > span,
body[data-route="home"] .home-field legend {
  padding: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 760;
}

body[data-route="home"] .home-input-shell {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(6, 26, 58, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}

body[data-route="home"] .home-input-shell input {
  width: 100%;
  min-height: 60px;
  padding: 0 20px;
  border: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
  font-size: 17px;
  font-weight: 560;
}

body[data-route="home"] .task-input-shell input {
  padding-right: 56px;
  border-radius: 12px;
}

body[data-route="home"] .clear-need {
  right: 6px;
  width: 40px;
  height: 40px;
  border: 0;
  color: #465673;
  background: #edf2f8;
  box-shadow: none;
  font-size: 22px;
  font-weight: 650;
}

body[data-route="home"] .task-input-shell input:placeholder-shown + .clear-need {
  display: none;
}

body[data-route="home"] .contact-shell {
  padding-left: 14px;
}

body[data-route="home"] .contact-shell .icon {
  width: 22px;
  height: 22px;
  color: #405372;
}

body[data-route="home"] .home-select-shell {
  padding: 0 14px;
}

body[data-route="home"] .home-select-shell select {
  width: 100%;
  min-height: 60px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 17px;
  font-weight: 650;
}

body[data-route="home"] .home-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-route="home"] .parish-chip-row,
body[data-route="home"] .time-chip-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

body[data-route="home"] .time-chip-row {
  max-width: none;
  grid-template-columns: 1fr;
}

body[data-route="home"] .home-chip {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  border: 1px solid #bfcbda;
  border-radius: 7px;
  color: #122445;
  background: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1;
  font-weight: 680;
  text-align: center;
  white-space: nowrap;
}

body[data-route="home"] .home-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body[data-route="home"] .home-chip.selected {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

body[data-route="home"] .home-chip:has(input:checked) {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

body[data-route="home"] .use-location {
  color: #0046d5;
  background: #eef5ff;
}

body[data-route="home"] .use-location .icon {
  width: 18px;
  height: 18px;
}

body[data-route="home"] .home-privacy,
body[data-route="home"] .request-reassurance {
  margin: 0;
  color: #40516f;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 560;
}

body[data-route="home"] .home-privacy {
  display: flex;
  align-items: center;
  gap: 8px;
}

body[data-route="home"] .home-privacy .icon {
  width: 18px;
  height: 18px;
  color: var(--ink);
}

body[data-route="home"] .home-request-state {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #c8d3e3;
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}

body[data-route="home"] .home-request-state span {
  min-width: 0;
  padding: 11px 13px;
  display: grid;
  gap: 2px;
  border-left: 1px solid #d7e0ec;
  color: #172943;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 650;
}

body[data-route="home"] .home-request-state span:first-child {
  border-left: 0;
}

body[data-route="home"] .home-request-state b {
  color: #637089;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .05em;
}

body[data-route="home"] .home-request-state em {
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-route="home"] .home-submit-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
}

body[data-route="home"] .request-button {
  width: 100%;
  min-height: 76px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-size: 24px;
  font-weight: 760;
  box-shadow: none;
}

body[data-route="home"] .request-button span {
  color: var(--gold);
  font-size: 26px;
  line-height: 0;
}

body[data-route="home"] .request-reassurance {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 0;
  margin-bottom: 2px;
}

body[data-route="home"] .request-reassurance .icon {
  width: 16px;
  height: 16px;
  color: var(--ink);
}

body[data-route="home"] .home-process {
  margin: 0;
  padding: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  border-top: 1px solid #e1e7f0;
  list-style: none;
}

body[data-route="home"] .home-process li {
  position: relative;
  padding-left: 18px;
  color: #223651;
  font-size: 13px;
  font-weight: 620;
}

body[data-route="home"] .home-process li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .46em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

body[data-route="home"] .home-summary-panel {
  align-self: center;
  padding: 28px;
  border: 1px solid rgba(247, 189, 0, .5);
  border-radius: 12px;
  color: var(--ink);
  background: #fffaf0;
}

body[data-route="home"] .home-panel-kicker {
  margin: 0 0 10px;
  color: #7a5b00;
  font-size: 13px;
  font-weight: 760;
}

body[data-route="home"] .home-summary-panel h2 {
  margin: 0 0 22px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.02em;
}

body[data-route="home"] .home-summary-list {
  display: grid;
  overflow: hidden;
  border-top: 1px solid #ecdba5;
  border-bottom: 1px solid #ecdba5;
  background: transparent;
}

body[data-route="home"] .home-summary-list span {
  min-height: 76px;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 2px 14px;
  align-items: center;
}

body[data-route="home"] .home-summary-list span + span {
  border-top: 1px solid #ecdba5;
}

body[data-route="home"] .home-summary-list .icon {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  color: var(--ink);
}

body[data-route="home"] .home-summary-list b {
  color: #5b6676;
  font-size: 13px;
  font-weight: 650;
}

body[data-route="home"] .home-summary-list strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 720;
}

body[data-route="home"] .home-summary-panel > p:last-child {
  margin: 18px 0 0;
  color: #40516f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 560;
}

body[data-route="home"] .home-visual-panel {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  height: calc(100svh - 72px);
  gap: 0;
}

body[data-route="home"] .home-work-photo {
  position: relative;
  min-height: calc(100svh - 72px);
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #dbe6f3;
}

body[data-route="home"] .home-work-photo::after {
  display: none;
}

body[data-route="home"] .home-work-photo img,
body[data-route="home"] .home-photo-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

body[data-route="home"] .home-work-photo figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  gap: 4px;
  color: #fff;
}

body[data-route="home"] .home-work-photo figcaption strong {
  font-size: 26px;
  line-height: 1.05;
}

body[data-route="home"] .home-work-photo figcaption span {
  max-width: 420px;
  color: #e8eef8;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 620;
}

body[data-route="home"] .home-photo-grid {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

body[data-route="home"] .home-photo-grid img {
  aspect-ratio: 1.28;
  border-radius: 10px;
  background: #dbe6f3;
}

body[data-route="home"] .home-link-strip {
  width: min(1240px, 100%);
  margin: 32px auto 0;
  padding: 22px 0 0;
  display: flex;
  align-items: center;
  gap: 28px;
  border-top: 1px solid #ccd7e8;
}

body[data-route="home"] .home-link-strip h2 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
}

body[data-route="home"] .home-link-strip > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

body[data-route="home"] .home-link-strip button {
  min-height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  font-weight: 680;
}

body[data-route="home"] .home-link-strip button strong {
  font-size: 14px;
}

body[data-route="home"] .home-link-strip button span {
  color: var(--gold);
  font-size: 17px;
  line-height: 1.2;
}

@media (max-width: 920px) {
  body[data-route="home"] .home-redesign {
    padding: 18px 14px 28px;
  }

  body[data-route="home"] .home-stage {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  body[data-route="home"] .hero-copy,
  body[data-route="home"] .home-intake,
  body[data-route="home"] .home-visual-panel {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-route="home"] h1 {
    font-size: 42px;
    letter-spacing: 0;
  }

  body[data-route="home"] .hero-copy > p {
    font-size: 17px;
    line-height: 1.42;
  }

  body[data-route="home"] .home-intake {
    order: 2;
    width: 100%;
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(6, 26, 58, .06);
  }

  body[data-route="home"] .home-visual-panel {
    order: 3;
    gap: 10px;
  }

  body[data-route="home"] .hero-copy {
    order: 1;
  }

  body[data-route="home"] .home-work-photo {
    min-height: 280px;
    border-radius: 12px;
  }

  body[data-route="home"] .home-photo-grid {
    display: none;
  }

  body[data-route="home"] .home-chip-row,
  body[data-route="home"] .parish-chip-row,
  body[data-route="home"] .time-chip-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 2px;
    max-width: none;
  }

  body[data-route="home"] .home-chip {
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 0 12px;
    text-align: center;
    white-space: nowrap;
  }

  body[data-route="home"] .home-request-state {
    display: none;
  }

  body[data-route="home"] .home-submit-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body[data-route="home"] .home-summary-panel {
    display: none;
  }

  body[data-route="home"] .home-link-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body[data-route="home"] .home-link-strip > div {
    gap: 10px 14px;
  }
}
.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 img {
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
  object-fit: contain;
}
.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;
}

/* Mobile home v5: ChatGPT Create Image direction, tightened for a real 390px viewport. */
@media (max-width: 700px) {
  body[data-route="home"] {
    background: #fff7eb;
  }

  body[data-route="home"] .page {
    padding: 0;
  }

  body[data-route="home"] .home-hero,
  body[data-route="home"] .desktop-home,
  body[data-route="home"] .home-redesign {
    min-height: 100svh;
    background: #fff7eb;
  }

  body[data-route="home"] .home-redesign {
    padding: 0 14px 28px;
  }

  body[data-route="home"] .mobile-status {
    display: none;
  }

  body[data-route="home"] .mobile-appbar {
    min-height: 64px;
    margin: 0 -14px;
    padding: 0 24px;
    background: #fff7eb;
    border-bottom: 1px solid rgba(6, 26, 58, .12);
  }

  body[data-route="home"] .mobile-menu {
    width: 44px;
    height: 44px;
  }

  body[data-route="home"] .home-stage {
    width: 100%;
    max-width: 420px;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  body[data-route="home"] .home-left {
    display: contents;
    width: auto;
    margin: 0;
  }

  body[data-route="home"] .home-visual-panel {
    order: 1;
    width: calc(100% + 28px);
    max-width: none;
    align-self: stretch;
    height: auto;
    margin: 0 -14px;
    display: block;
  }

  body[data-route="home"] .home-work-photo {
    width: 100%;
    height: clamp(132px, 38vw, 150px);
    min-height: 0;
    margin: 0;
    border-radius: 0;
  }

  body[data-route="home"] .home-work-photo img {
    object-position: center 42%;
  }

  body[data-route="home"] .hero-copy {
    order: 2;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 24px 20px 0;
  }

  body[data-route="home"] h1 {
    max-width: 350px;
    margin: 0 0 10px;
    font-size: clamp(34px, 9.8vw, 38px);
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
  }

  body[data-route="home"] .hero-copy > p {
    max-width: 340px;
    margin: 0;
    font-size: 16px;
    line-height: 1.36;
    font-weight: 500;
  }

  body[data-route="home"] .home-intake {
    order: 3;
    width: auto;
    max-width: none;
    margin: 18px 20px 0;
    padding: 0;
    display: grid;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-route="home"] .home-field {
    gap: 6px;
  }

  body[data-route="home"] .home-field label,
  body[data-route="home"] .home-field > span {
    font-size: 14px;
    line-height: 1.12;
  }

  body[data-route="home"] .home-input-shell {
    min-height: 50px;
    border-color: rgba(6, 26, 58, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    box-shadow: none;
  }

  body[data-route="home"] .home-input-shell input,
  body[data-route="home"] .home-select-shell select {
    min-height: 48px;
    font-size: 15px;
  }

  body[data-route="home"] .home-input-shell input {
    padding: 0 16px;
  }

  body[data-route="home"] .home-select-shell {
    padding: 0 12px;
  }

  body[data-route="home"] .home-select-shell select {
    padding: 0;
  }

  body[data-route="home"] .task-input-shell input {
    padding-right: 44px;
  }

  body[data-route="home"] .clear-need {
    right: 4px;
    width: 36px;
    height: 36px;
    background: transparent;
  }

  body[data-route="home"] .home-submit-row {
    margin-top: 8px;
  }

  body[data-route="home"] .request-button {
    min-height: 56px;
    border-radius: 8px;
    font-size: 20px;
  }

  body[data-route="home"] .request-button span {
    color: var(--gold);
  }

  body[data-route="home"] .home-privacy {
    margin: 1px 0 0;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.32;
  }
}

@media (max-width: 370px) {
  body[data-route="home"] .mobile-appbar {
    min-height: 60px;
    padding: 0 20px;
  }

  body[data-route="home"] .home-work-photo {
    height: 124px;
  }

  body[data-route="home"] .hero-copy {
    padding-top: 20px;
  }

  body[data-route="home"] h1 {
    font-size: 33px;
  }

  body[data-route="home"] .hero-copy > p {
    font-size: 15px;
  }

  body[data-route="home"] .home-intake {
    margin-top: 14px;
  }
}
.primary::after {
  content: none;
}
.primary:hover { transform: translateY(-1px); }

/* Launch detail screens: sparse public info, richer claim flow only when earned. */
.public-detail-page,
.listing-intake-page {
  background: #fff8ed;
}

.public-detail-layout,
.listing-intake-layout {
  max-width: 1180px;
  margin: 0 auto;
}

.public-detail-main {
  padding: 34px 44px 46px;
  border: 1px solid rgba(6, 26, 58, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 44px rgba(6, 26, 58, .08);
}

.public-detail-main h1 {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.public-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(300px, .9fr);
  gap: 42px;
  align-items: start;
}

.public-detail-unreviewed .public-detail-grid {
  grid-template-columns: minmax(0, 1fr);
}

.public-detail-facts {
  display: grid;
  gap: 22px;
}

.public-detail-facts p {
  margin: 0;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 4px 14px;
  color: var(--ink);
}

.public-detail-facts .icon {
  grid-row: span 2;
  width: 22px;
  height: 22px;
  color: var(--ink);
}

.public-detail-facts strong {
  font-size: 18px;
}

.public-detail-facts span {
  color: #34425e;
  font-size: 14px;
}

.public-detail-photo {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
}

.public-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-detail-call {
  margin-top: 34px;
  min-height: 62px;
  max-width: 720px;
}

.public-detail-source {
  margin: 18px auto 0;
  width: max-content;
}

.listing-rating-widget {
  margin-top: 26px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 20px;
  align-items: center;
  border: 1px solid rgba(6, 26, 58, .12);
  border-radius: 8px;
  background: #fff;
}

.listing-rating-widget strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
}

.listing-rating-widget span,
.listing-rating-widget small {
  color: #4b5871;
  font-size: 13px;
  line-height: 1.35;
}

.listing-rating-widget small {
  grid-column: 1 / -1;
}

.listing-rating-stars {
  display: inline-flex;
  gap: 4px;
}

.listing-rating-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rating-clear {
  min-height: 34px;
  padding: 0 4px;
  color: #0b57cf;
  font-size: 13px;
  font-weight: 850;
}

.listing-rating-stars button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(6, 26, 58, .14);
  border-radius: 7px;
  color: #d99a00;
  background: rgba(255, 248, 225, .7);
  font-size: 22px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}

.listing-rating-stars button[aria-pressed="true"] {
  border-color: rgba(217, 154, 0, .72);
  background: #fff1bd;
  box-shadow: inset 0 0 0 1px rgba(217, 154, 0, .18);
}

.owner-confirmed-label {
  display: inline-flex;
  margin-left: 12px;
  padding: 5px 9px;
  vertical-align: middle;
  border: 1px solid rgba(245, 180, 0, .55);
  border-radius: 5px;
  color: #a46c00;
  background: rgba(245, 180, 0, .12);
  font-size: 14px;
  line-height: 1;
}

.claim-choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 28px 0;
}

.claim-choice {
  padding: 28px;
  border: 1px solid rgba(6, 26, 58, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .66);
}

.claim-choice .icon {
  width: 40px;
  height: 40px;
  color: var(--gold);
}

.claim-choice h2 {
  margin: 18px 0 6px;
  color: var(--ink);
  font-size: 22px;
}

.claim-choice p {
  margin: 0 0 18px;
  color: #34425e;
}

.claim-choice ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
}

.claim-choice li + li {
  margin-top: 10px;
}

.claim-paid {
  border-color: rgba(245, 180, 0, .42);
}

.claim-paid .outline {
  margin-top: 24px;
}

body:not([data-route="home"]) .topbar nav button.active::after {
  height: 3px;
  background: var(--gold);
}

body[data-route="payment"] .page,
body[data-route="checkout"] .page,
body[data-route="profile-edit"] .page,
body[data-route="worker"] .page {
  background: #fff8ed;
}

.boost-checkout-page,
.manual-payment-page {
  padding: 46px 56px 72px;
}

.boost-checkout-layout,
.manual-payment-layout {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: start;
}

.boost-checkout-main h1,
.manual-payment-main h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.boost-lede,
.manual-payment-main > p {
  max-width: 540px;
  margin: 10px 0 28px;
  color: #22375a;
  font-size: 18px;
  line-height: 1.4;
}

.urgent-price-card,
.urgent-mini-card,
.manual-payment-card,
.manual-payment-privacy {
  border: 1px solid rgba(245, 180, 0, .36);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.urgent-price-card {
  max-width: 520px;
  padding: 28px 32px;
}

.urgent-price-card h2 {
  margin: 0 0 20px;
  color: #d99300;
  font-size: 42px;
}

.urgent-price-card p,
.urgent-mini-card p,
.manual-payment-steps div {
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  color: var(--ink);
  line-height: 1.45;
}

.urgent-price-card .icon,
.urgent-mini-card .icon,
.manual-payment-steps .icon,
.manual-payment-privacy .icon {
  width: 20px;
  height: 20px;
  color: var(--ink);
}

.urgent-summary-side,
.manual-payment-card {
  display: grid;
  gap: 18px;
}

.urgent-mini-card,
.manual-payment-card {
  padding: 24px;
}

.urgent-mini-card h2,
.manual-payment-card h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 18px;
}

.urgent-mini-card small {
  color: #53627a;
  font-size: 12px;
}

.urgent-mini-card span {
  display: block;
  color: #53627a;
  font-size: 13px;
}

.urgent-mini-card strong {
  display: block;
  margin-top: 2px;
  font-size: 16px;
}

.urgent-continue,
.manual-payment-upload {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 58px;
  margin-top: 8px;
}

.urgent-secure,
.manual-payment-note {
  grid-column: 1 / -1;
  margin: -8px 0 0;
  text-align: center;
  color: #34425e;
  font-size: 14px;
}

.manual-payment-main {
  min-height: 420px;
  padding: 44px 48px;
}

.payment-status-icon {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #2fb56f;
  color: #fff;
}

.payment-status-icon .icon {
  width: 30px;
  height: 30px;
}

.manual-payment-main mark {
  padding: 4px 8px;
  border: 1px solid rgba(245, 180, 0, .55);
  border-radius: 4px;
  color: #5f3b00;
  background: rgba(245, 180, 0, .14);
  font-weight: 800;
}

.manual-payment-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 54px;
}

.manual-payment-steps div {
  grid-template-columns: 42px 1fr;
  text-align: center;
}

.manual-payment-steps .icon {
  width: 34px;
  height: 34px;
  justify-self: center;
}

.manual-payment-card dl {
  margin: 0;
  display: grid;
  gap: 14px;
}

.manual-payment-card div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
}

.manual-payment-card dt {
  color: #53627a;
  font-weight: 800;
}

.manual-payment-card dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.manual-payment-privacy {
  margin-top: 30px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

body[data-route="profile-edit"] .listing-intake-layout {
  display: block;
  max-width: 1080px;
}

body[data-route="profile-edit"] .listing-intake-main {
  padding: 24px 28px 0;
}

body[data-route="profile-edit"] .listing-intake-main > h1 {
  max-width: 760px;
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 48px);
}

body[data-route="profile-edit"] .listing-intake-main > p {
  color: #34425e;
}

body[data-route="profile-edit"] .listing-intake-form {
  margin-top: 34px;
  padding: 30px;
  border: 1px solid rgba(6, 26, 58, .10);
  border-radius: 8px;
  background: rgba(255, 255, 255, .70);
}

body[data-route="profile-edit"] .listing-intake-action {
  max-width: none;
  margin: 24px 28px 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(6, 26, 58, .10);
  background: transparent;
  box-shadow: none;
}

body[data-route="profile-edit"] .listing-intake-action h2,
body[data-route="profile-edit"] .listing-intake-action p {
  display: none;
}

.public-detail-call.primary {
  width: 100%;
  max-width: none;
}

@media (max-width: 760px) {
  .public-detail-main {
    padding: 24px;
  }

  .public-detail-grid,
  .claim-choice-row {
    grid-template-columns: 1fr;
  }

  .public-detail-photo {
    order: -1;
  }

  .listing-rating-widget {
    grid-template-columns: 1fr;
  }

  .listing-rating-stars {
    width: 100%;
  }

  .listing-rating-stars button {
    flex: 1;
  }

  .boost-checkout-page,
  .manual-payment-page {
    padding: 24px 18px 48px;
  }

  .boost-checkout-layout,
  .manual-payment-layout {
    display: block;
  }

  .urgent-summary-side,
  .manual-payment-card {
    margin-top: 22px;
  }

  .manual-payment-main {
    min-height: auto;
    padding: 18px 0;
  }

  .manual-payment-steps {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .manual-payment-card div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .urgent-continue,
  .manual-payment-upload {
    margin-top: 20px;
  }
}
.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;
}
.checkout-account-link {
  padding: 16px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid #d6deec;
  border-radius: 8px;
  background: #fff;
}
.checkout-account-link.signed-in {
  border-color: #b9dbc6;
  background: #f7fff9;
}
.checkout-account-link .icon {
  width: 26px;
  height: 26px;
  color: var(--blue);
}
.checkout-account-link strong,
.checkout-account-link small {
  display: block;
}
.checkout-account-link strong {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.25;
}
.checkout-account-link small {
  color: #52617a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}
.checkout-account-link .outline {
  grid-column: 1 / -1;
  min-height: 42px;
  justify-content: center;
  color: var(--blue);
  border-color: #aebbd0;
}
.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: 24px;
  color: #243650;
  font-size: 20px;
  line-height: 1.45;
}
.listing-review-strip {
  max-width: 760px;
  margin: 0 0 28px;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  border-top: 1px solid #d6deec;
  border-bottom: 1px solid #d6deec;
}
.listing-review-strip strong {
  width: 100%;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}
.listing-review-strip span {
  position: relative;
  padding-left: 18px;
  color: #34445f;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 680;
}
.listing-review-strip span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.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;
  gap: 5px;
}
.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);
  gap: 0;
  align-items: start;
  max-width: 840px;
}
.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-create-page .auth-form {
  padding: 24px;
  border: 1px solid rgba(247, 189, 0, .42);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}
.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-status-card,
.auth-link-note {
  padding: 18px;
  border: 1px solid #d6deec;
  border-radius: 8px;
  background: #fff;
}
.auth-status-card strong,
.auth-status-card span {
  display: block;
}
.auth-status-card strong {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.2;
}
.auth-status-card span,
.auth-link-note {
  color: #52617a;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}
.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;
}
.account-page {
  width: min(1520px, calc(100% - 88px));
  margin: 34px auto 84px;
}
.account-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(36px, 5vw, 68px);
  align-items: start;
}
.account-main > h1 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(54px, 5.5vw, 76px);
  line-height: .95;
  letter-spacing: 0;
}
.account-main > p {
  margin: 0 0 30px;
  color: #34445f;
  font-size: 19px;
  line-height: 1.45;
}
.account-summary-card,
.account-business-card,
.account-side-card {
  border: 1px solid #d8dfeb;
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 36px rgba(7, 23, 53, .04);
}
.account-summary-top {
  min-height: 132px;
  padding: 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}
.account-avatar,
.account-card-icon,
.account-business-icon {
  display: inline-grid;
  place-items: center;
  color: var(--ink);
  background: #fff6e8;
}
.account-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 850;
}
.account-summary-top strong,
.account-business-row strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}
.account-summary-top span,
.account-business-row span,
.account-empty-business span {
  color: #52617a;
  font-size: 15px;
  line-height: 1.35;
}
.account-phone-box {
  display: grid;
  gap: 10px;
  justify-items: end;
}
.account-phone-toggle,
.account-phone-saved {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.account-phone-toggle .icon,
.account-phone-saved .icon {
  width: 22px;
  height: 22px;
}
.account-phone-editor {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.account-phone-editor[hidden] {
  display: none;
}
.account-phone-editor input,
.account-subscribe-row input {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #cfd8e6;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
}
.account-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d8dfeb;
}
.account-stats div {
  min-height: 112px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 18px;
  align-items: center;
}
.account-stats div + div {
  border-left: 1px solid #d8dfeb;
}
.account-stats strong {
  color: var(--ink);
  font-size: 27px;
  line-height: 1;
}
.account-stats span {
  grid-column: 1;
  color: #52617a;
  font-size: 15px;
  line-height: 1.28;
}
.account-stats .icon {
  grid-row: 1 / span 2;
  grid-column: 2;
  width: 28px;
  height: 28px;
  color: var(--gold);
}
.account-business-card {
  margin-top: 26px;
  padding: 20px 28px;
}
.account-business-card h2,
.account-side-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: 0;
}
.account-business-card h3 {
  margin: 14px 0 6px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}
.account-draft-note {
  margin: 0 0 10px;
  color: #52617a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}
.account-business-row {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto auto;
  gap: 18px;
  align-items: center;
  border-top: 1px solid #dfe6ef;
}
.account-business-row:first-of-type {
  margin-top: 14px;
}
.account-business-icon,
.account-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
}
.account-business-icon .icon,
.account-card-icon .icon {
  width: 28px;
  height: 28px;
}
.account-status-pill {
  min-width: 128px;
  padding: 11px 18px;
  border-radius: 999px;
  text-align: center;
  color: #166534;
  background: #e2f2dc;
  font-size: 14px;
  font-weight: 850;
}
.account-status-draft {
  color: #a45d00;
  background: #fff2df;
}
.account-business-row .outline {
  min-height: 46px;
  padding-inline: 24px;
}
.account-page .primary,
.account-page .outline {
  font-size: 16px;
  white-space: nowrap;
}
.account-chevron {
  min-width: 28px;
  font-size: 34px;
  line-height: 1;
}
.account-empty-business {
  margin-top: 18px;
  padding: 24px 0 4px;
  display: grid;
  gap: 10px;
  border-top: 1px solid #dfe6ef;
}
.account-empty-business .primary {
  width: fit-content;
  min-height: 48px;
  margin-top: 6px;
  padding-inline: 24px;
}
.account-view-all {
  margin-top: 14px;
}
.account-bottom-actions {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 180px) minmax(0, 240px);
  gap: 18px;
}
.account-bottom-actions .primary,
.account-bottom-actions .outline {
  min-height: 58px;
  justify-content: center;
}
.account-side {
  display: grid;
  gap: 18px;
}
.account-side-card {
  padding: 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
}
.account-side-card p {
  margin: 10px 0 20px;
  color: #455570;
  font-size: 16px;
  line-height: 1.45;
}
.account-side-card .primary {
  min-height: 50px;
  padding-inline: 24px;
}
.account-subscribe-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.account-side-card small {
  display: block;
  margin-top: 12px;
  color: #52617a;
  font-size: 13px;
}

@media (max-width: 980px) {
  .account-page {
    width: min(100% - 28px, 760px);
    margin: 22px auto 94px;
  }
  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-summary-top,
  .account-business-row,
  .account-stats {
    grid-template-columns: 1fr;
  }
  .account-summary-top {
    align-items: start;
  }
  .account-phone-box {
    justify-items: stretch;
  }
  .account-stats div + div {
    border-top: 1px solid #d8dfeb;
    border-left: 0;
  }
  .account-business-row {
    padding: 18px 0;
  }
  .account-business-row .outline,
  .account-bottom-actions .primary,
  .account-bottom-actions .outline,
  .account-side-card .primary {
    width: 100%;
  }
  .account-status-pill {
    width: fit-content;
  }
  .account-bottom-actions,
  .account-subscribe-row {
    grid-template-columns: 1fr;
  }
}
.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-demand {
  max-width: 830px;
  margin-top: 34px;
  padding-top: 24px;
  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-document-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.admin-document-list a,
.admin-document-list span {
  padding: 7px 10px;
  border: 1px solid rgba(8, 26, 61, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: #061a3a;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.contact-field .contact-shell {
  min-height: 56px;
  display: grid;
  grid-template-columns: 34px 34px minmax(0, 1fr) 24px;
  gap: 8px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(6, 26, 58, .18);
  border-radius: 6px;
  background: rgba(255, 255, 255, .78);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-field .contact-shell:not(.contact-country) {
  grid-template-columns: 34px minmax(0, 1fr) 24px;
}
.contact-field .contact-shell:focus-within {
  border-color: #0b57cf;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(11, 87, 207, .12);
}
.contact-field .contact-shell.contact-valid {
  border-color: #278750;
}
.contact-field .contact-mark,
.contact-field .contact-check,
.contact-field .country-chip {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-field .contact-mark {
  border-radius: 999px;
  color: #41516b;
  background: #edf2f8;
}
.contact-field .contact-valid .contact-mark {
  color: #0c5f31;
  background: #dff7e7;
}
.contact-field .contact-check {
  color: #16834d;
}
.contact-field .country-chip {
  border: 1px solid rgba(6, 26, 58, .16);
  border-radius: 7px;
  background: #fff;
}
.contact-field .country-chip[hidden],
.contact-field .contact-check[hidden] {
  display: none;
}
.contact-field .country-chip img {
  width: 20px;
  height: 14px;
  display: block;
  object-fit: cover;
  border-radius: 2px;
}
.contact-field .contact-shell input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-variant-numeric: tabular-nums;
  outline: none;
}
.contact-field .contact-hint {
  min-height: 16px;
  color: #52617a;
  font-size: 12px;
  font-weight: 760;
}
.contact-field .contact-hint:empty {
  display: none;
}
.admin-demand > div:first-child {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  gap: 24px;
  align-items: center;
}
.admin-today-action {
  margin-bottom: 16px;
  padding: 16px 18px;
  display: grid;
  gap: 6px;
  border: 1px solid #d6deec;
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: #fff;
}
.admin-today-action strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.15;
}
.admin-today-action span {
  color: #34445f;
  font-size: 15px;
  line-height: 1.4;
}
.admin-demand-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.admin-demand-metrics span {
  min-height: 86px;
  padding: 14px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid #d6deec;
  border-radius: 8px;
  background: #fff;
}
.admin-demand-metrics strong {
  font-size: 28px;
  line-height: 1;
}
.admin-demand-metrics small,
.admin-demand h2,
.admin-demand li {
  color: #34445f;
}
.admin-demand-lists {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.admin-demand h2 {
  margin: 0 0 12px;
  font-size: 16px;
}
.admin-demand ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.admin-demand li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 15px;
}
.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-batches {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.result-batches button {
  min-width: 132px;
  min-height: 44px;
  justify-content: center;
}
.result-batches button:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}
.listing-miss {
  padding: 24px;
  border: 1px solid #d8e0ed;
  border-radius: 8px;
  background: #fff;
}
.listing-miss h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.1;
}
.listing-miss p {
  max-width: 680px;
  margin: 0 0 18px;
  color: #344362;
  line-height: 1.45;
}
.listing-miss div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.listing-miss button {
  min-height: 44px;
}
.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-batches {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .result-batches span {
    grid-column: 1 / -1;
    order: -1;
    text-align: center;
  }
  .result-batches button {
    min-width: 0;
    width: 100%;
  }
  .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;
  }
}

.install-prompt {
  width: min(720px, calc(100% - 36px));
  margin: 22px auto;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 34px 1fr auto 32px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(9, 31, 68, .26);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(7, 23, 53, .08);
}

.install-prompt[hidden] { display: none; }

.install-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff7ea;
  background: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: inset -5px -5px 0 rgba(247, 189, 0, .18);
}

.install-prompt strong,
.install-prompt small {
  display: block;
  line-height: 1.2;
}

.install-prompt strong {
  font-size: 17px;
  font-weight: 850;
}

.install-prompt small {
  margin-top: 3px;
  color: #5f6c84;
  font-size: 14px;
  font-weight: 650;
}

.install-prompt button {
  min-height: 38px;
  border-radius: 7px;
  font-weight: 850;
}

.install-prompt [data-install-app] {
  padding: 0 18px;
  border: 0;
  color: #fff;
  background: var(--ink);
}

.install-prompt [data-dismiss-install] {
  padding: 0;
  border: 0;
  color: #5f6c84;
  background: transparent;
  font-size: 24px;
}

@media (max-width: 700px) {
  .install-prompt {
    position: sticky;
    z-index: 20;
    bottom: 12px;
    grid-template-columns: 32px 1fr auto 28px;
    gap: 10px;
    margin: 14px auto;
    padding: 12px;
  }

  .install-prompt strong { font-size: 15px; }
  .install-prompt small { font-size: 12px; }
  .install-prompt [data-install-app] { padding: 0 14px; }
}

@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;
  }
  .admin-demand-metrics,
  .admin-demand-lists {
    grid-template-columns: 1fr;
  }
  .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: 18px;
    font-size: 17px;
  }
  body[data-route="profile-edit"] .listing-review-strip {
    order: 3;
    margin-bottom: 8px;
  }
  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: 1fr;
    gap: 4px;
  }
  .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;
  }
  body[data-route="sponsor"] .sponsor-main h1 {
    order: 1 !important;
  }
  body[data-route="sponsor"] .sponsor-main > p {
    order: 2 !important;
  }
  body[data-route="sponsor"] .sponsor-summary {
    order: 3 !important;
  }
  body[data-route="sponsor"] .sponsor-request-form {
    order: 4 !important;
  }
  body[data-route="sponsor"] .sponsor-action {
    order: 5 !important;
  }
  .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;
}

/* Final link-button guard. CTAs should never inherit browser underlines. */
.result-actions .primary,
.result-actions .outline,
.profile-action-card .primary,
.profile-action-card .outline,
.text-action {
  text-decoration: none;
}

body[data-route="checkout"] .sponsor-checkout-page {
  min-height: calc(100vh - 78px);
  padding: 58px 56px 72px;
  background: #fff8ed;
}

body[data-route="checkout"] .sponsor-checkout-layout {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 82px;
  align-items: start;
}

body[data-route="checkout"] .sponsor-checkout-main h1 {
  max-width: 760px;
  margin: 18px 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(62px, 6vw, 92px);
  font-weight: 700;
  line-height: .94;
}

body[data-route="checkout"] .sponsor-checkout-main > p {
  max-width: 650px;
  margin: 0 0 30px;
  color: #203456;
  font-size: 21px;
  line-height: 1.42;
}

body[data-route="checkout"] .sponsor-price-card {
  width: min(620px, 100%);
  min-height: 128px;
  padding: 24px 34px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 20px;
  align-items: center;
  border: 1px solid #e2cdaa;
  border-radius: 12px;
  background: rgba(255, 255, 255, .54);
}

body[data-route="checkout"] .sponsor-price-card > strong {
  color: var(--ink);
  font-size: 23px;
}

body[data-route="checkout"] .sponsor-price-card > b {
  padding-right: 36px;
  border-right: 2px solid #efc16a;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 82px;
  font-weight: 700;
  line-height: .85;
}

body[data-route="checkout"] .sponsor-price-card span,
body[data-route="checkout"] .sponsor-methods label span {
  display: grid;
  gap: 5px;
}

body[data-route="checkout"] .sponsor-price-card span strong,
body[data-route="checkout"] .sponsor-methods span strong {
  color: var(--ink);
  font-size: 19px;
}

body[data-route="checkout"] .sponsor-price-card span small,
body[data-route="checkout"] .sponsor-methods span small,
body[data-route="checkout"] .sponsor-pay-card p,
body[data-route="checkout"] .sponsor-pay-phone span {
  color: #56647c;
  font-size: 15px;
  font-weight: 650;
}

body[data-route="checkout"] .sponsor-methods {
  width: min(620px, 100%);
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 32px;
}

body[data-route="checkout"] .sponsor-methods h2 {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

body[data-route="checkout"] .sponsor-methods label {
  min-height: 110px;
  padding: 24px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid #dcc8aa;
  border-radius: 10px;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
}

body[data-route="checkout"] .sponsor-methods label.selected {
  border-color: #efb300;
  box-shadow: 0 0 0 1px rgba(239, 179, 0, .28);
}

body[data-route="checkout"] .sponsor-methods input {
  width: 24px;
  height: 24px;
  accent-color: var(--ink);
}

body[data-route="checkout"] .sponsor-methods span strong {
  font-size: 30px;
  line-height: 1;
}

body[data-route="checkout"] .sponsor-methods span strong b {
  color: #253047;
  font-size: 24px;
  font-weight: 750;
}

body[data-route="checkout"] .sponsor-reference-fields {
  width: min(620px, 100%);
  margin-top: 34px;
  padding-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border-top: 1px solid #d9cbb8;
}

body[data-route="checkout"] .sponsor-reference-fields .primary {
  grid-column: 1 / -1;
  min-height: 58px;
  justify-content: center;
  color: #fff;
  background: var(--ink);
}

body[data-route="checkout"] .sponsor-checkout-main .back-link {
  margin-top: 28px;
}

body[data-route="checkout"] .sponsor-pay-card {
  padding: 30px;
  display: grid;
  gap: 18px;
  border: 1px solid #dcc8aa;
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 36px rgba(7, 23, 53, .06);
}

body[data-route="checkout"] .sponsor-pay-card h2,
body[data-route="checkout"] .sponsor-pay-card p {
  margin: 0;
  text-align: center;
}

body[data-route="checkout"] .sponsor-pay-card h2 {
  color: var(--ink);
  font-size: 22px;
}

body[data-route="checkout"] .sponsor-pay-card img {
  width: min(230px, 100%);
  margin: 0 auto;
  border: 1px solid #dcc8aa;
  border-radius: 10px;
  background: #fff;
}

body[data-route="checkout"] .sponsor-pay-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  color: #64718a;
  font-weight: 750;
}

body[data-route="checkout"] .sponsor-pay-divider::before,
body[data-route="checkout"] .sponsor-pay-divider::after {
  content: "";
  height: 1px;
  background: #dbcbb7;
}

body[data-route="checkout"] .sponsor-pay-phone {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

body[data-route="checkout"] .sponsor-pay-phone strong {
  min-height: 52px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border: 1px solid #ccd7e6;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 18px;
}

body[data-route="checkout"] .sponsor-pay-phone button {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #ccd7e6;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}

body[data-route="checkout"] .sponsor-whatsapp {
  min-height: 58px;
  justify-content: center;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
}

body[data-route="checkout"] .sponsor-whatsapp .icon {
  width: 26px;
  height: 26px;
}

body[data-route="checkout"] .sponsor-pay-card .checkout-status-note {
  padding: 16px;
  border: 1px solid #e4d5bd;
  border-radius: 10px;
  background: rgba(255, 255, 255, .58);
}

body[data-route="checkout"] .sponsor-pay-card .checkout-account-link {
  box-shadow: none;
}

body[data-route="checkout"] .sponsor-lock-note {
  margin: 20px 0 0;
  display: flex;
  gap: 14px;
  align-items: center;
  color: #153b75;
  font-size: 16px;
  font-weight: 760;
}

body[data-route="checkout"] .sponsor-lock-note .icon {
  width: 18px;
  height: 18px;
  color: #e4a400;
}

body[data-route="checkout"] .sponsor-method-card.method-bimpay strong b,
body[data-route="checkout"] .sponsor-method-card.method-bank.selected input {
  color: #e3a000;
}

body[data-route="checkout"] .sponsor-method-card.method-cibc strong b {
  color: #c51228;
}

body[data-route="checkout"] .sponsor-method-card.method-paypal strong {
  color: #0667b8;
}

body[data-route="checkout"] .sponsor-secondary-actions {
  width: min(620px, 100%);
  margin-top: 18px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid #d9cbb8;
}

body[data-route="checkout"] .sponsor-secondary-actions .outline {
  min-height: 56px;
  justify-content: center;
  border-color: var(--ink);
  color: var(--ink);
  background: rgba(255, 255, 255, .42);
  font-size: 16px;
  text-decoration: none;
}

body[data-route="checkout"] .sponsor-secondary-actions .icon {
  width: 22px;
  height: 22px;
}

body[data-route="checkout"] .sponsor-pay-lock {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

body[data-route="checkout"] .sponsor-pay-lock > .icon {
  width: 52px;
  height: 52px;
  padding: 14px;
  border: 1px solid #e1d2bd;
  border-radius: 50%;
  color: var(--ink);
  background: #fff9ef;
}

body[data-route="checkout"] .sponsor-pay-lock h2 {
  max-width: 260px;
  font-size: 22px;
  line-height: 1.12;
}

body[data-route="checkout"] .sponsor-qr-placeholder {
  width: 196px;
  height: 196px;
  margin: 8px auto;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(6, 26, 58, .18) 10%, transparent 10% 20%, rgba(6, 26, 58, .18) 20% 30%, transparent 30% 40%, rgba(6, 26, 58, .16) 40% 50%, transparent 50% 60%, rgba(6, 26, 58, .2) 60% 70%, transparent 70% 80%, rgba(6, 26, 58, .16) 80% 90%, transparent 90%),
    linear-gradient(rgba(6, 26, 58, .18) 10%, transparent 10% 20%, rgba(6, 26, 58, .18) 20% 30%, transparent 30% 40%, rgba(6, 26, 58, .16) 40% 50%, transparent 50% 60%, rgba(6, 26, 58, .2) 60% 70%, transparent 70% 80%, rgba(6, 26, 58, .16) 80% 90%, transparent 90%),
    #f3f0eb;
  background-size: 26px 26px;
  filter: blur(7px);
  opacity: .48;
}

body[data-route="checkout"] .sponsor-pay-details {
  display: grid;
  gap: 18px;
}

body[data-route="checkout"] .sponsor-pay-details div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

body[data-route="checkout"] .sponsor-pay-details strong {
  min-width: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

body[data-route="checkout"] .sponsor-pay-details.locked strong {
  color: transparent;
  text-shadow: 0 0 11px rgba(6, 26, 58, .42);
  user-select: none;
}

body[data-route="checkout"] .sponsor-signin {
  min-height: 54px;
  justify-content: center;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
}

body[data-route="checkout"] .sponsor-whatsapp.disabled {
  color: #8c99b1;
  border-color: #ccd7e6;
  background: rgba(255, 255, 255, .62);
  cursor: not-allowed;
}

body[data-route="checkout"] .sponsor-pay-card .checkout-status-note b {
  color: #e19b00;
}

@media (max-width: 760px) {
  body[data-route="checkout"] .sponsor-checkout-page {
    padding: 24px 16px 48px;
  }

  body[data-route="checkout"] .sponsor-checkout-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body[data-route="checkout"] .sponsor-checkout-main h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  body[data-route="checkout"] .sponsor-checkout-main > p {
    font-size: 17px;
  }

  body[data-route="checkout"] .sponsor-price-card {
    grid-template-columns: auto auto;
    padding: 20px;
  }

  body[data-route="checkout"] .sponsor-price-card > b {
    padding-right: 0;
    border-right: 0;
    font-size: 70px;
  }

  body[data-route="checkout"] .sponsor-price-card span {
    grid-column: 1 / -1;
  }

  body[data-route="checkout"] .sponsor-methods,
  body[data-route="checkout"] .sponsor-reference-fields {
    grid-template-columns: 1fr;
  }

  body[data-route="checkout"] .sponsor-pay-phone {
    grid-template-columns: 1fr;
  }

  body[data-route="checkout"] .sponsor-pay-card {
    padding: 22px;
  }

  body[data-route="checkout"] .sponsor-secondary-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-route="checkout"] .sponsor-pay-details div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/* True final home guard: this must stay at EOF so old homepage passes cannot override it. */
body[data-route="home"] .home-work-photo::after,
body[data-route="home"] .home-work-photo figcaption {
  display: none !important;
}

body[data-route="home"] .request-button span {
  display: none !important;
}


@media (max-width: 700px) {
  body[data-route="home"] .home-redesign {
    padding: 0 14px 16px !important;
  }

  body[data-route="home"] .home-stage {
    max-width: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  body[data-route="home"] .home-left {
    display: contents !important;
  }

  body[data-route="home"] .home-visual-panel {
    order: 1 !important;
    width: calc(100% + 28px) !important;
    height: 116px !important;
    margin: 0 -14px !important;
  }

  body[data-route="home"] .home-work-photo {
    width: 100% !important;
    height: 116px !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body[data-route="home"] .home-work-photo img {
    object-position: center 48% !important;
  }

  body[data-route="home"] .hero-copy {
    order: 2 !important;
    padding: 18px 14px 0 !important;
  }

  body[data-route="home"] h1 {
    margin-bottom: 8px !important;
    font-size: clamp(32px, 9.4vw, 38px) !important;
    line-height: 1.02 !important;
  }

  body[data-route="home"] .hero-copy > p {
    font-size: 15px !important;
    line-height: 1.32 !important;
  }

  body[data-route="home"] .home-intake {
    order: 3 !important;
    margin: 14px 14px 0 !important;
    gap: 8px !important;
  }

  body[data-route="home"] .home-field {
    gap: 5px !important;
  }

  body[data-route="home"] .home-field label,
  body[data-route="home"] .home-field > span {
    font-size: 13px !important;
  }

  body[data-route="home"] .home-input-shell,
  body[data-route="home"] .home-input-shell input,
  body[data-route="home"] .home-select-shell select {
    min-height: 46px !important;
  }

  body[data-route="home"] .parish-picks {
    margin-top: 6px !important;
    gap: 6px !important;
  }

  body[data-route="home"] .parish-picks button {
    min-height: 30px !important;
    font-size: 12px !important;
  }

  body[data-route="home"] .request-button {
    min-height: 52px !important;
    font-size: 20px !important;
  }

  body[data-route="home"] .home-privacy {
    margin-top: 0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }
}

/* Absolute explore EOF override: this must be after every legacy explore block. */
body[data-route="explore"] .result-card {
  grid-template-columns: minmax(0, 1fr) minmax(185px, 270px) minmax(180px, 220px) !important;
  gap: 28px !important;
  padding: 30px 32px 24px !important;
}

body[data-route="explore"] .result-card-footer {
  grid-column: 1 / 3 !important;
}

body[data-route="explore"] .result-rating-breakdown {
  display: grid !important;
}

@media (max-width: 900px) {
  body[data-route="explore"] .result-card {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .result-card-footer {
    grid-column: 1 !important;
  }
}

/* Launch mobile guard: compact Android navigation, search, ads, and checkout. */
.ad-offer-card {
  position: relative;
}

.ad-close {
  display: none;
}

.ad-example {
  padding: 10px 12px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(247, 189, 0, .38);
  border-radius: 8px;
  background: #fff8df;
}

.ad-example strong {
  font-size: 13px;
  font-weight: 900;
}

.ad-example span {
  color: #52617a;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .topbar {
    display: none !important;
  }

  [hidden] {
    display: none !important;
  }

  body[data-route="explore"] .explore-hero .request-edit-panel[hidden] {
    display: none !important;
  }

  body:not([data-route="profile-edit"]):not([data-route="business-post"]):not([data-route="admin"]):not([data-route="report"]) .bottom-nav {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    z-index: 40 !important;
    height: 62px !important;
    padding: 6px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 4px !important;
    border: 1px solid rgba(6, 26, 58, .16) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 18px 46px rgba(7, 23, 53, .18) !important;
  }

  .bottom-nav button {
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 0 4px !important;
    border-radius: 13px !important;
    color: var(--ink) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
  }

  .bottom-nav button.active {
    color: var(--ink) !important;
    background: #fff4cf !important;
  }

  body[data-route="explore"] .match-results-page {
    padding: 18px 12px 96px !important;
  }

  body[data-route="explore"] .mobile-status {
    display: none !important;
  }

  body[data-route="explore"] .mobile-appbar,
  body[data-route="about"] .mobile-appbar,
  body[data-route="home"] .mobile-appbar {
    min-height: 68px !important;
    padding: 0 14px !important;
  }

  body[data-route="explore"] .mobile-appbar .brand,
  body[data-route="about"] .mobile-appbar .brand,
  body[data-route="home"] .mobile-appbar .brand {
    font-size: 28px !important;
  }

  body[data-route="explore"] .explore-hero {
    margin-bottom: 12px !important;
    padding: 0 !important;
  }

  body[data-route="explore"] .explore-hero > h1 {
    max-width: none !important;
    margin: 6px 0 4px !important;
    font-size: 31px !important;
    line-height: 1.02 !important;
  }

  body[data-route="explore"] .explore-count {
    margin-bottom: 12px !important;
    font-size: 15px !important;
  }

  body[data-route="explore"] .results-request-bar {
    position: static !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
  }

  body[data-route="explore"] .results-request-bar button {
    min-height: 40px !important;
    font-size: 15px !important;
  }

  body[data-route="explore"] .explore-hero .request-edit-panel {
    padding: 12px !important;
    gap: 10px !important;
  }

  body[data-route="explore"] .explore-hero .request-edit-panel input,
  body[data-route="explore"] .explore-hero .request-edit-panel select,
  body[data-route="explore"] .explore-hero .request-edit-panel button {
    min-height: 48px !important;
    font-size: 16px !important;
  }

  body[data-route="explore"] .results-count {
    margin-bottom: 10px !important;
    font-size: 14px !important;
  }

  body[data-route="explore"] .result-card {
    padding: 14px !important;
  }

  body[data-route="explore"] .result-copy h2 {
    font-size: 24px !important;
    line-height: 1.08 !important;
  }

  body[data-route="explore"] .listing-rating-actions {
    display: grid !important;
    gap: 8px !important;
  }

  body[data-route="explore"] .result-review-strip,
  body[data-route="explore"] .result-rating-breakdown {
    display: none !important;
  }

  body[data-route="explore"] .listing-rating-widget {
    padding: 10px !important;
  }

  body[data-route="explore"] .listing-rating-stars {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  body[data-route="explore"] .listing-rating-stars button {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
  }

  body[data-route="explore"] .results-side {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: calc(82px + env(safe-area-inset-bottom)) !important;
    z-index: 35 !important;
  }

  body[data-route="explore"] .ad-offer-card {
    max-height: 190px !important;
    padding: 12px 46px 12px 16px !important;
    display: grid !important;
    gap: 6px !important;
    overflow: hidden !important;
    border-color: rgba(247, 189, 0, .72) !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(7, 23, 53, .2) !important;
  }

  body[data-route="explore"] .ad-offer-card h2 {
    max-width: none !important;
    font-size: 18px !important;
  }

  body[data-route="explore"] .ad-offer-card .urgent-copy {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  body[data-route="explore"] .ad-example {
    padding: 7px 9px !important;
  }

  body[data-route="explore"] .ad-example strong,
  body[data-route="explore"] .ad-example span {
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  body[data-route="explore"] .ad-offer-card .urgent-footnote {
    display: none !important;
  }

  body[data-route="explore"] .ad-offer-card button.outline {
    min-height: 40px !important;
    margin-top: 4px !important;
    font-size: 14px !important;
    background: #fff !important;
  }

  body[data-route="explore"] .ad-offer-card .ad-close {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #d6deec !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--ink) !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  body[data-route="checkout"] .sponsor-checkout-layout,
  body[data-route="checkout"] .checkout-layout,
  body[data-route="checkout"] .boost-checkout-layout {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body[data-route="checkout"] .sponsor-checkout-page,
  body[data-route="checkout"] .checkout-page,
  body[data-route="checkout"] .boost-checkout-page {
    width: min(100% - 24px, 520px) !important;
    margin: 18px auto 96px !important;
  }

  body[data-route="checkout"] h1 {
    font-size: clamp(44px, 14vw, 62px) !important;
    line-height: .95 !important;
  }

  body[data-route="checkout"] .sponsor-reference-fields,
  body[data-route="checkout"] .checkout-action {
    gap: 12px !important;
  }
}

/* Absolute final launch polish guard. Keep last. */
.topbar .nav-actions {
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  height: 100% !important;
}

.topbar .nav-actions .nav-link {
  justify-self: auto !important;
}

.topbar .signout-link {
  min-width: 92px !important;
  color: #4f5d75 !important;
}

.listing-upload-card {
  min-height: 96px !important;
  padding: 18px 20px !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 6px 18px !important;
  align-items: center !important;
  border: 1px dashed #c9d2df !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .36) !important;
  color: var(--ink) !important;
  cursor: pointer !important;
}

.listing-upload-card:hover,
.listing-upload-card:focus-within {
  border-color: #0b5ed7 !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(11, 94, 215, .08) !important;
}

.listing-upload-card .icon {
  grid-row: 1 / span 3 !important;
  width: 26px !important;
  height: 26px !important;
}

.listing-upload-card .listing-upload-copy {
  color: var(--ink) !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
}

.listing-upload-card .listing-upload-copy em {
  color: #52617a !important;
  font-style: normal !important;
  font-weight: 750 !important;
}

.listing-upload-card small {
  color: #52617a !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.listing-upload-button {
  width: max-content !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #c9d2df !important;
  border-radius: 7px !important;
  color: var(--ink) !important;
  background: #fff !important;
  font-weight: 850 !important;
}

.listing-upload-card input[type="file"] {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.listing-rating-stars.is-locked button {
  color: #d99a00 !important;
  background: #fff !important;
}

.listing-rating-stars.is-locked button:hover {
  border-color: #efb300 !important;
  background: #fff7d9 !important;
}

body[data-route="checkout"] .sponsor-checkout-page {
  padding: 36px 48px 48px !important;
}

body[data-route="checkout"] .sponsor-checkout-layout {
  width: min(1360px, 100%) !important;
  grid-template-columns: minmax(0, 1fr) 390px !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

body[data-route="checkout"] .sponsor-checkout-main h1 {
  margin: 10px 0 14px !important;
  font-size: clamp(58px, 5.4vw, 84px) !important;
}

body[data-route="checkout"] .sponsor-checkout-main > p {
  margin-bottom: 22px !important;
  font-size: 19px !important;
}

body[data-route="checkout"] .sponsor-price-card {
  min-height: 116px !important;
  padding: 20px 30px !important;
}

body[data-route="checkout"] .sponsor-price-card > b {
  font-size: 74px !important;
}

body[data-route="checkout"] .sponsor-methods {
  margin-top: 24px !important;
  gap: 14px 24px !important;
}

body[data-route="checkout"] .sponsor-methods label {
  min-height: 92px !important;
  padding: 18px !important;
}

body[data-route="checkout"] .sponsor-reference-fields {
  margin-top: 22px !important;
  padding-top: 20px !important;
}

body[data-route="checkout"] .sponsor-pay-card {
  padding: 24px !important;
  gap: 14px !important;
}

body[data-route="checkout"] .sponsor-pay-card img {
  width: min(210px, 100%) !important;
}

body[data-route="checkout"] .sponsor-signin,
body[data-route="checkout"] .sponsor-whatsapp {
  min-height: 50px !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
}

body[data-route="checkout"] .sponsor-pay-card .checkout-status-note {
  padding: 14px !important;
}

body[data-route="checkout"] .sponsor-pay-card .checkout-status-note strong {
  font-size: 16px !important;
}

body[data-route="checkout"] .sponsor-pay-card .checkout-status-note small {
  font-size: 14px !important;
}

@media (max-width: 700px) {
  .topbar .nav-actions {
    display: none !important;
  }

  .listing-upload-card {
    min-height: 88px !important;
    padding: 14px !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 5px 14px !important;
  }

  .listing-upload-card input[type="file"] {
    font-size: 13px !important;
  }

  body[data-route="explore"] .listing-rating-actions {
    width: 100% !important;
  }

  body[data-route="explore"] .listing-rating-signin {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 44px !important;
    justify-content: center !important;
  }

  body[data-route="explore"] .results-side {
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }

  body[data-route="explore"] .ad-offer-card {
    max-height: none !important;
    padding: 14px 48px 14px 16px !important;
    overflow: visible !important;
  }

  body[data-route="explore"] .ad-offer-card h2 {
    font-size: 18px !important;
    line-height: 1.12 !important;
  }

  body[data-route="explore"] .ad-offer-card .urgent-copy {
    max-width: 270px !important;
  }

  body[data-route="explore"] .ad-offer-card button.outline {
    width: 100% !important;
  }

  body[data-route="checkout"] .sponsor-checkout-page,
  body[data-route="checkout"] .checkout-page,
  body[data-route="checkout"] .boost-checkout-page {
    width: min(100% - 20px, 520px) !important;
    margin: 12px auto 36px !important;
    padding: 16px 0 32px !important;
  }

  body[data-route="checkout"] .sponsor-checkout-layout {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body[data-route="checkout"] .sponsor-checkout-main h1 {
    font-size: clamp(38px, 12vw, 52px) !important;
  }

  body[data-route="checkout"] .sponsor-checkout-main > p {
    font-size: 16px !important;
  }

  body[data-route="checkout"] .sponsor-price-card {
    min-height: 0 !important;
    padding: 16px !important;
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body[data-route="checkout"] .sponsor-price-card > b {
    padding-right: 12px !important;
    border-right: 1px solid #efc16a !important;
    font-size: 52px !important;
  }

  body[data-route="checkout"] .sponsor-price-card span {
    grid-column: auto !important;
  }

  body[data-route="checkout"] .sponsor-methods {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  body[data-route="checkout"] .sponsor-methods label {
    min-height: 78px !important;
    padding: 12px !important;
    gap: 10px !important;
  }

  body[data-route="checkout"] .sponsor-methods span strong {
    font-size: 22px !important;
  }

  body[data-route="checkout"] .sponsor-pay-card {
    padding: 18px !important;
  }

  body[data-route="checkout"] .sponsor-pay-card img {
    width: min(190px, 100%) !important;
  }

  body[data-route="checkout"] .sponsor-reference-fields {
    grid-template-columns: 1fr !important;
  }
}

.growth-challenge-card,
.results-challenge-strip,
.challenge-action {
  border: 1px solid rgba(247, 189, 0, .42);
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
}

.growth-challenge-card {
  width: min(640px, 100%);
  margin-top: 18px;
  padding: 18px 20px;
  display: grid;
  gap: 10px;
}

.growth-challenge-card > span {
  color: #52617a;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.growth-challenge-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
}

.growth-challenge-card p {
  margin: 0;
  color: #34445f;
  font-size: 15px;
  line-height: 1.45;
}

.growth-challenge-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.growth-challenge-examples .outline {
  min-height: 38px;
  padding: 0 13px;
  font-size: 14px;
}

.results-challenge-strip {
  margin-top: 12px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: center;
}

.results-challenge-strip strong {
  color: var(--ink);
}

.results-challenge-strip span {
  color: #52617a;
  font-weight: 750;
}

.challenge-page {
  width: min(1180px, calc(100% - 64px));
  margin: 34px auto 84px;
}

.challenge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.challenge-main h1 {
  max-width: 820px;
  margin: 18px 0 14px;
  color: var(--ink);
  font-size: clamp(48px, 5vw, 74px);
  line-height: .98;
}

.challenge-main > p {
  max-width: 620px;
  margin: 0 0 28px;
  color: #34445f;
  font-size: 20px;
  line-height: 1.45;
}

.challenge-form {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}

.challenge-note {
  grid-column: 1 / -1;
}

.challenge-note textarea {
  min-height: 120px;
}

.challenge-action {
  position: sticky;
  top: 108px;
  margin-top: 92px;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.challenge-action .primary,
.challenge-action .outline {
  min-height: 56px;
  justify-content: center;
}

.challenge-action small {
  color: #52617a;
  font-weight: 750;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .growth-challenge-card {
    margin-top: 12px;
    padding: 14px;
  }

  .growth-challenge-card h2 {
    font-size: 20px;
  }

  .results-challenge-strip {
    grid-template-columns: 1fr;
  }

  .challenge-page {
    width: min(100% - 24px, 520px);
    margin: 18px auto 92px;
  }

  .challenge-layout,
  .challenge-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .challenge-main h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .challenge-main > p {
    font-size: 16px;
  }

  .challenge-action {
    position: static;
    margin-top: 0;
  }
}

/* Absolute final motion guard: keep interactive motion consistent after legacy route overrides. */
@media (prefers-reduced-motion: no-preference) {
  .page > section,
  .seo-page > main {
    animation: gh-soft-rise .28s cubic-bezier(.2, .8, .2, 1) both;
  }

  .primary,
  .outline,
  .text-action,
  .listing-upload-card,
  .account-summary-card,
  .account-side-card,
  .sponsor-action,
  .sponsor-request-form,
  .sponsor-price-card,
  .sponsor-methods label,
  .sponsor-pay-card,
  body[data-route="about"] .about-contact .primary,
  body[data-route="about"] .about-contact .outline,
  body[data-route="about"] .about-direct-contact .text-action {
    transition:
      transform .18s cubic-bezier(.2, .8, .2, 1),
      box-shadow .18s cubic-bezier(.2, .8, .2, 1),
      border-color .18s cubic-bezier(.2, .8, .2, 1),
      background-color .18s cubic-bezier(.2, .8, .2, 1),
      color .18s cubic-bezier(.2, .8, .2, 1),
      opacity .18s cubic-bezier(.2, .8, .2, 1) !important;
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .outline:hover,
  .text-action:hover,
  .listing-upload-card:hover,
  .account-summary-card:hover,
  .account-side-card:hover,
  .sponsor-action:hover,
  .sponsor-request-form:hover,
  .sponsor-price-card:hover,
  .sponsor-methods label:hover,
  .sponsor-pay-card:hover,
  body[data-route="about"] .about-contact .outline:hover,
  body[data-route="about"] .about-direct-contact .text-action:hover {
    transform: translateY(-1px);
  }
}
