/* Remaining page polish loaded last. Keep approved directory pages untouched. */
body.route-requests.page-public,
body.route-pricing.page-public,
body.route-contact.page-public,
body.route-for-customers.page-public,
body.route-for-artists.page-public,
body.route-for-tutors.page-public,
body.route-for-students.page-public,
body.route-for-vendors.page-public,
body.route-for-suppliers.page-public,
body.route-trust-safety.page-public,
body.route-quality-guidelines.page-public,
body.route-legal.page-public,
body.route-how-it-works.page-public,
body.route-about.page-public,
body.route-login.page-auth {
  --remaining-shell: min(1160px, calc(100% - 40px));
}

/* Auth account pages final polish */
body.page-auth:is(.route-login, .route-register) {
  --auth-shell-width: min(1160px, calc(100vw - 36px));
}

body.page-auth:is(.route-login, .route-register) :is(.auth-command-wrap, .auth-split) {
  width: var(--auth-shell-width) !important;
  max-width: var(--auth-shell-width) !important;
  min-height: auto !important;
  margin: clamp(16px, 3vw, 34px) auto !important;
  padding: clamp(12px, 1.6vw, 18px) !important;
  display: grid !important;
  grid-template-columns: minmax(230px, .68fr) minmax(440px, 1.32fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: rgba(255, 252, 246, .96) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context, .auth-card) {
  min-width: 0 !important;
  max-width: 100% !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fff, #fff7ec) !important;
  box-shadow: 0 18px 40px rgba(64, 29, 9, .08) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) {
  padding: clamp(18px, 2vw, 26px) !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  gap: 14px !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(20px, 2.3vw, 32px) !important;
  display: grid !important;
  gap: 14px !important;
  align-content: center !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-logo-card, .auth-form-brand) {
  width: min(280px, 100%) !important;
  min-height: 88px !important;
  display: grid !important;
  place-items: center !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(122, 70, 28, .16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 28px rgba(64, 29, 9, .08) !important;
  box-sizing: border-box !important;
}

body.page-auth:is(.route-login, .route-register) .auth-form-brand {
  margin: 0 auto 4px !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-logo-card, .auth-form-brand) img {
  width: 230px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) h1 {
  margin: 0 !important;
  color: #241711 !important;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1.08 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) > p:not(.eyebrow) {
  max-width: 34rem !important;
  margin: 0 !important;
  color: #604437 !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card h2 {
  margin: 0 0 4px !important;
  color: #241711 !important;
  font-size: clamp(1.75rem, 2.4vw, 2.35rem) !important;
  text-align: center !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card label {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  color: #241711 !important;
  font-weight: 900 !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card :is(input, select) {
  width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 12px 14px !important;
  box-sizing: border-box !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card .button {
  width: 100% !important;
  min-height: 52px !important;
  padding: 12px 18px !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-role-grid, .mini-steps) {
  display: none !important;
}

@media (max-width: 900px) {
  body.page-auth:is(.route-login, .route-register) :is(.auth-command-wrap, .auth-split) {
    grid-template-columns: 1fr !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    padding: 8px !important;
    gap: 10px !important;
  }

  body.route-login.page-auth .auth-intro-panel,
  body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) {
    display: grid !important;
    padding: 16px !important;
    text-align: center !important;
    justify-items: center !important;
  }

  body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) h1 {
    font-size: clamp(1.75rem, 7vw, 2.35rem) !important;
  }

  body.page-auth:is(.route-login, .route-register) .auth-card {
    padding: 18px !important;
  }
}

@media (max-width: 520px) {
  body.page-auth:is(.route-login, .route-register) .auth-logo-card {
    display: none !important;
  }

  body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) {
    padding-block: 14px !important;
  }

  body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) > p:not(.eyebrow) {
    font-size: .9rem !important;
  }

  body.page-auth:is(.route-login, .route-register) .auth-form-brand {
    width: min(240px, 100%) !important;
    min-height: 78px !important;
  }
}

/* Final layer for single auth and community FAQ */
body.page-auth:is(.route-login, .route-register) .auth-single {
  width: min(760px, calc(100vw - 36px)) !important;
  max-width: min(760px, calc(100vw - 36px)) !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
}

body.route-register.page-auth .auth-single {
  width: min(820px, calc(100vw - 36px)) !important;
  max-width: min(820px, calc(100vw - 36px)) !important;
}

body.page-auth:is(.route-login, .route-register) .auth-single .auth-card {
  max-width: 100% !important;
  width: 100% !important;
  padding-inline: clamp(22px, 5vw, 58px) !important;
}

body.route-login.page-auth .auth-login-single .auth-card {
  max-width: 700px !important;
  margin-inline: auto !important;
}

body.route-login.page-auth .auth-login-single .eyebrow {
  width: min(520px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.page-auth:is(.route-login, .route-register) .auth-page-title {
  margin: 0 !important;
  color: #241711 !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

body.page-auth:is(.route-login, .route-register) .auth-page-copy {
  max-width: 44rem !important;
  margin: -4px auto 8px !important;
  color: #604437 !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

body.route-login.page-auth .auth-login-single .auth-card label,
body.route-login.page-auth .auth-login-single .auth-card .button,
body.route-login.page-auth .auth-login-single .auth-card > p:not(.eyebrow):not(.auth-page-copy) {
  width: min(520px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.route-register.page-auth .auth-section-title {
  margin: 0 0 10px !important;
  color: #9b0008 !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.route-register.page-auth .register-role-picker {
  display: grid !important;
  gap: 10px !important;
}

body.route-register.page-auth .register-role-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.route-register.page-auth .register-role-card {
  min-height: 118px !important;
  display: grid !important;
  place-items: center !important;
  gap: 8px !important;
  padding: 14px 10px !important;
  border: 1px solid rgba(176, 0, 13, .2) !important;
  border-radius: 8px !important;
  background: #fffdfa !important;
  color: #2a1a13 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 28px rgba(64, 29, 9, .07) !important;
}

body.route-register.page-auth .register-role-card.is-active {
  border-color: rgba(176, 0, 13, .58) !important;
  background: linear-gradient(180deg, #fff4e5, #fff) !important;
  box-shadow: inset 0 0 0 2px rgba(176, 0, 13, .42), 0 16px 34px rgba(176, 0, 13, .16) !important;
}

body.route-register.page-auth .register-role-card strong {
  font-size: .95rem !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

body.route-register.page-auth .role-card-icon {
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(64, 29, 9, .12) !important;
}

body.route-register.page-auth .role-card-icon svg {
  width: 25px !important;
  height: 25px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.route-register.page-auth .customer-icon {
  background: linear-gradient(135deg, #b0000d, #e56a2f) !important;
}

body.route-register.page-auth .student-icon {
  background: linear-gradient(135deg, #d99b05, #6f9d45) !important;
}

body.route-register.page-auth .provider-icon {
  background: linear-gradient(135deg, #198754, #b0000d) !important;
}

body.route-register.page-auth .provider-role-panel[hidden] {
  display: none !important;
}

body.route-register.page-auth .provider-role-panel,
body.route-register.page-auth .role-detail-panel {
  display: block !important;
}

body.route-register.page-auth .role-detail-panel[hidden] {
  display: none !important;
}

body.route-register.page-auth .role-detail-panel,
body.route-register.page-auth .provider-role-panel {
  padding: 10px !important;
  border: 1px solid rgba(176, 0, 13, .14) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffaf4, #fffdfa) !important;
}

body.route-requests.page-public .community-faq-section {
  width: min(960px, calc(100vw - 36px)) !important;
  margin: clamp(24px, 4vw, 44px) auto !important;
  text-align: center !important;
}

body.route-requests.page-public .community-faq-section .section-head h2 {
  font-size: clamp(2.2rem, 5vw, 4.2rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 18px !important;
}

body.route-requests.page-public .community-faq-tabs {
  display: grid !important;
  gap: 12px !important;
  justify-items: center !important;
}

body.route-requests.page-public .community-faq-tabs .faq-tabs {
  width: min(560px, 100%) !important;
  display: grid !important;
  gap: 10px !important;
}

body.route-requests.page-public .community-faq-tabs .faq-tabs button {
  min-height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  background: #fffdfa !important;
  color: #b0000d !important;
  font-weight: 900 !important;
}

body.route-requests.page-public .community-faq-tabs .faq-tabs button.is-active {
  background: #b0000d !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(176, 0, 13, .18) !important;
}

body.route-requests.page-public .community-faq-panel {
  width: min(720px, 100%) !important;
  margin-inline: auto !important;
}

@media (max-width: 760px) {
  body.page-auth:is(.route-login, .route-register) .auth-single,
  body.route-register.page-auth .auth-single {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
  }

  body.page-auth:is(.route-login, .route-register) .auth-single .auth-card {
    padding-inline: 16px !important;
  }

  body.route-register.page-auth .register-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.route-register.page-auth .register-role-card {
    min-height: 100px !important;
    padding: 10px 6px !important;
  }

  body.route-register.page-auth .role-card-icon {
    width: 40px !important;
    height: 40px !important;
  }

  body.route-register.page-auth .role-card-icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  body.route-register.page-auth .register-role-card strong {
    font-size: .72rem !important;
  }

  body.route-register.page-auth .compact-form-grid {
    grid-template-columns: 1fr !important;
  }

  body.route-requests.page-public .community-faq-section {
    width: calc(100vw - 16px) !important;
  }

  body.route-requests.page-public .community-faq-section .section-head h2 {
    font-size: clamp(1.9rem, 9vw, 2.7rem) !important;
  }
}

/* Auth final polish: login blank state and register role clarity */
body.route-login.page-auth .auth-login-single .eyebrow {
  width: min(520px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.route-register.page-auth .register-role-card.is-active {
  border-color: rgba(176, 0, 13, .72) !important;
  box-shadow: inset 0 0 0 2px rgba(176, 0, 13, .48), 0 16px 34px rgba(176, 0, 13, .16) !important;
}

body.route-register.page-auth .provider-role-panel,
body.route-register.page-auth .role-detail-panel {
  display: block !important;
  padding: 10px !important;
  border: 1px solid rgba(176, 0, 13, .14) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffaf4, #fffdfa) !important;
}

body.route-register.page-auth .provider-role-panel[hidden],
body.route-register.page-auth .role-detail-panel[hidden] {
  display: none !important;
}

/* Absolute final city mobile polish */
body.route-cities.page-public .city-intent-card .card-actions {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.route-cities.page-public .city-intent-card .card-actions .button {
  width: 100% !important;
  min-width: 0 !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.route-cities.page-public .city-hero-title {
    font-size: clamp(1.12rem, 5.15vw, 1.52rem) !important;
    line-height: 1.08 !important;
  }

  body.route-cities.page-public .city-hero-title span,
  body.route-cities.page-public .city-hero-copy span {
    white-space: nowrap !important;
  }

  body.route-cities.page-public .city-hero-copy {
    font-size: clamp(.7rem, 2.45vw, .82rem) !important;
    line-height: 1.28 !important;
  }

  body.route-cities.page-public .city-hero-search {
    grid-template-columns: minmax(0, 1.14fr) minmax(0, .96fr) minmax(0, .72fr) minmax(58px, .56fr) !important;
    gap: 5px !important;
    align-items: stretch !important;
  }

  body.route-cities.page-public .city-hero-search select,
  body.route-cities.page-public .city-hero-search button[type="submit"] {
    min-height: 42px !important;
    height: 42px !important;
    padding: 6px 7px !important;
    font-size: .62rem !important;
    line-height: 1.1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.route-cities.page-public .city-hero-search button[type="submit"],
  body.route-cities.page-public .city-location-actions .button {
    grid-column: auto !important;
  }

  body.route-cities.page-public .city-location-actions {
    grid-column: 1 / -1 !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
  }

  body.route-cities.page-public .city-location-actions .button {
    min-height: 42px !important;
    height: 42px !important;
    padding: 7px 8px !important;
    font-size: .78rem !important;
  }

  body.route-cities.page-public .city-nearby-icon,
  body.route-cities.page-public .city-nearby-icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  body.route-cities.page-public .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.route-cities.page-public .hero-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 8px !important;
    font-size: .78rem !important;
  }

  body.route-cities.page-public .city-intent-card {
    text-align: center !important;
    padding: 18px 12px !important;
  }

  body.route-cities.page-public .city-intent-card .card-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  body.route-cities.page-public .city-intent-card .card-actions .button {
    min-height: 34px !important;
    padding: 6px 4px !important;
    font-size: .66rem !important;
  }
}

/* Absolute final support footer page overrides */
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.section, .page-hero) {
  box-sizing: border-box !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.support-page-hero, .role-page-hero, .legal-page-hero) {
  width: min(1360px, calc(100vw - 32px)) !important;
  max-width: min(1360px, calc(100vw - 32px)) !important;
  min-height: clamp(340px, 33vw, 520px) !important;
  margin-inline: auto !important;
  overflow: hidden !important;
}

body.page-public:is(.route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.role-page-hero, .legal-page-hero) h1,
body.page-public.route-contact .support-page-hero h1 {
  max-width: 980px !important;
  margin-inline: auto !important;
  font-size: clamp(2.45rem, 5.5vw, 5.6rem) !important;
  line-height: 1.05 !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-command-grid,
body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-status-grid,
body.page-public.route-legal :is(.legal-assurance-grid, .trust-command-grid) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

body.page-public .support-flip-card {
  min-width: 0 !important;
  min-height: 230px !important;
  border: 0 !important;
  background: transparent !important;
  perspective: 1200px !important;
}

body.page-public .support-flip-inner {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 230px !important;
  transform-style: preserve-3d !important;
  animation: supportAutoFlip 10s ease-in-out infinite !important;
  animation-delay: calc(var(--support-card-index, 0) * .75s) !important;
}

body.page-public .support-flip-card:is(:hover, :focus-within) .support-flip-inner {
  animation-play-state: paused !important;
  transform: rotateY(180deg) !important;
}

body.page-public .support-flip-face {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  padding: clamp(18px, 2vw, 26px) !important;
  border: 1px solid rgba(122, 70, 28, .2) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .09) !important;
  text-align: center !important;
  backface-visibility: hidden !important;
  overflow: hidden !important;
}

body.page-public .support-flip-front {
  background: linear-gradient(145deg, #fffefa, #fff0df) !important;
}

body.page-public .support-flip-back {
  transform: rotateY(180deg) !important;
  background: linear-gradient(145deg, #fff7ea, #edf7ea) !important;
}

body.page-public .support-flip-card:nth-child(2) .support-flip-front {
  background: linear-gradient(145deg, #fffefa, #f4f8e8) !important;
}

body.page-public .support-flip-card:nth-child(2) .support-flip-back {
  background: linear-gradient(145deg, #fff7ef, #fff0f2) !important;
}

body.page-public .support-flip-card:nth-child(3) .support-flip-front {
  background: linear-gradient(145deg, #fffefa, #fff4d8) !important;
}

body.page-public .support-flip-card:nth-child(3) .support-flip-back {
  background: linear-gradient(145deg, #fff7ef, #eef8f0) !important;
}

body.page-public .support-flip-face h3,
body.page-public .support-report-card h3,
body.page-public .trust-command-card h3,
body.page-public .trust-status-card h3 {
  margin: 0 !important;
  color: #281c15 !important;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem) !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

body.page-public .support-flip-face p,
body.page-public .support-report-card p,
body.page-public .trust-command-card p,
body.page-public .trust-status-card p {
  max-width: 24rem !important;
  margin: 0 !important;
  color: #5e4538 !important;
  font-size: clamp(.9rem, 1vw, 1rem) !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

body.page-public .support-report-card,
body.page-public .trust-command-card,
body.page-public .trust-status-card,
body.page-public.route-legal .legal-assurance-card {
  min-width: 0 !important;
  border: 1px solid rgba(122, 70, 28, .18) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffefa, #fff8ef) !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .08) !important;
  text-align: center !important;
}

body.page-public .support-report-card,
body.page-public .trust-command-card,
body.page-public .trust-status-card {
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 10px !important;
  padding: clamp(18px, 2vw, 26px) !important;
}

body.page-public .trust-command-card > span,
body.page-public .trust-status-card > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  background: #fff0df !important;
  color: #b0000d !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .split {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr) !important;
  gap: clamp(14px, 2vw, 24px) !important;
  align-items: stretch !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .split > * {
  min-width: 0 !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.panel, .form-card, .readable) {
  border-color: rgba(122, 70, 28, .18) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .07) !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack .panel,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack .panel {
  margin: 0 !important;
  padding: 18px !important;
  text-align: center !important;
}

body.page-public.route-legal .readable,
body.page-public.route-legal .section.split:not(.role-faq-section) {
  width: min(1060px, calc(100vw - 32px)) !important;
  text-align: center !important;
}

body.page-public.route-legal .legal-link-cloud {
  max-width: 980px !important;
  margin-inline: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  body.page-public .support-flip-inner {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-command-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-status-grid,
  body.page-public.route-legal :is(.legal-assurance-grid, .trust-command-grid),
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .split {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.support-page-hero, .role-page-hero, .legal-page-hero) {
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
    min-height: clamp(260px, 58vw, 380px) !important;
    padding-inline: 12px !important;
  }

  body.page-public:is(.route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.role-page-hero, .legal-page-hero) h1,
  body.page-public.route-contact .support-page-hero h1 {
    font-size: clamp(1.9rem, 9vw, 3rem) !important;
    line-height: 1.05 !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-command-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-status-grid,
  body.page-public.route-legal :is(.legal-assurance-grid, .trust-command-grid),
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.page-public .support-flip-card,
  body.page-public .support-flip-inner {
    min-height: 205px !important;
  }

  body.page-public .support-flip-face {
    padding: 16px 12px !important;
  }

  body.page-public .support-flip-face p,
  body.page-public .support-report-card p,
  body.page-public .trust-command-card p,
  body.page-public .trust-status-card p {
    font-size: .84rem !important;
  }

  body.page-public.route-contact .support-hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-public.route-legal .section.split:not(.role-faq-section),
  body.page-public.route-legal .readable {
    width: calc(100vw - 14px) !important;
  }
}

/* Final support pages mobile and WhatsApp cleanup */
body.route-whatsapp.page-public .whatsapp-hero-mark {
  width: 72px !important;
  height: 72px !important;
  margin: 10px auto 16px !important;
  background: #e9f8ef !important;
  color: #128c55 !important;
}

body.route-whatsapp.page-public .role-page-hero .hero-actions {
  display: none !important;
}

body.route-legal.page-public .legal-page-hero .trust-strip {
  display: none !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-detail-section .support-detail-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-detail-section .support-detail-grid > article {
  min-width: 0 !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  text-align: center !important;
}

body.route-contact.page-public .support-form-card {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.route-contact.page-public .support-form-card :is(.eyebrow, h2, .form-note, label:has(textarea), button, .honeypot-field, input[name="_started_at"]) {
  grid-column: 1 / -1 !important;
}

@media (max-width: 760px) {
  body.route-trust-safety.page-public .role-page-hero h1 {
    white-space: nowrap !important;
    font-size: clamp(1.04rem, 4.8vw, 1.34rem) !important;
  }

  body.route-contact.page-public .support-page-hero h1,
  body.route-quality-guidelines.page-public .role-page-hero h1,
  body.route-whatsapp.page-public .role-page-hero h1,
  body.route-legal.page-public .legal-page-hero h1 {
    white-space: nowrap !important;
    font-size: clamp(1.42rem, 6.3vw, 2rem) !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-route-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-detail-section .support-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-card,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-inner {
    min-height: 154px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.support-flip-face, .support-route-card, .support-report-card, .support-detail-section .support-detail-grid > article) {
    min-height: 148px !important;
    padding: 8px 4px !important;
    gap: 5px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-card-icon {
    width: 34px !important;
    height: 34px !important;
    margin-bottom: 3px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-card-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.support-flip-face h3, .support-route-card strong, .support-report-card h3, .support-detail-section .support-detail-grid h3) {
    font-size: .58rem !important;
    line-height: 1.1 !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.support-flip-face p, .support-route-card small, .support-report-card p, .support-detail-section .support-detail-grid p) {
    font-size: .46rem !important;
    line-height: 1.22 !important;
  }

  body.route-contact.page-public .support-form-card {
    grid-template-columns: 1fr !important;
  }

  body.route-contact.page-public .support-direct-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Support request pass: compact support pages */
body.route-contact.page-public .support-page-hero .support-hero-strip {
  display: none !important;
}

body.route-contact.page-public .support-direct-actions {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.route-contact.page-public .support-direct-action {
  min-width: 0 !important;
  min-height: 170px !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  gap: 8px !important;
  padding: 16px 10px !important;
  border: 1px solid rgba(122, 70, 28, .2) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffefa, #fff7ef) !important;
  color: #2b170f !important;
  text-decoration: none !important;
  text-align: center !important;
  box-shadow: 0 16px 34px rgba(82, 42, 18, .08) !important;
}

body.route-contact.page-public .support-direct-whatsapp {
  background: linear-gradient(180deg, #f4fff7, #fffefa) !important;
}

body.route-contact.page-public .support-direct-action strong {
  color: #9b0008 !important;
  font-weight: 950 !important;
}

body.route-contact.page-public .support-direct-action small {
  color: #5e4538 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-flip-card:nth-child(1) .support-flip-front,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-report-card:nth-child(1),
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-detail-grid > article:nth-child(1) {
  background: linear-gradient(145deg, #fff8dc, #fffefa) !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-flip-card:nth-child(2) .support-flip-front,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-report-card:nth-child(2),
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-detail-grid > article:nth-child(2) {
  background: linear-gradient(145deg, #eef8e8, #fffefa) !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-flip-card:nth-child(3) .support-flip-front,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-report-card:nth-child(3),
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-detail-grid > article:nth-child(3) {
  background: linear-gradient(145deg, #fff0f2, #fffefa) !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-detail-grid > article {
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  text-align: center !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .role-final-cta,
body.route-trust-safety.page-public .support-report-section .section-cta {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

body.route-whatsapp.page-public .whatsapp-support-builder {
  width: min(980px, calc(100vw - 32px)) !important;
  text-align: center !important;
}

body.route-whatsapp.page-public .whatsapp-support-form {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto !important;
  gap: 12px !important;
  align-items: end !important;
  padding: clamp(16px, 2vw, 24px) !important;
  border: 1px solid rgba(122, 70, 28, .2) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffefa, #fff7ef) !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .08) !important;
}

body.route-whatsapp.page-public .whatsapp-support-form label {
  display: grid !important;
  gap: 7px !important;
  color: #2b170f !important;
  font-weight: 950 !important;
  text-align: left !important;
}

body.route-whatsapp.page-public .whatsapp-support-form :is(select, input) {
  width: 100% !important;
  min-height: 48px !important;
  border-radius: 8px !important;
}

@media (max-width: 760px) {
  body.route-trust-safety.page-public .role-page-hero h1 {
    white-space: nowrap !important;
    font-size: clamp(1.18rem, 5.05vw, 1.42rem) !important;
  }

  body.route-contact.page-public .support-page-hero h1,
  body.route-quality-guidelines.page-public .role-page-hero h1,
  body.route-whatsapp.page-public .role-page-hero h1 {
    white-space: nowrap !important;
    font-size: clamp(1.45rem, 6.8vw, 2rem) !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-flip-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-detail-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-report-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-flip-card,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-flip-inner {
    min-height: 150px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-flip-face,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-report-card,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-detail-grid > article,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-route-card {
    min-height: 140px !important;
    padding: 8px 4px !important;
    gap: 5px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-card-icon {
    width: 34px !important;
    height: 34px !important;
    margin-bottom: 3px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) .support-card-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) :is(.support-flip-face h3, .support-report-card h3, .support-detail-grid h3, .support-route-card strong) {
    font-size: .58rem !important;
    line-height: 1.1 !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp) :is(.support-flip-face p, .support-report-card p, .support-detail-grid p, .support-route-card small) {
    font-size: .46rem !important;
    line-height: 1.22 !important;
  }

  body.route-contact.page-public .support-direct-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.route-whatsapp.page-public .whatsapp-support-builder {
    width: calc(100vw - 14px) !important;
  }

  body.route-whatsapp.page-public .whatsapp-support-form {
    grid-template-columns: 1fr !important;
  }
}

/* Final support footer page overhaul */
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) {
  --support-red: #b0000d;
  --support-brown: #2b170f;
  --support-cream: #fff8ec;
  --support-line: rgba(122, 70, 28, .2);
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.section, .page-hero) {
  box-sizing: border-box !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.support-page-hero, .role-page-hero, .legal-page-hero) {
  width: min(1360px, calc(100vw - 32px)) !important;
  max-width: min(1360px, calc(100vw - 32px)) !important;
  min-height: clamp(340px, 33vw, 520px) !important;
  margin-inline: auto !important;
  overflow: hidden !important;
}

body.page-public:is(.route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.role-page-hero, .legal-page-hero) h1 {
  max-width: 980px !important;
  margin-inline: auto !important;
  font-size: clamp(2.5rem, 5.6vw, 5.7rem) !important;
  line-height: 1.05 !important;
}

body.page-public.route-contact .support-page-hero h1 {
  font-size: clamp(2.45rem, 4.8vw, 5rem) !important;
  line-height: 1.05 !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-command-grid,
body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-status-grid,
body.page-public.route-legal :is(.legal-assurance-grid, .trust-command-grid) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

body.page-public.route-legal .legal-assurance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-public .support-flip-card {
  min-width: 0 !important;
  min-height: 230px !important;
  border: 0 !important;
  background: transparent !important;
  perspective: 1200px !important;
}

body.page-public .support-flip-inner {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 230px !important;
  transform-style: preserve-3d !important;
  animation: supportAutoFlip 10s ease-in-out infinite !important;
  animation-delay: calc(var(--support-card-index, 0) * .75s) !important;
}

body.page-public .support-flip-card:is(:hover, :focus-within) .support-flip-inner {
  animation-play-state: paused !important;
  transform: rotateY(180deg) !important;
}

body.page-public .support-flip-face {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  padding: clamp(18px, 2vw, 26px) !important;
  border: 1px solid var(--support-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .09) !important;
  text-align: center !important;
  backface-visibility: hidden !important;
  overflow: hidden !important;
}

body.page-public .support-flip-front {
  background: linear-gradient(145deg, #fffefa, #fff0df) !important;
}

body.page-public .support-flip-back {
  transform: rotateY(180deg) !important;
  background: linear-gradient(145deg, #fff7ea, #edf7ea) !important;
}

body.page-public .support-flip-card:nth-child(2) .support-flip-front {
  background: linear-gradient(145deg, #fffefa, #f4f8e8) !important;
}

body.page-public .support-flip-card:nth-child(2) .support-flip-back {
  background: linear-gradient(145deg, #fff7ef, #fff0f2) !important;
}

body.page-public .support-flip-card:nth-child(3) .support-flip-front {
  background: linear-gradient(145deg, #fffefa, #fff4d8) !important;
}

body.page-public .support-flip-card:nth-child(3) .support-flip-back {
  background: linear-gradient(145deg, #fff7ef, #eef8f0) !important;
}

body.page-public .support-flip-face h3,
body.page-public .support-report-card h3,
body.page-public .trust-command-card h3,
body.page-public .trust-status-card h3 {
  margin: 0 !important;
  color: #281c15 !important;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem) !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

body.page-public .support-flip-face p,
body.page-public .support-report-card p,
body.page-public .trust-command-card p,
body.page-public .trust-status-card p {
  max-width: 24rem !important;
  margin: 0 !important;
  color: #5e4538 !important;
  font-size: clamp(.9rem, 1vw, 1rem) !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

body.page-public .support-card-icon.role-icon-message,
body.page-public .support-card-icon.role-icon-default {
  background: #fff0df !important;
  color: var(--support-red) !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-card-icon {
  flex: 0 0 auto !important;
}

body.page-public .support-report-card,
body.page-public .trust-command-card,
body.page-public .trust-status-card,
body.page-public.route-legal .legal-assurance-card {
  min-width: 0 !important;
  border: 1px solid rgba(122, 70, 28, .18) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffefa, #fff8ef) !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .08) !important;
  text-align: center !important;
}

body.page-public .support-report-card,
body.page-public .trust-command-card,
body.page-public .trust-status-card {
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 10px !important;
  padding: clamp(18px, 2vw, 26px) !important;
}

body.page-public .trust-command-card > span,
body.page-public .trust-status-card > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  background: #fff0df !important;
  color: var(--support-red) !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .split {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr) !important;
  gap: clamp(14px, 2vw, 24px) !important;
  align-items: stretch !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .split > * {
  min-width: 0 !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.panel, .form-card, .readable) {
  border-color: rgba(122, 70, 28, .18) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .07) !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack .panel,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack .panel {
  margin: 0 !important;
  padding: 18px !important;
  text-align: center !important;
}

body.page-public.route-legal .readable {
  width: min(980px, calc(100vw - 32px)) !important;
  text-align: center !important;
}

body.page-public.route-legal .section.split:not(.role-faq-section) {
  width: min(1060px, calc(100vw - 32px)) !important;
}

body.page-public.route-legal .legal-link-cloud {
  max-width: 980px !important;
  margin-inline: auto !important;
}

@keyframes supportAutoFlip {
  0%, 42% {
    transform: rotateY(0deg);
  }
  50%, 92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-public .support-flip-inner {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-command-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-status-grid,
  body.page-public.route-legal :is(.legal-assurance-grid, .trust-command-grid),
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .split {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.support-page-hero, .role-page-hero, .legal-page-hero) {
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
    min-height: clamp(260px, 58vw, 380px) !important;
    padding-inline: 12px !important;
  }

  body.page-public:is(.route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.role-page-hero, .legal-page-hero) h1,
  body.page-public.route-contact .support-page-hero h1 {
    font-size: clamp(1.9rem, 9vw, 3rem) !important;
    line-height: 1.05 !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-command-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-status-grid,
  body.page-public.route-legal :is(.legal-assurance-grid, .trust-command-grid),
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.page-public .support-flip-card,
  body.page-public .support-flip-inner {
    min-height: 205px !important;
  }

  body.page-public .support-flip-face {
    padding: 16px 12px !important;
  }

  body.page-public .support-flip-face p,
  body.page-public .support-report-card p,
  body.page-public .trust-command-card p,
  body.page-public .trust-status-card p {
    font-size: .84rem !important;
  }

  body.page-public.route-contact .support-hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-public.route-legal .section.split:not(.role-faq-section),
  body.page-public.route-legal .readable {
    width: calc(100vw - 14px) !important;
  }
}

/* Support footer pages polish */
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .section {
  width: min(1180px, calc(100vw - 32px)) !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .section-head {
  text-align: center !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-public .support-page-hero,
body.page-public:is(.route-trust-safety, .route-quality-guidelines, .route-whatsapp) .role-page-hero,
body.page-public.route-legal .legal-page-hero {
  width: min(1360px, calc(100vw - 32px)) !important;
  max-width: min(1360px, calc(100vw - 32px)) !important;
}

body.page-public .support-action-grid,
body.page-public .support-route-grid,
body.page-public .support-detail-grid,
body.page-public .legal-quick-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.page-public .support-action-card,
body.page-public .support-route-card,
body.page-public .support-mini-card {
  min-width: 0 !important;
  padding: clamp(16px, 2vw, 24px) !important;
  border: 1px solid rgba(122, 70, 28, .2) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffefa, #fff7ef) !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .08) !important;
  text-align: center !important;
}

body.page-public .support-route-card {
  display: grid !important;
  gap: 10px !important;
  color: inherit !important;
  text-decoration: none !important;
}

body.page-public .support-route-card strong,
body.page-public .support-action-card h3,
body.page-public .support-mini-card h3 {
  color: #281c15 !important;
  font-size: clamp(1rem, 1.45vw, 1.22rem) !important;
  line-height: 1.15 !important;
}

body.page-public .support-route-card small,
body.page-public .support-action-card p,
body.page-public .support-mini-card p {
  color: #5e4b40 !important;
  font-weight: 650 !important;
  line-height: 1.38 !important;
}

body.page-public .support-card-icon {
  width: 58px !important;
  height: 58px !important;
  display: inline-grid !important;
  place-items: center !important;
  margin: 0 auto 12px !important;
  border-radius: 50% !important;
  background: #fff0df !important;
  color: #b0000d !important;
  box-shadow: 0 16px 34px rgba(176, 0, 13, .12) !important;
}

body.page-public .support-card-icon svg {
  width: 29px !important;
  height: 29px !important;
}

body.page-public .support-whatsapp-icon,
body.page-public .support-card-icon.role-icon-whatsapp {
  background: #e9f8ef !important;
  color: #128c55 !important;
}

body.page-public .support-card-icon.role-icon-product {
  background: #fff5d9 !important;
  color: #b37600 !important;
}

body.page-public .support-card-icon.role-icon-trust,
body.page-public .support-card-icon.role-icon-payment {
  background: #fff0f2 !important;
  color: #b0000d !important;
}

body.page-public .support-contact-shell {
  align-items: stretch !important;
}

body.page-public .support-form-card,
body.page-public .support-direct-panel {
  border-radius: 8px !important;
  border: 1px solid rgba(122, 70, 28, .2) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .08) !important;
}

body.page-public .support-form-card :is(input, select, textarea) {
  min-height: 48px !important;
  border-radius: 8px !important;
}

body.page-public .support-direct-panel {
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 12px !important;
}

body.page-public .support-panel-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
}

body.page-public .support-read-more,
body.page-public .legal-policy-details {
  border: 1px solid rgba(122, 70, 28, .2) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .07) !important;
  overflow: hidden !important;
}

body.page-public .support-read-more > summary,
body.page-public .legal-policy-details > summary {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 16px 18px !important;
  cursor: pointer !important;
  color: #b0000d !important;
  font-weight: 950 !important;
  text-align: center !important;
  list-style: none !important;
}

body.page-public .support-read-more > summary::-webkit-details-marker,
body.page-public .legal-policy-details > summary::-webkit-details-marker {
  display: none !important;
}

body.page-public .support-read-more .feature-stack,
body.page-public .legal-policy-details .feature-stack {
  padding: 0 16px 16px !important;
}

body.page-public .support-detail-section .support-detail-grid {
  margin-top: 14px !important;
}

body.page-public .legal-support-focus-section {
  margin-top: clamp(24px, 4vw, 44px) !important;
}

body.page-public .legal-faq-section .faq-list,
body.page-public .support-faq-section .faq-list {
  width: min(720px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-public.route-contact .support-hero-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 760px) {
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .section,
  body.page-public .support-page-hero,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines, .route-whatsapp) .role-page-hero,
  body.page-public.route-legal .legal-page-hero {
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
  }

  body.page-public .support-action-grid,
  body.page-public .support-route-grid,
  body.page-public .support-detail-grid,
  body.page-public .legal-quick-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.page-public .support-action-card,
  body.page-public .support-route-card,
  body.page-public .support-mini-card {
    padding: 14px 10px !important;
  }

  body.page-public .support-card-icon {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 8px !important;
  }

  body.page-public .support-card-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  body.page-public .support-route-card strong,
  body.page-public .support-action-card h3,
  body.page-public .support-mini-card h3 {
    font-size: .94rem !important;
  }

  body.page-public .support-route-card small,
  body.page-public .support-action-card p,
  body.page-public .support-mini-card p {
    font-size: .76rem !important;
  }

  body.page-public.route-contact .support-hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-public .support-panel-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
  }

  body.page-public .support-panel-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 8px !important;
  }

  body.page-public .support-read-more > summary,
  body.page-public .legal-policy-details > summary {
    min-height: 48px !important;
    padding: 12px 10px !important;
    font-size: .9rem !important;
  }
}

/* Join role pages improvement scope */
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) :is(.role-workflow-section, .role-dashboard-preview-section, .role-proof-section) {
  width: min(1120px, calc(100vw - 64px)) !important;
  margin-inline: auto !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) :is(.role-workflow-section, .role-proof-section) .section-head h2,
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-copy h2 {
  max-width: 900px !important;
  margin-inline: auto !important;
  font-size: clamp(2rem, 4vw, 3.45rem) !important;
  line-height: 1.08 !important;
  text-wrap: balance !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-grid,
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-proof-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) :is(.role-step-card, .role-proof-card) {
  min-width: 0 !important;
  display: grid !important;
  align-content: start !important;
  justify-items: center !important;
  gap: 12px !important;
  padding: clamp(18px, 2.2vw, 26px) !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, #fffdfa, #fff0df) !important;
  box-shadow: 0 18px 42px rgba(64, 29, 9, .08) !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-card:nth-child(2),
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-proof-card:nth-child(2) {
  background: linear-gradient(145deg, #f4fff5, #fffaf0) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-card:nth-child(3),
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-proof-card:nth-child(3) {
  background: linear-gradient(145deg, #fff8e1, #eef6ff) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-number {
  width: 32px !important;
  height: 32px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #b0000d !important;
  color: #fff !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 24px rgba(176, 0, 13, .18) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) :is(.role-step-card, .role-proof-card) h3 {
  margin: 0 !important;
  color: #241711 !important;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem) !important;
  line-height: 1.2 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) :is(.role-step-card, .role-proof-card) p {
  margin: 0 !important;
  color: #604437 !important;
  font-weight: 700 !important;
  line-height: 1.48 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-shell {
  display: grid !important;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  padding: clamp(18px, 2.8vw, 34px) !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, #fffdfa, #fff2df) !important;
  box-shadow: 0 22px 52px rgba(64, 29, 9, .1) !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-copy {
  display: grid !important;
  align-content: center !important;
  gap: 10px !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-copy h2,
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-copy p {
  margin-inline: 0 !important;
  text-align: left !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-card {
  min-width: 0 !important;
  min-height: 168px !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 10px !important;
  padding: 16px 10px !important;
  border: 1px solid rgba(122, 70, 28, .18) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 14px 30px rgba(64, 29, 9, .08) !important;
  text-align: center !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-card strong {
  color: #241711 !important;
  font-size: .98rem !important;
  line-height: 1.18 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-card small {
  color: #7a461c !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

@media (max-width: 760px) {
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) :is(.role-workflow-section, .role-dashboard-preview-section, .role-proof-section) {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) :is(.role-workflow-section, .role-proof-section) .section-head h2,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-copy h2 {
    font-size: clamp(1.6rem, 7.5vw, 2.25rem) !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-grid,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-proof-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-card {
    min-height: 156px !important;
    gap: 6px !important;
    padding: 10px 5px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-number {
    width: 24px !important;
    height: 24px !important;
    font-size: .72rem !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-card .role-feature-icon,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-card .role-feature-icon {
    width: 34px !important;
    height: 34px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-card .role-feature-icon svg,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-card .role-feature-icon svg {
    width: 19px !important;
    height: 19px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-card h3 {
    font-size: .74rem !important;
    line-height: 1.12 !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-step-card p {
    font-size: .57rem !important;
    line-height: 1.22 !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-shell {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px !important;
    text-align: center !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-copy h2,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-copy p {
    text-align: center !important;
    margin-inline: auto !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-card {
    min-height: 118px !important;
    gap: 6px !important;
    padding: 10px 5px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-card strong {
    font-size: .68rem !important;
    line-height: 1.12 !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-dashboard-card small {
    font-size: .58rem !important;
    line-height: 1.12 !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-proof-card {
    padding: 14px 12px !important;
  }
}

/* Join role pages final structure */
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-page-hero {
  padding-block: clamp(42px, 7vw, 92px) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-page-hero h1 {
  max-width: 1120px !important;
  margin-inline: auto !important;
  line-height: 1.05 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-hero-overview {
  width: min(620px, 100%) !important;
  margin: 18px auto 0 !important;
  text-align: center !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-hero-overview summary,
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-practice-details > summary {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 12px 22px !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 999px !important;
  background: #fffdfa !important;
  color: #b0000d !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  list-style: none !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-hero-overview summary::-webkit-details-marker,
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-practice-details > summary::-webkit-details-marker {
  display: none !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-hero-overview p {
  max-width: 620px !important;
  margin: 14px auto 0 !important;
  color: #4f392f !important;
  font-weight: 700 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-experience-section {
  width: min(1120px, calc(100vw - 64px)) !important;
  margin-inline: auto !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-experience-section .section-head h2,
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .section-head h2 {
  max-width: 100% !important;
  white-space: normal !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  font-size: clamp(2.1rem, 4.1vw, 3.7rem) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-card {
  min-height: 190px !important;
  color: #241711 !important;
  text-decoration: none !important;
  perspective: 1000px !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-inner {
  width: 100% !important;
  height: 100% !important;
  min-height: 190px !important;
  position: relative !important;
  display: block !important;
  transform-style: preserve-3d !important;
  animation: roleAutoFlip 8s ease-in-out infinite !important;
  animation-delay: var(--flip-delay, 0s) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-card:hover .role-flip-inner {
  animation-play-state: paused !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-face {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 12px !important;
  padding: 22px !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: var(--role-card-front, linear-gradient(145deg, #fffdf8, #fdebd6)) !important;
  box-shadow: 0 18px 42px rgba(64, 29, 9, .08) !important;
  backface-visibility: hidden !important;
  text-align: center !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-back {
  background: var(--role-card-back, linear-gradient(145deg, #3d2118, #8f0b12)) !important;
  color: #fff8ef !important;
  transform: rotateY(180deg) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-card:nth-child(1) {
  --role-card-front: linear-gradient(145deg, #fff8e8, #ffe2ba);
  --role-card-back: linear-gradient(145deg, #225c3c, #087d48);
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-card:nth-child(2) {
  --role-card-front: linear-gradient(145deg, #fff5ed, #ffd9c6);
  --role-card-back: linear-gradient(145deg, #5c2418, #b33b18);
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-card:nth-child(3) {
  --role-card-front: linear-gradient(145deg, #fffce7, #ffe08c);
  --role-card-back: linear-gradient(145deg, #5c4300, #b17700);
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-face strong {
  font-size: 1.18rem !important;
  line-height: 1.25 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-face small {
  color: inherit !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

@keyframes roleAutoFlip {
  0%, 42% { transform: rotateY(0deg); }
  50%, 92% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-inner {
    animation: none !important;
  }
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon {
  width: 54px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #fff0db !important;
  color: #b0000d !important;
  box-shadow: 0 14px 30px rgba(176, 0, 13, .12) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon svg {
  width: 28px !important;
  height: 28px !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-whatsapp {
  background: #e6fff0 !important;
  color: #128c7e !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-gallery {
  background: #eef5ff !important;
  color: #1d67c8 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-location {
  background: #fff0e7 !important;
  color: #e4571b !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-product {
  background: #fff6d7 !important;
  color: #b17700 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-learning {
  background: #effbf0 !important;
  color: #12843f !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-request {
  background: #fff0f2 !important;
  color: #b0000d !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-payment {
  background: #f3edff !important;
  color: #7044c7 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-profile,
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-trust,
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon.role-icon-star {
  background: #fff1cf !important;
  color: #c68a00 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-back .role-feature-icon {
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-practice-section {
  width: min(1040px, calc(100vw - 64px)) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-practice-details {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-practice-details .feature-stack {
  margin-top: 18px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-practice-details .feature-stack .panel {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section {
  text-align: center !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-grid {
  width: min(760px, 100%) !important;
  margin-inline: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-item {
  min-height: 138px !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 12px !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-weight: 900 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-item:nth-child(1) {
  background: linear-gradient(145deg, #fff8e8, #ffe2ba) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-item:nth-child(2) {
  background: linear-gradient(145deg, #effbf0, #d9f3dd) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-item:nth-child(3) {
  background: linear-gradient(145deg, #fff0e7, #ffd9c6) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-item:nth-child(4) {
  background: linear-gradient(145deg, #e6fff0, #cff4dc) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-item:nth-child(5) {
  background: linear-gradient(145deg, #eef5ff, #d8e8ff) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-item:nth-child(6) {
  background: linear-gradient(145deg, #fff6d7, #ffe7a3) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-faq-section {
  display: block !important;
  text-align: center !important;
  width: min(1040px, calc(100vw - 64px)) !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-faq-section .faq-list {
  width: min(760px, 100%) !important;
  margin: 22px auto 0 !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-extra-faq[hidden] {
  display: none !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-faq-more,
body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-final-cta {
  justify-content: center !important;
  text-align: center !important;
}

body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-final-cta {
  width: min(760px, calc(100vw - 64px)) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto clamp(34px, 5vw, 64px) !important;
  padding: 24px 0 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
}

/* City page mobile final polish */
body.route-cities.page-public .city-intent-card .card-actions {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.route-cities.page-public .city-intent-card .card-actions .button {
  width: 100% !important;
  min-width: 0 !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.route-cities.page-public .city-hero-title {
    font-size: clamp(1.12rem, 5.15vw, 1.52rem) !important;
    line-height: 1.08 !important;
  }

  body.route-cities.page-public .city-hero-title span,
  body.route-cities.page-public .city-hero-copy span {
    white-space: nowrap !important;
  }

  body.route-cities.page-public .city-hero-copy {
    font-size: clamp(.7rem, 2.45vw, .82rem) !important;
    line-height: 1.28 !important;
  }

  body.route-cities.page-public .city-hero-search {
    grid-template-columns: minmax(0, 1.14fr) minmax(0, .96fr) minmax(0, .72fr) minmax(58px, .56fr) !important;
    gap: 5px !important;
    align-items: stretch !important;
  }

  body.route-cities.page-public .city-hero-search select,
  body.route-cities.page-public .city-hero-search button[type="submit"] {
    min-height: 42px !important;
    height: 42px !important;
    padding: 6px 7px !important;
    font-size: .62rem !important;
    line-height: 1.1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.route-cities.page-public .city-location-actions {
    grid-column: 1 / -1 !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
  }

  body.route-cities.page-public .city-location-actions .button {
    min-height: 42px !important;
    height: 42px !important;
    padding: 7px 8px !important;
    font-size: .78rem !important;
  }

  body.route-cities.page-public .city-nearby-icon,
  body.route-cities.page-public .city-nearby-icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  body.route-cities.page-public .city-nearby-chip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.route-cities.page-public .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.route-cities.page-public .hero-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 8px !important;
    font-size: .78rem !important;
  }

  body.route-cities.page-public .city-intent-card {
    text-align: center !important;
    padding: 18px 12px !important;
  }

  body.route-cities.page-public .city-intent-card .card-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  body.route-cities.page-public .city-intent-card .card-actions .button {
    min-height: 34px !important;
    padding: 6px 4px !important;
    font-size: .66rem !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-page-hero,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-experience-section,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-practice-section,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-faq-section {
    width: calc(100vw - 16px) !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-page-hero h1 {
    font-size: clamp(2rem, 9.2vw, 2.8rem) !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-experience-section .section-head h2,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .section-head h2 {
    font-size: clamp(1.85rem, 8.4vw, 2.55rem) !important;
    white-space: normal !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-grid,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-card,
  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-inner {
    min-height: 144px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-face {
    gap: 8px !important;
    padding: 10px 6px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-face strong {
    font-size: .76rem !important;
    line-height: 1.18 !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-flip-face small {
    font-size: .59rem !important;
    line-height: 1.28 !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon {
    width: 38px !important;
    height: 38px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-feature-icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-capability-section .capability-item {
    min-height: 108px !important;
    gap: 8px !important;
    padding: 10px 6px !important;
    font-size: .68rem !important;
    line-height: 1.16 !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-final-cta {
    width: calc(100vw - 30px) !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
    height: auto !important;
    gap: 8px !important;
  }

  body.page-public:is(.route-for-customers, .route-for-artists, .route-for-tutors, .route-for-students, .route-for-vendors) .role-final-cta .button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 8px !important;
    font-size: .82rem !important;
  }
}

/* Final auth, static-page, and footer-page polish */
body.route-register.page-auth .role-detail-panel {
  display: none !important;
}

body.route-register.page-auth .compact-provider-panel {
  width: min(360px, 100%) !important;
  margin: 0 auto 4px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.route-register.page-auth .compact-provider-panel[hidden] {
  display: none !important;
}

body.route-register.page-auth .provider-type-grid {
  grid-template-columns: 1fr !important;
}

body.route-register.page-auth .phone-form-grid {
  grid-template-columns: minmax(150px, .78fr) minmax(0, 1.22fr) !important;
}

body.route-login.page-auth .auth-centered-eyebrow,
body.route-login.page-auth .auth-login-single .eyebrow {
  width: 100% !important;
  text-align: center !important;
}

.password-input-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.password-input-wrap input {
  width: 100% !important;
  padding-right: 54px !important;
}

.password-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  transform: translateY(-50%) !important;
  border: 1px solid rgba(176, 0, 13, .22) !important;
  border-radius: 999px !important;
  background: #fffaf4 !important;
  color: #b0000d !important;
  cursor: pointer !important;
  box-shadow: 0 8px 18px rgba(64, 29, 9, .08) !important;
}

.password-toggle svg {
  width: 19px !important;
  height: 19px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.1 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.password-toggle.is-visible {
  background: #b0000d !important;
  color: #fff !important;
}

.static-page-brand {
  width: min(280px, 70vw) !important;
  margin: 0 auto clamp(14px, 2vw, 22px) !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 18px 42px rgba(64, 29, 9, .09) !important;
}

.static-page-brand img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

body.page-public .role-page-hero,
body.page-public .cities-hero,
body.page-public .support-hero,
body.page-public .legal-page-hero {
  width: min(1840px, calc(100vw - 64px)) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.page-public .role-page-hero > p,
body.page-public .cities-hero > p,
body.page-public .support-hero > p,
body.page-public .legal-page-hero > p {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-public .visual-band {
  width: min(1180px, calc(100vw - 64px)) !important;
  margin-inline: auto !important;
  align-items: center !important;
  border: 1px solid rgba(122, 70, 28, .18) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffdf8, #fff8ed) !important;
  box-shadow: 0 18px 42px rgba(64, 29, 9, .08) !important;
}

body.page-public .visual-card {
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #fff !important;
}

body.page-public .visual-card img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  display: block !important;
}

body.page-public .visual-card figcaption {
  padding: 12px 14px !important;
  color: #5f3b2a !important;
  font-weight: 900 !important;
  text-align: center !important;
}

body.page-public .role-faq-section {
  width: min(1040px, calc(100vw - 64px)) !important;
  margin-inline: auto !important;
  align-items: start !important;
}

body.page-public .role-faq-section > div:first-child {
  text-align: center !important;
}

body.page-public .role-faq-section .faq-list details {
  border-radius: 8px !important;
  background: #fffdfa !important;
  box-shadow: 0 10px 28px rgba(64, 29, 9, .06) !important;
}

body.page-public .role-faq-section .faq-list summary {
  font-weight: 900 !important;
}

body.route-cities.page-public .city-hero-title {
  display: grid !important;
  gap: 0 !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.04 !important;
}

body.route-cities.page-public .city-hero-title span,
body.route-cities.page-public .city-hero-copy span {
  display: block !important;
}

body.route-cities.page-public .city-hero-title span {
  white-space: nowrap !important;
}

body.route-cities.page-public .city-hero-copy {
  max-width: 760px !important;
  margin-inline: auto !important;
  line-height: 1.45 !important;
}

body.route-cities.page-public .city-hero-search {
  width: min(1040px, 100%) !important;
  grid-template-columns: minmax(240px, 1.2fr) minmax(200px, .9fr) minmax(140px, .45fr) auto !important;
  margin-top: clamp(18px, 3vw, 28px) !important;
}

body.route-cities.page-public .city-hero-search select {
  font-weight: 800 !important;
  color: #3f281d !important;
}

body.route-cities.page-public .city-location-actions {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

body.route-cities.page-public .city-location-actions .button {
  min-height: 46px !important;
  padding-inline: 18px !important;
  width: 100% !important;
  border-radius: 8px !important;
}

body.route-cities.page-public .city-location-actions .location-button {
  background: #fff4df !important;
  border-color: #ffc200 !important;
  color: #7b2d00 !important;
  box-shadow: 0 14px 30px rgba(255, 194, 0, .14) !important;
}

body.route-cities.page-public .city-location-actions .city-nearby-button {
  background: #b0000d !important;
  border-color: #b0000d !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(176, 0, 13, .18) !important;
}

body.route-cities.page-public .city-nearby-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.route-cities.page-public .city-nearby-icon {
  width: 19px !important;
  height: 19px !important;
  display: inline-grid !important;
  place-items: center !important;
}

body.route-cities.page-public .city-nearby-icon svg {
  width: 19px !important;
  height: 19px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.route-cities.page-public .city-location-actions .location-status {
  flex-basis: 100% !important;
  text-align: center !important;
  margin: 0 !important;
}

body.route-cities.page-public .city-nearby-suggestions {
  width: min(900px, 100%) !important;
  margin: 16px auto 0 !important;
  display: grid !important;
  gap: 10px !important;
  justify-items: center !important;
}

body.route-cities.page-public .city-nearby-suggestions > span {
  color: #9b000d !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: .78rem !important;
}

body.route-cities.page-public .city-nearby-chip-row,
body.route-cities.page-public .city-save-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

body.route-cities.page-public .city-nearby-chip-row a {
  min-height: 34px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  border: 1px solid #e6c7a9 !important;
  background: #fffdfa !important;
  color: #9b000d !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(64, 29, 9, .06) !important;
}

body.route-cities.page-public .result-toolbar {
  align-items: center !important;
  justify-content: center !important;
  grid-template-columns: 1fr !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 16px !important;
}

body.route-cities.page-public .result-toolbar > div:first-child {
  display: none !important;
}

body.route-cities.page-public .result-toolbar-actions {
  justify-content: center !important;
  gap: 10px !important;
}

body.route-cities.page-public .result-toolbar-actions .button,
body.route-cities.page-public .city-save-actions .button {
  min-height: 46px !important;
  min-width: 126px !important;
  border-radius: 8px !important;
  font-weight: 900 !important;
}

body.route-cities.page-public .city-save-search-panel {
  margin: 0 0 22px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.route-cities.page-public .city-save-search-panel > div:first-child {
  display: none !important;
}

body.route-cities.page-public .city-save-search-panel strong,
body.route-cities.page-public .city-save-search-panel small {
  display: block !important;
}

body.route-cities.page-public .city-save-search-panel small {
  color: #6f574a !important;
  margin-top: 4px !important;
}

body.route-cities.page-public .feature-stack .panel {
  border-radius: 8px !important;
}

body.route-cities.page-public .city-intent-card {
  position: relative !important;
  min-height: 190px !important;
  padding-top: 24px !important;
  text-align: center !important;
}

body.route-cities.page-public .city-intent-icon {
  width: 56px !important;
  height: 56px !important;
  display: grid !important;
  place-items: center !important;
  margin: 8px auto 14px !important;
  border-radius: 999px !important;
  background: #fff1d9 !important;
  color: #b0000d !important;
  box-shadow: 0 12px 26px rgba(176, 0, 13, .12) !important;
}

body.route-cities.page-public .city-intent-icon svg {
  width: 30px !important;
  height: 30px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.route-cities.page-public .city-intent-card h3,
body.route-cities.page-public .city-intent-card p {
  text-align: center !important;
}

body.route-cities.page-public .city-intent-card .card-actions {
  justify-content: center !important;
}

body.route-cities.page-public .city-faq-more {
  justify-content: center !important;
  margin-top: 18px !important;
}

body.route-cities.page-public .city-map-section {
  width: min(1180px, calc(100vw - 64px)) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr) !important;
  align-items: center !important;
  gap: 22px !important;
  border: 1px solid #e6c7a9 !important;
  border-radius: 8px !important;
  background: #fffdfa !important;
  box-shadow: 0 18px 38px rgba(64, 29, 9, .07) !important;
}

body.route-cities.page-public .city-map-preview {
  min-height: 300px !important;
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  border: 1px solid #efd2b9 !important;
  background:
    linear-gradient(90deg, rgba(176, 0, 13, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(176, 0, 13, .08) 1px, transparent 1px),
    radial-gradient(circle at 50% 46%, rgba(255, 194, 0, .26), transparent 34%),
    #fff8ee !important;
  background-size: 44px 44px, 44px 44px, 100% 100%, 100% 100% !important;
}

body.route-cities.page-public .city-map-preview strong {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 120px !important;
  font-size: clamp(1.7rem, 4vw, 2.7rem) !important;
  color: #20130e !important;
}

body.route-cities.page-public .city-map-preview small {
  position: absolute !important;
  bottom: 16px !important;
  z-index: 2 !important;
  color: #6f574a !important;
  font-weight: 900 !important;
}

body.route-cities.page-public .city-map-road {
  position: absolute !important;
  width: 130% !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: rgba(119, 83, 56, .12) !important;
}

body.route-cities.page-public .city-map-road-one {
  transform: rotate(-18deg) !important;
}

body.route-cities.page-public .city-map-road-two {
  transform: rotate(22deg) !important;
}

body.route-cities.page-public .city-map-radius {
  width: 150px !important;
  height: 150px !important;
  position: absolute !important;
  border-radius: 999px !important;
  border: 2px dashed rgba(176, 0, 13, .32) !important;
  background: rgba(255, 255, 255, .42) !important;
}

body.route-cities.page-public .city-map-marker {
  width: 62px !important;
  height: 62px !important;
  position: absolute !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #b0000d !important;
  color: #fff !important;
  box-shadow: 0 20px 40px rgba(176, 0, 13, .28) !important;
}

body.route-cities.page-public .city-map-marker svg {
  width: 30px !important;
  height: 30px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
}

body.route-cities.page-public .city-empty-results {
  width: min(1080px, calc(100vw - 64px)) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
  border: 1px solid #e6c7a9 !important;
  border-radius: 8px !important;
  background: #fff7e9 !important;
}

body.route-cities.page-public .city-extra-faq[hidden] {
  display: none !important;
}

body.route-cities.page-public .filter-summary[hidden],
body.route-cities.page-public .marketplace-command-strip[hidden],
body.route-cities.page-public .cities-visual-band[hidden],
body.route-cities.page-public section[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  body.route-register.page-auth .phone-form-grid {
    grid-template-columns: .88fr 1.12fr !important;
    gap: 8px !important;
  }

  body.route-register.page-auth .phone-form-grid label,
  body.route-register.page-auth .phone-form-grid input,
  body.route-register.page-auth .phone-form-grid select {
    min-width: 0 !important;
  }

  .password-toggle {
    width: 34px !important;
    height: 34px !important;
  }

  .password-input-wrap input {
    padding-right: 48px !important;
  }

  body.page-public .role-page-hero,
  body.page-public .cities-hero,
  body.page-public .support-hero,
  body.page-public .legal-page-hero,
  body.page-public .visual-band,
  body.page-public .role-faq-section {
    width: calc(100vw - 16px) !important;
  }

  .static-page-brand {
    width: min(230px, 76vw) !important;
    padding: 9px 12px !important;
  }

  body.page-public .visual-band {
    grid-template-columns: 1fr !important;
    padding: 14px !important;
  }

  body.page-public .role-faq-section {
    grid-template-columns: 1fr !important;
  }

  body.route-cities.page-public .city-hero-title {
    font-size: clamp(1.85rem, 8.2vw, 2.55rem) !important;
  }

  body.route-cities.page-public .city-hero-title span {
    white-space: normal !important;
  }

  body.route-cities.page-public .city-hero-copy {
    font-size: .96rem !important;
  }

  body.route-cities.page-public .city-hero-search {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  body.route-cities.page-public .city-hero-search select,
  body.route-cities.page-public .city-hero-search button {
    min-height: 48px !important;
    width: 100% !important;
  }

  body.route-cities.page-public .city-location-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  body.route-cities.page-public .city-location-actions .button {
    min-width: 0 !important;
    padding-inline: 10px !important;
    font-size: .9rem !important;
  }

  body.route-cities.page-public .city-location-actions .location-status {
    grid-column: 1 / -1 !important;
  }

  body.route-cities.page-public .result-toolbar {
    text-align: center !important;
  }

  body.route-cities.page-public .result-toolbar-actions {
    justify-content: center !important;
  }

  body.route-cities.page-public .result-toolbar-actions,
  body.route-cities.page-public .city-save-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
  }

  body.route-cities.page-public .result-toolbar-actions .button,
  body.route-cities.page-public .city-save-actions .button {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.route-cities.page-public .result-toolbar-actions .button:last-child,
  body.route-cities.page-public .city-save-actions .button {
    grid-column: 1 / -1 !important;
  }

  body.route-cities.page-public .city-nearby-suggestions {
    width: 100% !important;
  }

  body.route-cities.page-public .city-nearby-chip-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
  }

  body.route-cities.page-public .city-nearby-chip-row a {
    text-align: center !important;
    padding-inline: 8px !important;
  }

  body.route-cities.page-public .city-save-search-panel,
  body.route-cities.page-public .city-map-section,
  body.route-cities.page-public .city-empty-results {
    width: calc(100vw - 16px) !important;
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  body.route-cities.page-public .city-map-preview {
    min-height: 240px !important;
  }
}

/* Auth single-panel redesign and community FAQ */
body.page-auth:is(.route-login, .route-register) .auth-single {
  width: min(760px, calc(100vw - 36px)) !important;
  max-width: min(760px, calc(100vw - 36px)) !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
}

body.route-register.page-auth .auth-single {
  width: min(820px, calc(100vw - 36px)) !important;
  max-width: min(820px, calc(100vw - 36px)) !important;
}

body.page-auth:is(.route-login, .route-register) .auth-single .auth-card {
  max-width: 100% !important;
  width: 100% !important;
  padding-inline: clamp(22px, 5vw, 58px) !important;
}

body.route-login.page-auth .auth-login-single .auth-card {
  max-width: 700px !important;
  margin-inline: auto !important;
}

body.page-auth:is(.route-login, .route-register) .auth-page-title {
  margin: 0 !important;
  color: #241711 !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

body.page-auth:is(.route-login, .route-register) .auth-page-copy {
  max-width: 44rem !important;
  margin: -4px auto 8px !important;
  color: #604437 !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

body.route-login.page-auth .auth-login-single .auth-card label,
body.route-login.page-auth .auth-login-single .auth-card .button,
body.route-login.page-auth .auth-login-single .auth-card > p:not(.eyebrow):not(.auth-page-copy) {
  width: min(520px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-auth:is(.route-login, .route-register) .auth-form-brand {
  margin-bottom: 10px !important;
}

body.route-register.page-auth .auth-register-single .auth-form-brand {
  min-height: 82px !important;
}

body.route-register.page-auth .auth-section-title {
  margin: 0 0 10px !important;
  color: #9b0008 !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.route-register.page-auth .register-role-picker {
  display: grid !important;
  gap: 10px !important;
}

body.route-register.page-auth .register-role-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.route-register.page-auth .register-role-card {
  min-height: 118px !important;
  display: grid !important;
  place-items: center !important;
  gap: 8px !important;
  padding: 14px 10px !important;
  border: 1px solid rgba(176, 0, 13, .2) !important;
  border-radius: 8px !important;
  background: #fffdfa !important;
  color: #2a1a13 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 28px rgba(64, 29, 9, .07) !important;
}

body.route-register.page-auth .register-role-card.is-active {
  border-color: rgba(176, 0, 13, .58) !important;
  background: linear-gradient(180deg, #fff4e5, #fff) !important;
  box-shadow: 0 16px 34px rgba(176, 0, 13, .16) !important;
}

body.route-register.page-auth .register-role-card strong {
  font-size: .95rem !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

body.route-register.page-auth .role-card-icon {
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(64, 29, 9, .12) !important;
}

body.route-register.page-auth .role-card-icon svg {
  width: 25px !important;
  height: 25px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.route-register.page-auth .customer-icon {
  background: linear-gradient(135deg, #b0000d, #e56a2f) !important;
}

body.route-register.page-auth .student-icon {
  background: linear-gradient(135deg, #d99b05, #6f9d45) !important;
}

body.route-register.page-auth .provider-icon {
  background: linear-gradient(135deg, #198754, #b0000d) !important;
}

body.route-register.page-auth .provider-role-panel[hidden] {
  display: none !important;
}

body.route-register.page-auth .provider-role-panel {
  display: block !important;
}

body.route-register.page-auth .role-hint {
  text-align: center !important;
}

body.route-requests.page-public .community-faq-section {
  width: min(960px, calc(100vw - 36px)) !important;
  margin: clamp(24px, 4vw, 44px) auto !important;
  text-align: center !important;
}

body.route-requests.page-public .community-faq-section .section-head h2 {
  font-size: clamp(2.2rem, 5vw, 4.2rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 18px !important;
}

body.route-requests.page-public .community-faq-tabs {
  display: grid !important;
  gap: 12px !important;
  justify-items: center !important;
}

body.route-requests.page-public .community-faq-tabs .faq-tabs {
  width: min(560px, 100%) !important;
  display: grid !important;
  gap: 10px !important;
}

body.route-requests.page-public .community-faq-tabs .faq-tabs button {
  min-height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  background: #fffdfa !important;
  color: #b0000d !important;
  font-weight: 900 !important;
}

body.route-requests.page-public .community-faq-tabs .faq-tabs button.is-active {
  background: #b0000d !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(176, 0, 13, .18) !important;
}

body.route-requests.page-public .community-faq-panel {
  width: min(720px, 100%) !important;
  margin-inline: auto !important;
}

@media (max-width: 760px) {
  body.page-auth:is(.route-login, .route-register) .auth-single,
  body.route-register.page-auth .auth-single {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
  }

  body.page-auth:is(.route-login, .route-register) .auth-single .auth-card {
    padding-inline: 16px !important;
  }

  body.route-register.page-auth .register-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.route-register.page-auth .register-role-card {
    min-height: 100px !important;
    padding: 10px 6px !important;
  }

  body.route-register.page-auth .role-card-icon {
    width: 40px !important;
    height: 40px !important;
  }

  body.route-register.page-auth .role-card-icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  body.route-register.page-auth .register-role-card strong {
    font-size: .72rem !important;
  }

  body.route-register.page-auth .compact-form-grid {
    grid-template-columns: 1fr !important;
  }

  body.route-requests.page-public .community-faq-section {
    width: calc(100vw - 16px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.route-requests.page-public .community-faq-section .section-head h2 {
    font-size: clamp(1.9rem, 9vw, 2.7rem) !important;
  }
}

body.route-requests.page-public .page-hero,
body.route-pricing.page-public .page-hero,
body.route-contact.page-public .page-hero,
body.route-for-customers.page-public .page-hero,
body.route-for-artists.page-public .page-hero,
body.route-for-tutors.page-public .page-hero,
body.route-for-students.page-public .page-hero,
body.route-for-vendors.page-public .page-hero,
body.route-for-suppliers.page-public .page-hero,
body.route-trust-safety.page-public .page-hero,
body.route-quality-guidelines.page-public .page-hero,
body.route-legal.page-public .page-hero,
body.route-how-it-works.page-public .page-hero,
body.route-about.page-public .page-hero {
  width: var(--remaining-shell) !important;
  margin: 28px auto 24px !important;
  padding: 58px 28px !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background-color: rgba(255, 252, 246, .96) !important;
  text-align: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.route-requests.page-public .section,
body.route-pricing.page-public .section,
body.route-contact.page-public .section,
body.route-for-customers.page-public .section,
body.route-for-artists.page-public .section,
body.route-for-tutors.page-public .section,
body.route-for-students.page-public .section,
body.route-for-vendors.page-public .section,
body.route-for-suppliers.page-public .section,
body.route-trust-safety.page-public .section,
body.route-quality-guidelines.page-public .section,
body.route-legal.page-public .section,
body.route-how-it-works.page-public .section,
body.route-about.page-public .section {
  width: var(--remaining-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body.route-login.page-auth .auth-command-wrap {
  width: min(1120px, calc(100% - 40px)) !important;
  min-height: auto !important;
  margin: 34px auto !important;
  padding: 16px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr) !important;
  align-items: stretch !important;
  gap: 16px !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: rgba(255, 252, 246, .96) !important;
  box-sizing: border-box !important;
}

body.route-login.page-auth .auth-intro-panel,
body.route-login.page-auth .auth-card,
body.route-login.page-auth .auth-role-grid article {
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fff, #fff7ec) !important;
  box-shadow: 0 18px 40px rgba(64, 29, 9, .08) !important;
  box-sizing: border-box !important;
}

body.route-login.page-auth .auth-intro-panel {
  padding: 28px !important;
  display: grid !important;
  align-content: center !important;
  gap: 16px !important;
}

body.route-login.page-auth .auth-intro-panel h1 {
  margin: 0 !important;
  color: #241711 !important;
  font-size: 3rem !important;
  line-height: 1.08 !important;
}

body.route-login.page-auth .auth-role-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.route-login.page-auth .auth-role-grid article {
  min-height: 142px !important;
  padding: 16px !important;
}

body.route-login.page-auth .auth-role-grid span {
  display: inline-flex !important;
  margin-bottom: 10px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: #fff0db !important;
  color: #9b0008 !important;
  font-weight: 900 !important;
  font-size: .72rem !important;
  text-transform: uppercase !important;
}

body.route-login.page-auth .auth-card {
  width: 100% !important;
  max-width: none !important;
  padding: 28px !important;
}

body.route-login.page-auth .auth-card h2 {
  margin-top: 0 !important;
  color: #241711 !important;
}

body.phase1-foundation .role-faq-section,
body.phase1-foundation .pricing-faq-section {
  display: block !important;
  text-align: center !important;
}

body.phase1-foundation .role-faq-section .faq-list,
body.phase1-foundation .pricing-faq-section .faq-list {
  max-width: 760px !important;
  margin: 20px auto 0 !important;
}

@media (max-width: 760px) {
  body.route-requests.page-public,
  body.route-pricing.page-public,
  body.route-contact.page-public,
  body.route-for-customers.page-public,
  body.route-for-artists.page-public,
  body.route-for-tutors.page-public,
  body.route-for-students.page-public,
  body.route-for-vendors.page-public,
  body.route-for-suppliers.page-public,
  body.route-trust-safety.page-public,
  body.route-quality-guidelines.page-public,
  body.route-legal.page-public,
  body.route-how-it-works.page-public,
  body.route-about.page-public,
  body.route-login.page-auth {
    --remaining-shell: calc(100% - 18px);
    overflow-x: hidden !important;
  }

  body.route-requests.page-public .page-hero,
  body.route-pricing.page-public .page-hero,
  body.route-contact.page-public .page-hero,
  body.route-for-customers.page-public .page-hero,
  body.route-for-artists.page-public .page-hero,
  body.route-for-tutors.page-public .page-hero,
  body.route-for-students.page-public .page-hero,
  body.route-for-vendors.page-public .page-hero,
  body.route-for-suppliers.page-public .page-hero,
  body.route-trust-safety.page-public .page-hero,
  body.route-quality-guidelines.page-public .page-hero,
  body.route-legal.page-public .page-hero,
  body.route-how-it-works.page-public .page-hero,
  body.route-about.page-public .page-hero {
    margin-top: 10px !important;
    padding: 34px 14px !important;
  }

  body.route-requests.page-public .page-hero h1,
  body.route-pricing.page-public .page-hero h1,
  body.route-contact.page-public .page-hero h1,
  body.route-for-customers.page-public .page-hero h1,
  body.route-for-artists.page-public .page-hero h1,
  body.route-for-tutors.page-public .page-hero h1,
  body.route-for-students.page-public .page-hero h1,
  body.route-for-vendors.page-public .page-hero h1,
  body.route-for-suppliers.page-public .page-hero h1,
  body.route-trust-safety.page-public .page-hero h1,
  body.route-quality-guidelines.page-public .page-hero h1,
  body.route-legal.page-public .page-hero h1,
  body.route-how-it-works.page-public .page-hero h1,
  body.route-about.page-public .page-hero h1,
  body.route-login.page-auth .auth-intro-panel h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1.65rem !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    box-sizing: border-box !important;
  }

  body.route-requests.page-public .page-hero > p:not(.eyebrow),
  body.route-pricing.page-public .page-hero > p:not(.eyebrow),
  body.route-contact.page-public .page-hero > p:not(.eyebrow),
  body.route-for-customers.page-public .page-hero > p:not(.eyebrow),
  body.route-for-artists.page-public .page-hero > p:not(.eyebrow),
  body.route-for-tutors.page-public .page-hero > p:not(.eyebrow),
  body.route-for-students.page-public .page-hero > p:not(.eyebrow),
  body.route-for-vendors.page-public .page-hero > p:not(.eyebrow),
  body.route-for-suppliers.page-public .page-hero > p:not(.eyebrow),
  body.route-trust-safety.page-public .page-hero > p:not(.eyebrow),
  body.route-quality-guidelines.page-public .page-hero > p:not(.eyebrow),
  body.route-legal.page-public .page-hero > p:not(.eyebrow),
  body.route-how-it-works.page-public .page-hero > p:not(.eyebrow),
  body.route-about.page-public .page-hero > p:not(.eyebrow),
  body.route-login.page-auth .auth-intro-panel > p {
    max-width: 100% !important;
    font-size: .88rem !important;
    line-height: 1.48 !important;
    overflow-wrap: anywhere !important;
  }

  body.route-requests.page-public .page-hero .trust-strip,
  body.route-pricing.page-public .page-hero .trust-strip,
  body.route-contact.page-public .page-hero .trust-strip,
  body.route-legal.page-public .page-hero .trust-strip,
  body.route-requests.page-public .marketplace-command-strip,
  body.route-requests.page-public .hero-actions,
  body.route-contact.page-public .hero-actions,
  body.route-for-customers.page-public .hero-actions,
  body.route-for-artists.page-public .hero-actions,
  body.route-for-tutors.page-public .hero-actions,
  body.route-for-students.page-public .hero-actions,
  body.route-for-vendors.page-public .hero-actions,
  body.route-for-suppliers.page-public .hero-actions,
  body.route-trust-safety.page-public .hero-actions,
  body.route-quality-guidelines.page-public .hero-actions,
  body.route-legal.page-public .hero-actions,
  body.route-pricing.page-public .pricing-decision-strip,
  body.route-pricing.page-public .plan-recommender,
  body.route-requests.page-public .lead-next-steps,
  body.route-contact.page-public .action-grid,
  body.route-for-customers.page-public .action-grid,
  body.route-for-artists.page-public .action-grid,
  body.route-for-tutors.page-public .action-grid,
  body.route-for-students.page-public .action-grid,
  body.route-for-vendors.page-public .action-grid,
  body.route-for-suppliers.page-public .action-grid,
  body.route-trust-safety.page-public .trust-command-grid,
  body.route-quality-guidelines.page-public .trust-command-grid,
  body.route-legal.page-public .legal-assurance-grid,
  body.route-legal.page-public .trust-command-grid,
  body.route-login.page-auth .auth-command-wrap,
  body.route-login.page-auth .auth-role-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.route-requests.page-public .page-hero .trust-strip span,
  body.route-pricing.page-public .page-hero .trust-strip span,
  body.route-contact.page-public .page-hero .trust-strip span,
  body.route-legal.page-public .page-hero .trust-strip span,
  body.route-requests.page-public .marketplace-command-card,
  body.route-requests.page-public .hero-actions .button,
  body.route-contact.page-public .hero-actions .button,
  body.route-for-customers.page-public .hero-actions .button,
  body.route-for-artists.page-public .hero-actions .button,
  body.route-for-tutors.page-public .hero-actions .button,
  body.route-for-students.page-public .hero-actions .button,
  body.route-for-vendors.page-public .hero-actions .button,
  body.route-for-suppliers.page-public .hero-actions .button,
  body.route-trust-safety.page-public .hero-actions .button,
  body.route-quality-guidelines.page-public .hero-actions .button,
  body.route-legal.page-public .hero-actions .button,
  body.route-pricing.page-public .pricing-decision-strip article,
  body.route-pricing.page-public .plan-recommender article,
  body.route-login.page-auth .auth-intro-panel,
  body.route-login.page-auth .auth-card,
  body.route-login.page-auth .auth-role-grid article {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.route-pricing.page-public table {
    display: block !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    box-sizing: border-box !important;
  }

  body.route-login.page-auth .auth-command-wrap {
    margin: 10px auto 20px !important;
    padding: 8px !important;
  }

  body.route-login.page-auth .auth-intro-panel,
  body.route-login.page-auth .auth-card {
    padding: 16px !important;
  }
}

/* Login page repair: keep auth usable before community review */
body.route-login.page-auth .auth-command-wrap {
  width: min(1120px, calc(100vw - 32px)) !important;
  max-width: 1120px !important;
  margin: clamp(16px, 3vw, 34px) auto !important;
  padding: clamp(12px, 1.8vw, 18px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 430px) !important;
  gap: 16px !important;
  align-items: stretch !important;
  overflow: visible !important;
}

body.route-login.page-auth .auth-intro-panel,
body.route-login.page-auth .auth-card,
body.route-login.page-auth .auth-role-grid,
body.route-login.page-auth .auth-role-grid article {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

body.route-login.page-auth .auth-intro-panel h1 {
  max-width: 760px !important;
  font-size: clamp(2.15rem, 4vw, 3.25rem) !important;
  line-height: 1.08 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.route-login.page-auth .auth-role-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.route-login.page-auth .auth-card {
  display: grid !important;
  align-content: center !important;
  gap: 14px !important;
}

body.route-login.page-auth .auth-card label {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
}

body.route-login.page-auth .auth-card input {
  width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 12px 14px !important;
  box-sizing: border-box !important;
}

body.route-login.page-auth .auth-card .button {
  width: 100% !important;
  min-height: 52px !important;
  padding: 12px 18px !important;
}

@media (max-width: 760px) {
  body.route-login.page-auth .auth-command-wrap {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    margin: 8px auto 18px !important;
    padding: 8px !important;
    grid-template-columns: 1fr !important;
  }

  body.route-login.page-auth .auth-intro-panel {
    display: none !important;
  }

  body.route-login.page-auth .auth-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
    gap: 12px !important;
  }

  body.route-login.page-auth .auth-card h2 {
    font-size: 1.75rem !important;
    text-align: center !important;
  }

  body.route-login.page-auth .auth-card input {
    min-height: 46px !important;
    font-size: 1rem !important;
  }

  body.route-login.page-auth .auth-help-note {
    display: none !important;
  }
}

/* Job Posts board */
body.route-requests.page-public .job-post-hero {
  max-width: min(1780px, calc(100% - 60px));
  margin-inline: auto;
}

body.route-requests.page-public .job-post-gate,
body.route-requests.page-public .job-post-preview,
body.route-requests.page-public .job-post-console,
body.route-requests.page-public .job-post-feed-section,
body.route-requests.page-public .job-post-rules {
  max-width: min(1780px, calc(100% - 60px));
  margin-inline: auto;
}

body.route-requests.page-public .job-post-gate-card,
body.route-requests.page-public .job-post-member-card,
body.route-requests.page-public .job-post-rail,
body.route-requests.page-public .job-post-composer,
body.route-requests.page-public .job-post-card,
body.route-requests.page-public .job-post-rule-grid article,
body.route-requests.page-public .job-post-type-grid article {
  border: 1px solid rgba(176, 0, 13, .2);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff8ef 100%);
  box-shadow: 0 16px 36px rgba(75, 31, 18, .08);
  box-sizing: border-box;
}

body.route-requests.page-public .job-post-gate-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 34px);
  text-align: center;
}

body.route-requests.page-public .job-post-gate-card h2,
body.route-requests.page-public .job-post-console .section-head h2,
body.route-requests.page-public .job-post-feed-section .section-head h2,
body.route-requests.page-public .job-post-rules .section-head h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
}

body.route-requests.page-public .job-post-actions,
body.route-requests.page-public .job-post-card-top,
body.route-requests.page-public .job-post-meta,
body.route-requests.page-public .job-post-toolbar .result-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.route-requests.page-public .job-post-actions {
  justify-content: center;
  margin-top: 18px;
}

body.route-requests.page-public .job-post-rule-grid,
body.route-requests.page-public .job-post-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.route-requests.page-public .job-post-type-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.route-requests.page-public .job-post-rule-grid article,
body.route-requests.page-public .job-post-type-grid article {
  padding: 16px;
}

body.route-requests.page-public .job-post-rule-grid strong,
body.route-requests.page-public .job-post-type-grid strong {
  display: block;
  color: #a7000b;
  font-weight: 900;
  margin-bottom: 6px;
}

body.route-requests.page-public .job-post-rule-grid span,
body.route-requests.page-public .job-post-type-grid span {
  display: block;
  color: #5f463a;
  line-height: 1.45;
}

body.route-requests.page-public .job-post-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

body.route-requests.page-public .job-post-rail {
  padding: 14px;
  position: sticky;
  top: 104px;
}

body.route-requests.page-public .job-post-member-card {
  padding: 16px;
  margin-bottom: 12px;
}

body.route-requests.page-public .job-post-member-card strong,
body.route-requests.page-public .job-post-member-card small {
  display: block;
  overflow-wrap: anywhere;
}

body.route-requests.page-public .job-post-type-list {
  display: grid;
  gap: 8px;
}

body.route-requests.page-public .job-post-type-list a {
  display: block;
  padding: 12px;
  border: 1px solid rgba(176, 0, 13, .18);
  border-radius: 8px;
  background: #fff;
  color: #27170f;
  text-decoration: none;
}

body.route-requests.page-public .job-post-type-list strong,
body.route-requests.page-public .job-post-type-list span {
  display: block;
}

body.route-requests.page-public .job-post-type-list span {
  color: #6d5447;
  font-size: .9rem;
  margin-top: 3px;
}

body.route-requests.page-public .job-post-composer {
  width: 100%;
  max-width: 100%;
  padding: clamp(16px, 2.2vw, 26px);
}

body.route-requests.page-public .job-post-form-head {
  margin-bottom: 14px;
}

body.route-requests.page-public .job-post-form-head h3 {
  margin: 8px 0 4px;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

body.route-requests.page-public .job-post-form-head p {
  margin: 0;
  color: #63483a;
}

body.route-requests.page-public .job-post-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.route-requests.page-public .job-post-card {
  padding: 18px;
}

body.route-requests.page-public .job-post-card-top {
  justify-content: space-between;
  margin-bottom: 12px;
}

body.route-requests.page-public .job-post-type,
body.route-requests.page-public .job-post-ref {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
}

body.route-requests.page-public .job-post-type {
  background: #b0000d;
  color: #fff;
}

body.route-requests.page-public .job-post-ref {
  background: #fff1df;
  color: #8b120b;
  border: 1px solid rgba(176, 0, 13, .16);
}

body.route-requests.page-public .job-post-card h3 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 1.6vw, 1.7rem);
}

body.route-requests.page-public .job-post-card p {
  color: #584034;
  line-height: 1.55;
}

body.route-requests.page-public .job-post-meta span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff1df;
  color: #783108;
  font-size: .78rem;
  font-weight: 800;
}

body.route-requests.page-public .job-post-reply {
  margin-top: 14px;
  border: 1px solid rgba(176, 0, 13, .16);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

body.route-requests.page-public .job-post-reply summary {
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 900;
  color: #a7000b;
}

body.route-requests.page-public .job-post-reply form {
  padding: 14px;
  border-top: 1px solid rgba(176, 0, 13, .12);
}

body.route-requests.page-public .job-post-empty {
  text-align: center;
  padding: clamp(18px, 3vw, 34px);
}

@media (max-width: 900px) {
  body.route-requests.page-public .job-post-gate,
  body.route-requests.page-public .job-post-preview,
  body.route-requests.page-public .job-post-console,
  body.route-requests.page-public .job-post-feed-section,
  body.route-requests.page-public .job-post-rules,
  body.route-requests.page-public .job-post-hero {
    max-width: calc(100% - 18px);
  }

  body.route-requests.page-public .job-post-layout,
  body.route-requests.page-public .job-post-card-grid,
  body.route-requests.page-public .job-post-rule-grid,
  body.route-requests.page-public .job-post-type-grid {
    grid-template-columns: 1fr;
  }

  body.route-requests.page-public .job-post-rail {
    position: static;
  }

  body.route-requests.page-public .job-post-type-grid {
    gap: 10px;
  }

  body.route-requests.page-public .job-post-composer .form-grid,
  body.route-requests.page-public .job-post-reply .form-grid {
    grid-template-columns: 1fr !important;
  }

  body.route-requests.page-public .job-post-card {
    padding: 14px;
  }
}

/* Community wall refresh */
body.route-requests.page-public .community-hero,
body.route-requests.page-public .community-shell,
body.route-requests.page-public .community-guidelines {
  width: calc(100% - 32px) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.route-requests.page-public .community-hero {
  min-height: clamp(210px, 26vw, 360px);
  display: grid;
  place-items: center;
  padding: clamp(42px, 6vw, 92px) 18px !important;
}

body.route-requests.page-public .community-hero h1 {
  margin: 0;
  text-align: center;
}

body.route-requests.page-public .community-shell {
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr) minmax(280px, 360px);
  gap: 16px;
  align-items: start;
}

body.route-requests.page-public .community-side,
body.route-requests.page-public .community-feed,
body.route-requests.page-public .community-composer,
body.route-requests.page-public .community-post-card,
body.route-requests.page-public .community-guideline-grid article {
  box-sizing: border-box;
  min-width: 0;
}

body.route-requests.page-public .community-side {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 12px;
}

body.route-requests.page-public .community-side-card,
body.route-requests.page-public .community-feed,
body.route-requests.page-public .community-composer,
body.route-requests.page-public .community-post-card,
body.route-requests.page-public .community-guideline-grid article {
  border: 1px solid rgba(176, 0, 13, .18);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff7ee 100%);
  box-shadow: 0 16px 34px rgba(75, 31, 18, .08);
}

body.route-requests.page-public .community-side-card {
  padding: 14px;
}

body.route-requests.page-public .community-side-card h2,
body.route-requests.page-public .community-composer h2 {
  margin: 6px 0 12px;
  font-size: 1.45rem;
}

body.route-requests.page-public .community-room-list,
body.route-requests.page-public .community-mini-steps,
body.route-requests.page-public .community-post-stack {
  display: grid;
  gap: 10px;
}

body.route-requests.page-public .community-room-list a,
body.route-requests.page-public .community-mini-steps span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid rgba(176, 0, 13, .16);
  border-radius: 8px;
  background: #fff;
  color: #27170f;
  text-decoration: none;
  font-weight: 900;
}

body.route-requests.page-public .community-room-list strong {
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b0000d;
  color: #fff;
  font-size: .78rem;
}

body.route-requests.page-public .community-mini-steps span {
  justify-content: flex-start;
  color: #65493b;
  font-size: .9rem;
  font-weight: 800;
}

body.route-requests.page-public .community-feed {
  padding: clamp(12px, 1.6vw, 22px);
}

body.route-requests.page-public .community-feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

body.route-requests.page-public .community-feed-head h2 {
  margin: 4px 0;
  font-size: clamp(1.7rem, 2.4vw, 3rem);
}

body.route-requests.page-public .community-feed-head span {
  color: #6d5447;
  font-weight: 800;
}

body.route-requests.page-public .community-post-card {
  padding: 16px;
  background: linear-gradient(135deg, #fff 0%, #fff8ef 60%, #fff 100%);
}

body.route-requests.page-public .community-post-top {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

body.route-requests.page-public .community-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #b0000d;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(176, 0, 13, .18);
}

body.route-requests.page-public .community-post-top strong,
body.route-requests.page-public .community-post-top span {
  display: block;
  min-width: 0;
}

body.route-requests.page-public .community-post-top strong {
  font-size: 1rem;
}

body.route-requests.page-public .community-post-top span {
  color: #715448;
  font-size: .86rem;
  font-weight: 800;
}

body.route-requests.page-public .community-post-text {
  margin: 14px 0;
  color: #2a1a12;
  font-size: 1.02rem;
  line-height: 1.58;
}

body.route-requests.page-public .community-post-meta,
body.route-requests.page-public .community-reaction-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

body.route-requests.page-public .community-post-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff1df;
  color: #7b3209;
  font-size: .8rem;
  font-weight: 900;
}

body.route-requests.page-public .community-reaction-row {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(176, 0, 13, .12);
}

body.route-requests.page-public .community-reaction-row button {
  min-height: 34px;
  border: 1px solid rgba(176, 0, 13, .18);
  border-radius: 999px;
  background: #fff;
  color: #8f0009;
  padding: 7px 11px;
  font-weight: 900;
  cursor: pointer;
}

body.route-requests.page-public .community-reaction-row strong {
  margin-left: 4px;
}

body.route-requests.page-public .community-reply-panel {
  margin-top: 12px;
  border: 1px solid rgba(176, 0, 13, .16);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

body.route-requests.page-public .community-reply-panel summary {
  cursor: pointer;
  padding: 10px 14px;
  color: #a7000b;
  font-weight: 900;
  text-align: center;
  background: #fff8ef;
}

body.route-requests.page-public .community-reply-panel form,
body.route-requests.page-public .community-reply-preview {
  padding: 14px;
  border-top: 1px solid rgba(176, 0, 13, .12);
}

body.route-requests.page-public .community-reply-preview p {
  margin-top: 0;
  color: #5e463a;
  line-height: 1.5;
}

body.route-requests.page-public .community-composer {
  position: sticky;
  top: 104px;
  padding: 16px;
}

body.route-requests.page-public .community-composer label {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
  color: #5c4034;
  font-weight: 900;
}

body.route-requests.page-public .community-compose-note {
  color: #62483b;
  line-height: 1.45;
}

body.route-requests.page-public .community-guideline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.route-requests.page-public .community-guideline-grid article {
  padding: 16px;
}

body.route-requests.page-public .community-guideline-grid strong,
body.route-requests.page-public .community-guideline-grid span {
  display: block;
}

body.route-requests.page-public .community-guideline-grid strong {
  color: #a7000b;
  font-weight: 900;
  margin-bottom: 6px;
}

body.route-requests.page-public .community-guideline-grid span {
  color: #5f463a;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  body.route-requests.page-public .community-shell {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }

  body.route-requests.page-public .community-composer-wrap {
    grid-column: 1 / -1;
  }

  body.route-requests.page-public .community-composer {
    position: static;
  }
}

@media (max-width: 760px) {
  body.route-requests.page-public .community-hero,
  body.route-requests.page-public .community-shell,
  body.route-requests.page-public .community-guidelines {
    width: calc(100% - 14px) !important;
    max-width: none !important;
  }

  body.route-requests.page-public .community-shell,
  body.route-requests.page-public .community-guideline-grid {
    grid-template-columns: 1fr;
  }

  body.route-requests.page-public .community-side {
    position: static;
  }

  body.route-requests.page-public .community-feed-head,
  body.route-requests.page-public .community-post-top {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  body.route-requests.page-public .community-feed-head {
    display: grid;
  }

  body.route-requests.page-public .community-live-pill {
    grid-column: 2;
    justify-self: start;
  }

  body.route-requests.page-public .community-post-card,
  body.route-requests.page-public .community-feed,
  body.route-requests.page-public .community-composer {
    padding: 12px;
  }

  body.route-requests.page-public .community-reaction-row button {
    flex: 1 1 calc(50% - 8px);
    padding-inline: 8px;
    font-size: .78rem;
  }
}

/* Community page final layout */
body.route-requests.page-public .community-hero,
body.route-requests.page-public .community-shell,
body.route-requests.page-public .community-guidelines {
  width: calc(100vw - 24px) !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw + 12px) !important;
  margin-right: calc(50% - 50vw + 12px) !important;
}

body.route-requests.page-public .community-hero {
  min-height: clamp(160px, 18vw, 270px) !important;
  margin-top: 10px !important;
  margin-bottom: 12px !important;
  padding: clamp(34px, 4vw, 66px) 14px !important;
}

body.route-requests.page-public .community-hero h1 {
  font-size: clamp(2.2rem, 5.2vw, 5.8rem) !important;
  line-height: 1.05 !important;
  max-width: none !important;
}

body.route-requests.page-public .community-shell,
body.route-requests.page-public .community-side,
body.route-requests.page-public .community-feed,
body.route-requests.page-public .community-composer,
body.route-requests.page-public .community-post-card {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition-delay: 0s !important;
}

body.route-requests.page-public .community-shell {
  grid-template-columns: minmax(170px, 205px) minmax(0, 1fr) minmax(210px, 265px) !important;
  gap: 12px !important;
  align-items: start !important;
  margin-top: 0 !important;
}

body.route-requests.page-public .community-feed {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  scrollbar-gutter: stable;
}

body.route-requests.page-public .community-feed-head {
  display: block !important;
  margin-bottom: 12px !important;
}

body.route-requests.page-public .community-feed-head h2 {
  margin: 0 !important;
  text-align: left;
  font-size: clamp(1.6rem, 2vw, 2.35rem) !important;
}

body.route-requests.page-public .community-room-list button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(176, 0, 13, .16);
  border-radius: 8px;
  background: #fff;
  color: #27170f;
  text-align: left;
  white-space: nowrap;
  font-weight: 900;
  font-size: .84rem;
  cursor: pointer;
}

body.route-requests.page-public .community-room-list button.is-active {
  background: #b0000d;
  color: #fff;
  box-shadow: 0 12px 24px rgba(176, 0, 13, .16);
}

body.route-requests.page-public .community-room-list button.is-active strong {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

body.route-requests.page-public .community-login-gate {
  width: calc(100vw - 24px) !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw + 12px) !important;
  margin-right: calc(50% - 50vw + 12px) !important;
  padding-block: clamp(16px, 3vw, 34px) !important;
}

body.route-requests.page-public .community-login-card {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(176, 0, 13, .18);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #fff7ee 100%);
  text-align: center;
  box-shadow: 0 18px 40px rgba(75, 31, 18, .1);
}

body.route-requests.page-public .community-login-card h2 {
  margin: 6px 0 10px;
  white-space: nowrap;
  font-size: clamp(1.45rem, 4.2vw, 2.75rem);
  letter-spacing: 0;
}

body.route-requests.page-public .community-filter-field {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  color: #8f0009;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.route-requests.page-public .community-filter-field :is(input, select) {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(176, 0, 13, .18);
  border-radius: 8px;
  background: #fff;
  color: #27170f;
  font-size: .86rem;
  font-weight: 800;
  padding: 7px 9px;
  text-transform: none;
}

body.route-requests.page-public .community-post-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

body.route-requests.page-public .community-role-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff1df;
  color: #8f0009;
  font-size: .72rem;
  font-weight: 900;
}

body.route-requests.page-public .community-reaction-row form {
  margin: 0;
}

body.route-requests.page-public .community-reaction-row :is(button, .community-count-pill, .community-report-panel > summary) {
  min-height: 34px;
  border: 1px solid rgba(176, 0, 13, .18);
  border-radius: 999px;
  background: #fff;
  color: #8f0009;
  padding: 7px 11px;
  font-size: .82rem;
  font-weight: 900;
}

body.route-requests.page-public .community-reaction-row button.is-done,
body.route-requests.page-public .community-reaction-row button:disabled {
  background: #b0000d;
  color: #fff;
  opacity: 1;
  cursor: default;
}

body.route-requests.page-public .community-count-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

body.route-requests.page-public .community-report-panel {
  position: relative;
}

body.route-requests.page-public .community-report-panel > summary {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

body.route-requests.page-public .community-report-panel > summary::-webkit-details-marker {
  display: none;
}

body.route-requests.page-public .community-report-panel form {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 5;
  width: min(260px, 78vw);
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(176, 0, 13, .18);
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 18px 34px rgba(75, 31, 18, .14);
}

body.route-requests.page-public .community-report-panel :is(select, textarea) {
  width: 100%;
  border: 1px solid rgba(176, 0, 13, .18);
  border-radius: 6px;
  padding: 7px 8px;
  font-size: .82rem;
}

body.route-requests.page-public .community-empty-state {
  margin-top: 12px;
  padding: 18px;
  border: 1px dashed rgba(176, 0, 13, .22);
  border-radius: 8px;
  background: #fff8ef;
  color: #6b4637;
  text-align: center;
  font-weight: 900;
}

body.page-dashboard .dashboard-private-replies {
  margin-top: 12px;
  border-top: 1px solid rgba(176, 0, 13, .12);
  padding-top: 10px;
}

body.page-dashboard .dashboard-private-replies > summary {
  cursor: pointer;
  color: #a7000b;
  font-weight: 900;
}

body.page-dashboard .compact-stack {
  margin-top: 10px;
  gap: 8px;
}

body.page-dashboard .mini-panel {
  padding: 10px;
}

body.route-requests.page-public .community-post-card[hidden] {
  display: none !important;
}

body.route-requests.page-public .community-reply-panel summary {
  background: #b0000d !important;
  color: #fff !important;
  min-height: 42px;
  display: grid;
  place-items: center;
}

body.route-requests.page-public .community-composer {
  top: 92px !important;
  padding: 12px !important;
}

body.route-requests.page-public .community-composer h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.16rem !important;
  line-height: 1.15;
  margin-bottom: 8px !important;
}

body.route-requests.page-public .community-form-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff1df;
  color: #b0000d;
  flex: 0 0 auto;
}

body.route-requests.page-public .community-form-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.route-requests.page-public .community-compose-note {
  font-size: .78rem;
  line-height: 1.32;
  margin-bottom: 10px;
}

body.route-requests.page-public .community-composer label {
  gap: 4px !important;
  margin-bottom: 8px !important;
  font-size: .78rem !important;
  line-height: 1.2;
}

body.route-requests.page-public .community-composer :is(input, select, textarea) {
  min-height: 34px;
  border-radius: 6px;
  font-size: .82rem !important;
  line-height: 1.25;
  padding: 7px 8px;
}

body.route-requests.page-public .community-composer textarea {
  min-height: 86px;
  resize: vertical;
}

body.route-requests.page-public .community-composer .button {
  min-height: 38px;
  padding: 9px 12px;
  font-size: .86rem;
}

@media (max-width: 1100px) {
  body.route-requests.page-public .community-shell {
    grid-template-columns: minmax(160px, 200px) minmax(0, 1fr) !important;
  }
}

@media (max-width: 760px) {
  body.route-requests.page-public .community-hero,
  body.route-requests.page-public .community-shell,
  body.route-requests.page-public .community-guidelines {
    width: calc(100vw - 14px) !important;
    margin-left: calc(50% - 50vw + 7px) !important;
    margin-right: calc(50% - 50vw + 7px) !important;
  }

  body.route-requests.page-public .community-hero {
    min-height: 150px !important;
    padding: 30px 10px !important;
  }

  body.route-requests.page-public .community-hero h1 {
    white-space: normal;
    font-size: clamp(2rem, 11vw, 3.2rem) !important;
  }

  body.route-requests.page-public .community-shell {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.route-requests.page-public .community-feed {
    max-height: none;
    overflow: visible;
  }

  body.route-requests.page-public .community-side,
  body.route-requests.page-public .community-composer {
    position: static !important;
  }

  body.route-requests.page-public .community-reaction-row {
    gap: 6px !important;
  }

  body.route-requests.page-public .community-reaction-row :is(form, button, .community-count-pill, .community-report-panel) {
    flex: 1 1 calc(50% - 6px);
  }

  body.route-requests.page-public .community-reaction-row form button,
  body.route-requests.page-public .community-count-pill,
  body.route-requests.page-public .community-report-panel > summary {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: .76rem;
    padding-inline: 6px;
  }
}

/* Auth account pages final winning override */
body.page-auth:is(.route-login, .route-register) {
  --auth-shell-width: min(1160px, calc(100vw - 36px));
  overflow-x: hidden !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-command-wrap, .auth-split) {
  width: var(--auth-shell-width) !important;
  max-width: var(--auth-shell-width) !important;
  min-height: auto !important;
  margin: clamp(16px, 3vw, 34px) auto !important;
  padding: clamp(12px, 1.6vw, 18px) !important;
  display: grid !important;
  grid-template-columns: minmax(230px, .68fr) minmax(440px, 1.32fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: rgba(255, 252, 246, .96) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context, .auth-card) {
  min-width: 0 !important;
  max-width: 100% !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fff, #fff7ec) !important;
  box-shadow: 0 18px 40px rgba(64, 29, 9, .08) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.route-login.page-auth .auth-intro-panel,
body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) {
  padding: clamp(18px, 2vw, 26px) !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  gap: 14px !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(20px, 2.3vw, 32px) !important;
  display: grid !important;
  gap: 14px !important;
  align-content: center !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-logo-card, .auth-form-brand) {
  width: min(280px, 100%) !important;
  min-height: 88px !important;
  display: grid !important;
  place-items: center !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(122, 70, 28, .16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 28px rgba(64, 29, 9, .08) !important;
  box-sizing: border-box !important;
}

body.page-auth:is(.route-login, .route-register) .auth-form-brand {
  margin: 0 auto 4px !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-logo-card, .auth-form-brand) img {
  width: 230px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) h1 {
  margin: 0 !important;
  color: #241711 !important;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1.08 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) > p:not(.eyebrow) {
  max-width: 34rem !important;
  margin: 0 !important;
  color: #604437 !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card h2 {
  margin: 0 0 4px !important;
  color: #241711 !important;
  font-size: clamp(1.75rem, 2.4vw, 2.35rem) !important;
  text-align: center !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card label {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  color: #241711 !important;
  font-weight: 900 !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card :is(input, select) {
  width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 12px 14px !important;
  box-sizing: border-box !important;
}

body.page-auth:is(.route-login, .route-register) .auth-card .button {
  width: 100% !important;
  min-height: 52px !important;
  padding: 12px 18px !important;
}

body.page-auth:is(.route-login, .route-register) :is(.auth-role-grid, .mini-steps) {
  display: none !important;
}

@media (max-width: 900px) {
  body.page-auth:is(.route-login, .route-register) :is(.auth-command-wrap, .auth-split) {
    grid-template-columns: 1fr !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    padding: 8px !important;
    gap: 10px !important;
  }

  body.route-login.page-auth .auth-intro-panel,
  body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) {
    display: grid !important;
    padding: 16px !important;
    text-align: center !important;
    justify-items: center !important;
  }

  body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) h1 {
    font-size: clamp(1.75rem, 7vw, 2.35rem) !important;
  }

  body.page-auth:is(.route-login, .route-register) .auth-card {
    padding: 18px !important;
  }
}

@media (max-width: 520px) {
  body.page-auth:is(.route-login, .route-register) .auth-logo-card {
    display: none !important;
  }

  body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) {
    padding-block: 14px !important;
  }

  body.page-auth:is(.route-login, .route-register) :is(.auth-intro-panel, .auth-context) > p:not(.eyebrow) {
    font-size: .9rem !important;
  }

  body.page-auth:is(.route-login, .route-register) .auth-form-brand {
    width: min(240px, 100%) !important;
    min-height: 78px !important;
  }
}
/* Final layer for single auth and community FAQ */
body.page-auth:is(.route-login, .route-register) .auth-single {
  width: min(760px, calc(100vw - 36px)) !important;
  max-width: min(760px, calc(100vw - 36px)) !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
}

body.route-register.page-auth .auth-single {
  width: min(820px, calc(100vw - 36px)) !important;
  max-width: min(820px, calc(100vw - 36px)) !important;
}

body.page-auth:is(.route-login, .route-register) .auth-single .auth-card {
  max-width: 100% !important;
  width: 100% !important;
  padding-inline: clamp(22px, 5vw, 58px) !important;
}

body.route-login.page-auth .auth-login-single .auth-card {
  max-width: 700px !important;
  margin-inline: auto !important;
}

body.page-auth:is(.route-login, .route-register) .auth-page-title {
  margin: 0 !important;
  color: #241711 !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

body.page-auth:is(.route-login, .route-register) .auth-page-copy {
  max-width: 44rem !important;
  margin: -4px auto 8px !important;
  color: #604437 !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

body.route-login.page-auth .auth-login-single .auth-card label,
body.route-login.page-auth .auth-login-single .auth-card .button,
body.route-login.page-auth .auth-login-single .auth-card > p:not(.eyebrow):not(.auth-page-copy) {
  width: min(520px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.route-register.page-auth .auth-section-title {
  margin: 0 0 10px !important;
  color: #9b0008 !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.route-register.page-auth .register-role-picker {
  display: grid !important;
  gap: 10px !important;
}

body.route-register.page-auth .register-role-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.route-register.page-auth .register-role-card {
  min-height: 118px !important;
  display: grid !important;
  place-items: center !important;
  gap: 8px !important;
  padding: 14px 10px !important;
  border: 1px solid rgba(176, 0, 13, .2) !important;
  border-radius: 8px !important;
  background: #fffdfa !important;
  color: #2a1a13 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 28px rgba(64, 29, 9, .07) !important;
}

body.route-register.page-auth .register-role-card.is-active {
  border-color: rgba(176, 0, 13, .58) !important;
  background: linear-gradient(180deg, #fff4e5, #fff) !important;
  box-shadow: 0 16px 34px rgba(176, 0, 13, .16) !important;
}

body.route-register.page-auth .register-role-card strong {
  font-size: .95rem !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

body.route-register.page-auth .role-card-icon {
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(64, 29, 9, .12) !important;
}

body.route-register.page-auth .role-card-icon svg {
  width: 25px !important;
  height: 25px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.route-register.page-auth .customer-icon {
  background: linear-gradient(135deg, #b0000d, #e56a2f) !important;
}

body.route-register.page-auth .student-icon {
  background: linear-gradient(135deg, #d99b05, #6f9d45) !important;
}

body.route-register.page-auth .provider-icon {
  background: linear-gradient(135deg, #198754, #b0000d) !important;
}

body.route-register.page-auth .provider-role-panel[hidden] {
  display: none !important;
}

body.route-register.page-auth .provider-role-panel {
  display: block !important;
}

body.route-register.page-auth .role-hint {
  text-align: center !important;
}

body.route-requests.page-public .community-faq-section {
  width: min(960px, calc(100vw - 36px)) !important;
  margin: clamp(24px, 4vw, 44px) auto !important;
  text-align: center !important;
}

body.route-requests.page-public .community-faq-section .section-head h2 {
  font-size: clamp(2.2rem, 5vw, 4.2rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 18px !important;
}

body.route-requests.page-public .community-faq-tabs {
  display: grid !important;
  gap: 12px !important;
  justify-items: center !important;
}

body.route-requests.page-public .community-faq-tabs .faq-tabs {
  width: min(560px, 100%) !important;
  display: grid !important;
  gap: 10px !important;
}

body.route-requests.page-public .community-faq-tabs .faq-tabs button {
  min-height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(122, 70, 28, .22) !important;
  background: #fffdfa !important;
  color: #b0000d !important;
  font-weight: 900 !important;
}

body.route-requests.page-public .community-faq-tabs .faq-tabs button.is-active {
  background: #b0000d !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(176, 0, 13, .18) !important;
}

body.route-requests.page-public .community-faq-panel {
  width: min(720px, 100%) !important;
  margin-inline: auto !important;
}

@media (max-width: 760px) {
  body.page-auth:is(.route-login, .route-register) .auth-single,
  body.route-register.page-auth .auth-single {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
  }

  body.page-auth:is(.route-login, .route-register) .auth-single .auth-card {
    padding-inline: 16px !important;
  }

  body.route-register.page-auth .register-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.route-register.page-auth .register-role-card {
    min-height: 100px !important;
    padding: 10px 6px !important;
  }

  body.route-register.page-auth .role-card-icon {
    width: 40px !important;
    height: 40px !important;
  }

  body.route-register.page-auth .role-card-icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  body.route-register.page-auth .register-role-card strong {
    font-size: .72rem !important;
  }

  body.route-register.page-auth .compact-form-grid {
    grid-template-columns: 1fr !important;
  }

  body.route-requests.page-public .community-faq-section {
    width: calc(100vw - 16px) !important;
  }

  body.route-requests.page-public .community-faq-section .section-head h2 {
    font-size: clamp(1.9rem, 9vw, 2.7rem) !important;
  }
}

/* Absolute final auth polish */
body.route-login.page-auth .auth-login-single .eyebrow {
  width: min(520px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.route-register.page-auth .register-role-card.is-active {
  border-color: rgba(176, 0, 13, .78) !important;
  box-shadow: inset 0 0 0 3px rgba(176, 0, 13, .48), 0 16px 34px rgba(176, 0, 13, .16) !important;
}

body.route-register.page-auth .provider-role-panel,
body.route-register.page-auth .role-detail-panel {
  display: block !important;
  padding: 10px !important;
  border: 1px solid rgba(176, 0, 13, .14) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffaf4, #fffdfa) !important;
}

body.route-register.page-auth .provider-role-panel[hidden],
body.route-register.page-auth .role-detail-panel[hidden] {
  display: none !important;
}

/* Absolute final city mobile polish */
body.route-cities.page-public .city-intent-card .card-actions {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.route-cities.page-public .city-intent-card .card-actions .button {
  width: 100% !important;
  min-width: 0 !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.route-cities.page-public .city-hero-title {
    font-size: clamp(1.12rem, 5.15vw, 1.52rem) !important;
    line-height: 1.08 !important;
  }

  body.route-cities.page-public .city-hero-title span,
  body.route-cities.page-public .city-hero-copy span {
    white-space: nowrap !important;
  }

  body.route-cities.page-public .city-hero-copy {
    font-size: clamp(.7rem, 2.45vw, .82rem) !important;
    line-height: 1.28 !important;
  }

  body.route-cities.page-public .city-hero-search {
    grid-template-columns: minmax(0, 1.14fr) minmax(0, .96fr) minmax(0, .72fr) minmax(58px, .56fr) !important;
    gap: 5px !important;
    align-items: stretch !important;
  }

  body.route-cities.page-public .city-hero-search select,
  body.route-cities.page-public .city-hero-search button[type="submit"] {
    min-height: 42px !important;
    height: 42px !important;
    padding: 6px 7px !important;
    font-size: .62rem !important;
    line-height: 1.1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.route-cities.page-public .city-location-actions {
    grid-column: 1 / -1 !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
  }

  body.route-cities.page-public .city-location-actions .button {
    min-height: 42px !important;
    height: 42px !important;
    padding: 7px 8px !important;
    font-size: .78rem !important;
  }

  body.route-cities.page-public .city-nearby-icon,
  body.route-cities.page-public .city-nearby-icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  body.route-cities.page-public .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.route-cities.page-public .hero-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 8px !important;
    font-size: .78rem !important;
  }

  body.route-cities.page-public .city-intent-card {
    text-align: center !important;
    padding: 18px 12px !important;
  }

  body.route-cities.page-public .city-intent-card .card-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  body.route-cities.page-public .city-intent-card .card-actions .button {
    min-height: 34px !important;
    padding: 6px 4px !important;
    font-size: .66rem !important;
  }
}

/* True final support footer page overrides */
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.section, .page-hero) {
  box-sizing: border-box !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.support-page-hero, .role-page-hero, .legal-page-hero) {
  width: min(1360px, calc(100vw - 32px)) !important;
  max-width: min(1360px, calc(100vw - 32px)) !important;
  min-height: clamp(340px, 33vw, 520px) !important;
  margin-inline: auto !important;
  overflow: hidden !important;
}

body.page-public:is(.route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.role-page-hero, .legal-page-hero) h1,
body.page-public.route-contact .support-page-hero h1 {
  max-width: 980px !important;
  margin-inline: auto !important;
  font-size: clamp(2.45rem, 5.5vw, 5.6rem) !important;
  line-height: 1.05 !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-command-grid,
body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-status-grid,
body.page-public.route-legal :is(.legal-assurance-grid, .trust-command-grid) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

body.page-public .support-flip-card {
  min-width: 0 !important;
  min-height: 230px !important;
  border: 0 !important;
  background: transparent !important;
  perspective: 1200px !important;
}

body.page-public .support-flip-inner {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 230px !important;
  transform-style: preserve-3d !important;
  animation: supportAutoFlip 10s ease-in-out infinite !important;
  animation-delay: calc(var(--support-card-index, 0) * .75s) !important;
}

body.page-public .support-flip-card:is(:hover, :focus-within) .support-flip-inner {
  animation-play-state: paused !important;
  transform: rotateY(180deg) !important;
}

body.page-public .support-flip-face {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  padding: clamp(18px, 2vw, 26px) !important;
  border: 1px solid rgba(122, 70, 28, .2) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .09) !important;
  text-align: center !important;
  backface-visibility: hidden !important;
  overflow: hidden !important;
}

body.page-public .support-flip-front {
  background: linear-gradient(145deg, #fffefa, #fff0df) !important;
}

body.page-public .support-flip-back {
  transform: rotateY(180deg) !important;
  background: linear-gradient(145deg, #fff7ea, #edf7ea) !important;
}

body.page-public .support-flip-card:nth-child(2) .support-flip-front {
  background: linear-gradient(145deg, #fffefa, #f4f8e8) !important;
}

body.page-public .support-flip-card:nth-child(2) .support-flip-back {
  background: linear-gradient(145deg, #fff7ef, #fff0f2) !important;
}

body.page-public .support-flip-card:nth-child(3) .support-flip-front {
  background: linear-gradient(145deg, #fffefa, #fff4d8) !important;
}

body.page-public .support-flip-card:nth-child(3) .support-flip-back {
  background: linear-gradient(145deg, #fff7ef, #eef8f0) !important;
}

body.page-public .support-flip-face h3,
body.page-public .support-report-card h3,
body.page-public .trust-command-card h3,
body.page-public .trust-status-card h3 {
  margin: 0 !important;
  color: #281c15 !important;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem) !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

body.page-public .support-flip-face p,
body.page-public .support-report-card p,
body.page-public .trust-command-card p,
body.page-public .trust-status-card p {
  max-width: 24rem !important;
  margin: 0 !important;
  color: #5e4538 !important;
  font-size: clamp(.9rem, 1vw, 1rem) !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

body.page-public .support-report-card,
body.page-public .trust-command-card,
body.page-public .trust-status-card,
body.page-public.route-legal .legal-assurance-card {
  min-width: 0 !important;
  border: 1px solid rgba(122, 70, 28, .18) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffefa, #fff8ef) !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .08) !important;
  text-align: center !important;
}

body.page-public .support-report-card,
body.page-public .trust-command-card,
body.page-public .trust-status-card {
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 10px !important;
  padding: clamp(18px, 2vw, 26px) !important;
}

body.page-public .trust-command-card > span,
body.page-public .trust-status-card > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  background: #fff0df !important;
  color: #b0000d !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .split {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr) !important;
  gap: clamp(14px, 2vw, 24px) !important;
  align-items: stretch !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .split > * {
  min-width: 0 !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.panel, .form-card, .readable) {
  border-color: rgba(122, 70, 28, .18) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(82, 42, 18, .07) !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack .panel,
body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack .panel {
  margin: 0 !important;
  padding: 18px !important;
  text-align: center !important;
}

body.page-public.route-legal .readable,
body.page-public.route-legal .section.split:not(.role-faq-section) {
  width: min(1060px, calc(100vw - 32px)) !important;
  text-align: center !important;
}

body.page-public.route-legal .legal-link-cloud {
  max-width: 980px !important;
  margin-inline: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  body.page-public .support-flip-inner {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-command-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-status-grid,
  body.page-public.route-legal :is(.legal-assurance-grid, .trust-command-grid),
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .split {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.support-page-hero, .role-page-hero, .legal-page-hero) {
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
    min-height: clamp(260px, 58vw, 380px) !important;
    padding-inline: 12px !important;
  }

  body.page-public:is(.route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) :is(.role-page-hero, .legal-page-hero) h1,
  body.page-public.route-contact .support-page-hero h1 {
    font-size: clamp(1.9rem, 9vw, 3rem) !important;
    line-height: 1.05 !important;
  }

  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-flip-grid,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-report-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-command-grid,
  body.page-public:is(.route-trust-safety, .route-quality-guidelines) .trust-status-grid,
  body.page-public.route-legal :is(.legal-assurance-grid, .trust-command-grid),
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .support-read-more .feature-stack,
  body.page-public:is(.route-contact, .route-trust-safety, .route-quality-guidelines, .route-whatsapp, .route-legal) .legal-policy-details .feature-stack {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.page-public .support-flip-card,
  body.page-public .support-flip-inner {
    min-height: 205px !important;
  }

  body.page-public .support-flip-face {
    padding: 16px 12px !important;
  }

  body.page-public .support-flip-face p,
  body.page-public .support-report-card p,
  body.page-public .trust-command-card p,
  body.page-public .trust-status-card p {
    font-size: .84rem !important;
  }

  body.page-public.route-contact .support-hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-public.route-legal .section.split:not(.role-faq-section),
  body.page-public.route-legal .readable {
    width: calc(100vw - 14px) !important;
  }
}
