:root {
  color-scheme: dark;
  --bg: #05080d;
  --panel: #0b111a;
  --panel-strong: #111923;
  --ink: #f7f8fb;
  --muted: #b6c0ce;
  --line: #233145;
  --accent-red: #f1242f;
  --accent-blue: #2f7dff;
  --white-soft: #f2f5f9;
  --shadow: 0 28px 90px rgba(0, 0, 0, .4);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

/* One City Works request across every verified contact channel. */
.channel-continuity {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(1180px, calc(100% - 32px));
  margin: clamp(34px, 6vw, 84px) auto;
  padding: clamp(30px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(83, 145, 255, .34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 48%, rgba(47, 125, 255, .22), transparent 31%),
    radial-gradient(circle at 10% 100%, rgba(241, 36, 47, .15), transparent 32%),
    linear-gradient(145deg, rgba(14, 24, 39, .98), rgba(5, 9, 16, .98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

.channel-continuity::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.channel-continuity-copy,
.channel-continuity-flow {
  position: relative;
  z-index: 1;
}

.channel-continuity-copy {
  align-self: center;
}

.channel-continuity-copy h2 {
  max-width: 720px;
  margin: 8px 0 18px;
  font-size: clamp(36px, 5.4vw, 66px);
  line-height: .96;
  letter-spacing: -.045em;
}

.channel-continuity-copy > p:not(.eyebrow):not(.trust-story-kicker) {
  max-width: 620px;
  margin: 0;
  color: #c6d0df;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.52;
}

.channel-continuity-copy > strong {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .025em;
}

.channel-continuity-flow {
  display: grid;
  align-content: center;
  gap: 24px;
}

.channel-continuity-orbit {
  position: relative;
  min-height: 320px;
}

.channel-continuity-orbit::before,
.channel-continuity-orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.channel-continuity-orbit::before {
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid rgba(94, 155, 255, .32);
  box-shadow: inset 0 0 60px rgba(47, 125, 255, .08);
}

.channel-continuity-orbit::after {
  width: 45%;
  aspect-ratio: 1;
  border: 1px dashed rgba(241, 36, 47, .28);
}

.channel-continuity-orbit > strong {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 176px;
  min-height: 112px;
  place-items: center;
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 24px;
  background: linear-gradient(145deg, #176ae8, #0b2d70);
  box-shadow:
    0 0 0 8px rgba(47, 125, 255, .1),
    0 22px 46px rgba(0, 0, 0, .34);
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  text-align: center;
  transform: translate(-50%, -50%);
}

.channel-continuity-orbit > span {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 104px;
  min-height: 50px;
  place-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  background: rgba(7, 14, 25, .94);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
  color: #edf4ff;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.channel-continuity-orbit > span:nth-child(1) {
  top: 4%;
  left: 8%;
}

.channel-continuity-orbit > span:nth-child(2) {
  top: 3%;
  right: 7%;
}

.channel-continuity-orbit > span:nth-child(3) {
  top: 44%;
  left: 0;
}

.channel-continuity-orbit > span:nth-child(4) {
  top: 44%;
  right: 0;
}

.channel-continuity-orbit > span:nth-child(5) {
  bottom: 3%;
  left: 50%;
  border-color: rgba(83, 161, 255, .54);
  transform: translateX(-50%);
}

.channel-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.channel-contact-actions a,
.channel-contact-actions button {
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .065);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
}

.channel-contact-actions a {
  display: inline-flex;
  align-items: center;
}

.channel-contact-actions a:hover,
.channel-contact-actions button:hover,
.channel-contact-actions a:focus-visible,
.channel-contact-actions button:focus-visible {
  border-color: #5a9cff;
  background: rgba(47, 125, 255, .18);
  outline: none;
}

.channel-contact-actions .social-icon,
.footer-contact .social-icon {
  display: inline-grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.social-icon[hidden] {
  display: none !important;
}

.social-icon-glyph {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.social-icon-telegram .social-icon-glyph {
  color: #42a5e7;
  transform: translate(-1px, -1px) rotate(-18deg);
}

.social-icon-facebook .social-icon-glyph {
  color: #75a7ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  text-transform: lowercase;
}

.social-icon-instagram .social-icon-glyph {
  color: #f47da8;
  font-size: 28px;
}

.social-icon-x .social-icon-glyph {
  color: #f4f7fb;
  font-size: 21px;
}

.social-icon-row {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.footer-contact .social-icon:hover,
.footer-contact .social-icon:focus-visible,
.channel-contact-actions .social-icon:hover,
.channel-contact-actions .social-icon:focus-visible {
  border-color: #5a9cff;
  background: rgba(47, 125, 255, .18);
  outline: 2px solid transparent;
}

.channel-continuity-provider {
  border-color: rgba(241, 36, 47, .28);
}

.channel-continuity-trust {
  margin-top: clamp(30px, 5vw, 70px);
}

.channel-continuity-compact {
  grid-template-columns: minmax(0, 1fr) minmax(330px, .85fr);
  margin-top: 26px;
  margin-bottom: 42px;
  padding: clamp(26px, 4vw, 46px);
}

.channel-continuity-compact .channel-continuity-copy h2 {
  font-size: clamp(32px, 4.2vw, 52px);
}

.channel-continuity-compact .channel-continuity-orbit {
  min-height: 260px;
}

@media (max-width: 860px) {
  .channel-continuity,
  .channel-continuity-compact {
    grid-template-columns: 1fr;
    width: min(100% - 22px, 680px);
    padding: 28px 20px;
    border-radius: 22px;
  }

  .channel-continuity-copy h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .channel-continuity-orbit,
  .channel-continuity-compact .channel-continuity-orbit {
    min-height: 270px;
  }

  .channel-continuity-orbit > strong {
    width: 150px;
    min-height: 96px;
    font-size: 16px;
  }

  .channel-continuity-orbit > span {
    min-width: 90px;
    min-height: 44px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .channel-contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .channel-contact-actions a,
  .channel-contact-actions button {
    justify-content: center;
    width: 100%;
  }
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 5%, rgba(47, 125, 255, .16), transparent 32%),
    radial-gradient(circle at 0% 20%, rgba(241, 36, 47, .12), transparent 28%),
    var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.copy-mobile {
  display: none;
}

.language-menu {
  position: relative;
  z-index: 20;
}

.language-toggle {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: var(--white-soft);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  padding: 0 18px;
  white-space: nowrap;
}

.language-toggle:hover,
.language-menu.is-open .language-toggle {
  border-color: rgba(47, 125, 255, .58);
  background: rgba(47, 125, 255, .14);
}

.language-list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  width: min(230px, 80vw);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(7, 13, 22, .98);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .34);
}

.language-menu.is-open .language-list {
  display: grid;
  gap: 6px;
}

.language-button {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
  color: var(--white-soft);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  padding: 8px 10px;
  text-align: left;
  white-space: nowrap;
}

.language-button--red {
  border-color: rgba(241, 36, 47, .48);
  color: #ff7078;
}

.language-button--blue {
  border-color: rgba(47, 125, 255, .52);
  color: #7eb0ff;
}

.language-button:hover,
.language-button.is-active {
  background: var(--white-soft);
  color: #07101b;
}

button,
textarea,
input,
select {
  font: inherit;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  padding: 22px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(5, 8, 13, .84);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-icon {
  width: clamp(150px, 15vw, 220px);
  height: auto;
  max-height: 112px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 8px;
}

.brand-tagline {
  max-width: none;
  color: var(--white);
  font-size: clamp(16px, 1.55vw, 24px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -.02em;
}

.brand-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.brand-copy strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  color: var(--white-soft);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  line-height: .95;
}

.brand-copy span {
  color: var(--white-soft);
  font-size: clamp(15px, 2vw, 22px);
}

.red {
  color: var(--accent-red);
  font-style: normal;
  font-weight: 800;
}

.blue {
  color: var(--accent-blue);
  font-style: normal;
  font-weight: 800;
}

.site-nav {
  display: flex;
  gap: clamp(16px, 3vw, 36px);
  align-items: center;
  color: var(--white-soft);
  font-weight: 750;
}

.site-nav a:hover {
  color: var(--accent-blue);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-actions {
  justify-content: end;
}

.mobile-nav-menu {
  display: none;
}

.header-cta,
.primary-cta,
.secondary-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff2532, #d7111e);
  box-shadow: 0 18px 36px rgba(241, 36, 47, .24);
  color: white;
  cursor: pointer;
  font-weight: 850;
}

.header-cta {
  padding: 0 24px;
  white-space: nowrap;
}

.business-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--white-soft);
  font-weight: 850;
}

.business-link:hover,
.secondary-link:hover {
  color: var(--accent-blue);
}

.primary-cta {
  width: fit-content;
  padding: 0 28px;
  font-size: 20px;
}

.hero-actions {
  flex-wrap: wrap;
}

.secondary-cta {
  padding: 0 22px;
  border: 1px solid rgba(47, 125, 255, .45);
  background: rgba(47, 125, 255, .16);
  box-shadow: none;
}

main {
  padding: 0 clamp(18px, 5vw, 72px) 48px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(340px, .92fr) minmax(420px, 1.08fr);
  gap: 30px;
  align-items: center;
  min-height: 460px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hero-copy {
  display: grid;
  gap: 22px;
  align-content: center;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  max-width: 620px;
  color: var(--white-soft);
  font-size: clamp(48px, 6vw, 76px);
  line-height: .95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
}

h3 {
  margin-bottom: 6px;
}

.hero-text {
  max-width: 630px;
  color: var(--white-soft);
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.3;
}

.hero-proof-list,
.partner-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-proof-list li,
.partner-proof-list li {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
    rgba(8, 13, 20, .72);
}

.hero-proof-list strong,
.partner-proof-list strong {
  color: var(--white-soft);
  font-size: 15px;
}

.hero-proof-list span,
.partner-proof-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.fee-value-panel,
.provider-fee-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 780px;
  padding: 14px;
  border: 1px solid rgba(47, 125, 255, .34);
  border-left: 5px solid var(--accent-red);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .14), rgba(241, 36, 47, .09)),
    rgba(8, 13, 20, .82);
}

.provider-fee-panel {
  grid-template-columns: 1fr;
}

.fee-value-panel h2,
.provider-fee-panel h2 {
  grid-column: 1 / -1;
  font-size: clamp(22px, 2.5vw, 30px);
}

.fee-value-panel div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.fee-value-panel strong {
  color: var(--white-soft);
}

.fee-value-panel span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.request-launcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  width: 100%;
  max-width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-left: 5px solid var(--accent-red);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .16), rgba(241, 36, 47, .08)),
    rgba(8, 13, 20, .9);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .26);
}

.request-launcher-copy {
  display: grid;
  grid-column: 1 / -1;
  gap: 4px;
  min-width: 0;
}

.request-launcher .primary-cta {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  font-size: 16px;
}

.request-launcher-copy h2 {
  font-size: clamp(20px, 2.2vw, 28px);
}

.quick-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--white-soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-field input,
.quick-field select {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 7px;
  background: rgba(5, 8, 13, .86);
  color: var(--white-soft);
  padding: 0 12px;
  font-weight: 750;
  text-transform: none;
}

.quick-field input:focus,
.quick-field select:focus {
  outline: 2px solid rgba(47, 125, 255, .72);
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(67, 142, 255, .95);
  outline-offset: 3px;
}

[aria-invalid="true"] {
  border-color: var(--accent-red) !important;
  box-shadow: 0 0 0 2px rgba(238, 49, 65, .2);
}

.form-note.form-feedback-error {
  padding: 12px 14px;
  border-left: 4px solid var(--accent-red);
  border-radius: 4px;
  background: rgba(238, 49, 65, .1);
  color: var(--white-soft);
  font-weight: 800;
}

.handled-promise-strip,
.contractor-value-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 780px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .12), rgba(241, 36, 47, .07)),
    rgba(8, 13, 20, .74);
}

.handled-promise-strip strong,
.contractor-value-strip strong {
  flex: 1 1 240px;
  color: var(--white-soft);
  font-size: 15px;
  line-height: 1.25;
}

.handled-promise-strip span,
.contractor-value-strip span,
.marketplace-proof-bar span,
.lead-filter-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: var(--white-soft);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.handled-promise-strip span:first-of-type,
.contractor-value-strip span:first-of-type,
.marketplace-proof-bar span:first-child,
.lead-filter-row span:first-child {
  border-color: rgba(241, 36, 47, .42);
  background: rgba(241, 36, 47, .1);
}

.provider-fee-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.coordination-note {
  display: flex;
  gap: 14px;
  align-items: center;
}

.coordination-note p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.25;
}

.coordination-note strong:first-child {
  color: var(--accent-red);
}

.coordination-note strong:last-child {
  color: var(--accent-blue);
}

.pricing-autonomy-callout {
  display: grid;
  gap: 8px;
  max-width: 620px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-left: 5px solid var(--accent-blue);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .18), rgba(241, 36, 47, .1)),
    rgba(8, 13, 20, .78);
}

