:root {
  --ink: #14241f;
  --ink-soft: #4f5c57;
  --paper: #f4f1e8;
  --card: #fffdf7;
  --line: #d8d7cd;
  --signal: #dfff58;
  --signal-strong: #cce63e;
  --mint: #caeadc;
  --danger: #b8422d;
  --radius-lg: 28px;
  --radius-md: 17px;
  --shadow: 0 26px 70px rgba(20, 36, 31, .13);
  --max: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 13%, rgba(223, 255, 88, .2), transparent 21rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
strong, b { font-weight: 700; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--card);
  background: var(--ink);
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-status {
  margin: 0;
  padding: 10px 20px;
  color: #4f3d14;
  background: #fbf0c7;
  border-bottom: 1px solid #dfc970;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.site-status a { font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.site-header,
.hero,
.how-it-works,
.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(20, 36, 31, .16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -.04em;
}
.brand > span:last-child > span { color: #597068; }
.brand-mark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  background: var(--ink);
  border-radius: 9px;
  transform: rotate(-4deg);
}
.brand-mark > span {
  width: 8px;
  height: 14px;
  position: relative;
  display: block;
  background: var(--signal);
  border-radius: 4px 4px 2px 2px;
}
.brand-mark > span::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: -2px;
  top: -6px;
  border-radius: 50%;
  background: var(--signal);
}

.site-header nav { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.site-header nav a { padding: 11px 15px; border-radius: 999px; }
.site-header nav a:hover { background: rgba(255,255,255,.55); }
.site-header nav .pro-link { border: 1px solid rgba(20,36,31,.25); }

.hero {
  min-height: 665px;
  padding-block: 68px 74px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 475px);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #56645f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow > span { width: 8px; height: 8px; background: #22a963; border-radius: 50%; box-shadow: 0 0 0 5px rgba(34,169,99,.12); }

h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(52px, 6.2vw, 85px);
  line-height: .94;
  letter-spacing: -.075em;
  font-weight: 700;
}
h1 em { color: #537068; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 570px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.58; }

.trust-list { margin: 32px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 20px; list-style: none; color: #46524e; font-size: 13px; font-weight: 700; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list li > span { width: 22px; height: 22px; display: grid; place-items: center; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 11px; font-weight: 700; }

.quick-request {
  padding: 26px;
  background: var(--card);
  border: 1px solid rgba(20,36,31,.14);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.form-intro { margin-bottom: 22px; display: flex; justify-content: space-between; align-items: center; }
.step-label { color: #64706c; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.time-note { padding: 7px 10px; background: #eef0e9; border-radius: 999px; color: #5c6763; font-size: 12px; font-weight: 700; }

fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 13px; font-size: 22px; font-weight: 700; letter-spacing: -.035em; }
.service-options { display: grid; gap: 9px; }
.service-option {
  min-height: 74px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 38px 1fr 20px;
  gap: 12px;
  align-items: center;
  background: #f8f6ef;
  border: 1px solid transparent;
  border-radius: 15px;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.service-option:hover { transform: translateY(-1px); border-color: #a4b1aa; }
.service-option:has(input:checked) { background: #eff6d0; border-color: #94a342; }
.service-option input { position: absolute; opacity: 0; pointer-events: none; }
.service-option:focus-within { outline: 3px solid rgba(20,36,31,.28); outline-offset: 2px; }
.option-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: #e5e6df; border-radius: 11px; font-size: 22px; font-weight: 500; }
.service-option:has(input:checked) .option-icon { background: var(--signal); }
.service-option strong, .service-option small { display: block; }
.service-option strong { margin-bottom: 4px; font-size: 14px; }
.service-option small { color: #69736f; font-size: 12px; line-height: 1.25; }
.radio-dot { width: 18px; height: 18px; border: 2px solid #a4aaa7; border-radius: 50%; }
.service-option:has(input:checked) .radio-dot { border: 5px solid var(--ink); }

.postcode-field { margin-top: 18px; display: grid; gap: 8px; color: #45504c; font-size: 12px; font-weight: 700; }
.input-wrap { height: 54px; padding-inline: 16px; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #c8cac3; border-radius: 13px; }
.input-wrap > span { color: #66716d; font-size: 22px; }
.input-wrap input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; }
.input-wrap:focus-within { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(20,36,31,.12); }

.primary-button {
  width: 100%;
  min-height: 58px;
  margin-top: 14px;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  background: var(--signal);
  border: 1px solid #a9bd40;
  border-radius: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}
.primary-button:hover { background: var(--signal-strong); transform: translateY(-1px); }
.primary-button:focus-visible, a:focus-visible { outline: 3px solid #507bff; outline-offset: 3px; }
.form-footnote { margin: 10px 0 0; color: #78817d; font-size: 11px; text-align: center; }

.how-it-works {
  margin-bottom: 26px;
  padding: 60px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  color: #f8f8f1;
  background: var(--ink);
  border-radius: 32px;
}
.how-it-works .eyebrow { color: #aebbb6; }
.how-it-works h2 { max-width: 390px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -.055em; }
.how-it-works ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; list-style: none; }
.how-it-works li { padding-top: 17px; border-top: 1px solid #56645f; }
.how-it-works li > span { display: block; margin-bottom: 34px; color: var(--signal); font: italic 22px Georgia, serif; }
.how-it-works strong { display: block; font-size: 15px; }
.how-it-works li p { margin: 8px 0 0; color: #bfc9c5; font-size: 13px; line-height: 1.5; }

.site-footer { min-height: 160px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; color: #5c6864; font-size: 13px; }
.site-footer > a:last-child { justify-self: end; color: var(--ink); font-weight: 700; }
.brand--footer { color: var(--ink); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 44px; padding-block: 50px 60px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .trust-list { justify-content: center; }
  h1, .hero-lede { margin-inline: auto; }
  .quick-request { width: min(100%, 560px); margin-inline: auto; }
  .how-it-works { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 640px) {
  .site-header, .hero, .how-it-works, .site-footer { width: min(calc(100% - 24px), var(--max)); }
  .site-header { min-height: 68px; }
  .site-header nav > a:first-child { display: none; }
  .site-header nav .pro-link { padding: 9px 11px; font-size: 12px; }
  .hero { padding-block: 34px 40px; gap: 30px; }
  .hero-copy { text-align: left; }
  .hero .eyebrow, .trust-list { justify-content: flex-start; }
  h1 { font-size: clamp(46px, 14.3vw, 64px); }
  .hero-lede { margin-top: 22px; font-size: 16px; }
  .trust-list { margin-top: 23px; gap: 9px 14px; }
  .quick-request { padding: 18px; border-radius: 22px; }
  legend { font-size: 20px; }
  .service-option { min-height: 69px; padding-inline: 11px; grid-template-columns: 36px 1fr 18px; gap: 10px; }
  .option-icon { width: 36px; height: 36px; }
  .how-it-works { padding: 36px 24px; border-radius: 24px; }
  .how-it-works ol { grid-template-columns: 1fr; gap: 26px; }
  .how-it-works li > span { margin-bottom: 13px; }
  .site-footer { min-height: 220px; padding-block: 36px; grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .site-footer > * { justify-self: center !important; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Shared pages */
.section-shell,
.breadcrumbs {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.breadcrumbs { padding-top: 22px; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #75807b; font-size: 12px; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 7px; color: #a0a7a3; }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

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

.button {
  min-height: 52px;
  padding: 14px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible,
.primary-button:focus-visible,
summary:focus-visible {
  outline: 3px solid #507bff;
  outline-offset: 3px;
}
.button--signal { color: var(--ink); background: var(--signal); border-color: #a9bd40; }
.button--signal:hover { background: var(--signal-strong); }
.button--dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.button--dark:hover { background: #263b34; }
.button--ghost { color: var(--ink); background: transparent; border-color: #aeb3ad; }
.button--ghost:hover { background: #f2f1ea; border-color: var(--ink); }
.button--ghost-on-dark { color: #fff; background: transparent; border-color: #667a72; }
.button--ghost-on-dark:hover { background: rgba(255,255,255,.08); }
.button--full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.section-heading { margin-bottom: 32px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.emergency-link { margin-top: 13px; display: block; color: #7b4438; font-size: 11px; font-weight: 700; text-align: center; text-decoration: underline; text-underline-offset: 3px; }

/* Home additions */
.secondary-services { padding-block: 94px; }
.service-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.simple-service-card { min-height: 230px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: rgba(255,253,247,.55); }
.simple-service-card:last-child { border-right: 0; }
.simple-service-card:hover { background: var(--card); }
.simple-service-card > span { margin-bottom: auto; color: #78837e; font: italic 18px Georgia, serif; }
.simple-service-card strong { font-size: 18px; letter-spacing: -.025em; }
.simple-service-card small { margin-top: 8px; color: var(--ink-soft); line-height: 1.5; }

.pro-banner { margin-bottom: 26px; padding: clamp(34px, 6vw, 72px); display: grid; grid-template-columns: 1fr 410px; align-items: center; gap: clamp(40px, 8vw, 110px); background: #cde6db; border-radius: 32px; overflow: hidden; }
.pro-banner h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); letter-spacing: -.065em; line-height: .98; }
.pro-banner > div:first-child > p:not(.eyebrow) { max-width: 570px; margin: 20px 0 28px; color: #3e514a; font-size: 17px; line-height: 1.6; }

.lead-preview { padding: 24px; color: var(--ink); background: var(--card); border: 1px solid rgba(20,36,31,.15); border-radius: 21px; box-shadow: 0 18px 50px rgba(20,36,31,.12); transform: rotate(1.2deg); }
.preview-label { display: inline-flex; margin-bottom: 22px; padding: 6px 9px; color: #66716d; background: #eef0e9; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lead-preview-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.lead-preview-head strong { font-size: 18px; letter-spacing: -.025em; }
.lead-preview-head span { padding: 6px 8px; color: #166f48; background: #dff4e7; border-radius: 999px; font-size: 10px; font-weight: 700; }
.lead-preview > p { margin: 8px 0 22px; color: #65706c; font-size: 13px; }
.lead-preview dl { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.lead-preview dl div { padding: 12px; background: #f2f1ea; border-radius: 11px; }
.lead-preview dt { margin-bottom: 5px; color: #75807b; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.lead-preview dd { margin: 0; font-size: 12px; font-weight: 700; }
.fake-button { min-height: 46px; margin-top: 10px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 11px; font-size: 12px; font-weight: 700; }

/* Footer */
.site-footer--full { min-height: 0; margin-top: 90px; padding: 58px 0 22px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px 80px; align-items: start; border-top: 1px solid var(--line); }
.footer-brand p { max-width: 260px; margin: 18px 0 0; color: #6b7571; line-height: 1.55; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-links > div { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 5px; color: var(--ink); font-size: 12px; }
.footer-links a { color: #6b7571; font-size: 12px; }
.footer-links a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { padding-top: 20px; grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #7c8581; font-size: 11px; }

/* Content page heroes */
.page-hero { max-width: 900px; padding-block: 100px 70px; text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1,
.editorial-hero h1,
.pro-hero h1,
.city-hero h1,
.form-page-intro h1,
.success-shell h1,
.legal-page h1,
.not-found h1 { margin: 0; font-size: clamp(48px, 6.4vw, 82px); line-height: .96; letter-spacing: -.07em; }
.page-hero > p:last-child { max-width: 690px; margin: 26px auto 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }

.editorial-hero { padding-block: 74px 88px; display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: clamp(50px, 8vw, 110px); }
.editorial-hero > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 25px 0 30px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.door-facts { padding: 26px; color: #f8f8f1; background: var(--ink); border-radius: 25px; box-shadow: var(--shadow); }
.door-facts .preview-label { color: var(--ink); background: var(--signal); }
.door-facts ul { margin: 0; padding: 0; display: grid; gap: 18px; list-style: none; }
.door-facts li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.door-facts li i { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: var(--signal); border-radius: 9px; font-style: normal; font-size: 11px; font-weight: 700; }
.door-facts li strong, .door-facts li span { display: block; }
.door-facts li strong { margin-bottom: 4px; font-size: 13px; }
.door-facts li span { color: #b9c5c0; font-size: 12px; line-height: 1.45; }

.split-content { padding-block: 82px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; border-top: 1px solid var(--line); }
.split-content h2, .faq-section h2, .invoice-checklist h2, .safety-band h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; }
.factor-list { display: grid; gap: 0; }
.factor-list article { padding: 23px 0; display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.factor-list article:first-child { padding-top: 0; border-top: 0; }
.factor-list article > span { color: #6d7974; font: italic 19px Georgia, serif; }
.factor-list h3 { margin: 0 0 7px; font-size: 17px; }
.factor-list p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.faq-section { padding-block: 82px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; border-top: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 36px 22px 0; position: relative; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 17px; font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -7px 40px 22px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.final-cta { margin-top: 70px; padding: clamp(34px, 6vw, 66px); display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; background: var(--ink); border-radius: 30px; }
.final-cta h2 { max-width: 720px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; }
.final-cta .eyebrow { color: #b9c5c0; }
.final-cta .button { flex: 0 0 auto; }

/* Forms */
.form-page { padding-block: 64px 90px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(48px, 8vw, 100px); }
.form-page-intro { position: sticky; top: 36px; }
.form-page-intro > p:not(.eyebrow) { max-width: 500px; margin: 25px 0; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.safety-note { max-width: 500px; padding: 16px; display: grid; gap: 5px; color: #6c3a30; background: #f8e7e0; border: 1px solid #e8c8be; border-radius: 14px; font-size: 12px; line-height: 1.5; }
.safety-note a { font-weight: 700; text-decoration: underline; }
.intro-checks { margin: 25px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.intro-checks li { padding: 8px 10px; background: #e5e8df; border-radius: 999px; color: #53605b; font-size: 11px; font-weight: 700; }

.form-card { min-width: 0; padding: clamp(22px, 4vw, 40px); background: var(--card); border: 1px solid rgba(20,36,31,.14); border-radius: 25px; box-shadow: var(--shadow); }
.form-progress { margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; list-style: none; }
.form-progress li { min-width: 0; padding-bottom: 12px; display: flex; gap: 8px; align-items: center; color: #8a928f; border-bottom: 3px solid #e0e1db; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.form-progress li span { width: 23px; height: 23px; display: grid; place-items: center; background: #e4e5df; border-radius: 50%; font-size: 10px; }
.form-progress li[aria-current="step"] { color: var(--ink); border-color: var(--ink); }
.form-progress li[aria-current="step"] span { color: var(--ink); background: var(--signal); }

.error-summary { margin-bottom: 28px; padding: 17px; color: #762d22; background: #f9e8e2; border: 1px solid #e5b8ad; border-radius: 13px; }
.error-summary strong { font-size: 13px; }
.error-summary ul { margin: 8px 0 0; padding-left: 20px; font-size: 12px; line-height: 1.6; }
.error-summary a { text-decoration: underline; }

.form-step + .form-step { margin-top: 38px; padding-top: 38px; border-top: 1px solid var(--line); }
.step-heading { margin-bottom: 24px; }
.step-heading > span { color: #77817d; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.step-heading h2 { margin: 6px 0 0; font-size: clamp(27px, 3vw, 38px); letter-spacing: -.045em; }
[data-next], [data-back] { display: none; }
[data-step-form].js-enhanced .form-step { display: none; }
[data-step-form].js-enhanced .form-step.is-active { display: block; }
[data-step-form].js-enhanced [data-next], [data-step-form].js-enhanced [data-back] { display: inline-flex; }
[data-step-form].js-enhanced .form-step + .form-step { margin-top: 0; padding-top: 0; border-top: 0; }

.choice-grid { display: grid; gap: 9px; }
.choice-grid--services { grid-template-columns: 1fr 1fr; }
.choice-grid--services .choice-card:last-child { grid-column: 1 / -1; }
.choice-grid--compact { grid-template-columns: repeat(3, 1fr); }
.choice-card { min-width: 0; min-height: 98px; padding: 16px; position: relative; display: flex; flex-direction: column; justify-content: center; background: #f6f4ed; border: 1px solid transparent; border-radius: 14px; cursor: pointer; }
.choice-card:hover { border-color: #a7aea9; }
.choice-card:has(input:checked) { background: #eff6d0; border-color: #8f9f40; }
.choice-card input { position: absolute; opacity: 0; }
.choice-card:focus-within { outline: 3px solid rgba(80,123,255,.55); outline-offset: 2px; }
.choice-check { width: 17px; height: 17px; position: absolute; right: 13px; top: 13px; border: 2px solid #a4aaa7; border-radius: 50%; }
.choice-card:has(input:checked) .choice-check { border: 5px solid var(--ink); }
.choice-card strong { max-width: calc(100% - 20px); font-size: 13px; line-height: 1.3; }
.choice-card small { margin-top: 5px; color: #707a76; font-size: 10px; line-height: 1.4; }
.choice-card--compact { min-height: 76px; padding: 14px; }
.choice-card--compact strong { font-size: 12px; }

.field-label { margin-top: 17px; display: grid; gap: 7px; color: #46524e; font-size: 11px; font-weight: 700; }
.field-label > span > small { color: #7c8581; font-weight: 600; }
.field-label input, .field-label textarea, .field-label select {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #c5c8c1;
  border-radius: 11px;
  outline: 0;
  font-size: 15px;
  font-weight: 500;
}
.field-label textarea { min-height: 92px; resize: vertical; line-height: 1.45; }
.field-label input:focus, .field-label textarea:focus, .field-label select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(20,36,31,.11); }
.field-label input[aria-invalid="true"], fieldset[aria-invalid="true"] .choice-card, fieldset[aria-invalid="true"] .checkbox-card { border-color: var(--danger); }
.field-label > small { color: #7a8480; font-size: 10px; line-height: 1.45; font-weight: 600; }
.field-error { display: block; color: var(--danger); font-size: 10px; font-weight: 700; line-height: 1.35; }
.field-grid { display: grid; gap: 14px; }
.field-grid--two { grid-template-columns: 1fr 1fr; }
.field-grid--two-one { grid-template-columns: .6fr 1.4fr; }

.form-step fieldset + fieldset { margin-top: 24px; }
.form-step fieldset legend, .form-card--provider fieldset legend { margin-bottom: 11px; font-size: 13px; font-weight: 700; letter-spacing: -.01em; }
.step-next { width: 100%; margin-top: 20px; }
.step-actions { margin-top: 24px; display: flex; justify-content: space-between; gap: 10px; }
.step-actions .button--signal { margin-left: auto; }
.consent-stack { margin-top: 22px; display: grid; gap: 10px; }
.checkbox-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #56615d; font-size: 11px; line-height: 1.5; cursor: pointer; }
.checkbox-row input { width: 17px; height: 17px; margin: 0; accent-color: var(--ink); }
.checkbox-row a { color: var(--ink); font-weight: 700; text-decoration: underline; }
.submit-note { margin: 13px 0 0; color: #77817d; font-size: 10px; line-height: 1.45; text-align: center; }

.form-card--provider .form-section-heading:first-of-type { margin-top: 0; }
.form-section-heading { margin: 38px 0 17px; padding-top: 28px; display: grid; grid-template-columns: 40px 1fr; gap: 13px; border-top: 1px solid var(--line); }
.form-section-heading:first-of-type { padding-top: 0; border-top: 0; }
.form-section-heading > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--signal); border-radius: 10px; font: italic 13px Georgia, serif; }
.form-section-heading h2 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.form-section-heading p { margin: 4px 0 0; color: #77817d; font-size: 10px; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.checkbox-card { min-height: 48px; padding: 11px; display: flex; align-items: center; gap: 9px; background: #f5f4ed; border: 1px solid transparent; border-radius: 10px; font-size: 11px; font-weight: 700; cursor: pointer; }
.checkbox-card:has(input:checked) { background: #eff6d0; border-color: #98a746; }
.checkbox-card input { width: 16px; height: 16px; accent-color: var(--ink); }
.toggle-row { margin: 16px 0 0; padding: 14px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; background: #eef0e9; border-radius: 12px; cursor: pointer; }
.toggle-row input { width: 38px; height: 22px; margin: 0; appearance: none; position: relative; background: #acb3af; border-radius: 999px; transition: background-color .18s ease; }
.toggle-row input::after { content: ""; width: 16px; height: 16px; position: absolute; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform .18s ease; }
.toggle-row input:checked { background: var(--ink); }
.toggle-row input:checked::after { transform: translateX(16px); }
.toggle-row strong, .toggle-row small { display: block; }
.toggle-row strong { margin-bottom: 3px; font-size: 11px; }
.toggle-row small { color: #77817d; font-size: 9px; }
.model-choices { margin-bottom: 4px; }

/* Success */
.success-shell { max-width: 760px; margin-top: 70px; margin-bottom: 110px; padding: clamp(34px, 7vw, 70px); text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.success-shell .eyebrow { justify-content: center; }
.success-icon { width: 62px; height: 62px; margin: 0 auto 22px; display: grid; place-items: center; background: var(--signal); border-radius: 20px; font-size: 28px; font-weight: 700; transform: rotate(-3deg); }
.success-shell > p:not(.eyebrow):not(.reference):not(.safety-copy) { max-width: 580px; margin: 20px auto; color: var(--ink-soft); line-height: 1.6; }
.reference { margin: 19px 0; color: #63706b; font-size: 13px; }
.build-notice { max-width: 580px; margin: 24px auto; padding: 15px; display: grid; gap: 5px; color: #614c20; background: #fbf1cc; border: 1px solid #e1cc78; border-radius: 13px; font-size: 11px; line-height: 1.5; }
.prelaunch-shell { max-width: 880px; margin-top: 48px; padding: clamp(36px, 7vw, 74px); color: #fff; background: var(--ink); border-radius: 30px; }
.prelaunch-shell .eyebrow { color: #b9c5c0; }
.prelaunch-shell .eyebrow > span { background: var(--signal); box-shadow: 0 0 0 5px rgba(223,255,88,.14); }
.prelaunch-shell h1 { max-width: 760px; font-size: clamp(44px, 6.2vw, 76px); }
.prelaunch-shell > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 30px; color: #c4cfca; font-size: 17px; line-height: 1.65; }
.prelaunch-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.prelaunch-shell .button--ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.prelaunch-shell .safety-note { max-width: 680px; margin-top: 32px; color: #d8e0dc; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.17); }
.prelaunch-shell .safety-note a { color: var(--signal); }
.status-list { max-width: 500px; margin: 30px auto; display: grid; gap: 8px; text-align: left; }
.status-list span { min-height: 50px; padding: 10px 13px; display: flex; align-items: center; gap: 11px; color: #8a928f; background: #f2f1ea; border-radius: 12px; font-size: 12px; font-weight: 700; }
.status-list i { width: 28px; height: 28px; display: grid; place-items: center; background: #dfe1db; border-radius: 50%; font-style: normal; font-size: 10px; }
.status-list .is-done { color: var(--ink); background: #ebf4ca; }
.status-list .is-done i { background: var(--signal); }
.safety-copy { color: #6d7672; font-size: 10px; line-height: 1.5; }

/* Prices */
.price-layout { padding-bottom: 80px; display: grid; grid-template-columns: 1.22fr .78fr; gap: 24px; align-items: start; }
.price-table-card, .price-calculator { padding: clamp(24px, 4vw, 38px); background: var(--card); border: 1px solid var(--line); border-radius: 24px; }
.card-heading { margin-bottom: 24px; display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.card-heading h2, .price-calculator h2 { margin: 0; font-size: 28px; letter-spacing: -.045em; }
.card-heading > span { padding: 7px 9px; background: #edf0e9; border-radius: 999px; color: #69746f; font-size: 10px; font-weight: 700; }
.price-table { border-top: 1px solid var(--line); }
.price-row { min-height: 66px; padding: 14px 0; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.price-row span { color: #596560; font-size: 13px; }
.price-row strong { font-size: 16px; white-space: nowrap; }
.data-note { margin: 18px 0 0; color: #77817d; font-size: 10px; line-height: 1.55; }
.price-calculator { position: sticky; top: 24px; color: #fff; background: var(--ink); border-color: var(--ink); }
.price-calculator .eyebrow { color: #b4c0bb; }
.price-calculator .field-label { color: #dce3e0; }
.price-calculator .field-label select { color: var(--ink); }
.price-output { margin: 22px 0 14px; padding: 18px; display: grid; gap: 5px; color: var(--ink); background: var(--signal); border-radius: 14px; }
.price-output span { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.price-output strong { font-size: 34px; letter-spacing: -.05em; }
.price-output small { color: #465527; font-size: 10px; }
.price-calculator .button { width: 100%; color: var(--ink); background: #fff; border-color: #fff; }
.invoice-checklist { padding: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; color: #fff; background: var(--ink); border-radius: 28px; }
.invoice-checklist .eyebrow { color: #b9c5c0; }
.invoice-checklist ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; }
.invoice-checklist li { padding: 12px; display: flex; gap: 9px; align-items: center; background: rgba(255,255,255,.07); border-radius: 10px; font-size: 12px; }
.invoice-checklist li span { color: var(--signal); font-weight: 700; }

/* Services and process */
.service-directory { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.service-directory article { min-height: 320px; padding: 34px; position: relative; border-bottom: 1px solid var(--line); background: rgba(255,253,247,.58); }
.service-directory article:nth-child(odd) { border-right: 1px solid var(--line); }
.service-directory article:nth-last-child(-n+2) { border-bottom: 0; }
.service-number { display: block; margin-bottom: 70px; color: #7d8782; font: italic 20px Georgia, serif; }
.service-tag { position: absolute; right: 28px; top: 28px; padding: 7px 9px; background: #e7e9e2; border-radius: 999px; color: #69746f; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.service-directory h2 { margin: 0; font-size: 29px; letter-spacing: -.045em; }
.service-directory p { max-width: 470px; margin: 10px 0 24px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.service-directory a { font-size: 12px; font-weight: 700; }
.service-directory a:hover { text-decoration: underline; text-underline-offset: 4px; }

.process-timeline { max-width: 940px; margin-bottom: 90px; }
.process-timeline article { padding: 35px 0; display: grid; grid-template-columns: 85px 1fr; gap: 28px; border-top: 1px solid var(--line); }
.process-timeline article:last-child { border-bottom: 1px solid var(--line); }
.process-timeline article > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--ink); background: var(--signal); border-radius: 15px; font: italic 16px Georgia, serif; }
.process-timeline h2 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.process-timeline p { margin: 8px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.principles-grid article { min-height: 270px; padding: 34px; background: var(--card); }
.principles-grid article > span { display: block; margin-bottom: 68px; color: #78837e; font: italic 18px Georgia, serif; }
.principles-grid h2 { margin: 0; font-size: 23px; letter-spacing: -.035em; }
.principles-grid p { margin: 10px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.safety-band { margin-top: 70px; padding: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; background: #cde6db; border-radius: 28px; }
.safety-band > p { margin: 0; color: #40534b; line-height: 1.65; }
.safety-band a { font-weight: 700; text-decoration: underline; }

/* Professionals */
.professionals-page { background: var(--paper); }
.pro-hero { margin-top: 28px; padding: clamp(40px, 7vw, 76px); display: grid; grid-template-columns: 1fr 400px; gap: clamp(48px, 8vw, 100px); align-items: center; color: #fff; background: var(--ink); border-radius: 32px; overflow: hidden; }
.pro-hero .eyebrow { color: #b7c3be; }
.pro-hero > div:first-child > p:not(.eyebrow) { max-width: 600px; margin: 25px 0 30px; color: #bdc8c3; font-size: 18px; line-height: 1.6; }
.pro-hero > div:first-child > small { margin-top: 14px; display: block; color: #99a7a1; font-size: 10px; }
.lead-preview--dark { color: var(--ink); transform: rotate(1.8deg); }
.sample-price { margin-top: 10px; padding: 12px; display: flex; justify-content: space-between; gap: 10px; background: #eff6d0; border-radius: 11px; }
.sample-price span { color: #66714e; font-size: 10px; }
.sample-price strong { font-size: 12px; }
.fake-button--signal { color: var(--ink); background: var(--signal); }
.pro-steps { padding-block: 100px; }
.pro-steps ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.pro-steps li { min-height: 230px; padding: 28px; background: var(--card); border: 1px solid var(--line); border-radius: 19px; }
.pro-steps li > span { width: 36px; height: 36px; margin-bottom: 55px; display: grid; place-items: center; background: var(--signal); border-radius: 11px; font: italic 13px Georgia, serif; }
.pro-steps strong { display: block; font-size: 18px; }
.pro-steps p { margin: 8px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.pricing-section { scroll-margin-top: 20px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.pricing-card { min-width: 0; padding: 28px; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 21px; }
.pricing-card--featured { position: relative; border: 2px solid var(--ink); box-shadow: 0 16px 40px rgba(20,36,31,.12); }
.recommended-label { position: absolute; right: 18px; top: 18px; padding: 6px 8px; color: var(--ink); background: var(--signal); border-radius: 999px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.plan-name { color: #68736e; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.plan-price { min-height: 90px; margin-top: 30px; display: flex; flex-direction: column; justify-content: end; }
.plan-price strong { font-size: clamp(32px, 3vw, 45px); letter-spacing: -.06em; }
.plan-price small { color: #77817d; font-size: 10px; }
.pricing-card > p { min-height: 43px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.pricing-card ul { margin: 17px 0 28px; padding: 17px 0 0; display: grid; gap: 11px; border-top: 1px solid var(--line); list-style: none; }
.pricing-card li { padding-left: 18px; position: relative; color: #4f5d57; font-size: 11px; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: #167849; font-weight: 700; }
.pricing-card .button { width: 100%; margin-top: auto; }
.sponsor-note { margin: 18px 0 0; padding: 14px 16px; color: #626e69; background: #e6e8e1; border-radius: 12px; font-size: 11px; line-height: 1.5; }
.sponsor-note span { padding: 3px 6px; color: #5f4b21; background: #f7e5ad; border-radius: 4px; font-size: 9px; font-weight: 700; text-transform: uppercase; }

/* City, legal and errors */
.city-hero { padding-block: 70px 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.city-hero > div:first-child > p:not(.eyebrow) { margin: 25px 0 30px; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.empty-map { min-height: 420px; position: relative; overflow: hidden; background: #dfe6dd; border: 1px solid #c0ccc3; border-radius: 25px; }
.map-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(#99ab9f 1px, transparent 1px), linear-gradient(90deg, #99ab9f 1px, transparent 1px); background-size: 54px 54px; transform: rotate(-8deg) scale(1.2); }
.map-city { position: absolute; left: 50%; top: 43%; padding: 9px 12px 9px 28px; background: var(--card); border-radius: 999px; font-size: 11px; font-weight: 700; box-shadow: 0 8px 25px rgba(20,36,31,.15); transform: translate(-50%, -50%); }
.map-city::before { content: ""; width: 10px; height: 10px; position: absolute; left: 10px; top: 11px; background: var(--signal); border: 3px solid var(--ink); border-radius: 50%; }
.empty-map-card { position: absolute; inset-inline: 18px; bottom: 18px; padding: 16px; display: grid; gap: 4px; background: rgba(255,253,247,.95); border-radius: 14px; }
.empty-map-card strong { font-size: 12px; }
.empty-map-card small { color: #717b77; font-size: 10px; }
.city-empty-state { padding: 28px; display: grid; grid-template-columns: 64px 1fr auto; gap: 20px; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 20px; }
.empty-state-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #6f7b76; background: #eceee8; border-radius: 17px; font: italic 22px Georgia, serif; }
.city-empty-state h2 { margin: 0; font-size: 19px; }
.city-empty-state p { margin: 6px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.city-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.city-directory-grid a { min-height: 190px; padding: 25px; position: relative; display: flex; flex-direction: column; justify-content: end; background: var(--card); border: 1px solid var(--line); border-radius: 18px; }
.city-directory-grid a:hover { border-color: var(--ink); transform: translateY(-1px); }
.city-status { position: absolute; left: 20px; top: 20px; padding: 6px 8px; color: #67736e; background: #e9ece5; border-radius: 999px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.city-directory-grid strong { font-size: 22px; letter-spacing: -.035em; }
.city-directory-grid small { margin-top: 5px; color: #77817d; font-size: 10px; }
.city-directory-grid i { position: absolute; right: 22px; bottom: 26px; font-style: normal; }

.legal-page { max-width: 820px; padding-block: 75px 20px; }
.legal-intro { margin: 25px 0; color: var(--ink-soft); font-size: 18px; line-height: 1.6; }
.legal-warning { margin: 30px 0 50px; padding: 17px; display: grid; gap: 5px; color: #624c1c; background: #fbf0c7; border: 1px solid #dfc970; border-radius: 13px; font-size: 11px; line-height: 1.5; }
.legal-page > section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-page > section h2 { margin: 0 0 9px; font-size: 21px; letter-spacing: -.03em; }
.legal-page > section p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.legal-date { color: #7b8580; font-size: 10px; }
.not-found { max-width: 780px; padding-block: 100px; text-align: center; }
.not-found > span { display: block; margin-bottom: 18px; color: #84908a; font: italic 22px Georgia, serif; }
.not-found .eyebrow { justify-content: center; }
.not-found > p:not(.eyebrow) { margin: 24px auto; color: var(--ink-soft); }

@media (max-width: 1000px) {
  .service-card-grid { grid-template-columns: 1fr 1fr; }
  .simple-service-card { border-bottom: 1px solid var(--line); }
  .simple-service-card:nth-child(2) { border-right: 0; }
  .simple-service-card:nth-last-child(-n+2) { border-bottom: 0; }
  .pro-banner, .pro-hero { grid-template-columns: 1fr 350px; gap: 45px; }
  .form-page { grid-template-columns: .72fr 1.28fr; gap: 45px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .city-directory-grid { grid-template-columns: 1fr 1fr; }
  .pricing-card > p { min-height: 0; }
  .price-layout { grid-template-columns: 1fr; }
  .price-calculator { position: static; }
}

@media (max-width: 800px) {
  .site-header nav a:not(.pro-link) { display: none; }
  .section-shell, .breadcrumbs { width: min(calc(100% - 28px), var(--max)); }
  .editorial-hero, .form-page, .pro-banner, .pro-hero, .city-hero { grid-template-columns: 1fr; }
  .form-page-intro { position: static; }
  .pro-banner .lead-preview, .pro-hero .lead-preview { width: min(100%, 470px); }
  .split-content, .faq-section, .invoice-checklist, .safety-band { grid-template-columns: 1fr; gap: 35px; }
  .pro-steps ol { grid-template-columns: 1fr; }
  .pro-steps li { min-height: 0; }
  .pro-steps li > span { margin-bottom: 25px; }
  .site-footer--full { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section-shell, .breadcrumbs { width: min(calc(100% - 24px), var(--max)); }
  .breadcrumbs { padding-top: 14px; }
  .page-hero { padding-block: 62px 45px; text-align: left; }
  .page-hero .eyebrow { justify-content: flex-start; }
  .page-hero h1, .editorial-hero h1, .pro-hero h1, .city-hero h1, .form-page-intro h1, .success-shell h1, .legal-page h1, .not-found h1 { font-size: clamp(42px, 13.5vw, 58px); }
  .page-hero > p:last-child { margin-left: 0; font-size: 16px; }
  .editorial-hero, .form-page, .city-hero { padding-block: 44px 60px; gap: 38px; }
  .editorial-hero > div:first-child > p:not(.eyebrow), .city-hero > div:first-child > p:not(.eyebrow) { font-size: 16px; }
  .secondary-services { padding-block: 65px; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .service-card-grid { grid-template-columns: 1fr; }
  .simple-service-card { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .simple-service-card:last-child { border-bottom: 0 !important; }
  .pro-banner, .pro-hero { padding: 30px 22px; border-radius: 24px; }
  .pro-banner h2 { font-size: 48px; }
  .lead-preview { padding: 18px; transform: none; }
  .site-footer--full { margin-top: 65px; padding-top: 42px; gap: 36px; text-align: left; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .split-content, .faq-section { padding-block: 58px; }
  .final-cta { margin-top: 50px; padding: 32px 24px; align-items: flex-start; flex-direction: column; border-radius: 23px; }
  .final-cta .button { width: 100%; }
  .form-card { padding: 20px 16px; border-radius: 20px; }
  .form-progress li { gap: 5px; font-size: 8px; }
  .form-progress li span { width: 20px; height: 20px; }
  .choice-grid--services, .choice-grid--compact, .model-choices { grid-template-columns: 1fr; }
  .choice-grid--services .choice-card:last-child { grid-column: auto; }
  .choice-card { min-height: 78px; }
  .field-grid--two, .field-grid--two-one { grid-template-columns: 1fr; gap: 0; }
  .step-actions { display: grid; grid-template-columns: .75fr 1.25fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .price-table-card, .price-calculator { padding: 22px 17px; }
  .card-heading { align-items: flex-start; flex-direction: column-reverse; }
  .price-row { align-items: start; grid-template-columns: 1fr; gap: 5px; }
  .invoice-checklist { padding: 34px 22px; }
  .invoice-checklist ul { grid-template-columns: 1fr; }
  .service-directory { grid-template-columns: 1fr; }
  .service-directory article { min-height: 260px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .service-directory article:last-child { border-bottom: 0 !important; }
  .service-number { margin-bottom: 45px; }
  .process-timeline article { grid-template-columns: 55px 1fr; gap: 15px; }
  .process-timeline article > span { width: 44px; height: 44px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: 230px; padding: 25px; }
  .principles-grid article > span { margin-bottom: 45px; }
  .safety-band { padding: 32px 23px; }
  .pro-steps { padding-block: 65px; }
  .pricing-card { padding: 23px 20px; }
  .city-empty-state { grid-template-columns: 52px 1fr; }
  .city-directory-grid { grid-template-columns: 1fr; }
  .city-empty-state .text-link { grid-column: 1 / -1; }
  .empty-map { min-height: 340px; }
  .success-shell { margin-top: 35px; padding: 34px 20px; }
  .site-status { padding-inline: 14px; font-size: 11px; }
  .prelaunch-shell { margin-top: 24px; padding: 34px 22px; border-radius: 24px; }
  .prelaunch-shell > p:not(.eyebrow) { font-size: 15px; }
  .prelaunch-actions { display: grid; }
  .prelaunch-actions .button { width: 100%; }
  .legal-page { padding-block: 55px 10px; }
}

@media (max-width: 370px) {
  .brand { font-size: 17px; }
  .brand-mark { width: 28px; height: 28px; }
  .site-header nav .pro-link { font-size: 10px; }
  h1 { font-size: 44px; }
  .trust-list { display: grid; }
  .form-progress li { overflow: hidden; white-space: nowrap; }
  .footer-links { grid-template-columns: 1fr; }
  .step-actions { grid-template-columns: 1fr; }
  .step-actions .button { width: 100%; }
}

/* Minimal home search */
body.minimal-ui {
  min-height: 100svh;
  color: #0a1220;
  background:
    radial-gradient(circle at 50% 0, rgba(53, 133, 255, .08), transparent 24rem),
    #f7f9fc;
}
.minimal-ui main { min-height: calc(100svh - 108px); }

.home-app-header,
.home-search {
  width: min(calc(100% - 32px), 720px);
  margin-inline: auto;
}
.home-app-header {
  min-height: 108px;
  padding-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-app-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #0a1730;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.home-app-brand > span:last-child > span { color: #086cff; }
.home-app-call {
  width: 54px;
  height: 54px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #086cff;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(35, 83, 148, .13);
  cursor: default;
  opacity: 1;
}

.home-search { padding: 20px 0 46px; }
.home-search form { display: grid; gap: 16px; }
.home-search select { font: inherit; }
.home-selectors {
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  border: 1px solid #edf1f7;
  border-radius: 25px;
  box-shadow: 0 18px 50px rgba(43, 80, 130, .10);
}
.home-selector {
  min-height: 94px;
  padding: 13px 24px 13px 18px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
}
.home-selector + .home-selector::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  background: #e8edf4;
}
.home-selector__icon {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  position: relative;
  display: grid;
  place-items: center;
  color: #086cff;
  background: #f1f6ff;
  border-radius: 15px;
}
.home-selector__content {
  min-width: 0;
  flex: 1;
  display: grid;
  gap: 2px;
}
.home-selector__content > span:first-child {
  color: #8b94a4;
  font-size: 15px;
  line-height: 1.2;
}
.home-selector__content > select {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: #090f1b;
  background: transparent;
  border: 0;
  outline: 0;
  appearance: none;
  font-size: 23px;
  font-weight: 690;
  line-height: 1.25;
  cursor: pointer;
}
.home-selector__chevron {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-right: 2px solid #687383;
  border-bottom: 2px solid #687383;
  transform: rotate(45deg) translateY(-4px);
}
.home-when {
  width: fit-content;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #086cff;
  border-radius: 999px;
  box-shadow: 0 7px 16px rgba(8, 108, 255, .24);
}
.home-when > select {
  width: auto;
  padding: 6px 14px 6px 36px;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
  appearance: none;
  font-size: 17px;
  cursor: pointer;
}
.home-when option { color: #0a1220; background: #fff; }

.home-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.home-filters label { min-width: 0; cursor: pointer; }
.home-filters input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
.home-filters label > span {
  min-height: 62px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #111827;
  background: #fff;
  border: 1px solid #edf1f7;
  border-radius: 18px;
  box-shadow: 0 11px 28px rgba(43, 80, 130, .08);
  font-size: 16px;
  font-weight: 650;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.home-filters input:focus-visible + span { outline: 3px solid rgba(8, 108, 255, .28); outline-offset: 2px; }
.home-filters input:checked + span {
  color: #086cff;
  background: #eef5ff;
  border-width: 3px;
  border-color: #086cff;
}

.home-search-button {
  min-height: 74px;
  margin-block: 3px;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
  background: linear-gradient(135deg, #0874ff, #075bea);
  border: 0;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(8, 108, 255, .25);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .025em;
  cursor: pointer;
}
.home-search-button:hover { background: linear-gradient(135deg, #006bf2, #064fd0); transform: translateY(-1px); }
.home-search-button:focus-visible { outline: 3px solid rgba(8,108,255,.28); outline-offset: 3px; }

@media (max-width: 520px) {
  .minimal-ui main { min-height: calc(100svh - 82px); }
  .home-app-header,
  .home-search { width: min(calc(100% - 24px), 720px); }
  .home-app-header { min-height: 82px; padding-top: 18px; }
  .home-app-brand { gap: 10px; font-size: 23px; }
  .home-app-call { width: 48px; height: 48px; }
  .home-search { padding: 14px 0 28px; }
  .home-search form { gap: 12px; }
  .home-selectors { border-radius: 22px; }
  .home-selector { min-height: 82px; padding: 10px 16px 10px 12px; gap: 13px; }
  .home-selector__icon { width: 53px; height: 53px; border-radius: 13px; }
  .home-selector__content > span:first-child { font-size: 13px; }
  .home-selector__content > select { font-size: 20px; }
  .home-when > select { font-size: 15px; }
  .home-filters { gap: 8px; }
  .home-filters label > span { min-height: 55px; padding: 8px 7px; gap: 7px; border-radius: 16px; font-size: 14px; }
  .home-search-button { min-height: 68px; padding: 16px 22px; border-radius: 17px; font-size: 20px; letter-spacing: .02em; }
}

@media (max-width: 370px) {
  .home-selector { min-height: 76px; }
  .home-selector__icon { width: 48px; height: 48px; }
  .home-selector__content > select { font-size: 18px; }
  .home-filters label > span { font-size: 13px; }
}

/* Real map, Lucide icons, and live directory results */
.home-app-lock {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
}
.home-app-lock::before { content: none; }
.home-app-lock > svg {
  width: 38px;
  height: 38px;
  color: #086cff;
  stroke-width: 2.4;
}
.home-app-call > svg { width: 25px; height: 25px; }
.home-selector__icon > svg { width: 31px; height: 31px; stroke-width: 2.35; }
.home-when > svg {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  z-index: 1;
  color: #fff;
  pointer-events: none;
}
.home-filters label > span > svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: #086cff;
}
.home-filter--disabled { cursor: not-allowed !important; }
.home-filter--disabled > span {
  color: #8b94a4 !important;
  background: #f8fafc !important;
  box-shadow: none !important;
  opacity: .74;
}
.home-filter--disabled > span > svg { color: #8b94a4 !important; }

.home-map-shell {
  min-width: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8ee;
  border-radius: 22px;
  box-shadow: 0 15px 35px rgba(43, 80, 130, .08);
  background: #e8edf2;
}
.home-map {
  height: 292px;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #e8edf2;
}
.home-map::before,
.home-map::after { content: none; }
.home-map .maplibregl-canvas { outline: none; }
.home-map .maplibregl-canvas:focus-visible { outline: 3px solid rgba(8, 108, 255, .4); outline-offset: -3px; }
.home-map .maplibregl-ctrl-top-right { top: 8px; right: 8px; }
.home-map .maplibregl-ctrl-group {
  overflow: hidden;
  border: 1px solid rgba(219, 226, 235, .9);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(24, 49, 84, .12);
}
.home-map .maplibregl-ctrl-attrib {
  color: #5f6978;
  font-size: 10px;
  line-height: 1.4;
}
.home-map .maplibregl-ctrl-attrib a { color: #365b85; }
.home-map-status {
  max-width: calc(100% - 32px);
  margin: 0;
  padding: 9px 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  color: #526070;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #e1e7ef;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(32, 62, 103, .12);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.home-map-status[hidden] { display: none; }
.home-map-status[data-state="error"] { color: #8d3d2d; }

.provider-marker {
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: #086cff;
  border: 4px solid rgba(255, 255, 255, .95);
  border-radius: 50%;
  box-shadow: 0 7px 20px rgba(8, 108, 255, .32);
  cursor: pointer;
}
.provider-marker--shop { background: #47617e; }
.provider-marker > svg { width: 20px; height: 20px; }
.provider-marker:focus-visible { outline: 3px solid #0a1730; outline-offset: 2px; }
.map-origin-marker {
  width: 18px;
  height: 18px;
  display: block;
  background: #fff;
  border: 5px solid #086cff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(8, 108, 255, .2), 0 5px 14px rgba(15, 44, 83, .24);
}
.provider-popup {
  min-width: 150px;
  display: grid;
  gap: 3px;
  color: #0a1730;
  font-family: inherit;
}
.provider-popup strong { font-size: 14px; line-height: 1.25; }
.provider-popup span { color: #6f7a89; font-size: 12px; }
.home-map .maplibregl-popup-content { padding: 11px 13px; border-radius: 12px; box-shadow: 0 8px 25px rgba(23, 51, 88, .17); }

.home-search-button > svg { width: 26px; height: 26px; }
.home-search-button:disabled { cursor: wait; opacity: .84; transform: none; }
.home-search-button.is-loading::after {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: home-search-spin .7s linear infinite;
}
.home-search-button.is-loading > svg { display: none; }
@keyframes home-search-spin { to { transform: rotate(360deg); } }

body.has-results-sheet { overflow: hidden; }
.home-results {
  width: min(100%, 760px);
  height: min(82svh, 760px);
  max-width: none;
  max-height: none;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  inset: auto 0 0;
  overflow: hidden;
  color: #0a1730;
  background: #f7f9fc;
  border: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -22px 60px rgba(7, 22, 44, .2);
  opacity: 1;
  transform: translateY(100%);
  transition: transform .26s cubic-bezier(.22, .8, .28, 1);
}
.home-results:not([open]) { display: none; }
.home-results[open] { display: grid; grid-template-rows: 66px minmax(0, 1fr); }
.home-results.is-open { transform: translateY(0); }
.home-results::backdrop {
  background: rgba(5, 14, 29, .52);
  backdrop-filter: blur(2px);
}
.home-results__toolbar {
  min-height: 66px;
  position: relative;
  z-index: 2;
  background: rgba(247, 249, 252, .96);
  border-bottom: 1px solid #e8edf4;
}
.home-results__close {
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 16px;
  display: grid;
  place-items: center;
  color: #070b12;
  background: #f0f2f5;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.home-results__close:hover { background: #e8ebef; }
.home-results__close:focus-visible { outline: 3px solid rgba(8, 108, 255, .3); outline-offset: 2px; }
.home-results__close > svg { width: 29px; height: 29px; stroke-width: 2.7; }
.home-results__scroll {
  min-height: 0;
  padding: 6px 20px calc(24px + env(safe-area-inset-bottom));
  display: grid;
  align-content: start;
  gap: 13px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.home-results__empty {
  margin: 8px 0 0;
  padding: 20px;
  color: #4f5c6c;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 17px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.home-results__empty[hidden] { display: none; }
.provider-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.provider-card {
  min-width: 0;
  padding: 17px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 15px;
  background: #fff;
  border: 1px solid #e9eef5;
  border-radius: 19px;
  box-shadow: 0 10px 28px rgba(43, 80, 130, .08);
}
.provider-card__visual {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #086cff;
  background: #eef5ff;
  border-radius: 15px;
}
.provider-card__visual > svg { width: 30px; height: 30px; }
.provider-card__content { min-width: 0; display: grid; gap: 5px; }
.provider-card__content h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: #080f1c;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.provider-card__kind {
  width: fit-content;
  color: #086cff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .01em;
}
.provider-card__availability {
  width: fit-content;
  max-width: 100%;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #14764f;
  background: #eaf8f1;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.provider-card__availability > svg { width: 13px; height: 13px; flex: 0 0 auto; }
.provider-card__availability--closed { color: #8d3d2d; background: #fff0ed; }
.provider-card__availability--unknown { color: #626f80; background: #f0f3f7; }
.provider-card__meta {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #6c7787;
  font-size: 12px;
  line-height: 1.42;
}
.provider-card__meta > svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 1px; color: #086cff; }
.provider-card__distance { color: #344257; font-weight: 650; }
.provider-card__price { color: #0a1730; font-weight: 700; cursor: help; }
.provider-card__actions {
  min-width: 0;
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
}
.provider-card__contact {
  min-height: 44px;
  min-width: 116px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  background: #086cff;
  border: 1px solid #086cff;
  border-radius: 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 7px 17px rgba(8, 108, 255, .2);
}
.provider-card__contact:hover { color: #fff; background: #075de0; border-color: #075de0; }
.provider-card__contact:focus-visible { outline: 3px solid rgba(8, 108, 255, .25); outline-offset: 2px; }
.provider-card__contact svg { width: 16px; height: 16px; }
.home-results__source {
  margin: 1px 2px 0;
  color: #7a8492;
  font-size: 11px;
  line-height: 1.55;
}
.home-results__source a { color: #496a91; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 520px) {
  .home-results { height: 86svh; border-radius: 24px 24px 0 0; }
  .home-results[open] { grid-template-rows: 62px minmax(0, 1fr); }
  .home-results__toolbar { min-height: 62px; }
  .home-results__close { width: 48px; height: 48px; top: 7px; right: 12px; }
  .home-results__scroll { padding: 4px 12px calc(18px + env(safe-area-inset-bottom)); }
  .home-app-lock,
  .home-app-lock > svg { width: 33px; height: 33px; }
  .home-selector__icon > svg { width: 28px; height: 28px; }
  .home-map-shell { border-radius: 20px; }
  .home-map { height: 230px; }
  .home-map .maplibregl-ctrl-attrib { font-size: 9px; }
  .provider-card { padding: 14px; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 8px 10px; border-radius: 17px; }
  .provider-card__visual { width: 48px; height: 48px; }
  .provider-card__visual > svg { width: 26px; height: 26px; }
  .provider-card__content h3 { font-size: 17px; }
  .provider-card__contact { min-width: 100px; padding-inline: 12px; }
}

@media (max-width: 370px) {
  .home-map { height: 210px; }
  .home-filters label > span > svg { display: none; }
  .provider-card { grid-template-columns: 44px minmax(0, 1fr); }
  .provider-card__visual { width: 44px; height: 44px; }
  .provider-card__actions { grid-column: 1 / -1; grid-row: auto; }
  .provider-card__contact { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .home-results { transition-duration: .01ms; }
  .home-search-button.is-loading::after { animation-duration: 1.4s; }
}

/* Private admin and professional workspace */
.admin-ui,
.pro-ui {
  --workspace-ink: #0a1730;
  --workspace-muted: #667085;
  --workspace-blue: #086cff;
  --workspace-blue-text: #075de0;
  --workspace-blue-soft: #eef5ff;
  --workspace-canvas: #f7f9fc;
  --workspace-surface: #fff;
  --workspace-line: #e3e9f2;
  --workspace-success: #14764f;
  --workspace-success-soft: #eaf8f1;
  --workspace-warning: #8a5100;
  --workspace-warning-soft: #fff5dc;
  --workspace-danger: #8d3d2d;
  --workspace-danger-soft: #fff0ed;
  --workspace-shadow: 0 18px 48px rgba(31, 65, 108, .09);
  min-height: 100svh;
  margin: 0;
  color: var(--workspace-ink);
  background:
    radial-gradient(circle at 50% 0, rgba(8, 108, 255, .055), transparent 31rem),
    var(--workspace-canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.admin-ui *,
.pro-ui * { box-sizing: border-box; }
.admin-ui a,
.pro-ui a { color: inherit; }
.admin-ui strong,
.admin-ui b,
.pro-ui strong,
.pro-ui b { font-weight: 700; }
.admin-ui h1,
.admin-ui h2,
.admin-ui h3,
.pro-ui h1,
.pro-ui h2,
.pro-ui h3 {
  color: var(--workspace-ink);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.admin-ui button,
.admin-ui input,
.admin-ui select,
.admin-ui textarea,
.pro-ui button,
.pro-ui input,
.pro-ui select,
.pro-ui textarea { font: inherit; }

.admin-ui :focus-visible,
.pro-ui :focus-visible {
  outline: 3px solid rgba(7, 93, 224, .34);
  outline-offset: 3px;
}

.admin-ui .skip-link,
.pro-ui .skip-link {
  color: #fff;
  background: var(--workspace-blue-text);
}

.admin-brand,
.pro-ui .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--workspace-ink);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  white-space: nowrap;
}
.admin-brand > span:last-child > span,
.pro-ui .brand > span:last-child > span { color: var(--workspace-blue-text); }
.admin-ui .brand-mark,
.pro-ui .brand-mark {
  width: 33px;
  height: 33px;
  flex: 0 0 auto;
  background: var(--workspace-blue);
  border-radius: 9px;
  transform: none;
}
.admin-ui .brand-mark > span,
.pro-ui .brand-mark > span {
  width: 8px;
  height: 12px;
  background: #fff;
  border-radius: 3px;
}
.admin-ui .brand-mark > span::before,
.pro-ui .brand-mark > span::before {
  width: 14px;
  height: 11px;
  left: -3px;
  top: -8px;
  background: transparent;
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

/* Shared workspace controls */
.admin-ui :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])),
.admin-ui select,
.admin-ui textarea,
.pro-ui :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])),
.pro-ui select,
.pro-ui textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--workspace-ink);
  background: #fff;
  border: 1px solid #cfd8e5;
  border-radius: 10px;
  outline: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.admin-ui textarea,
.pro-ui textarea {
  min-height: 108px;
  resize: vertical;
}
.admin-ui :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])):hover,
.admin-ui select:hover,
.admin-ui textarea:hover,
.pro-ui :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])):hover,
.pro-ui select:hover,
.pro-ui textarea:hover { border-color: #aebbcf; }
.admin-ui :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])):focus,
.admin-ui select:focus,
.admin-ui textarea:focus,
.pro-ui :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])):focus,
.pro-ui select:focus,
.pro-ui textarea:focus {
  border-color: var(--workspace-blue-text);
  box-shadow: 0 0 0 3px rgba(8, 108, 255, .12);
}
.admin-ui input[readonly],
.pro-ui input[readonly] {
  color: #475467;
  background: #f2f5f9;
}
.admin-ui input::placeholder,
.admin-ui textarea::placeholder,
.pro-ui input::placeholder,
.pro-ui textarea::placeholder { color: #98a2b3; opacity: 1; }

.admin-ui label,
.admin-ui fieldset,
.pro-ui label,
.pro-ui fieldset { min-width: 0; }
.admin-ui label > span,
.admin-ui fieldset > legend,
.pro-ui .field-label > span,
.pro-ui fieldset > legend {
  color: #344054;
  font-size: 13px;
  font-weight: 600;
}
.admin-ui form label:not(.admin-check),
.admin-ui .admin-call-workspace label,
.pro-ui .admin-auth-form label {
  display: grid;
  gap: 7px;
}
.admin-ui label small,
.pro-ui label small { color: var(--workspace-muted); font-weight: 400; }

.admin-primary,
.admin-secondary,
.admin-row-action {
  min-height: 44px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.admin-primary {
  color: #fff !important;
  background: var(--workspace-blue);
  border: 1px solid var(--workspace-blue);
  box-shadow: 0 8px 18px rgba(8, 108, 255, .19);
}
.admin-primary:hover {
  background: var(--workspace-blue-text);
  border-color: var(--workspace-blue-text);
  transform: translateY(-1px);
}
.admin-secondary,
.admin-row-action {
  color: var(--workspace-blue-text);
  background: #fff;
  border: 1px solid #b9cef0;
}
.admin-secondary:hover,
.admin-row-action:hover {
  color: #064ebc;
  background: var(--workspace-blue-soft);
  border-color: #86adeb;
}
.admin-primary:disabled,
.admin-secondary:disabled {
  cursor: not-allowed;
  opacity: .6;
  transform: none;
}

/* Admin shell */
.admin-header {
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - 1440px) / 2));
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--workspace-line);
  backdrop-filter: blur(14px);
}
.admin-header > form { margin: 0; }
.admin-nav {
  min-width: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4px;
}
.admin-nav a {
  min-height: 44px;
  padding: 11px 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #526071;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.admin-nav a:hover { color: var(--workspace-blue-text); background: var(--workspace-blue-soft); }
.admin-nav a[aria-current="page"] {
  color: var(--workspace-blue-text);
  background: var(--workspace-blue-soft);
}
.admin-nav a[aria-current="page"]::after {
  content: "";
  height: 3px;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -14px;
  background: var(--workspace-blue);
  border-radius: 999px 999px 0 0;
}
.admin-logout {
  min-width: 60px;
  min-height: 44px;
  padding: 9px 13px;
  color: #526071;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.admin-logout:hover { color: var(--workspace-danger); background: var(--workspace-danger-soft); }

.admin-main {
  width: min(calc(100% - 48px), 1360px);
  min-height: calc(100svh - 72px);
  margin-inline: auto;
  padding: 48px 0 80px;
}
.admin-main--auth {
  width: min(calc(100% - 32px), 480px);
  min-height: 100svh;
  padding: 40px 0;
  display: grid;
  place-items: center;
}
.admin-auth-card,
.pro-auth-card {
  width: 100%;
  padding: clamp(28px, 6vw, 44px);
  background: var(--workspace-surface);
  border: 1px solid var(--workspace-line);
  border-radius: 22px;
  box-shadow: var(--workspace-shadow);
}
.admin-auth-card > .admin-brand { margin-bottom: 42px; }
.admin-auth-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  color: var(--workspace-blue-text);
  background: var(--workspace-blue-soft);
  border-radius: 17px;
}
.admin-auth-icon svg { width: 28px; height: 28px; }
.admin-kicker {
  margin: 0 0 6px;
  color: var(--workspace-blue-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.admin-auth-card h1,
.pro-auth-card h1 {
  margin: 0;
  font-size: clamp(28px, 5vw, 36px);
}
.admin-auth-card > p:not(.admin-kicker),
.pro-auth-card > p:not(.admin-kicker) {
  margin: 12px 0 0;
  color: var(--workspace-muted);
}
.admin-auth-form {
  margin-top: 28px;
  display: grid;
  gap: 17px;
}
.admin-auth-form .admin-primary { width: 100%; margin-top: 4px; }
.admin-auth-form label > small { font-size: 12px; }

.admin-page-heading {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.admin-page-heading h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
}
.admin-page-heading > div > p:last-child {
  max-width: 680px;
  margin: 9px 0 0;
  color: var(--workspace-muted);
  font-size: 16px;
}
.admin-page-heading > .admin-secondary { flex: 0 0 auto; }

.admin-notice {
  margin: 0 0 22px;
  padding: 13px 15px;
  color: #1e4e76;
  background: #eef7ff;
  border: 1px solid #c8e0f5;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.admin-notice ul { margin: 0; padding-left: 20px; }
.admin-notice--success { color: var(--workspace-success); background: var(--workspace-success-soft); border-color: #bfe8d2; }
.admin-notice--error { color: var(--workspace-danger); background: var(--workspace-danger-soft); border-color: #efc9c2; }

/* Run */
.admin-run-grid {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(430px, 1.18fr);
  align-items: start;
  gap: 22px;
}
.admin-provider-focus,
.admin-call-workspace,
.admin-editor-card,
.admin-metric-card,
.admin-offer-card,
.admin-application-card,
.admin-table-wrap,
.admin-empty {
  background: var(--workspace-surface);
  border: 1px solid var(--workspace-line);
  border-radius: 18px;
  box-shadow: 0 10px 34px rgba(31, 65, 108, .06);
}
.admin-provider-focus,
.admin-call-workspace { padding: clamp(22px, 3vw, 30px); }
.admin-provider-topline {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 600;
}
.admin-provider-focus h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(25px, 3vw, 33px);
}
.admin-provider-location {
  margin: 9px 0 22px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--workspace-muted);
}
.admin-provider-location svg,
.admin-web-link svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; }
.admin-contact-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.admin-contact-blocks > div {
  min-width: 0;
  min-height: 92px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: #f8fafc;
  border: 1px solid var(--workspace-line);
  border-radius: 13px;
}
.admin-contact-blocks span {
  color: var(--workspace-muted);
  font-size: 11px;
  font-weight: 600;
}
.admin-contact-blocks a,
.admin-contact-blocks strong {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  color: var(--workspace-blue-text);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  overflow-wrap: anywhere;
}
.admin-contact-blocks strong { color: #475467; font-size: 14px; }
.admin-web-link {
  min-height: 44px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--workspace-blue-text);
  font-size: 13px;
  font-weight: 600;
}
.admin-signal-grid {
  margin: 20px 0 0;
  padding: 16px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--workspace-line);
  border-bottom: 1px solid var(--workspace-line);
}
.admin-signal-grid > div { padding: 0 12px; border-right: 1px solid var(--workspace-line); }
.admin-signal-grid > div:first-child { padding-left: 0; }
.admin-signal-grid > div:last-child { padding-right: 0; border-right: 0; }
.admin-signal-grid dt {
  color: var(--workspace-muted);
  font-size: 11px;
  font-weight: 600;
}
.admin-signal-grid dd { margin: 3px 0 0; font-size: 15px; font-weight: 700; }
.admin-provider-tools {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.admin-provider-tools form { margin: 0; }

.admin-call-workspace form {
  display: grid;
  gap: 18px;
}
.admin-field-row {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.admin-pitch-script {
  padding: 18px;
  background: var(--workspace-blue-soft);
  border: 1px solid #cee0fb;
  border-radius: 14px;
}
.admin-pitch-script > span {
  color: var(--workspace-blue-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.admin-pitch-script p {
  margin: 9px 0 0;
  color: #1d3555;
  font-size: 16px;
  line-height: 1.65;
  white-space: pre-line;
}
.admin-call-workspace .admin-primary { width: 100%; min-height: 50px; }

.admin-secret-card {
  margin: 0 0 18px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  color: #174b38;
  background: var(--workspace-success-soft);
  border: 1px solid #bfe8d2;
  border-radius: 14px;
}
.admin-secret-card > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.admin-secret-card span,
.admin-secret-card small { font-size: 12px; }
.admin-secret-card small { color: #4d7164; }
.admin-secret-card strong {
  font-size: 25px;
  letter-spacing: .12em;
}
.admin-secret-card input { min-width: 0; }
.admin-secret-card button {
  min-height: 44px;
  padding: 9px 14px;
  color: #174b38;
  background: #fff;
  border: 1px solid #9fd6bc;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

.admin-status {
  width: fit-content;
  max-width: 100%;
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  color: #475467;
  background: #f0f3f7;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.admin-status--no_answer { color: #596579; background: #eef1f5; }
.admin-status--contacted { color: #175b91; background: #e9f4ff; }
.admin-status--follow_up { color: var(--workspace-warning); background: var(--workspace-warning-soft); }
.admin-status--interested,
.admin-status--visited { color: #5630a5; background: #f2edff; }
.admin-status--purchased { color: var(--workspace-success); background: var(--workspace-success-soft); }
.admin-status--declined,
.admin-status--invalid { color: var(--workspace-danger); background: var(--workspace-danger-soft); }

/* Filters and provider table */
.admin-filters {
  margin-bottom: 16px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(180px, 250px) auto;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--workspace-line);
  border-radius: 15px;
}
.admin-filters label { display: block; }
.admin-filters .admin-secondary { min-width: 92px; }
.admin-table-wrap {
  overflow: auto;
  overscroll-behavior: contain;
}
.admin-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
}
.admin-table th,
.admin-table td {
  padding: 15px 13px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid var(--workspace-line);
}
.admin-table th {
  color: var(--workspace-muted);
  background: #f8fafc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.admin-table tbody tr:last-child td { border-bottom: 0; }
.admin-table tbody tr:hover { background: #fbfdff; }
.admin-table td strong { display: block; color: var(--workspace-ink); font-size: 14px; }
.admin-table td small { display: block; margin-top: 3px; color: var(--workspace-muted); font-size: 11px; }
.admin-table td a:not(.admin-row-action) { color: var(--workspace-blue-text); font-weight: 600; }
.admin-row-action { min-height: 40px; padding: 8px 12px; font-size: 12px; }

/* Pitch and offer editors */
.admin-editor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 450px);
  align-items: start;
  gap: 22px;
}
.admin-list-stack {
  min-width: 0;
  display: grid;
  gap: 12px;
}
.admin-metric-card,
.admin-offer-card { padding: 20px; }
.admin-metric-card {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
}
.admin-metric-card > div > span,
.admin-offer-card > span,
.admin-application-card > div:first-child > span {
  color: var(--workspace-blue-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.admin-metric-card h2,
.admin-offer-card h2,
.admin-application-card h2 {
  margin: 5px 0 0;
  font-size: 19px;
}
.admin-metric-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(58px, auto));
  gap: 8px;
}
.admin-metric-card dl > div {
  padding: 8px 10px;
  text-align: center;
  background: #f7f9fc;
  border-radius: 10px;
}
.admin-metric-card dt { color: var(--workspace-muted); font-size: 10px; }
.admin-metric-card dd { margin: 2px 0 0; font-size: 16px; font-weight: 700; }
.admin-metric-card > a,
.admin-offer-card > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--workspace-blue-text);
  font-size: 13px;
  font-weight: 700;
}
.admin-offer-card > strong {
  margin-top: 10px;
  display: block;
  color: var(--workspace-blue-text);
  font-size: 25px;
}
.admin-offer-card > p {
  margin: 8px 0 0;
  color: var(--workspace-muted);
  line-height: 1.55;
}
.admin-editor-card {
  padding: 24px;
  position: sticky;
  top: 94px;
}
.admin-editor-card > h2 { margin: 0 0 20px; font-size: 23px; }
.admin-editor-card form { display: grid; gap: 16px; }
.admin-editor-card .admin-primary { width: 100%; margin-top: 2px; }
.admin-check {
  min-height: 44px;
  padding: 9px 11px;
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 10px !important;
  color: #344054;
  background: #f8fafc;
  border: 1px solid var(--workspace-line);
  border-radius: 10px;
  cursor: pointer;
}
.admin-check input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--workspace-blue);
}
.admin-check > span { font-size: 13px; font-weight: 600; }

/* Applications and empty states */
.admin-application-list { display: grid; gap: 13px; }
.admin-application-card {
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(360px, 1.3fr) auto;
  align-items: center;
  gap: 22px;
}
.admin-application-card > div:first-child > p {
  margin: 6px 0 0;
  color: var(--workspace-muted);
  font-size: 13px;
}
.admin-application-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.admin-application-card dt { color: var(--workspace-muted); font-size: 10px; font-weight: 600; }
.admin-application-card dd { margin: 3px 0 0; overflow-wrap: anywhere; font-size: 13px; font-weight: 600; }
.admin-application-actions form { display: flex; gap: 8px; }
.admin-empty {
  min-height: 270px;
  padding: 40px 24px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}
.admin-empty > svg {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  color: var(--workspace-blue-text);
}
.admin-empty h1,
.admin-empty h2 { margin: 0; font-size: 25px; }
.admin-empty p { margin: 9px 0 0; color: var(--workspace-muted); }
.admin-empty a { min-height: 44px; margin-top: 14px; display: inline-flex; align-items: center; color: var(--workspace-blue-text); font-weight: 700; }

/* Professional shell and registration */
.pro-public-header,
.pro-header {
  width: 100%;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid var(--workspace-line);
  backdrop-filter: blur(12px);
}
.pro-public-header nav { display: flex; align-items: center; gap: 8px; }
.pro-public-header nav a,
.pro-header > a:last-child {
  min-height: 44px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  color: var(--workspace-blue-text);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}
.pro-public-header nav a:hover,
.pro-header > a:last-child:hover { background: var(--workspace-blue-soft); }
.pro-public-header .pro-login-link { border: 1px solid #b9cef0; }
.pro-private-main { min-height: calc(100svh - 76px); padding: 54px 20px 90px; }

.pro-registration {
  width: min(calc(100% - 48px), 1260px);
  padding: 54px 0 90px;
  display: grid;
  grid-template-columns: minmax(300px, 400px) minmax(0, 720px);
  justify-content: center;
  align-items: start;
  gap: clamp(42px, 6vw, 78px);
}
.pro-registration-intro {
  position: sticky;
  top: 28px;
}
.pro-pill {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--workspace-blue-text);
  background: var(--workspace-blue-soft);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.pro-pill svg { width: 15px; height: 15px; }
.pro-registration-intro h1 {
  margin: 0;
  font-size: clamp(42px, 5.3vw, 64px);
  line-height: .98;
  letter-spacing: -.055em;
}
.pro-registration-intro h1 span { color: var(--workspace-blue-text); }
.pro-registration-intro > p:not(.pro-pill) {
  margin: 20px 0 0;
  color: #526071;
  font-size: 16px;
  line-height: 1.65;
}
.pro-benefits {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}
.pro-benefits li {
  min-height: 68px;
  padding: 11px 13px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid var(--workspace-line);
  border-radius: 13px;
}
.pro-benefits li > svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  color: var(--workspace-blue-text);
  background: var(--workspace-blue-soft);
  border-radius: 11px;
}
.pro-benefits strong,
.pro-benefits small { display: block; }
.pro-benefits strong { font-size: 13px; }
.pro-benefits small { margin-top: 2px; color: var(--workspace-muted); font-size: 11px; line-height: 1.35; }
.pro-security-note {
  margin-top: 14px;
  padding: 14px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #174b38;
  background: var(--workspace-success-soft);
  border: 1px solid #c5e8d6;
  border-radius: 13px;
}
.pro-security-note > svg { width: 23px; height: 23px; }
.pro-security-note strong,
.pro-security-note small { display: block; }
.pro-security-note strong { font-size: 12px; }
.pro-security-note small { margin-top: 2px; color: #4d7164; font-size: 10px; }

.pro-registration-card {
  min-width: 0;
  padding: clamp(24px, 4vw, 40px);
  background: var(--workspace-surface);
  border: 1px solid var(--workspace-line);
  border-radius: 22px;
  box-shadow: var(--workspace-shadow);
}
.pro-stepper {
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
}
.pro-stepper li {
  min-width: 0;
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, auto);
  align-items: center;
  justify-content: start;
  gap: 9px;
  color: #8792a2;
}
.pro-stepper li:not(:last-child)::after {
  content: "";
  height: 1px;
  position: absolute;
  left: calc(100% - 14px);
  right: -2px;
  top: 16px;
  background: #d7dfea;
}
.pro-stepper li > span {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  background: #eef1f5;
  border: 1px solid #d7dfea;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}
.pro-stepper li > strong { font-size: 13px; font-weight: 600; white-space: nowrap; }
.pro-stepper li[aria-current="step"],
.pro-stepper li:has(~ li[aria-current="step"]),
.pro-stepper--complete li { color: var(--workspace-blue-text); }
.pro-stepper li[aria-current="step"] > span,
.pro-stepper li:has(~ li[aria-current="step"]) > span,
.pro-stepper--complete li > span {
  color: #fff;
  background: var(--workspace-blue);
  border-color: var(--workspace-blue);
}

.pro-step-heading { margin-bottom: 24px; }
.pro-step-heading > span {
  color: var(--workspace-blue-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.pro-step-heading h2 { margin: 6px 0 0; font-size: clamp(26px, 3.2vw, 34px); }
.pro-step-heading p {
  margin: 9px 0 0;
  color: var(--workspace-muted);
  line-height: 1.55;
}
.pro-ui .error-summary {
  margin-bottom: 24px;
  color: var(--workspace-danger);
  background: var(--workspace-danger-soft);
  border-color: #efc9c2;
}
.pro-ui .field-error { color: var(--workspace-danger); font-size: 12px; font-weight: 600; }
.pro-registration .field-grid { gap: 0 13px; }
.pro-registration .field-label {
  margin-top: 16px;
  gap: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 600;
}
.pro-registration .field-label > span > small { color: var(--workspace-muted); font-weight: 400; }
.pro-registration .field-label > small { color: var(--workspace-muted); font-size: 11px; font-weight: 400; }
.pro-registration .field-label--wide { grid-column: 1 / -1; }
.pro-registration .field-label input,
.pro-registration .field-label textarea,
.pro-registration .field-label select {
  min-height: 48px;
  color: var(--workspace-ink);
  border-color: #cfd8e5;
  border-radius: 10px;
}

.pro-flow-choice {
  margin: 0 0 4px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border: 0;
}
.pro-flow-choice label,
.pro-service-choice label,
.pro-offer-choice label { position: relative; cursor: pointer; }
.pro-flow-choice input,
.pro-service-choice input,
.pro-offer-choice input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
.pro-flow-choice label > span {
  min-height: 62px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid var(--workspace-line);
  border-radius: 12px;
}
.pro-flow-choice label > span svg { width: 21px; height: 21px; color: var(--workspace-blue-text); }
.pro-flow-choice label > span strong { font-size: 13px; }
.pro-flow-choice input:checked + span {
  color: var(--workspace-blue-text);
  background: var(--workspace-blue-soft);
  border: 2px solid var(--workspace-blue);
  padding: 11px 13px;
}
.pro-flow-choice input:focus-visible + span,
.pro-service-choice input:focus-visible + span,
.pro-offer-choice input:focus-visible + span {
  outline: 3px solid rgba(7, 93, 224, .34);
  outline-offset: 3px;
}

.pro-claim-fields,
.pro-new-fields { min-width: 0; position: relative; }
.pro-ui [hidden] { display: none !important; }
.pro-search-results {
  margin-top: 7px;
  display: grid;
  gap: 5px;
}
.pro-search-results:empty { display: none; }
.pro-search-results button,
.pro-search-results p {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 10px 12px;
  display: grid;
  gap: 2px;
  color: var(--workspace-ink);
  background: #fff;
  border: 1px solid var(--workspace-line);
  border-radius: 10px;
  text-align: left;
}
.pro-search-results button { cursor: pointer; }
.pro-search-results button:hover { background: var(--workspace-blue-soft); border-color: #a9c7f3; }
.pro-search-results button strong { font-size: 13px; }
.pro-search-results button span,
.pro-search-results p { color: var(--workspace-muted); font-size: 11px; }

.pro-service-choice {
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}
.pro-service-choice > legend { margin-bottom: 10px; }
.pro-service-choice > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pro-service-choice label > span {
  min-height: 44px;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  color: #475467;
  background: #f8fafc;
  border: 1px solid var(--workspace-line);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}
.pro-service-choice input:checked + span {
  color: var(--workspace-blue-text);
  background: var(--workspace-blue-soft);
  border: 2px solid var(--workspace-blue);
  padding: 9px 11px;
}
.pro-registration .toggle-row {
  min-height: 58px;
  margin-top: 14px;
  color: #344054;
  background: #f8fafc;
  border: 1px solid var(--workspace-line);
}
.pro-registration .toggle-row input:checked { background: var(--workspace-blue); }
.pro-registration .toggle-row strong { font-size: 13px; }
.pro-registration .toggle-row small { color: var(--workspace-muted); font-size: 11px; }
.pro-next { width: 100%; min-height: 50px; margin-top: 23px; }
.pro-same-phone { margin-top: 16px; }
.pro-code-field {
  margin: 17px 0 2px;
  padding: 4px 16px 17px;
  background: var(--workspace-blue-soft);
  border: 1px solid #cee0fb;
  border-radius: 13px;
}
.pro-code-field input {
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: .2em;
  text-align: center;
}

.pro-offer-choice {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  border: 0;
}
.pro-offer-choice label > span {
  min-height: 190px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  border: 1px solid var(--workspace-line);
  border-radius: 15px;
}
.pro-offer-choice label > span small {
  width: fit-content;
  padding: 4px 7px;
  color: var(--workspace-blue-text);
  background: var(--workspace-blue-soft);
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}
.pro-offer-choice label > span strong { margin-top: 14px; font-size: 16px; }
.pro-offer-choice label > span b {
  margin-top: 5px;
  color: var(--workspace-blue-text);
  font-size: 24px;
  font-weight: 700;
}
.pro-offer-choice label > span em {
  margin-top: 8px;
  color: var(--workspace-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}
.pro-offer-choice input:checked + span {
  background: #f7fbff;
  border: 2px solid var(--workspace-blue);
  padding: 17px;
  box-shadow: 0 8px 22px rgba(8, 108, 255, .1);
}
.pro-registration .consent-stack { margin-top: 22px; }
.pro-registration .checkbox-row { color: #526071; font-size: 12px; }
.pro-registration .checkbox-row input { accent-color: var(--workspace-blue); }
.pro-registration .checkbox-row a { color: var(--workspace-blue-text); }
.pro-step-actions {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(100px, .65fr) minmax(170px, 1.35fr);
  gap: 10px;
}
.pro-step-actions > * { min-height: 50px; }
.pro-registration .submit-note { color: var(--workspace-muted); font-size: 11px; }

/* Professional success, login, and panel */
.pro-success {
  width: min(calc(100% - 40px), 900px);
  margin-top: 48px;
  margin-bottom: 80px;
  padding: clamp(28px, 6vw, 58px);
  text-align: center;
  background: var(--workspace-surface);
  border: 1px solid var(--workspace-line);
  border-radius: 24px;
  box-shadow: var(--workspace-shadow);
}
.pro-success .pro-stepper { max-width: 560px; margin: 0 auto 42px; text-align: left; }
.pro-success-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #0874ff, #0759d8);
  border-radius: 50%;
  box-shadow: 0 15px 34px rgba(8, 108, 255, .24);
}
.pro-success-icon svg { width: 48px; height: 48px; }
.pro-success .admin-kicker { text-align: center; }
.pro-success h1 { margin: 7px 0 0; font-size: clamp(34px, 6vw, 50px); }
.pro-success > p:not(.admin-kicker) {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--workspace-muted);
  font-size: 16px;
}
.pro-success > article {
  max-width: 560px;
  margin: 28px auto 0;
  padding: 22px;
  display: grid;
  gap: 5px;
  background: #f8fafc;
  border: 1px solid var(--workspace-line);
  border-radius: 15px;
}
.pro-success > article strong { font-size: 20px; }
.pro-success > article span { color: var(--workspace-muted); font-size: 13px; }
.pro-success-actions {
  max-width: 560px;
  margin: 18px auto 0;
  display: grid;
  gap: 10px;
}
.pro-success-actions > * { min-height: 50px; }
.pro-success > small {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--workspace-muted);
  font-size: 11px;
}
.pro-success > small svg { width: 15px; height: 15px; }

.pro-auth-card {
  width: min(100%, 480px);
  margin: 0 auto;
}
.pro-auth-card > a:last-child {
  min-height: 44px;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  color: var(--workspace-blue-text);
  font-size: 13px;
  font-weight: 700;
}
.pro-panel {
  width: min(100%, 1080px);
  margin: 0 auto;
}
.pro-panel > header {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.pro-panel > header h1 { margin: 0; font-size: clamp(34px, 5vw, 48px); }
.pro-panel > header p:last-child { margin: 7px 0 0; color: var(--workspace-muted); }
.pro-profile-list { display: grid; gap: 14px; }
.pro-profile-list > article {
  padding: clamp(20px, 4vw, 30px);
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 19px;
  background: #fff;
  border: 1px solid var(--workspace-line);
  border-radius: 18px;
  box-shadow: 0 10px 34px rgba(31, 65, 108, .06);
}
.pro-profile-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--workspace-blue-text);
  background: var(--workspace-blue-soft);
  border-radius: 17px;
}
.pro-profile-icon svg { width: 33px; height: 33px; }
.pro-profile-list article > div:last-child > span {
  color: var(--workspace-success);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pro-profile-list h2 { margin: 5px 0 0; font-size: 23px; }
.pro-profile-list p { margin: 5px 0 0; color: var(--workspace-muted); }
.pro-profile-list dl {
  margin: 20px 0 0;
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border-top: 1px solid var(--workspace-line);
}
.pro-profile-list dt { color: var(--workspace-muted); font-size: 11px; font-weight: 600; }
.pro-profile-list dd { margin: 4px 0 0; overflow-wrap: anywhere; font-size: 14px; font-weight: 600; }

@media (max-width: 1080px) {
  .admin-header { gap: 15px; }
  .admin-nav { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .admin-nav::-webkit-scrollbar { display: none; }
  .admin-nav a { padding-inline: 12px; }
  .admin-run-grid { grid-template-columns: 1fr; }
  .admin-provider-focus { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 0 24px; }
  .admin-provider-topline,
  .admin-provider-focus h2,
  .admin-provider-location,
  .admin-web-link,
  .admin-provider-tools { grid-column: 1; }
  .admin-contact-blocks,
  .admin-signal-grid { grid-column: 2; }
  .admin-contact-blocks { grid-row: 1 / span 4; align-self: start; }
  .admin-signal-grid { grid-row: 5; }
  .admin-editor-grid { grid-template-columns: 1fr; }
  .admin-editor-card { position: static; }
  .admin-application-card { grid-template-columns: minmax(200px, .8fr) minmax(0, 1.2fr); }
  .admin-application-actions { grid-column: 1 / -1; }
  .pro-registration { grid-template-columns: minmax(270px, 340px) minmax(0, 680px); gap: 35px; }
}

@media (max-width: 820px) {
  .admin-header {
    min-height: 112px;
    padding: 10px 16px 0;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 4px 12px;
  }
  .admin-header .admin-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-inline: -16px;
    padding-inline: 12px;
  }
  .admin-nav a { min-height: 48px; }
  .admin-nav a[aria-current="page"]::after { bottom: 0; }
  .admin-main {
    width: min(calc(100% - 28px), 1360px);
    min-height: calc(100svh - 112px);
    padding: 34px 0 64px;
  }
  .admin-main--auth { min-height: 100svh; padding-block: 24px; }
  .admin-page-heading { align-items: flex-start; flex-direction: column; }
  .admin-page-heading > .admin-secondary { width: 100%; }
  .admin-provider-focus { display: block; }
  .admin-contact-blocks { margin-top: 18px; }
  .admin-field-row { grid-template-columns: 1fr; }
  .admin-filters { grid-template-columns: 1fr 1fr; }
  .admin-filters .admin-secondary { grid-column: 1 / -1; }
  .admin-metric-card { grid-template-columns: 1fr auto; }
  .admin-metric-card dl { grid-column: 1 / -1; grid-row: 2; }
  .admin-metric-card > a { grid-column: 2; grid-row: 1; }
  .admin-application-card { grid-template-columns: 1fr; }
  .admin-application-card dl { grid-template-columns: 1fr 1fr; }
  .admin-application-actions { grid-column: auto; }
  .pro-registration {
    width: min(calc(100% - 32px), 760px);
    padding-top: 38px;
    grid-template-columns: 1fr;
  }
  .pro-registration-intro { position: static; }
  .pro-registration-intro h1 { max-width: 620px; font-size: clamp(40px, 8vw, 58px); }
  .pro-benefits { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .admin-main { width: min(calc(100% - 20px), 1360px); padding-top: 26px; }
  .admin-auth-card,
  .pro-auth-card { padding: 25px 20px; border-radius: 18px; }
  .admin-auth-card > .admin-brand { margin-bottom: 30px; }
  .admin-page-heading { margin-bottom: 22px; }
  .admin-page-heading h1 { font-size: 35px; }
  .admin-secret-card { grid-template-columns: 1fr; gap: 10px; }
  .admin-secret-card button { width: 100%; }
  .admin-contact-blocks { grid-template-columns: 1fr; }
  .admin-signal-grid { grid-template-columns: 1fr; gap: 0; padding-block: 0; }
  .admin-signal-grid > div,
  .admin-signal-grid > div:first-child,
  .admin-signal-grid > div:last-child {
    padding: 11px 0;
    border-right: 0;
    border-bottom: 1px solid var(--workspace-line);
  }
  .admin-signal-grid > div:last-child { border-bottom: 0; }
  .admin-provider-tools,
  .admin-provider-tools form,
  .admin-provider-tools .admin-secondary { width: 100%; }
  .admin-provider-focus,
  .admin-call-workspace,
  .admin-editor-card,
  .admin-metric-card,
  .admin-offer-card,
  .admin-application-card { padding: 18px; border-radius: 15px; }
  .admin-filters { padding: 10px; grid-template-columns: 1fr; }
  .admin-filters .admin-secondary { grid-column: auto; }
  .admin-table-wrap { overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .admin-table { min-width: 0; display: block; }
  .admin-table thead {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .admin-table tbody { display: grid; gap: 10px; }
  .admin-table tr {
    padding: 14px;
    display: grid;
    gap: 0;
    background: #fff;
    border: 1px solid var(--workspace-line);
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(31, 65, 108, .06);
  }
  .admin-table td {
    min-width: 0;
    padding: 9px 0;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 10px;
    border-bottom: 1px solid var(--workspace-line);
  }
  .admin-table td::before { color: var(--workspace-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
  .admin-table td:nth-child(1)::before { content: "Cerrajero"; }
  .admin-table td:nth-child(2)::before { content: "Teléfono"; }
  .admin-table td:nth-child(3)::before { content: "Privado"; }
  .admin-table td:nth-child(4)::before { content: "Localidad"; }
  .admin-table td:nth-child(5)::before { content: "Estado"; }
  .admin-table td:nth-child(6)::before { content: "Visitó"; }
  .admin-table td:nth-child(7)::before { content: "Compró"; }
  .admin-table td:last-child {
    padding-bottom: 0;
    display: block;
    border-bottom: 0;
  }
  .admin-table td:last-child::before { content: none; }
  .admin-row-action { width: 100%; }
  .admin-metric-card { display: grid; grid-template-columns: 1fr; }
  .admin-metric-card dl { grid-column: auto; grid-row: auto; }
  .admin-metric-card > a { grid-column: auto; grid-row: auto; }
  .admin-application-card dl { grid-template-columns: 1fr; gap: 9px; }
  .admin-application-actions form { display: grid; grid-template-columns: 1fr 1fr; }

  .pro-public-header,
  .pro-header { min-height: 68px; padding-inline: 14px; }
  .pro-ui .brand,
  .admin-brand { font-size: 19px; }
  .pro-ui .brand-mark,
  .admin-ui .brand-mark { width: 30px; height: 30px; }
  .pro-public-header nav a:first-child { display: none; }
  .pro-private-main { min-height: calc(100svh - 68px); padding: 28px 10px 60px; }
  .pro-registration { width: min(calc(100% - 20px), 760px); padding: 30px 0 60px; gap: 28px; }
  .pro-registration-intro h1 { font-size: 40px; }
  .pro-registration-intro > p:not(.pro-pill) { font-size: 15px; }
  .pro-benefits { grid-template-columns: 1fr; }
  .pro-registration-card { padding: 22px 16px; border-radius: 18px; }
  .pro-stepper { gap: 4px; }
  .pro-stepper li { grid-template-columns: 29px minmax(0, auto); gap: 6px; }
  .pro-stepper li > span { width: 29px; height: 29px; }
  .pro-stepper li:not(:last-child)::after { top: 14px; }
  .pro-stepper li > strong { font-size: 11px; }
  .pro-registration .field-grid--two { grid-template-columns: 1fr; gap: 0; }
  .pro-registration .field-label--wide { grid-column: auto; }
  .pro-flow-choice,
  .pro-offer-choice { grid-template-columns: 1fr; }
  .pro-offer-choice label > span { min-height: 150px; }
  .pro-service-choice > div { display: grid; grid-template-columns: 1fr 1fr; }
  .pro-service-choice label > span { width: 100%; }
  .pro-step-actions { grid-template-columns: 1fr; }
  .pro-step-actions .admin-primary { grid-row: 1; }
  .pro-step-actions .admin-secondary { grid-row: 2; }
  .pro-success { width: min(calc(100% - 20px), 900px); margin-top: 26px; padding: 28px 17px; border-radius: 19px; }
  .pro-success .pro-stepper { margin-bottom: 30px; }
  .pro-success-icon { width: 78px; height: 78px; }
  .pro-success-icon svg { width: 40px; height: 40px; }
  .pro-panel > header { align-items: flex-start; flex-direction: column; }
  .pro-panel > header form,
  .pro-panel > header .admin-secondary { width: 100%; }
  .pro-profile-list > article { grid-template-columns: 50px minmax(0, 1fr); gap: 13px; }
  .pro-profile-icon { width: 50px; height: 50px; border-radius: 14px; }
  .pro-profile-icon svg { width: 27px; height: 27px; }
  .pro-profile-list dl { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 420px) {
  .admin-header { padding-inline: 10px; }
  .admin-header .admin-nav { margin-inline: -10px; padding-inline: 8px; }
  .admin-nav a { padding-inline: 11px; font-size: 13px; }
  .admin-logout { min-width: 52px; padding-inline: 8px; }
  .admin-field-row,
  .admin-application-actions form { grid-template-columns: 1fr; }
  .pro-stepper li > strong { display: none; }
  .pro-stepper li[aria-current="step"] > strong { display: block; }
  .pro-stepper li { grid-template-columns: 29px minmax(0, auto); }
  .pro-service-choice > div { grid-template-columns: 1fr; }
  .pro-registration-intro h1 { font-size: 36px; }
  .pro-code-field { padding-inline: 12px; }
  .pro-code-field input { font-size: 19px !important; letter-spacing: .16em; }
  .pro-profile-list > article { grid-template-columns: 1fr; }
}

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