.pricing-autonomy-callout span {
  color: var(--accent-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-autonomy-callout strong {
  color: var(--white-soft);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.02;
}

.pricing-autonomy-callout p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}

.note-icon,
.message-icon {
  display: grid;
  place-items: center;
  border: 2px solid var(--accent-blue);
  color: var(--white-soft);
  background: rgba(47, 125, 255, .08);
  font-weight: 900;
}

.note-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 15px;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  justify-self: end;
  width: 100%;
  max-width: 780px;
  min-height: 420px;
  padding: 22px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  background:
    linear-gradient(90deg, rgba(5, 8, 13, .1), rgba(5, 8, 13, 0)),
    linear-gradient(180deg, rgba(5, 8, 13, 0), rgba(5, 8, 13, .26)),
    repeating-linear-gradient(95deg, transparent 0 95px, rgba(110, 132, 163, .12) 96px 98px, transparent 99px 170px),
    repeating-linear-gradient(176deg, transparent 0 78px, rgba(110, 132, 163, .11) 79px 81px, transparent 82px 142px),
    #08111d;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(47, 125, 255, .14), transparent 52%);
  pointer-events: none;
  z-index: 1;
}

.network-map {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  gap: 18px;
  width: min(100%, 760px);
  padding: 28px;
}

.customer-routing-map {
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  padding: 0;
}

.customer-routing-map::before,
.customer-routing-map::after {
  display: none;
}

.customer-routing-map .network-node,
.customer-routing-map .network-hub {
  min-height: 168px;
}

.customer-routing-map .network-node {
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.customer-routing-map .choice-icon {
  margin-bottom: 8px;
}

.route-arrow {
  position: relative;
  align-self: center;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(241, 36, 47, .9), rgba(47, 125, 255, .9));
}

.route-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(47, 125, 255, .95);
  border-right: 2px solid rgba(47, 125, 255, .95);
  transform: translateY(-50%) rotate(45deg);
}

.network-map::before,
.network-map::after {
  content: "";
  position: absolute;
  inset: 86px 78px;
  border: 1px solid rgba(47, 125, 255, .18);
  border-radius: 50%;
  pointer-events: none;
}

.network-map::after {
  inset: 132px 150px;
  border-color: rgba(241, 36, 47, .16);
}

.network-node,
.network-hub {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: rgba(7, 16, 26, .88);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .28);
}

.network-node-button,
.network-node-link,
.network-hub-link {
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.network-node-button {
  appearance: none;
}

.network-node-button:hover,
.network-node-link:hover,
.network-hub-link:hover {
  border-color: rgba(47, 125, 255, .7);
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .18), rgba(241, 36, 47, .1)),
    rgba(7, 16, 26, .96);
}

.network-node {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 13px;
}

.network-node strong,
.network-node small {
  display: block;
}

.network-node strong {
  color: var(--white-soft);
  font-size: 16px;
}

.network-node small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}

.network-hub {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 170px;
  padding: 18px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .12), rgba(241, 36, 47, .08)),
    rgba(7, 16, 26, .94);
}

.network-hub img {
  width: 72px;
  height: 82px;
  object-fit: contain;
}

.network-hub strong {
  margin-top: 6px;
  color: var(--white-soft);
  font-size: 26px;
  line-height: 1;
}

.network-hub span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.network-node--fence {
  grid-column: 1;
  grid-row: 1;
}

.network-node--plumbing {
  grid-column: 2;
  grid-row: 1;
}

.network-node--handyman {
  grid-column: 3;
  grid-row: 1;
}

.network-node--hauling {
  grid-column: 1;
  grid-row: 3;
}

.network-node--cleaning {
  grid-column: 2;
  grid-row: 3;
}

.network-node--landscape {
  grid-column: 3;
  grid-row: 3;
}

.network-node--customer {
  grid-column: 1;
  grid-row: 1;
}

.customer-routing-map .network-hub {
  grid-column: 3;
  grid-row: 1;
}

.route-arrow--first {
  grid-column: 2;
  grid-row: 1;
}

.route-arrow--second {
  grid-column: 4;
  grid-row: 1;
}

.network-node--contractor {
  grid-column: 5;
  grid-row: 1;
}

.routing-summary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.routing-summary-card {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .14), rgba(241, 36, 47, .08)),
    rgba(7, 16, 26, .76);
}

.routing-summary-card strong {
  color: var(--white-soft);
  font-size: 15px;
}

.routing-summary-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.34;
}

.marketplace-proof-bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  width: min(100%, 720px);
}

.partner-panel {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 460px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .14), rgba(241, 36, 47, .08)),
    rgba(8, 13, 20, .86);
  box-shadow: var(--shadow);
}

.partner-logo {
  width: 104px;
  height: 118px;
  object-fit: contain;
}

.partner-panel p,
.partner-note p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
}

.lead-preview-card,
.fee-math-strip article {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .16), rgba(241, 36, 47, .08)),
    rgba(7, 16, 26, .76);
}

.lead-preview-card span {
  color: var(--accent-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lead-preview-card strong {
  color: var(--white-soft);
  font-size: 24px;
  line-height: 1.1;
}

.lead-preview-card p {
  margin-bottom: 0;
  font-size: 14px;
}

.lead-filter-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fee-math-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.fee-math-strip strong {
  color: var(--white-soft);
  font-size: 15px;
}

.fee-math-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.partner-checks {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-checks li {
  position: relative;
  padding-left: 34px;
  color: var(--white-soft);
  font-weight: 760;
}

.partner-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 10px;
  border-left: 4px solid var(--accent-red);
  border-bottom: 4px solid var(--accent-red);
  transform: rotate(-45deg);
}

.skyline {
  position: absolute;
  inset: 30px 0 auto 16%;
  display: flex;
  align-items: end;
  gap: 16px;
  height: 210px;
  opacity: .8;
}

.tower {
  display: block;
  width: 58px;
  height: 140px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px 4px 0 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 12px, rgba(255, 255, 255, .16) 12px 16px),
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04));
}

.tower.tall {
  height: 190px;
}

.tower.wide {
  width: 88px;
  height: 160px;
}

.tower.small {
  height: 108px;
}

.service-truck {
  position: absolute;
  right: 0;
  bottom: 34px;
  width: min(680px, 96%);
  height: 260px;
}

.truck-cab,
.truck-bed {
  position: absolute;
  bottom: 54px;
  border: 4px solid #11161f;
  background: linear-gradient(180deg, #f4f7fb, #bfc7d0);
}

.truck-cab {
  left: 44px;
  width: 210px;
  height: 150px;
  border-radius: 18px 12px 8px 8px;
}

.truck-cab::before {
  content: "";
  position: absolute;
  left: 142px;
  top: 42px;
  width: 74px;
  height: 64px;
  background: #d9e1ea;
  transform: skewX(18deg);
}

.truck-cab img {
  position: absolute;
  left: 88px;
  top: 72px;
  width: 62px;
  height: 70px;
  object-fit: contain;
}

.truck-window {
  position: absolute;
  left: 28px;
  top: 24px;
  width: 74px;
  height: 52px;
  border-radius: 8px 5px 5px 5px;
  background: linear-gradient(135deg, #1b2c42, #06101c);
}

.truck-bed {
  right: 20px;
  width: 410px;
  height: 130px;
  border-radius: 8px 8px 14px 6px;
  background: linear-gradient(180deg, #2a2f37, #11151b);
}

.truck-bed::after {
  content: "";
  position: absolute;
  inset: 56px 0 auto;
  height: 4px;
  background: rgba(255, 255, 255, .16);
}

.junk {
  position: absolute;
  top: -40px;
  display: block;
  border: 2px solid rgba(255, 255, 255, .24);
  background: #7c6049;
}

.junk.box {
  left: 48px;
  width: 82px;
  height: 50px;
  transform: rotate(-7deg);
}

.junk.panel {
  left: 146px;
  width: 104px;
  height: 62px;
  background: #c8c3bc;
  transform: rotate(12deg);
}

.junk.bag {
  left: 278px;
  width: 72px;
  height: 62px;
  border-radius: 18px 18px 8px 8px;
  background: #8e765f;
  transform: rotate(-12deg);
}

.wheel {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 70px;
  height: 70px;
  border: 9px solid #070a0f;
  border-radius: 50%;
  background: radial-gradient(circle, #cfd5dd 0 18%, #202631 19% 45%, #090d13 46%);
}

.wheel.front {
  left: 132px;
}

.wheel.rear {
  right: 88px;
}

.service-band,
.process,
.popular-request-strip,
.trust-advantage-panel,
.partner-quality-panel,
.post-payment-timeline,
.provider-standards-panel,
.request-panel {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 28px 0;
}

.section-eyebrow {
  color: var(--accent-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.popular-request-strip {
  display: grid;
  grid-template-columns: minmax(260px, .28fr) minmax(0, .72fr);
  gap: 22px;
  align-items: stretch;
}

.popular-request-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.popular-request-copy p,
.post-payment-timeline p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.popular-request-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.popular-request-card {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 208px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
    rgba(8, 13, 20, .72);
}

.popular-request-card:hover {
  border-color: rgba(47, 125, 255, .72);
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .18), rgba(241, 36, 47, .1)),
    rgba(8, 13, 20, .88);
}

.popular-request-card strong {
  color: var(--white-soft);
  font-size: 17px;
  line-height: 1.2;
}

.popular-request-card > span:not(.choice-icon) {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.38;
}

.popular-request-card em {
  align-self: end;
  width: fit-content;
  margin-top: 4px;
  color: var(--accent-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.trust-advantage-panel,
.partner-quality-panel {
  display: grid;
  grid-template-columns: minmax(260px, .3fr) minmax(0, .7fr);
  gap: 22px;
  align-items: stretch;
}

.trust-advantage-copy,
.partner-quality-copy {
  display: grid;
  align-content: center;
  gap: 12px;
}

.trust-advantage-copy p,
.partner-quality-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.trust-advantage-grid,
.partner-quality-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-advantage-grid article,
.partner-quality-grid article {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(47, 125, 255, .1), rgba(241, 36, 47, .045)),
    rgba(8, 13, 20, .78);
}

.trust-advantage-grid strong,
.partner-quality-grid strong {
  color: var(--white-soft);
  font-size: 17px;
  line-height: 1.2;
}

.trust-advantage-grid article > span:not(.choice-icon),
.partner-quality-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.38;
}

.partner-quality-grid article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(47, 125, 255, .45);
  border-radius: 8px;
  background: rgba(47, 125, 255, .14);
  color: var(--white-soft);
  font-size: 13px;
  font-weight: 950;
}

.post-payment-timeline {
  display: grid;
  grid-template-columns: minmax(260px, .28fr) minmax(0, .72fr);
  gap: 18px 22px;
  align-items: start;
}

.post-payment-timeline .form-note {
  grid-column: 2;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-left: 5px solid var(--accent-red);
  border-radius: 8px;
  background: rgba(7, 16, 26, .62);
}

.payment-timeline-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: payment-step;
  list-style: none;
}

.payment-timeline-list li {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 136px;
  padding: 16px;
  counter-increment: payment-step;
  border: 1px solid rgba(47, 125, 255, .26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(47, 125, 255, .08), rgba(241, 36, 47, .04)),
    rgba(8, 13, 20, .72);
}

.payment-timeline-list li::before {
  content: counter(payment-step);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid var(--accent-red);
  border-radius: 50%;
  color: var(--white-soft);
  font-size: 13px;
  font-weight: 900;
}

.payment-timeline-list strong {
  color: var(--white-soft);
}

.payment-timeline-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.38;
}

.provider-standards-panel {
  display: grid;
  grid-template-columns: minmax(240px, .34fr) minmax(0, .66fr);
  gap: 22px;
  align-items: start;
}

.provider-standards-panel > div:first-child {
  display: grid;
  gap: 12px;
}

.provider-standards-panel p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.customer-relief-list {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.customer-relief-list li {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.customer-relief-list strong {
  color: var(--white-soft);
  font-size: 14px;
}

.customer-relief-list span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.protection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.protection-grid article,
.standards-list li {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(47, 125, 255, .28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(47, 125, 255, .08), rgba(241, 36, 47, .04)),
    rgba(8, 13, 20, .72);
}

.protection-grid strong {
  color: var(--white-soft);
}

.protection-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.standards-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--white-soft);
  font-weight: 800;
  line-height: 1.35;
}

.service-band {
  display: grid;
  grid-template-columns: minmax(220px, .25fr) minmax(0, .75fr);
  gap: 26px;
  align-items: start;
}

.customer-service-band {
  display: none;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
  color: var(--white-soft);
}

.service-card {
  min-height: 116px;
  padding: 18px;
}

.service-card .choice-icon {
  margin-bottom: 14px;
}

.service-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(241, 36, 47, .92), rgba(47, 125, 255, .9));
  box-shadow: 0 12px 28px rgba(0, 0, 0, .26);
  color: transparent;
  font-size: 0;
  line-height: 1;
}

.service-icon::before,
.service-icon::after,
.message-icon::before,
.message-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.service-card:nth-child(even) .service-icon {
  background: linear-gradient(135deg, rgba(47, 125, 255, .95), rgba(241, 36, 47, .78));
}

.service-card:nth-child(1) .service-icon::before {
  width: 22px;
  height: 12px;
  border-left: 4px solid white;
  border-bottom: 4px solid white;
  transform: rotate(-45deg) translate(1px, -1px);
}

.service-card:nth-child(2) .service-icon::before {
  width: 26px;
  height: 18px;
  border: 4px solid white;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  bottom: 12px;
}

.service-card:nth-child(2) .service-icon::after {
  width: 22px;
  height: 22px;
  border-left: 4px solid white;
  border-top: 4px solid white;
  transform: rotate(45deg);
  top: 11px;
}

.service-card:nth-child(3) .service-icon::before {
  width: 26px;
  height: 26px;
  border: 4px solid white;
  border-radius: 50%;
}

.service-card:nth-child(3) .service-icon::after {
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: white;
}

.service-card:nth-child(4) .service-icon::before {
  width: 26px;
  height: 18px;
  border: 4px solid white;
  border-radius: 0 0 16px 16px;
  border-top: 0;
  transform: rotate(-12deg);
}

.service-card:nth-child(4) .service-icon::after {
  width: 18px;
  height: 4px;
  border-radius: 4px;
  background: white;
  transform: translate(12px, -12px) rotate(38deg);
}

.service-card:nth-child(5) .service-icon::before {
  width: 28px;
  height: 16px;
  border: 4px solid white;
  border-radius: 4px;
}

.service-card:nth-child(5) .service-icon::after {
  width: 34px;
  height: 4px;
  border-radius: 4px;
  background: white;
  transform: translateY(13px);
}

.service-card:nth-child(6) .service-icon::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  box-shadow: -12px 0 0 white, 12px 0 0 white;
}

.service-card p,
.process-step p,
.request-heading p,
.form-note {
  color: var(--muted);
  margin-bottom: 0;
}

.process {
  display: grid;
  grid-template-columns: minmax(220px, .24fr) minmax(0, .76fr);
  gap: 26px;
  align-items: start;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.step-number {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 3px solid var(--accent-red);
  border-radius: 50%;
  color: var(--white-soft);
  font-size: 24px;
  font-weight: 900;
}

.request-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(47, 125, 255, .55);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(47, 125, 255, .08), rgba(241, 36, 47, .05)),
    rgba(8, 13, 20, .82);
  box-shadow: var(--shadow);
}

.request-panel:has(> .details-form[hidden]):has(> .payment-assignment[hidden]):has(> .request-success[hidden]) {
  display: none;
}

.request-heading {
  grid-column: 1 / -1;
  display: flex;
  gap: 18px;
  align-items: center;
}

.message-icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  color: var(--accent-blue);
  font-size: 0;
}

.message-icon::before {
  width: 30px;
  height: 22px;
  border: 4px solid var(--white-soft);
  border-radius: 8px;
}

.message-icon::after {
  width: 12px;
  height: 12px;
  border-right: 4px solid var(--white-soft);
  border-bottom: 4px solid var(--white-soft);
  transform: translate(13px, 13px) rotate(34deg);
}

.choice-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.choice-copy span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.32;
}

.choice-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .28), rgba(241, 36, 47, .18)),
    rgba(7, 16, 26, .74);
  flex: 0 0 auto;
}

.choice-icon img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.details-form {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  scroll-margin-top: 92px;
}

.details-form textarea[name="job-summary"] {
  min-height: 150px;
}

.details-form textarea[name="access-notes"] {
  min-height: 120px;
}

.details-form textarea[name="additional-details"] {
  min-height: 120px;
}

.request-wizard {
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(47, 125, 255, .34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 125, 255, .13), transparent 34%),
    rgba(7, 16, 26, .72);
  align-items: stretch;
}

.request-wizard-header {
  gap: 10px;
  padding-bottom: 18px;
}

.request-wizard-eyebrow,
.request-step-kicker {
  margin: 0;
  color: #74e4a8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.request-wizard-progress {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  font-weight: 900;
}

.request-progress-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.request-progress-track span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #40cd82, var(--accent-blue));
  transition: width .25s ease;
}

.request-step-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.request-step-list li {
  display: flex;
  gap: 7px;
  align-items: center;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  font-weight: 850;
}

.request-step-list span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
}

.request-step-list .is-current,
.request-step-list .is-complete {
  color: var(--white-soft);
}

.request-step-list .is-current span {
  border-color: var(--accent-blue);
  background: var(--accent-blue);
  color: #fff;
}

.request-step-list .is-complete span {
  border-color: #40cd82;
  background: rgba(64, 205, 130, .16);
  color: #9bf0c0;
}

.request-wizard-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  min-height: 340px;
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

.request-wizard-step[hidden] {
  display: none;
}

.request-wizard-step > * {
  grid-column: 1 !important;
  min-width: 0;
}

.request-step-heading {
  display: grid;
  gap: 7px;
  align-content: start;
}

.request-step-heading h4 {
  margin: 0;
  color: var(--white-soft);
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.08;
}

.request-step-heading p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.request-step-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.request-review-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.request-review-summary div {
  display: grid;
  gap: 4px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  background: rgba(255, 255, 255, .04);
}

.request-review-summary span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.request-review-summary strong {
  color: var(--white-soft);
  line-height: 1.38;
}

.request-wizard-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.request-wizard-actions .form-note {
  margin: 0;
  text-align: center;
}

.request-wizard-back {
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: var(--white-soft);
  cursor: pointer;
  font-weight: 900;
}

.request-wizard-next,
.request-submit {
  min-width: 180px;
}

.request-success {
  display: grid;
  justify-items: start;
  gap: 12px;
  max-width: 760px;
  margin: 10px auto;
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid rgba(64, 205, 130, .5);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(64, 205, 130, .2), transparent 38%),
    rgba(7, 16, 26, .9);
  box-shadow: var(--shadow);
}

.request-success[hidden] {
  display: none;
}

.request-success-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #40cd82;
  color: #07101a;
  font-size: 34px;
  font-weight: 950;
}

.request-success h3 {
  margin: 0;
  color: var(--white-soft);
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.05;
}

.request-success p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 720px) {
  .request-wizard {
    padding: 14px;
    border-radius: 12px;
  }

  .request-step-list li {
    justify-content: center;
    font-size: 0;
  }

  .request-step-list span {
    font-size: 12px;
  }

  .request-wizard-step {
    min-height: 0;
    padding: 20px 15px;
  }

  .request-step-fields,
  .request-review-summary {
    grid-template-columns: 1fr;
  }

  .request-wizard-actions {
    grid-template-columns: 1fr 1fr;
  }

  .request-wizard-actions .form-note {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .request-wizard-back,
  .request-wizard-next {
    width: 100%;
  }
}

.form-more-panel {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.form-more-panel summary {
  color: var(--white-soft);
  cursor: pointer;
  font-weight: 900;
}

.form-more-panel[open] summary {
  margin-bottom: 12px;
}

.form-more-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.upload-field {
  display: grid;
  gap: 10px;
}

.upload-field > label {
  color: var(--white-soft);
  font-weight: 850;
}

.upload-field input[type="file"] {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px dashed rgba(47, 125, 255, .55);
  border-radius: 8px;
  background: rgba(7, 16, 26, .58);
  color: var(--white-soft);
}

.upload-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.upload-list:empty {
  display: none;
}

.upload-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: var(--muted);
  font-size: 13px;
}

.upload-list strong {
  min-width: 0;
  overflow: hidden;
  color: var(--white-soft);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-list a,
.upload-list span {
  color: var(--accent-blue);
  font-weight: 850;
}

.signup-intro {
  display: grid;
  gap: 6px;
  padding-bottom: 2px;
}

.signup-intro h3 {
  margin-bottom: 0;
  color: var(--white-soft);
  font-size: 22px;
}

.signup-intro p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.4;
}

.partner-apply {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.contractor-signup-heading {
  align-items: center;
}

.partner-form {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.partner-form .secondary-cta {
  min-width: 210px;
}

.partner-form .checkbox-group {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-check-field,
.optional-proof-fields {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(47, 125, 255, .3);
  border-radius: 8px;
  background: rgba(7, 16, 26, .48);
}

.service-check-field {
  grid-column: 1 / -1;
}

.service-check-field legend,
.optional-proof-fields summary {
  color: var(--white-soft);
  font-weight: 900;
}

.service-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.service-check-grid label {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: var(--white-soft);
  font-size: 14px;
  font-weight: 850;
}

.service-check-grid input {
  margin-right: 7px;
  accent-color: var(--accent-blue);
}

.service-check-field > input {
  width: min(100%, 460px);
}

.optional-proof-fields {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.optional-proof-fields summary {
  grid-column: 1 / -1;
  cursor: pointer;
}

.optional-proof-fields .form-note,
.optional-proof-fields .field-wide {
  grid-column: 1 / -1;
}

.access-choice-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(47, 125, 255, .38);
  border-radius: 8px;
  background: #081421;
}

.access-choice-panel legend {
  padding: 0 6px;
  color: var(--white-soft);
  font-weight: 950;
}

.access-choice-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.access-choice-panel .access-choice-intro {
  max-width: 920px;
  color: #eef4ff;
  font-size: 16px;
  font-weight: 700;
}

.access-choice-panel .access-choice-intro strong {
  color: var(--white-soft);
}

.access-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.access-choice-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto auto 1fr auto auto;
  gap: 8px 11px;
  align-items: start;
  min-height: 312px;
  padding: 16px;
  border: 1px solid #445267;
  border-radius: 8px;
  background: #101d2c;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.access-choice-card-featured {
  border-color: #40cd82;
  background: #10251f;
}

.access-choice-card-value {
  border-color: #2f7dff;
  background: #10213d;
}

.access-choice-card-priority {
  border-color: #f1242f;
  background: #2a1722;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}

.access-choice-card input {
  grid-row: 1 / -1;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent-blue);
}

.access-choice-kicker {
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 2px solid currentColor;
  color: var(--accent-red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.access-choice-card strong {
  color: var(--white-soft);
  font-size: 20px;
  line-height: 1.1;
}

.priority-monthly-splash {
  position: relative;
  z-index: 2;
  display: grid;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 18px;
  border: 3px solid #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .34);
  color: #111d2b;
  line-height: 1.1;
  overflow: visible;
}

.priority-monthly-splash strong {
  display: block;
  margin: 3px 0 2px;
  color: #b30f1a;
  font-size: clamp(36px, 3vw, 42px);
  letter-spacing: -.02em;
}

.priority-monthly-splash em {
  display: block;
  margin-top: 2px;
  color: #111d2b;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
}

.priority-monthly-splash small {
  color: #26374c;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.priority-monthly-splash small + small {
  margin-top: 4px;
}

.access-choice-summary {
  color: #eef4ff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.42;
}

.access-choice-benefits {
  display: grid;
  gap: 8px;
  margin: 4px 0 2px;
  padding: 0;
  list-style: none;
}

.access-choice-benefits li {
  position: relative;
  padding-left: 22px;
  color: #f5f8ff;
  font-size: 15px;
  line-height: 1.36;
}

.access-choice-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #40cd82;
  font-weight: 950;
}

.access-choice-proof {
  align-self: end;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #d8e3f2;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.access-choice-proof strong {
  color: var(--white-soft);
}

.access-choice-panel .access-choice-value-note {
  padding: 12px 14px;
  border: 1px solid rgba(241, 36, 47, .36);
  border-radius: 8px;
  background: rgba(241, 36, 47, .08);
  color: #f5f8ff;
  font-size: 15px;
}

.access-choice-value-note strong {
  color: var(--white-soft);
}

.access-choice-addon-note[hidden],
.job-coverage-upsell[hidden] {
  display: none;
}

.access-choice-addon-note {
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid rgba(116, 228, 168, .36);
  border-radius: 999px;
  background: rgba(64, 205, 130, .1);
  color: #9bf0c0;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.job-coverage-upsell {
  display: grid;
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(64, 205, 130, .5);
  border-radius: 8px;
  background: rgba(64, 205, 130, .08);
}

.job-coverage-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  cursor: pointer;
}

.job-coverage-choice input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  accent-color: #40cd82;
}

.job-coverage-choice > span {
  display: grid;
  gap: 4px;
}

.job-coverage-choice strong {
  color: var(--white-soft);
  font-size: 17px;
}

.job-coverage-choice span span,
.job-coverage-upsell p {
  color: var(--muted);
  line-height: 1.42;
}

.job-coverage-upsell p {
  padding-left: 30px;
  font-size: 12px;
}

.job-coverage-upsell a {
  color: #9bc3ff;
  font-weight: 900;
}

.access-choice-panel .access-choice-footnote {
  padding-top: 2px;
  color: rgba(255, 255, 255, .63);
  font-size: 12px;
}

.access-choice-card:hover {
  border-color: rgba(255, 255, 255, .38);
  transform: translateY(-2px);
}

.access-choice-card:has(input:checked) {
  border-color: rgba(64, 205, 130, .96);
  box-shadow: 0 0 0 3px rgba(64, 205, 130, .15), 0 14px 30px rgba(0, 0, 0, .2);
}

.access-choice-card:has(input:checked) .access-choice-kicker {
  color: #74e4a8;
}

.access-choice-grid {
  gap: 14px;
  align-items: stretch;
}

.access-choice-card {
  grid-template-rows: none;
  gap: 0 12px;
  min-height: 350px;
  padding: 20px;
  border-width: 2px;
  border-radius: 14px;
}

.access-choice-card input {
  grid-column: 1;
  grid-row: auto;
}

.access-choice-content {
  display: flex;
  grid-column: 2;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.access-choice-kicker {
  min-height: 30px;
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.25;
}

.access-choice-title {
  min-height: 48px;
  color: var(--white-soft);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.08;
}

.access-choice-price {
  display: flex;
  min-height: 68px;
  align-items: baseline;
  gap: 7px;
  padding: 5px 0 4px;
}

.access-choice-card .access-choice-price strong {
  color: var(--white-soft);
  font-size: clamp(42px, 4vw, 52px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.04em;
}

.access-choice-price small {
  color: #dce7f5;
  font-size: 15px;
  font-weight: 900;
}

.access-choice-billing {
  width: fit-content;
  margin: -2px 0 8px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff;
  color: #89101a;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
}

.access-choice-content .access-choice-summary {
  min-height: 50px;
  padding-top: 4px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
}

.access-choice-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  padding: 10px 0 14px;
}

.access-choice-details > span {
  position: relative;
  padding-left: 22px;
  color: #f5f8ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.38;
}

.access-choice-details > span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #40cd82;
  font-weight: 950;
}

.access-choice-priority-benefit {
  padding: 9px 10px 9px 30px !important;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
}

.access-choice-priority-benefit::before {
  left: 9px !important;
}

.access-choice-content .access-choice-proof {
  display: block;
  min-height: 48px;
  align-self: stretch;
}

.access-choice-panel .access-choice-footnote {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  text-align: center;
}

.access-choice-panel {
  gap: 18px;
  padding: clamp(22px, 3vw, 38px);
  border-color: rgba(47, 125, 255, .32);
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 14%, rgba(241, 36, 47, .16), transparent 30%),
    radial-gradient(circle at 92% 16%, rgba(47, 125, 255, .2), transparent 32%),
    #05080d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.access-choice-panel legend {
  padding: 7px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-red), var(--accent-blue));
  box-shadow: 0 10px 26px rgba(47, 125, 255, .18);
  color: white;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.access-choice-panel .access-choice-intro {
  max-width: none;
  color: var(--muted);
  font-size: 18px;
  text-align: center;
}

.access-choice-panel .access-choice-intro strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white-soft);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.access-choice-paths {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.access-choice-paths span {
  padding: 9px 14px;
  border: 1px solid #34445a;
  border-radius: 999px;
  background: #0b111a;
  color: #d8e3f2;
  font-size: 13px;
  font-weight: 900;
}

.access-choice-paths .access-choice-path-priority {
  border-color: var(--accent-red);
  background: linear-gradient(135deg, var(--accent-red), var(--accent-blue));
  color: white;
}

.access-choice-grid {
  gap: 12px;
}

.access-choice-card {
  min-height: 500px;
  padding: 24px;
  border-color: #34445a;
  border-radius: 18px;
  background: linear-gradient(180deg, #111923, #0b111a);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .3);
}

.access-choice-card-value {
  border-color: var(--accent-blue);
  background: linear-gradient(180deg, #10213d, #0b1423);
}

.access-choice-card-priority {
  padding-top: 58px;
  border: 3px solid var(--accent-red);
  background:
    radial-gradient(circle at 92% 10%, rgba(47, 125, 255, .2), transparent 36%),
    linear-gradient(180deg, #2a1722, #11131d 72%);
  box-shadow:
    0 0 0 1px rgba(47, 125, 255, .55),
    0 24px 62px rgba(0, 0, 0, .42);
  overflow: hidden;
}

.access-choice-card-priority::before {
  content: "BEST FOR YOUR SCHEDULE";
  position: absolute;
  inset: 0 0 auto;
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 7px 12px;
  background: linear-gradient(90deg, var(--accent-red), var(--accent-blue));
  color: white;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .09em;
  text-align: center;
}

.access-choice-card input {
  margin-top: 0;
  accent-color: var(--accent-blue);
}

.access-choice-card:has(input:checked) {
  border-color: var(--accent-blue);
  box-shadow: 0 0 0 3px rgba(47, 125, 255, .2), 0 20px 48px rgba(0, 0, 0, .36);
}

.access-choice-card-priority:has(input:checked) {
  border-color: var(--accent-red);
  box-shadow:
    0 0 0 3px rgba(47, 125, 255, .22),
    0 24px 62px rgba(0, 0, 0, .46);
}

.access-choice-card:has(input:checked) .access-choice-kicker {
  color: #9dcaff;
}

.access-choice-card-priority:has(input:checked) .access-choice-kicker {
  color: #ff7078;
}

.access-choice-kicker {
  color: #7eb0ff;
}

.access-choice-title {
  min-height: 42px;
  font-size: 25px;
}

.access-choice-price {
  min-height: 76px;
}

.access-choice-card .access-choice-price strong {
  font-size: clamp(48px, 5vw, 62px);
}

.access-choice-content .access-choice-summary {
  min-height: 54px;
  color: var(--white-soft);
}

.access-choice-details > span::before,
.access-choice-benefits li::before {
  content: "\2713";
  color: #7eb0ff;
}

.access-choice-schedule-promise {
  display: grid;
  gap: 4px;
  margin: 8px 0 2px;
  padding: 13px 14px;
  border: 1px solid rgba(47, 125, 255, .5);
  border-left: 5px solid var(--accent-red);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(241, 36, 47, .14), rgba(47, 125, 255, .14));
  color: var(--white-soft);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.access-choice-schedule-promise strong {
  color: #9dcaff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.access-choice-priority-benefit {
  border-color: rgba(47, 125, 255, .46);
  background: rgba(47, 125, 255, .12);
}

.access-choice-content .access-choice-proof {
  min-height: 44px;
  color: #d8e3f2;
}

.access-choice-card-priority .access-choice-proof {
  color: #ff939c;
}

.access-choice-action {
  display: grid;
  place-items: center;
  min-height: 48px;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--accent-blue);
  color: white;
  font-size: 14px;
  font-weight: 950;
  text-align: center;
}

.access-choice-card-priority .access-choice-action {
  background: linear-gradient(135deg, var(--accent-red), var(--accent-blue));
}

.access-choice-card:hover .access-choice-action,
.access-choice-card:has(input:checked) .access-choice-action {
  filter: brightness(1.08);
}

.access-choice-panel .access-choice-footnote {
  background: rgba(255, 255, 255, .04);
  color: #9ba8b9;
}

.request-terms {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
}

.request-terms > strong {
  color: var(--white-soft);
  font-size: 15px;
}

.request-terms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}

.request-terms .checkbox-field {
  margin: 0;
  padding: 0;
}

.request-terms .request-fee-check,
.request-terms .request-liability-check,
.request-terms .request-emergency-check {
  grid-column: auto;
}

.offers-preview-mode .request-review-summary,
.offers-preview-mode .request-terms,
.offers-preview-mode .request-submit,
.offers-preview-mode .request-wizard-actions,
.offers-preview-mode .request-wizard-header,
.offers-preview-mode .request-wizard-step[data-request-step="4"] > .request-step-heading {
  display: none;
}

.offers-preview-mode .request-wizard-step[data-request-step="4"] {
  padding: 8px 0;
}

.partner-note {
  display: grid;
  grid-template-columns: minmax(220px, .25fr) minmax(0, .75fr);
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.details-form[hidden] {
  display: none;
}

.spam-trap-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.payment-assignment {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(47, 125, 255, .48);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .15), rgba(241, 36, 47, .08)),
    rgba(7, 16, 26, .82);
}

.payment-assignment[hidden] {
  display: none;
}

.payment-assignment h3 {
  margin-bottom: 6px;
  color: var(--white-soft);
}

.payment-assignment p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.payment-assignment .etransfer-note {
  margin-top: 8px;
  font-size: 13px;
}

.payment-assignment .etransfer-note a {
  color: var(--blue);
  font-weight: 900;
}

.payment-actions {
  display: grid;
  gap: 8px;
  justify-items: stretch;
}

.payment-assignment .secondary-cta {
  min-width: 210px;
}

.payment-assignment .secondary-cta-quiet {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: var(--white-soft);
  box-shadow: none;
}

.payment-assignment .secondary-cta:disabled {
  cursor: not-allowed;
  opacity: .62;
  box-shadow: none;
}

.etransfer-instructions {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(255, 211, 45, .34);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 211, 45, .07), rgba(47, 125, 255, .08)),
    rgba(4, 11, 19, .94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.etransfer-instructions[hidden] {
  display: none;
}

.etransfer-heading {
  display: flex;
  gap: 13px;
  align-items: center;
}

.etransfer-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 11px;
  background: #ffd32d;
  color: #111;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.etransfer-heading div {
  display: grid;
  gap: 2px;
}

.etransfer-heading span:not(.etransfer-mark) {
  color: #ffd94f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.etransfer-heading strong {
  color: var(--white);
  font-size: clamp(18px, 2.5vw, 23px);
}

.etransfer-payment-details {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) repeat(2, minmax(150px, .7fr));
  gap: 10px;
}

.etransfer-detail {
  display: grid;
  gap: 5px;
  align-content: start;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  background: rgba(255, 255, 255, .055);
}

.etransfer-detail > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.etransfer-detail > strong {
  color: var(--white);
  overflow-wrap: anywhere;
  font-size: 16px;
}

.etransfer-email-detail {
  grid-template-columns: minmax(0, 1fr) auto;
}

.etransfer-email-detail > span {
  grid-column: 1 / -1;
}

.etransfer-email-detail button {
  align-self: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(90, 156, 255, .45);
  border-radius: 7px;
  background: rgba(47, 125, 255, .14);
  color: #bcd5ff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.etransfer-email-detail button:hover,
.etransfer-email-detail button:focus-visible {
  border-color: #5a9cff;
  background: rgba(47, 125, 255, .24);
  outline: none;
}

.etransfer-steps {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 22px;
  color: var(--white-soft);
  line-height: 1.45;
}

.etransfer-steps strong {
  color: #fff;
}

.etransfer-instructions .etransfer-clearance-note {
  padding: 12px 14px;
  border-left: 3px solid #5a9cff;
  border-radius: 5px;
  background: rgba(47, 125, 255, .1);
  color: #d9e7ff;
}

.etransfer-instructions .etransfer-help {
  font-size: 13px;
}

.etransfer-instructions .etransfer-help a {
  color: #91b9ff;
  font-weight: 900;
}

.field-wide {
  grid-column: span 2;
}

.field-full {
  grid-column: 1 / -1;
}

label,
.form-group {
  display: grid;
  gap: 8px;
  color: var(--white-soft);
  font-size: 14px;
  font-weight: 800;
}

textarea,
input,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #07101a;
  color: var(--white-soft);
  padding: 12px 13px;
  resize: vertical;
}

.checkbox-field {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(7, 16, 26, .58);
  font-size: 13px;
  line-height: 1.35;
}

.checkbox-field input {
  width: auto;
  min-width: 18px;
  height: 18px;
  margin-top: 1px;
}

.checkbox-field span {
  color: var(--muted);
  font-weight: 700;
}

.checkbox-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.request-fee-check {
  grid-column: 1 / 3;
}

.request-liability-check {
  grid-column: 3 / 5;
}

.request-emergency-check {
  grid-column: 1 / 3;
}

.request-submit {
  grid-column: 3 / 5;
  justify-self: stretch;
  min-height: 58px;
  font-size: 17px;
}

.form-note {
  grid-column: 1 / -1;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  padding: 34px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(3, 7, 12, .42);
}

.site-footer a {
  color: var(--white-soft);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.site-footer img {
  width: clamp(116px, 12vw, 170px);
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 6px clamp(18px, 3vw, 34px);
  align-items: center;
  max-width: 980px;
  font-size: .92rem;
  line-height: 1.4;
  min-width: 0;
}

.footer-contact strong,
.footer-contact span {
  grid-column: 1 / -1;
}

.footer-contact strong {
  color: var(--white);
  font-size: 1rem;
}

.footer-contact span {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.review-main {
  display: grid;
  gap: 28px;
  padding-top: 34px;
}

.review-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .38fr);
  gap: 28px;
  align-items: stretch;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.review-hero h1 {
  max-width: 840px;
}

.review-guardrail,
.queue-column,
.match-board,
.provider-review-board,
.queue-metrics article,
.queue-card,
.match-panel {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
}

.review-guardrail {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(241, 36, 47, .12), rgba(47, 125, 255, .08)),
    rgba(8, 13, 20, .84);
}

.review-guardrail p,
.queue-column-heading p,
.queue-meta,
.queue-empty,
.match-panel p {
  color: var(--muted);
}

.queue-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.queue-metrics article {
  padding: 18px;
}

.queue-metrics span {
  display: block;
  margin-bottom: 8px;
  color: var(--white-soft);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.queue-metrics p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 800;
}

.queue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.queue-column {
  padding: 18px;
  background: rgba(8, 13, 20, .78);
}

.queue-column-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.queue-list {
  display: grid;
  gap: 12px;
}

.lead-triage-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, .6fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(47, 125, 255, .28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .14), rgba(241, 36, 47, .08)),
    rgba(7, 16, 26, .68);
}

.lead-triage-panel h3,
.lead-triage-panel p {
  margin-bottom: 0;
}

.lead-triage-counts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lead-triage-counts span {
  display: grid;
  gap: 2px;
  min-height: 62px;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.lead-triage-counts strong {
  color: var(--white-soft);
  font-size: 22px;
  line-height: 1;
}

.lead-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(7, 16, 26, .5);
}

.lead-filter button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  color: var(--muted);
  cursor: pointer;
  font-weight: 850;
}

.lead-filter button.active {
  border-color: rgba(47, 125, 255, .72);
  background: rgba(47, 125, 255, .2);
  color: var(--white-soft);
}

.queue-card {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.queue-card.selected {
  border-color: var(--accent-blue);
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .18), rgba(241, 36, 47, .08)),
    rgba(8, 13, 20, .8);
}

.queue-card h3 {
  margin-bottom: 0;
}

.lead-status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lead-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: var(--white-soft);
  font-size: 12px;
  font-weight: 900;
}

.lead-status--real {
  border-color: rgba(64, 205, 130, .38);
  background: rgba(64, 205, 130, .14);
}

.lead-status--test {
  border-color: rgba(255, 196, 87, .42);
  background: rgba(255, 196, 87, .14);
}

.lead-status--archive {
  border-color: rgba(182, 192, 206, .32);
  background: rgba(182, 192, 206, .12);
}

.lead-status-action.active {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .14);
  color: var(--white-soft);
}

.payment-gate-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 196, 87, .35);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 196, 87, .12), rgba(47, 125, 255, .08)),
    rgba(7, 16, 26, .72);
}

.payment-gate-card > div:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.payment-gate-card span {
  color: var(--white-soft);
  font-size: 13px;
  font-weight: 900;
}

.payment-gate-card strong {
  color: #ffd27a;
  font-size: 13px;
}

.payment-gate-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.payment-gate-card .queue-fields {
  grid-template-columns: 1fr;
}

.payment-gate-card--pending {
  border-color: rgba(255, 196, 87, .48);
}

.payment-gate-card--paid {
  border-color: rgba(64, 205, 130, .42);
  background:
    linear-gradient(135deg, rgba(64, 205, 130, .12), rgba(47, 125, 255, .08)),
    rgba(7, 16, 26, .72);
}

.customer-status-updater {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(47, 125, 255, .32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .12), rgba(241, 36, 47, .07)),
    rgba(7, 16, 26, .62);
}

.customer-status-updater summary {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.customer-status-updater summary::-webkit-details-marker {
  display: none;
}

.customer-status-updater summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(47, 125, 255, .45);
  border-radius: 50%;
  color: var(--white-soft);
  font-weight: 900;
}

.customer-status-updater[open] summary::after {
  content: "-";
}

.customer-status-updater strong {
  display: block;
  color: var(--white-soft);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.customer-status-updater span,
.customer-status-updater p {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.customer-status-updater p {
  margin-bottom: 0;
}

.customer-status-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.queue-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
}

.queue-fields div {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(7, 16, 26, .62);
}

.queue-fields dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.queue-fields dd {
  margin: 4px 0 0;
  color: var(--white-soft);
  font-weight: 760;
  overflow-wrap: anywhere;
}

.queue-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.compact-cta {
  min-height: 42px;
  padding: 0 14px;
  font-size: 14px;
}

.match-board {
  display: grid;
  grid-template-columns: minmax(240px, .28fr) minmax(0, .72fr);
  gap: 22px;
  align-items: start;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(47, 125, 255, .08), rgba(241, 36, 47, .05)),
    rgba(8, 13, 20, .82);
}

.provider-review-board {
  display: grid;
  grid-template-columns: minmax(240px, .28fr) minmax(0, .72fr);
  gap: 22px;
  align-items: start;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(241, 36, 47, .06), rgba(47, 125, 255, .08)),
    rgba(8, 13, 20, .82);
}

.provider-review-board > div:first-child {
  display: grid;
  gap: 10px;
}

.provider-review-board p {
  color: var(--muted);
}

.match-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.match-score {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(47, 125, 255, .16);
  color: var(--white-soft);
  font-weight: 900;
}

.match-gates {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.match-gates li {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(7, 16, 26, .54);
}

.match-gates strong {
  color: var(--white-soft);
}

.provider-packet,
.batch-outreach-plan,
.test-outreach-plan {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(7, 16, 26, .5);
}

.provider-packet h4,
.batch-outreach-plan h4,
.test-outreach-plan h5 {
  margin-bottom: 0;
  color: var(--white-soft);
  font-size: 17px;
}

.provider-packet p,
.batch-outreach-plan p,
.test-outreach-plan p {
  margin-bottom: 0;
}

.batch-outreach-plan {
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .12), rgba(241, 36, 47, .08)),
    rgba(7, 16, 26, .5);
}

.test-outreach-plan {
  border-color: rgba(47, 125, 255, .28);
  background: rgba(47, 125, 255, .08);
}

.outreach-message-list {
  display: grid;
  gap: 10px;
}

.outreach-message-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(7, 16, 26, .56);
}

.outreach-message-list span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(47, 125, 255, .18);
  color: var(--white-soft);
  font-size: 13px;
  font-weight: 900;
}

.outreach-message-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--white-soft);
}

.outreach-message-list small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.quote-draft {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.quote-draft textarea {
  resize: vertical;
  min-height: 150px;
}

.policy-main,
.trust-main {
  display: grid;
  gap: 28px;
  padding-top: 34px;
}

.policy-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(300px, .48fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.policy-hero-photo {
  min-height: clamp(260px, 30vw, 430px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #101823;
  box-shadow: var(--shadow);
}

.policy-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 50%;
}

.policy-section {
  display: grid;
  gap: 18px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.policy-grid article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
}

.policy-grid p,
.policy-section > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.trust-hero {
  display: grid;
  gap: 18px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.trust-hero h1 {
  max-width: 860px;
}

.trust-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 920px;
}

.trust-flow span {
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(47, 125, 255, .34);
  border-left: 4px solid var(--accent-red);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 125, 255, .14), rgba(241, 36, 47, .08)),
    rgba(8, 13, 20, .76);
  color: var(--white-soft);
  font-weight: 850;
  line-height: 1.2;
}

.trust-section {
  display: grid;
  gap: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.trust-principle-grid,
.trust-policy-grid {
  display: grid;
  gap: 14px;
}

.trust-principle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-policy-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-principle-grid article,
.trust-policy-grid article,
.trust-limits {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .025));
}

.trust-principle-grid strong,
.trust-policy-grid h3 {
  color: var(--white-soft);
}

.trust-principle-grid p,
.trust-policy-grid p,
.trust-section > p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.trust-fee-section .trust-policy-grid article {
  border-color: rgba(241, 36, 47, .26);
  background:
    linear-gradient(135deg, rgba(241, 36, 47, .1), rgba(47, 125, 255, .07)),
    rgba(8, 13, 20, .76);
}

.trust-limits {
  border-color: rgba(241, 36, 47, .34);
}

.owner-setup-main {
  display: grid;
  gap: 28px;
  padding-top: 34px;
}

.owner-hero {
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(300px, .32fr);
  gap: 24px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.owner-alert,
.owner-status-strip article,
.owner-step,
.owner-split-grid article {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .025));
}

.owner-alert {
  padding: 20px;
}

.owner-alert p,
.owner-section-heading p,
.owner-step p,
.owner-gate-list,
.owner-source-list {
  color: var(--muted);
  line-height: 1.52;
}

.owner-status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.owner-status-strip article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.owner-status-strip strong,
.owner-step h3 {
  color: var(--white-soft);
}

.owner-status-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.owner-section {
  display: grid;
  gap: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.owner-section-heading {
  display: grid;
  gap: 8px;
}

.owner-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.owner-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 18px;
}

.owner-step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--accent-blue);
  border-radius: 50%;
  color: var(--white-soft);
  font-weight: 900;
}

.owner-note {
  margin-bottom: 0;
  padding-top: 4px;
  color: var(--white-soft);
  font-weight: 780;
}

.owner-gate-list,
.owner-source-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.owner-split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-split-grid article {
  padding: 20px;
}

.owner-source-list a {
  color: var(--white-soft);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(47, 125, 255, .65);
  text-underline-offset: 4px;
}

.redirect-page {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  min-height: 100vh;
  padding: 28px;
  text-align: center;
}

.redirect-logo {
  width: min(320px, 70vw);
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.redirect-page h1 {
  margin-bottom: 0;
}

.redirect-page p {
  color: var(--white-soft);
  font-size: 22px;
}

@media (max-width: 1040px) {
  .site-header,
  .hero,
  .review-hero,
  .queue-grid,
  .match-board,
  .provider-review-board,
  .policy-hero,
  .policy-grid,
  .trust-flow,
  .trust-principle-grid,
  .trust-policy-grid,
  .owner-hero,
  .owner-status-strip,
  .owner-split-grid,
  .service-band,
  .process,
  .popular-request-strip,
  .trust-advantage-panel,
  .partner-quality-panel,
  .post-payment-timeline,
  .protection-panel,
  .provider-standards-panel,
  .request-panel,
  .request-launcher,
  .partner-note,
  .details-form,
  .form-more-grid,
  .service-check-grid,
  .optional-proof-fields {
    grid-template-columns: 1fr;
  }

  .partner-apply .request-heading,
  .partner-apply .partner-form {
    grid-column: 1 / -1;
  }

  .field-wide,
  .field-full,
  .request-fee-check,
  .request-liability-check,
  .request-emergency-check,
  .request-submit {
    grid-column: 1;
  }

  .request-submit {
    justify-self: stretch;
  }

  .site-header {
    position: static;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .header-actions {
    justify-content: start;
  }

  .hero {
    min-height: auto;
    padding: 36px 0;
  }

  .hero-visual {
    min-height: 360px;
  }

  .partner-panel {
    min-height: 360px;
  }

  .network-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 620px);
  }

  .customer-routing-map {
    grid-template-columns: 1fr;
    width: min(100%, 480px);
  }

  .routing-summary {
    grid-template-columns: 1fr;
  }

  .customer-routing-map .network-node,
  .customer-routing-map .network-hub {
    grid-column: 1;
    grid-row: auto;
    min-height: 128px;
  }

  .customer-routing-map .route-arrow {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    width: 2px;
    height: 28px;
    transform: rotate(90deg);
  }

  .network-map::before,
  .network-map::after {
    display: none;
  }

  .network-hub {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 130px;
  }

  .network-node--fence,
  .network-node--plumbing,
  .network-node--handyman,
  .network-node--hauling,
  .network-node--cleaning,
  .network-node--landscape {
    grid-column: auto;
    grid-row: auto;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .popular-request-grid,
  .trust-advantage-grid,
  .partner-quality-grid,
  .payment-timeline-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-payment-timeline .form-note {
    grid-column: 1;
  }

  .queue-fields {
    grid-template-columns: 1fr;
  }

  .hero-proof-list,
  .partner-proof-list,
  .fee-value-panel,
  .provider-fee-panel,
  .fee-math-strip,
  .protection-grid,
  .standards-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 620px) {
  main {
    padding-inline: 16px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px 16px;
  }

  .brand-lockup {
    gap: 10px;
  }

  .brand-copy strong {
    font-size: 30px;
  }

  .brand-copy span {
    display: none;
  }

  .brand-icon {
    width: min(180px, 54vw);
    height: auto;
  }

  .site-nav,
  .business-link {
    display: none;
  }

  .customer-min-header .site-nav {
    display: flex;
    grid-column: 1 / -1;
    gap: 10px;
    max-width: 100%;
    overflow-x: auto;
  }

  .customer-min-header .site-nav a:not(.header-cta) {
    display: none;
  }

  .customer-min-header .site-nav .header-cta {
    min-height: 42px;
    padding: 0 16px;
  }

  .header-actions {
    justify-content: end;
  }

  .language-menu,
  .language-toggle {
    width: 100%;
  }

  .language-list {
    left: 0;
    right: auto;
    width: min(100%, 320px);
  }

  .business-link {
    min-height: 38px;
    font-size: 14px;
    white-space: nowrap;
  }

  .customer-main {
    display: flex;
    flex-direction: column;
  }

  .partner-main {
    display: flex;
    flex-direction: column;
  }

  .customer-main .process {
    order: 1;
  }

  .partner-main .partner-process {
    order: 1;
  }

  .customer-main .hero {
    order: 2;
  }

  .partner-main .contractor-hero {
    order: 2;
  }

  .partner-main .partner-apply {
    order: 3;
  }

  .customer-main .trust-advantage-panel {
    order: 4;
  }

  .customer-main .popular-request-strip,
  .partner-main .partner-quality-panel {
    order: 5;
  }

  .customer-main .post-payment-timeline {
    order: 7;
  }

  .customer-main .request-panel {
    order: 8;
  }

  .customer-main .protection-panel {
    order: 9;
  }

  .partner-main .service-band {
    order: 7;
  }

  .partner-main .provider-standards-panel {
    order: 8;
  }

  .partner-main .partner-note {
    order: 9;
  }

  .hero {
    gap: 18px;
    padding: 28px 0 14px;
  }

  .hero-copy {
    gap: 14px;
  }

  .request-launcher {
    align-items: stretch;
  }

  h1 {
    font-size: 46px;
  }

  .hero-text {
    font-size: 19px;
  }

  .coordination-note,
  .hero-actions .secondary-link {
    display: none;
  }

  .hero-visual {
    display: none;
  }

  .partner-panel {
    display: none;
  }

  .network-map {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .network-hub {
    min-height: 118px;
  }

  .network-hub img {
    width: 56px;
    height: 64px;
  }

  .network-node {
    min-height: 72px;
    padding: 11px;
  }

  .service-truck {
    transform: scale(.72);
    transform-origin: right bottom;
  }

  .service-grid,
  .popular-request-grid,
  .trust-advantage-grid,
  .partner-quality-grid,
  .payment-timeline-list {
    grid-template-columns: 1fr;
  }

  .hero-proof-list,
  .partner-proof-list,
  .fee-value-panel,
  .provider-fee-panel,
  .fee-math-strip,
  .access-choice-grid,
  .request-terms-grid,
  .protection-grid,
  .standards-list {
    grid-template-columns: 1fr;
  }

  .request-panel {
    margin-top: 16px;
    padding: 18px;
  }

  .request-heading {
    align-items: start;
  }

  .request-heading .message-icon {
    display: none;
  }

  .payment-assignment {
    grid-template-columns: 1fr;
  }

  .payment-assignment .secondary-cta {
    width: 100%;
  }

  .etransfer-payment-details {
    grid-template-columns: 1fr;
  }

  .etransfer-email-detail {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .etransfer-steps {
    padding-left: 20px;
  }

  .process {
    padding-top: 22px;
  }

  .partner-form {
    grid-template-columns: 1fr;
  }

  .partner-form .checkbox-group {
    grid-template-columns: 1fr;
  }

  .checkbox-group {
    grid-template-columns: 1fr;
  }

  .queue-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 16px;
  }

  .site-footer img {
    width: 112px;
  }

  .footer-contact {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 7px;
  }
}

/* Minimal public customer refresh */
.customer-min-header {
  grid-template-columns: minmax(220px, 1fr) auto auto;
  padding-block: 14px;
}

.customer-min-main {
  display: grid;
  gap: 0;
  padding-bottom: 0;
}

.customer-min-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .8fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 118px);
  padding: clamp(34px, 6vw, 82px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.customer-min-slogan {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 clamp(-6px, -1vw, 0px);
  color: var(--white);
  font-size: clamp(42px, 7.5vw, 124px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .9;
  white-space: nowrap;
}

.customer-min-copy {
  display: grid;
  gap: clamp(14px, 2.4vw, 24px);
  min-width: 0;
  max-width: 740px;
}

.customer-min-copy h1 {
  width: 100%;
  min-width: 0;
  max-width: 720px;
  font-size: clamp(38px, 5.7vw, 78px);
  line-height: 1.06;
}

.hero-emphasis {
  color: var(--accent-red);
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--accent-red);
  text-decoration-thickness: .08em;
  text-underline-offset: .12em;
}

.paid-emphasis {
  display: inline-block;
  font-size: 1.18em;
  line-height: .9;
  transform: translateY(-.08em);
}

.hero-emphasis-blue {
  color: var(--accent-blue);
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--accent-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .12em;
}

.hero-keep-together {
  white-space: nowrap;
}

.customer-min-copy > p {
  max-width: 540px;
  margin: 0;
  color: var(--white-soft);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3;
}

.customer-min-photo {
  min-height: clamp(360px, 48vw, 650px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #101823;
  box-shadow: var(--shadow);
}

.customer-min-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 52%;
}

.customer-min-launcher {
  grid-template-columns: minmax(180px, 1fr) minmax(150px, .7fr) auto;
  max-width: 760px;
  padding: 12px;
  border-left: 0;
}

.customer-min-launcher .primary-cta {
  min-width: 148px;
}

.outcome-eyebrow {
  width: fit-content;
  margin: 0;
  color: #8dc0ff;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.customer-min-copy > .outcome-lead,
.contractor-min-copy > .outcome-lead {
  max-width: 640px;
  margin: 0;
  color: var(--white-soft);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.38;
}

.quick-service-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--white-soft);
  font-size: 13px;
  line-height: 1.45;
}

.home-outcome-strip,
.provider-outcome-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 145, 255, .48);
  border-radius: 0 0 16px 16px;
  background: linear-gradient(105deg, #102f6c, #174d9e);
}

.home-outcome-strip strong,
.provider-outcome-strip strong {
  display: flex;
  min-height: 94px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  font-size: clamp(17px, 2vw, 23px);
  text-align: center;
}

.home-outcome-strip strong + strong,
.provider-outcome-strip strong + strong {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.home-outcome-strip span,
.provider-outcome-strip span {
  color: #fff;
  font-size: 1.28em;
  font-weight: 950;
}

.customer-min-process {
  display: grid;
  grid-template-columns: minmax(180px, .26fr) minmax(0, .74fr);
  gap: clamp(18px, 4vw, 52px);
  align-items: start;
  padding: clamp(34px, 5vw, 64px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.customer-min-process h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
}

.customer-min-location {
  max-width: 58rem;
  margin: 0.75rem 0 1rem;
  color: var(--muted, #667085);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
}

.process-heading {
  display: grid;
  gap: 12px;
}

.process-heading p {
  max-width: 30rem;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.customer-min-process ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.customer-min-process li {
  display: grid;
  gap: 8px;
  min-height: 156px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(7, 16, 26, .66);
}

.customer-min-process strong {
  color: var(--white-soft);
  font-size: 17px;
  line-height: 1.2;
}

.customer-min-process span,
.customer-min-process p {
  color: var(--muted);
  line-height: 1.45;
}

.customer-min-process > p {
  grid-column: 2;
}

.customer-min-process p {
  margin: 0;
}

.refund-policy-note {
  margin: 10px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--accent-blue);
  border-radius: 8px;
  background: rgba(47, 125, 255, .08);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.customer-min-process .refund-policy-note {
  grid-column: 2;
}

.refund-policy-note strong {
  color: var(--white-soft);
}

.customer-min-request {
  margin: 0;
  padding: clamp(30px, 5vw, 64px) clamp(16px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(8, 13, 20, .72);
}

/* Minimal contractor page refresh */
.contractor-min-main {
  display: grid;
  gap: 0;
  padding-bottom: 0;
}

.contractor-min-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(330px, .72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 118px);
  padding: clamp(34px, 6vw, 82px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.contractor-min-slogan {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 clamp(-6px, -1vw, 0px);
  color: var(--white);
  font-size: clamp(42px, 7.5vw, 124px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .9;
  white-space: nowrap;
}

.contractor-min-copy {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  min-width: 0;
  max-width: 760px;
}

.contractor-min-copy h1 {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  font-size: clamp(38px, 5.7vw, 78px);
  line-height: 1.03;
}

@media (min-width: 1041px) and (max-width: 1450px) {
  .customer-min-copy h1,
  .contractor-min-copy h1 {
    font-size: clamp(48px, 4.55vw, 64px);
  }
}

.contractor-hero-cta {
  justify-self: start;
  min-width: min(220px, 100%);
}

.contractor-min-copy > p {
  max-width: 610px;
  margin: 0;
  color: var(--white-soft);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3;
}

.contractor-min-photo {
  min-height: 0;
  aspect-ratio: 1672 / 941;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #101823;
  box-shadow: var(--shadow);
}

.contractor-min-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.provider-value-section {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
  padding: clamp(58px, 8vw, 96px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.provider-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.provider-value-grid article {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: #0d141f;
}

.provider-value-grid article > span {
  color: #78adff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .16em;
}

.provider-value-grid h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.8vw, 34px);
  line-height: 1.05;
}

.provider-value-grid p {
  margin: 0;
  color: var(--white-soft);
  font-size: 17px;
  line-height: 1.5;
}

.provider-value-action {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-left: 4px solid var(--accent-red);
  background: rgba(241, 36, 47, .08);
}

.provider-value-action p {
  max-width: 620px;
  margin: 0;
  color: var(--white-soft);
  line-height: 1.45;
}

.contractor-min-main .partner-apply {
  margin: 0;
  padding: clamp(30px, 5vw, 64px) clamp(16px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(8, 13, 20, .72);
}

.contractor-min-main .partner-apply:has(> .partner-form[hidden]) {
  display: none;
}

.billing-main {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  width: min(1180px, calc(100% - clamp(28px, 8vw, 110px)));
  margin: 0 auto;
  padding: clamp(40px, 7vw, 86px) 0;
}

.billing-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .42fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
}

.billing-hero h1 {
  max-width: 780px;
  margin: 10px 0 0;
  font-size: clamp(54px, 9vw, 118px);
  line-height: .88;
}

.billing-hero p:not(.customer-min-slogan) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--white-soft);
  font-size: clamp(19px, 2.3vw, 28px);
  line-height: 1.32;
}

.billing-summary,
.billing-card {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(8, 13, 20, .74);
  box-shadow: var(--shadow);
}

.billing-summary {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.billing-summary strong {
  color: var(--white-soft);
  font-size: 20px;
}

.billing-summary span {
  color: var(--muted);
  line-height: 1.35;
}

.billing-path-grid {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.billing-path-card {
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
}

.billing-path-card strong {
  color: var(--white-soft);
}

.billing-path-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.38;
}

.billing-card {
  display: grid;
  grid-template-columns: minmax(220px, .32fr) minmax(0, .68fr);
  gap: clamp(22px, 4vw, 54px);
  padding: clamp(24px, 5vw, 48px);
}

.billing-card-heading h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: .96;
}

.billing-card-heading p {
  color: var(--muted);
  line-height: 1.45;
}

.billing-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.billing-form label {
  display: grid;
  gap: 8px;
  color: var(--white-soft);
  font-weight: 800;
}

.billing-form input,
.billing-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: var(--ink);
  padding: 0 14px;
}

.billing-form .billing-check,
.billing-form .field-wide,
.billing-form .primary-cta,
.billing-form .form-note {
  grid-column: 1 / -1;
}

@media (max-width: 1040px) {
  .customer-min-header,
  .customer-min-hero,
  .customer-min-process,
  .customer-min-launcher,
  .billing-hero,
  .billing-card {
    grid-template-columns: 1fr;
  }

  .customer-min-hero {
    min-height: auto;
  }

  .customer-min-process > p {
    grid-column: 1;
  }

  .contractor-min-hero {
    grid-template-columns: 1fr;
  }

  .contractor-min-hero {
    min-height: auto;
  }

  .provider-value-grid {
    grid-template-columns: 1fr;
  }

  .provider-value-grid article {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .customer-min-hero,
  .contractor-min-hero,
  .trust-min-hero,
  .policy-hero,
  .customer-min-copy,
  .contractor-min-copy,
  .trust-min-hero > div,
  .policy-hero > div {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .customer-min-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .customer-min-slogan {
    font-size: clamp(40px, 15vw, 58px);
    line-height: .96;
    white-space: normal;
  }

  .customer-min-copy h1 {
    font-size: clamp(36px, 11.5vw, 48px);
    line-height: 1.08;
  }

  .customer-min-photo {
    min-height: 330px;
  }

  .customer-min-process ol {
    grid-template-columns: 1fr;
  }

  .contractor-min-copy h1 {
    font-size: clamp(36px, 11.5vw, 48px);
    line-height: 1.04;
  }

  .contractor-min-slogan {
    font-size: clamp(40px, 15vw, 64px);
    line-height: .96;
    white-space: normal;
  }

  .contractor-min-photo {
    min-height: 0;
  }

  .home-outcome-strip,
  .provider-outcome-strip {
    grid-template-columns: 1fr;
    border-radius: 0 0 12px 12px;
  }

  .home-outcome-strip strong,
  .provider-outcome-strip strong {
    min-height: 66px;
    justify-content: flex-start;
    text-align: left;
  }

  .home-outcome-strip strong + strong,
  .provider-outcome-strip strong + strong {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .provider-value-action {
    align-items: stretch;
    flex-direction: column;
  }

  .provider-value-action .primary-cta {
    width: 100%;
  }

}

/* Service-lane landing pages */
.service-landing,
.customer-service-hub,
.customer-why-city-works {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
}

.service-landing {
  display: grid;
  width: min(1488px, 100%);
  gap: 0;
  padding: 0 0 90px;
}

.customer-min-header {
  padding-block: 10px;
}

.customer-min-header .brand-icon {
  width: clamp(132px, 12vw, 180px);
  max-height: 92px;
}

.service-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--white-soft);
  font-size: 14px;
  margin-bottom: clamp(-38px, -3vw, -24px);
}

.service-breadcrumb a,
.service-text-link,
.customer-service-other a {
  color: #80bfff;
  text-underline-offset: 4px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
  grid-template-areas: "copy story";
  min-height: 540px;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .12);
  background: #080d15;
  box-shadow: var(--shadow);
}

.service-hero-copy,
.service-section-heading {
  display: grid;
  gap: 16px;
}

.service-hero-copy {
  grid-area: copy;
  align-content: center;
  padding: clamp(38px, 5vw, 72px);
}

.service-hero h1 {
  max-width: 680px;
  font-size: clamp(48px, 5.7vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
}

.service-lead,
.service-section-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--white-soft);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.service-hero-actions {
  display: flex;
  margin-top: 12px;
}

.service-plain-truth {
  max-width: 700px;
  margin: 8px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--accent-blue);
  color: var(--white-soft);
  line-height: 1.55;
}

.service-story-image {
  grid-area: story;
  display: grid;
  min-height: 540px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  background: #111923;
  box-shadow: none;
}

.service-story-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  align-self: center;
  object-fit: contain;
  object-position: center;
}

.service-availability-badge {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 185, 82, .55);
  border-radius: 999px;
  background: rgba(140, 78, 0, .22);
  color: #ffd28e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.service-quick-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(84, 145, 255, .42);
  border-radius: 16px;
  background: #123b88;
  margin: 0 clamp(18px, 6vw, 92px);
}

.service-quick-points strong {
  display: grid;
  min-height: 96px;
  padding: 20px;
  place-items: center;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  text-align: center;
}

.service-quick-points strong + strong {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.service-detail-grid,
.service-value-grid,
.service-access-grid {
  display: grid;
  gap: 18px;
}

.service-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-detail-grid > article,
.service-value-grid > article,
.service-access-grid > article {
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 16px;
  background: #0d141f;
}

.service-detail-grid h2,
.service-section-heading h2,
.customer-service-hub h2,
.customer-why-city-works h2 {
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1;
  letter-spacing: -.035em;
}

.service-detail-grid ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 22px;
  color: var(--white-soft);
  line-height: 1.5;
}

.service-why,
.service-access,
.customer-service-hub,
.customer-why-city-works {
  display: grid;
  gap: 32px;
}

.service-access {
  gap: 0;
  margin: 38px clamp(18px, 6vw, 92px) 0;
}

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

.service-value-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 21px;
}

.service-value-grid p,
.service-access-grid p {
  margin: 0;
  color: var(--white-soft);
  line-height: 1.55;
}

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

.service-access-grid article {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 100%;
}

.service-access-grid h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1.05;
}

.service-access-price {
  display: flex;
  gap: 9px;
  align-items: end;
}

.service-access-grid article small {
  padding-bottom: 5px;
  color: #d8e3f2;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.service-access-grid .service-access-value {
  color: #9dcaff;
  font-weight: 850;
}

.service-access-schedule {
  display: grid;
  gap: 7px;
  padding: 14px;
  border-left: 3px solid var(--accent-blue);
  background: rgba(36, 104, 182, .14);
}

.service-access-schedule h4 {
  margin: 0;
  color: var(--white);
  font-size: 17px;
}

.service-access-grid article ul {
  display: grid;
  gap: 8px;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}

.service-access-grid article li {
  position: relative;
  padding-left: 22px;
  color: var(--white-soft);
  line-height: 1.45;
}

.service-access-grid article li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #40cd82;
  font-weight: 950;
}

.service-access-grid article b {
  align-self: end;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  line-height: 1.4;
}

.service-access-cta {
  display: grid;
  min-height: 48px;
  margin-top: 4px;
  padding: 11px 16px;
  place-items: center;
  border-radius: 10px;
  background: var(--accent-blue);
  color: #fff;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}

.service-access-grid article.featured .service-access-cta {
  background: linear-gradient(135deg, var(--accent-red), var(--accent-blue));
}

.service-access-cta:hover,
.service-access-cta:focus-visible {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.service-access-grid article.featured {
  border-color: rgba(52, 145, 255, .7);
  box-shadow: 0 0 0 1px rgba(52, 145, 255, .22), 0 20px 60px rgba(0, 91, 191, .18);
}

.service-access-kicker {
  position: absolute;
  top: -15px;
  right: 22px;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--accent-blue);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.service-access-grid strong {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
}

.service-loyalty-note {
  padding: 20px 24px;
  border-left: 4px solid var(--accent-blue);
  background: rgba(36, 104, 182, .12);
  color: var(--white-soft);
  line-height: 1.55;
}

.customer-service-hub,
.customer-why-city-works {
  padding: clamp(54px, 7vw, 88px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.customer-service-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.customer-service-links a {
  display: flex;
  min-height: 62px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  background: rgba(14, 21, 31, .8);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
}

.customer-service-links a:hover,
.customer-service-links a:focus-visible {
  border-color: var(--accent-blue);
  background: rgba(39, 102, 173, .2);
}

.customer-service-directory {
  margin-top: 18px;
}

.customer-service-directory summary {
  display: inline-flex;
  min-height: 46px;
  cursor: pointer;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
  list-style: none;
}

.customer-service-directory summary::-webkit-details-marker {
  display: none;
}

.customer-service-directory summary:hover,
.customer-service-directory summary:focus-visible {
  border-color: var(--accent-blue);
  background: rgba(39, 102, 173, .2);
}

.customer-service-links-all {
  margin-top: 14px;
}

.customer-service-other {
  margin: 18px 0 0;
  color: var(--white-soft);
}

.saved-request-prompt {
  display: flex;
  width: min(100%, 940px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto 22px;
  padding: 18px 20px;
  border: 1px solid rgba(92, 163, 255, .45);
  border-radius: 14px;
  background: rgba(39, 102, 173, .16);
}

.saved-request-prompt[hidden] {
  display: none;
}

.saved-request-prompt strong {
  color: var(--white);
  font-size: 18px;
}

.saved-request-prompt p {
  margin: 5px 0 0;
  color: var(--white-soft);
}

.saved-request-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.saved-request-actions button {
  white-space: nowrap;
}

.text-cta {
  min-height: 44px;
  cursor: pointer;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: #a9d2ff;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.text-cta:hover,
.text-cta:focus-visible {
  color: var(--white);
}

.service-request-dialog {
  width: min(980px, calc(100% - 32px));
  height: min(900px, calc(100dvh - 32px));
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  background: #080d14;
  color: var(--white);
  box-shadow: 0 32px 110px rgba(0, 0, 0, .7);
}

.service-request-dialog::backdrop {
  background: rgba(2, 5, 9, .78);
  backdrop-filter: blur(8px);
}

.service-request-dialog-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
}

.service-request-dialog-shell > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #101925;
}

.service-request-dialog-shell > header div {
  display: grid;
  gap: 2px;
}

.service-request-dialog-shell > header span {
  color: #9dcaff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-request-dialog-shell > header strong {
  font-size: 17px;
}

.service-request-dialog-shell > header button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.service-request-dialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #070b12;
  overscroll-behavior: contain;
}

body.request-dialog-open {
  overflow: hidden;
}

html.request-embed-mode,
html.request-embed-mode body {
  min-height: 100%;
  background: #070b12;
}

.request-embed-mode .site-header,
.request-embed-mode .customer-main > :not(#request),
.request-embed-mode .site-footer,
.request-embed-mode .site-chat,
.request-embed-mode [data-site-chat-launcher],
.request-embed-mode [data-site-chat-panel] {
  display: none !important;
}

.request-embed-mode .customer-main,
.request-embed-mode .customer-min-main {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.request-embed-mode .customer-min-request {
  width: 100%;
  margin: 0;
  padding: clamp(20px, 4vw, 42px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 900px) {
  .service-request-dialog {
    width: 100%;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .service-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "story";
    min-height: 0;
  }

  .service-story-image {
    min-height: 420px;
    max-width: 620px;
    margin-inline: auto;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
  }

  .service-value-grid,
  .customer-service-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 620px) {
  .service-landing,
  .customer-service-hub,
  .customer-why-city-works {
    width: min(100% - 28px, 1180px);
  }

  .service-landing {
    gap: 16px;
    padding-top: 18px;
  }

  .service-breadcrumb {
    margin-bottom: -24px;
  }

  .service-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .service-value-grid,
  .service-access-grid,
  .service-quick-points,
  .customer-service-links {
    grid-template-columns: 1fr;
  }

  .saved-request-prompt,
  .saved-request-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-quick-points strong {
    min-height: 64px;
  }

  .service-quick-points strong + strong {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .service-hero-copy {
    padding: 30px 24px;
  }

  .service-request-dialog {
    width: 100%;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .service-request-dialog-shell > header {
    padding: 12px 14px;
  }
}

/* Trust Center: open, editorial layout */
.trust-story {
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: hidden;
}

.trust-story-hero,
.trust-story-path,
.trust-story-proof,
.trust-story-fees,
.trust-story-roles,
.trust-story-emergency,
.trust-story-contact {
  padding-inline: max(5vw, calc((100vw - 1320px) / 2));
}

.trust-story-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .72fr);
  min-height: 650px;
  background:
    radial-gradient(circle at 16% 35%, rgba(241, 36, 47, .16), transparent 28%),
    linear-gradient(125deg, #05080e 0%, #071321 62%, #0b1b31 100%);
}

.trust-story-hero-copy {
  align-self: center;
  max-width: 760px;
  padding: clamp(68px, 9vw, 130px) clamp(34px, 6vw, 96px) clamp(68px, 9vw, 130px) 0;
}

.trust-story-kicker {
  margin: 0 0 16px;
  color: var(--accent-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.trust-story-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 7.7vw, 112px);
  line-height: .91;
  letter-spacing: -.055em;
}

.trust-story-hero-copy > p:not(.trust-story-kicker) {
  max-width: 650px;
  margin: 26px 0 0;
  color: #d8e4f3;
  font-size: clamp(21px, 2.1vw, 31px);
  line-height: 1.36;
}

.trust-story-text-link {
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--accent-red);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.trust-story-photo {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}

.trust-story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: 48% 50%;
}

.trust-story-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding-block: 0;
  list-style: none;
  background: #fff;
  color: #0a1729;
}

.trust-story-path li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 4px 16px;
  padding: clamp(30px, 4vw, 50px) clamp(24px, 4vw, 56px);
  border-right: 1px solid #dce3ec;
}

.trust-story-path li:first-child {
  padding-left: 0;
}

.trust-story-path li:last-child {
  border-right: 0;
  padding-right: 0;
}

.trust-story-path span {
  grid-row: 1 / 3;
  color: var(--accent-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.trust-story-path strong {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1;
}

.trust-story-path p {
  margin: 4px 0 0;
  color: #536176;
  font-size: 16px;
  line-height: 1.42;
}

.trust-story-proof {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(50px, 9vw, 150px);
  padding-block: clamp(76px, 9vw, 140px);
  background: #f1f5fa;
  color: #0a1729;
}

.trust-story-proof header {
  align-self: start;
  position: sticky;
  top: 110px;
}

.trust-story h2 {
  margin: 0;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.045em;
}

.trust-story-proof header > p:last-child,
.trust-story-roles header > p:last-child,
.trust-story-contact > p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  color: #536176;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.trust-story-proof-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #0a1729;
}

.trust-story-proof-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 24px;
  padding: clamp(24px, 3.5vw, 42px) 0;
  border-bottom: 1px solid #bac6d5;
}

.trust-story-proof-list > li > span {
  padding-top: 5px;
  color: var(--accent-blue);
  font-size: 13px;
  font-weight: 900;
}

.trust-story-proof-list h3,
.trust-story-role-pair h3,
.trust-story-limit h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

.trust-story-proof-list p,
.trust-story-role-pair article > p:last-child,
.trust-story-limit p {
  max-width: 700px;
  margin: 10px 0 0;
  color: #536176;
  font-size: 17px;
  line-height: 1.5;
}

.trust-story-roles {
  padding-block: clamp(76px, 9vw, 140px);
  background: #fff;
  color: #0a1729;
}

.trust-story-roles header {
  max-width: 980px;
}

.trust-story-role-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(46px, 7vw, 86px);
  border-top: 2px solid #0a1729;
  border-bottom: 1px solid #bac6d5;
}

.trust-story-role-pair article {
  padding: clamp(30px, 5vw, 64px) clamp(24px, 5vw, 64px) clamp(36px, 5vw, 70px) 0;
}

.trust-story-role-pair article + article {
  border-left: 1px solid #bac6d5;
  padding-right: 0;
  padding-left: clamp(24px, 5vw, 64px);
}

.trust-story-role-label {
  margin: 0 0 20px;
  color: var(--accent-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-story-limit {
  display: grid;
  grid-template-columns: minmax(240px, .48fr) minmax(0, 1fr);
  gap: 32px;
  padding: clamp(30px, 4vw, 48px) 0 0;
}

.trust-story-limit h3 {
  color: var(--accent-red);
}

.trust-story-limit p {
  margin-top: 0;
  font-size: clamp(18px, 2vw, 23px);
}

.trust-story-emergency {
  padding-block: clamp(62px, 8vw, 104px);
  background: var(--accent-red);
  color: #fff;
}

.trust-story-emergency .trust-story-kicker {
  color: #fff;
}

.trust-story-emergency h2 {
  max-width: 900px;
  font-size: clamp(48px, 7vw, 94px);
}

.trust-story-emergency > p:last-child {
  max-width: 820px;
  margin: 22px 0 0;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
}

.trust-story-contact {
  padding-block: clamp(72px, 9vw, 130px);
  background:
    radial-gradient(circle at 88% 45%, rgba(47, 125, 255, .22), transparent 28%),
    #06101d;
}

.trust-story-contact h2 {
  max-width: 980px;
  color: #fff;
}

.trust-story-contact > p:last-child {
  color: #b9c9dc;
}

.trust-story-contact a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--accent-blue);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

@media (max-width: 920px) {
  .trust-story-hero {
    grid-template-columns: 1fr;
  }

  .trust-story-hero-copy {
    padding-right: 0;
  }

  .trust-story-photo,
  .trust-story-photo img {
    min-height: 420px;
  }

  .trust-story-proof {
    grid-template-columns: 1fr;
  }

  .trust-story-proof header {
    position: static;
  }
}

@media (max-width: 680px) {
  .trust-story-hero,
  .trust-story-path,
  .trust-story-proof,
  .trust-story-roles,
  .trust-story-emergency,
  .trust-story-contact {
    padding-inline: 20px;
  }

  .trust-story-hero {
    min-height: 0;
  }

  .trust-story-hero-copy {
    padding-block: 58px;
  }

  .trust-story-hero h1 {
    font-size: clamp(52px, 17vw, 76px);
  }

  .trust-story-photo {
    margin-inline: -20px;
  }

  .trust-story-photo,
  .trust-story-photo img {
    min-height: 330px;
  }

  .trust-story-path {
    grid-template-columns: 1fr;
  }

  .trust-story-path li,
  .trust-story-path li:first-child,
  .trust-story-path li:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #dce3ec;
  }

  .trust-story-path li:last-child {
    border-bottom: 0;
  }

  .trust-story-proof,
  .trust-story-roles {
    padding-block: 68px;
  }

  .trust-story h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .trust-story-proof-list li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }

  .trust-story-role-pair {
    grid-template-columns: 1fr;
  }

  .trust-story-role-pair article,
  .trust-story-role-pair article + article {
    padding: 34px 0;
    border-left: 0;
  }

  .trust-story-role-pair article + article {
    border-top: 1px solid #bac6d5;
  }

  .trust-story-limit {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Trust Center: calm, brand-led refresh */
.trust-story {
  padding: clamp(18px, 3vw, 42px) max(18px, 4vw) clamp(44px, 7vw, 96px);
  background:
    radial-gradient(circle at 8% 5%, rgba(47, 125, 255, .1), transparent 22%),
    #edf3f9;
}

.trust-story-hero,
.trust-story-path,
.trust-story-proof,
.trust-story-roles,
.trust-story-emergency,
.trust-story-contact {
  width: min(1280px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.trust-story-hero {
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(7, 17, 31, .18);
  background:
    radial-gradient(circle at 12% 20%, rgba(241, 36, 47, .18), transparent 32%),
    linear-gradient(145deg, #050912 0%, #071525 58%, #0a2440 100%);
}

.trust-story-hero-copy {
  z-index: 1;
  max-width: none;
  padding: clamp(48px, 6.5vw, 88px) clamp(34px, 5vw, 70px);
}

.trust-story-kicker {
  margin-bottom: 14px;
  color: #76b5ff;
}

.trust-story-hero h1 {
  max-width: 570px;
  font-size: clamp(54px, 6.2vw, 88px);
  line-height: .96;
}

.trust-story-hero-copy > p:not(.trust-story-kicker) {
  max-width: 570px;
  margin-top: 22px;
  font-size: clamp(19px, 1.8vw, 25px);
}

.trust-story-text-link {
  margin-top: 26px;
}

.trust-story-photo {
  min-height: 0;
  aspect-ratio: 3 / 2;
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.trust-story-photo img {
  min-height: 0;
  object-position: center;
}

.trust-story-path {
  gap: 14px;
  margin-top: 18px;
  background: transparent;
}

.trust-story-path li,
.trust-story-path li:first-child,
.trust-story-path li:last-child {
  padding: 26px;
  border: 1px solid #d9e2ed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(12, 31, 54, .06);
}

.trust-story-path li:last-child {
  border-right: 1px solid #d9e2ed;
}

.trust-story-path span {
  color: var(--accent-blue);
}

.trust-story-path strong {
  font-size: clamp(23px, 2vw, 30px);
}

.trust-story-proof,
.trust-story-roles {
  margin-top: 18px;
  padding: clamp(46px, 6vw, 78px);
  border: 1px solid #d9e2ed;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(12, 31, 54, .06);
}

.trust-story-proof {
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(46px, 7vw, 96px);
}

.trust-story-proof header {
  position: static;
}

.trust-story h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
}

.trust-story-proof-list {
  border-top-color: #0a1729;
}

.trust-story-proof-list li {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
}

.trust-story-proof-list > li > span {
  color: var(--accent-red);
}

.trust-story-roles header {
  max-width: 850px;
}

.trust-story-role-pair {
  gap: 16px;
  margin-top: 42px;
  border: 0;
}

.trust-story-role-pair article,
.trust-story-role-pair article + article {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid #d9e2ed;
  border-radius: 20px;
  background: #f6f9fc;
}

.trust-story-role-pair article + article {
  border-left: 1px solid #d9e2ed;
}

.trust-story-limit {
  align-items: center;
  margin-top: 16px;
  padding: 26px 28px;
  border: 1px solid rgba(241, 36, 47, .28);
  border-radius: 18px;
  background: rgba(241, 36, 47, .055);
}

.trust-story-limit p {
  margin: 0;
}

.trust-story-emergency {
  margin-top: 18px;
  padding: clamp(34px, 5vw, 56px);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .08), transparent 48%),
    #a91623;
  box-shadow: 0 18px 38px rgba(115, 10, 20, .16);
}

.trust-story-emergency h2 {
  font-size: clamp(38px, 5vw, 64px);
}

.trust-story-contact {
  margin-top: 18px;
  padding: clamp(42px, 6vw, 72px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 45%, rgba(47, 125, 255, .25), transparent 30%),
    #06101d;
  box-shadow: 0 20px 48px rgba(7, 17, 31, .16);
}

.trust-story-contact h2 {
  font-size: clamp(40px, 5vw, 68px);
}

@media (max-width: 920px) {
  .trust-story-hero {
    grid-template-columns: 1fr;
  }

  .trust-story-photo {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
  }

  .trust-story-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .trust-story {
    padding: 14px 14px 54px;
  }

  .trust-story-hero {
    border-radius: 22px;
  }

  .trust-story-hero-copy {
    padding: 44px 24px;
  }

  .trust-story-hero h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .trust-story-photo {
    margin-inline: 0;
    aspect-ratio: 3 / 2;
  }

  .trust-story-photo,
  .trust-story-photo img {
    min-height: 0;
  }

  .trust-story-path {
    gap: 10px;
  }

  .trust-story-path li,
  .trust-story-path li:first-child,
  .trust-story-path li:last-child {
    padding: 22px;
    border: 1px solid #d9e2ed;
  }

  .trust-story-proof,
  .trust-story-roles {
    padding: 40px 22px;
    border-radius: 22px;
  }

  .trust-story h2,
  .trust-story-contact h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .trust-story-role-pair {
    gap: 10px;
    margin-top: 32px;
  }

  .trust-story-role-pair article,
  .trust-story-role-pair article + article {
    padding: 26px 22px;
    border: 1px solid #d9e2ed;
  }

  .trust-story-limit {
    padding: 24px 22px;
  }

  .trust-story-emergency,
  .trust-story-contact {
    border-radius: 22px;
  }
}

.site-chat {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 120;
  display: grid;
  justify-items: end;
  gap: 10px;
  color: #101827;
  font-family: inherit;
}

.site-chat-toggle {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--accent-red), var(--accent-blue));
  color: white;
  box-shadow: 0 18px 40px rgba(7, 16, 32, .28);
  font-size: 14px;
  font-weight: 900;
}

.site-chat-panel {
  width: min(380px, calc(100vw - 28px));
  border: 1px solid rgba(21, 32, 51, .12);
  border-radius: 12px;
  background: rgba(250, 252, 255, .98);
  box-shadow: 0 26px 70px rgba(7, 16, 32, .28);
  overflow: hidden;
}

.site-chat-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 15px;
  border-bottom: 1px solid rgba(21, 32, 51, .08);
  background: linear-gradient(90deg, rgba(241, 36, 47, .08), rgba(47, 125, 255, .08));
}

.site-chat-head strong,
.site-chat-head span {
  display: block;
}

.site-chat-head strong {
  color: #101827;
  font-size: 15px;
  line-height: 1.2;
}

.site-chat-head span,
.site-chat-note {
  color: #65758b;
  font-size: 12px;
  line-height: 1.35;
}

.site-chat-close {
  display: grid;
  place-items: center;
  width: 32px;
  min-height: 32px;
  border: 1px solid rgba(21, 32, 51, .12);
  border-radius: 999px;
  background: white;
  color: #101827;
  font-size: 20px;
  line-height: 1;
}

.site-chat-messages {
  display: grid;
  gap: 9px;
  max-height: 310px;
  overflow-y: auto;
  padding: 14px;
  background: #f6f8fb;
}

.site-chat-message {
  display: grid;
  max-width: 88%;
  min-width: 0;
}

.site-chat-message p {
  margin: 0;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.site-chat-message.is-assistant {
  justify-self: start;
}

.site-chat-message.is-assistant p {
  border: 1px solid rgba(47, 125, 255, .12);
  background: white;
  color: #152033;
}

.site-chat-message.is-user {
  justify-self: end;
}

.site-chat-message.is-user p {
  background: #e8f1ff;
  color: #102d57;
}

.site-chat-message a {
  color: var(--accent-blue);
  font-weight: 900;
}

.site-chat-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px 0;
  background: #f6f8fb;
}

.site-chat-suggestions button {
  min-height: 32px;
  border: 1px solid rgba(47, 125, 255, .16);
  border-radius: 999px;
  padding: 0 11px;
  background: white;
  color: #1f5fae;
  font-size: 12px;
  font-weight: 900;
}

.site-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px 14px 10px;
  background: #f6f8fb;
}

.site-chat-form input[name="message"] {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(21, 32, 51, .14);
  border-radius: 999px;
  padding: 0 14px;
  background: white;
  color: #101827;
  font: inherit;
  font-size: 14px;
}

.site-chat-form button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  background: var(--accent-red);
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.site-chat-note {
  margin: 0;
  padding: 0 14px 14px;
  background: #f6f8fb;
}

@media (max-width: 1040px) {
  .trust-min-hero,
  .trust-min-section,
  .trust-min-grid,
  .trust-min-grid--wide {
    grid-template-columns: 1fr;
  }

  .trust-details-grid article:nth-child(3) {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .trust-min-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
    line-height: 1;
  }

  .policy-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
    line-height: 1;
  }

  .trust-scorecard li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .trust-min-section {
    padding: 26px 0;
  }

  .trust-min-grid article {
    min-height: 0;
    padding: 15px;
  }

  .trust-min-disclosure > summary {
    gap: 14px;
    align-items: flex-start;
  }

  .trust-min-disclosure > summary h2 {
    font-size: 30px;
  }

  .trust-min-disclosure > summary > div > p {
    font-size: 15px;
  }

  .trust-min-disclosure > summary > span {
    min-width: 92px;
    padding: 9px 10px;
    font-size: 12px;
  }

}

@media (max-width: 1040px) {
  .partner-apply {
    grid-template-columns: 1fr !important;
  }

  .partner-apply .request-heading,
  .partner-apply .partner-form {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 620px) {
  .copy-desktop {
    display: none;
  }

  .copy-mobile {
    display: inline;
  }

  .site-header {
    grid-template-columns: minmax(88px, 104px) minmax(0, 1fr);
    gap: 8px;
    padding: 10px 12px;
  }

  .site-header.customer-min-header {
    grid-template-columns: minmax(88px, 104px) minmax(0, 1fr) auto;
  }

  .brand-icon {
    width: 100%;
    max-width: 104px;
    max-height: 64px;
  }

  .customer-min-header .site-nav {
    grid-column: 2;
    grid-row: 1;
    gap: 6px;
    overflow: visible;
  }

  .site-header:not(.customer-min-header) .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .customer-min-header .header-actions {
    grid-column: 3;
    grid-row: 1;
  }

  .header-actions {
    width: auto;
    gap: 6px;
    flex-wrap: nowrap;
  }

  .customer-min-header .site-nav .header-cta,
  .site-header .header-cta,
  .site-header .language-toggle {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .site-header .language-menu,
  .site-header .language-toggle {
    width: auto;
  }

  .site-nav {
    max-width: 100%;
    overflow-x: auto;
  }

  .header-actions {
    width: 100%;
  }

  .service-check-grid {
    grid-template-columns: 1fr;
  }

  .site-chat {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .site-chat-toggle {
    width: 56px;
    min-height: 44px;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
  }

  .site-chat-toggle span {
    font-size: 0;
  }

  .site-chat-toggle span::after {
    content: "Chat";
    font-size: 13px;
  }

  .site-chat-panel {
    width: calc(100vw - 20px);
  }

  .site-chat-messages {
    max-height: 50vh;
  }

  .customer-min-hero,
  .contractor-min-hero {
    gap: 22px;
    padding: 24px 0 30px;
  }

  .customer-min-slogan,
  .contractor-min-slogan {
    margin-bottom: 0;
    font-size: clamp(34px, 11vw, 44px);
    line-height: .98;
  }

  .customer-min-copy,
  .contractor-min-copy {
    gap: 18px;
  }

  .customer-min-copy h1,
  .contractor-min-copy h1 {
    font-size: clamp(32px, 9.8vw, 40px);
    line-height: 1.03;
  }

  .customer-min-photo,
  .contractor-min-photo {
    min-height: 280px;
  }

  .trust-min-hero {
    gap: 22px;
    padding: 28px 0 32px;
  }

  .trust-min-hero h1 {
    font-size: clamp(36px, 10.8vw, 44px);
  }

  .trust-min-hero p {
    font-size: 18px;
  }

  .trust-min-hero figure {
    min-height: 260px;
  }
}

@media (max-width: 350px) {
  .site-header {
    grid-template-columns: minmax(70px, 78px) minmax(0, 1fr);
  }

  .site-header.customer-min-header {
    grid-template-columns: minmax(70px, 78px) minmax(0, 1fr) auto;
  }

  .brand-icon {
    max-width: 78px;
    max-height: 56px;
  }

  .customer-min-header .site-nav .header-cta,
  .site-header .header-cta,
  .site-header .language-toggle {
    padding-inline: 8px;
    font-size: 11px;
  }
}

@media (max-width: 620px) {
  .site-header.customer-min-header {
    grid-template-columns: minmax(174px, 1fr) auto;
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-tagline {
    max-width: none;
    font-size: clamp(10px, 3vw, 12px);
    white-space: nowrap;
  }

  .brand-icon {
    max-width: 78px;
    max-height: 56px;
  }

  .customer-min-header .site-nav {
    display: none;
  }

  .customer-min-header .header-actions {
    grid-column: 2;
  }

  .customer-min-header .header-actions > .header-cta {
    display: none;
  }

  .mobile-nav-menu {
    position: relative;
    display: block;
  }

  .mobile-nav-menu summary {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: #0b101a;
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav-menu summary span,
  .mobile-nav-menu summary span::before,
  .mobile-nav-menu summary span::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--white-soft);
  }

  .mobile-nav-menu summary span {
    position: relative;
  }

  .mobile-nav-menu summary span::before,
  .mobile-nav-menu summary span::after {
    position: absolute;
    left: 0;
    content: "";
  }

  .mobile-nav-menu summary span::before {
    top: -6px;
  }

  .mobile-nav-menu summary span::after {
    top: 6px;
  }

  .mobile-nav-menu nav {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    width: min(230px, calc(100vw - 24px));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: #0b101a;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .36);
  }

  .mobile-nav-menu nav a {
    padding: 13px 16px;
    color: var(--white-soft);
    font-size: 14px;
    font-weight: 800;
  }

  .mobile-nav-menu nav a + a {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .mobile-nav-menu nav a:hover,
  .mobile-nav-menu nav a:focus-visible {
    background: rgba(46, 103, 255, .14);
    color: var(--white-soft);
  }

  .customer-min-location {
    display: none;
  }
}

