:root {
  --ink: #17151a;
  --ink-soft: #36323b;
  --muted: #716c77;
  --line: #e5e2e8;
  --line-strong: #d4d0d8;
  --primary: #6d4df3;
  --primary-dark: #5435d6;
  --primary-soft: #f0ecff;
  --bg: #f5f5f7;
  --surface: #ffffff;
  --green: #16734a;
  --green-soft: #eaf8f0;
  --red: #b42318;
  --red-soft: #fff0ef;
  --amber: #875b08;
  --amber-soft: #fff7e5;
  --blue: #205ca8;
  --blue-soft: #edf5ff;
  --radius: 18px;
  --shadow: 0 1px 2px rgba(18, 15, 23, .03), 0 12px 32px rgba(18, 15, 23, .055);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
a { color: var(--primary-dark); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 10px; font-size: clamp(2rem, 8vw, 3.25rem); line-height: 1.04; letter-spacing: -.045em; }
h2 { margin-bottom: 7px; font-size: clamp(1.45rem, 5.8vw, 2.05rem); line-height: 1.12; letter-spacing: -.035em; }
h3 { margin-bottom: 6px; letter-spacing: -.02em; }
small { display: block; color: var(--muted); }
.manage-body { min-width: 0; min-height: 100vh; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.manage-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(213,209,218,.8); backdrop-filter: saturate(180%) blur(22px); }
.header-inner { display: grid; width: min(100% - 28px, 1120px); min-height: 62px; margin: 0 auto; grid-template-columns: auto minmax(0,1fr) auto; gap: 12px; align-items: center; }
.brand-link { display: flex; align-items: center; }
.brand-logo { display: block; width: 94px; max-height: 34px; object-fit: contain; }
.header-context { display: flex; min-width: 0; gap: 7px; align-items: center; color: var(--muted); font-size: 12px; }
.secure-dot { width: 7px; height: 7px; flex: 0 0 auto; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px var(--green-soft); }
.header-map-link { font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }

.manage-shell { width: min(100% - 24px, 1120px); margin: 0 auto; padding: 24px 0 150px; }
.message-region:empty { display: none; }
.alert { padding: 13px 15px; margin-bottom: 14px; border: 1px solid; border-radius: 14px; }
.alert-error { color: var(--red); background: var(--red-soft); border-color: #f0b7b2; }
.alert-success { color: var(--green); background: var(--green-soft); border-color: #b5dfc8; }

.page-intro { display: flex; flex-direction: column; gap: 16px; padding: 18px 2px 26px; }
.page-intro > div:first-child { max-width: 780px; }
.page-intro p:last-child { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; }
.eyebrow, .section-kicker { margin: 0 0 7px; color: var(--primary-dark); font-size: 11px; font-weight: 750; letter-spacing: .095em; text-transform: uppercase; }
.intro-status { display: flex; align-items: center; gap: 10px; }
.intro-status small { font-size: 12px; }
.surface { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.content-stack, .content-section { display: grid; gap: 16px; }

.listing-review-hero { display: grid; gap: 18px; padding: 22px 18px; margin-bottom: 16px; }
.listing-review-hero h1 { margin-bottom: 7px; font-size: clamp(2rem, 9vw, 3.15rem); }
.listing-review-hero > div:first-child > p:last-child { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.listing-review-actions { display: grid; gap: 10px; align-content: end; }
.listing-review-actions > div { display: flex; gap: 9px; align-items: center; }
.listing-review-actions small { font-size: 11px; }

.status { display: inline-flex; width: max-content; align-items: center; padding: 5px 9px; color: #514c58; background: #efedf1; border-radius: 999px; font-size: 10px; font-weight: 750; letter-spacing: .045em; line-height: 1.2; text-transform: uppercase; }
.status-verified, .status-active, .status-cancellation_scheduled { color: var(--green); background: var(--green-soft); }
.status-rejected, .status-declined, .status-suspended, .status-cancelled, .status-checkout_failed { color: var(--red); background: var(--red-soft); }
.status-pending_review, .status-submitted, .status-requested, .status-needs_changes, .status-awaiting_payment { color: var(--amber); background: var(--amber-soft); }
.status-new { color: var(--blue); background: var(--blue-soft); }

.overview-grid { display: grid; gap: 12px; }
.overview-primary { display: grid; gap: 16px; padding: 20px; }
.overview-icon { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: var(--ink); border-radius: 14px; font-size: 12px; font-weight: 800; letter-spacing: -.02em; }
.overview-copy { min-width: 0; }
.overview-copy h2 { margin-bottom: 5px; font-size: 1.55rem; overflow-wrap: anywhere; }
.overview-copy > p:not(.section-kicker) { margin-bottom: 14px; color: var(--muted); overflow-wrap: anywhere; }
.overview-facts { display: grid; gap: 10px; padding-top: 13px; border-top: 1px solid var(--line); }
.overview-facts span { min-width: 0; color: var(--ink-soft); overflow-wrap: anywhere; }
.overview-facts strong { display: block; margin-bottom: 2px; color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.overview-action { align-self: end; }
.overview-side { display: flex; min-height: 200px; flex-direction: column; justify-content: space-between; gap: 20px; padding: 20px; color: #fff; background: var(--ink); border-color: var(--ink); }
.overview-side .section-kicker { color: #bdaeff; }
.overview-side h2 { font-size: 1.5rem; }
.overview-side p { margin-bottom: 0; color: #bdb9c3; }
.overview-side .text-link { color: #fff; }
.text-link { display: inline-flex; width: max-content; min-height: 44px; align-items: center; gap: 5px; font-weight: 700; text-underline-offset: 4px; }

.attention-card { display: grid; gap: 12px; align-items: start; padding: 16px; margin-top: 12px; background: var(--amber-soft); border: 1px solid #efd69b; border-radius: var(--radius); }
.attention-card h2 { margin-bottom: 5px; font-size: 1.15rem; letter-spacing: -.02em; }
.attention-card ul { padding-left: 19px; margin: 0; color: #5f4a1f; font-size: 14px; }
.attention-icon { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--amber); border-radius: 50%; font-size: 13px; font-weight: 800; }

.quick-nav { display: grid; gap: 8px; margin: 16px 0; }
.quick-nav a { display: grid; min-height: 74px; grid-template-columns: 34px minmax(0,1fr); gap: 0 10px; align-content: center; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 15px; text-decoration: none; transition: border-color .15s ease, transform .15s ease; }
.quick-nav a:hover { border-color: #bfb4f0; transform: translateY(-1px); }
.quick-nav span { grid-row: 1 / 3; align-self: start; color: var(--primary-dark); font-size: 11px; font-weight: 750; }
.quick-nav strong { font-size: 14px; }
.quick-nav small { margin-top: 1px; font-size: 11px; }

.public-preview { margin-bottom: 16px; overflow: hidden; }
.public-preview summary { display: flex; min-height: 76px; justify-content: space-between; gap: 12px; align-items: center; padding: 15px 16px; cursor: pointer; list-style: none; }
.public-preview summary::-webkit-details-marker { display: none; }
.public-preview summary > span:first-child { display: flex; min-width: 0; gap: 12px; align-items: center; }
.public-preview summary strong { display: block; }
.public-preview summary small { margin-top: 2px; font-size: 12px; }
.preview-symbol { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; color: var(--primary-dark); background: var(--primary-soft); border-radius: 12px; }
.summary-action { flex: 0 0 auto; color: var(--primary-dark); font-size: 12px; font-weight: 750; }
.public-preview[open] .summary-action { font-size: 0; }
.public-preview[open] .summary-action::after { content: "Close"; font-size: 12px; }
.preview-content { display: grid; gap: 12px; padding: 0 12px 12px; border-top: 1px solid var(--line); }
.map-preview { display: block; width: 100%; height: min(600px, 68vh); min-height: 430px; margin-top: 12px; background: #ebe9ee; border: 0; border-radius: 13px; }

.section-card { padding: 20px 16px; }
.content-section { margin-top: 16px; }
.section-heading { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.section-heading > div { min-width: 0; }
.section-heading h2 { margin-bottom: 6px; }
.section-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.major-heading { padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.visibility-label, .recommended-label, .discussion-label { display: inline-flex; flex: 0 0 auto; padding: 5px 8px; color: var(--primary-dark); background: var(--primary-soft); border-radius: 999px; font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.visibility-label.private { color: var(--blue); background: var(--blue-soft); }
.section-help { margin: 3px 0 14px; color: var(--muted); }

.form-block { display: grid; gap: 15px; padding-top: 22px; }
.form-block + .form-block { margin-top: 5px; border-top: 1px solid var(--line); }
.form-block-heading { display: grid; grid-template-columns: 31px minmax(0,1fr); gap: 10px; align-items: start; }
.form-block-heading > span { display: grid; width: 31px; height: 31px; place-items: center; color: var(--primary-dark); background: var(--primary-soft); border-radius: 9px; font-size: 10px; font-weight: 800; }
.form-block-heading h3 { margin: 1px 0 2px; font-size: 1.05rem; }
.form-block-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.field-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
label > span:first-child, .services-field legend { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 700; }
input, textarea, select { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line-strong); border-radius: 11px; transition: border-color .15s ease, box-shadow .15s ease; }
textarea { resize: vertical; }
input:hover, textarea:hover, select:hover { border-color: #b9b3bf; }
input:focus-visible, textarea:focus-visible, select:focus-visible { border-color: var(--primary); outline: 0; box-shadow: 0 0 0 4px rgba(109,77,243,.13); }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(109,77,243,.3); outline-offset: 3px; }
label small { margin-top: 5px; font-size: 11px; line-height: 1.4; }

.services-field, .consent-group, .hours-editor { min-width: 0; padding: 0; margin: 0; border: 0; }
.service-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
.service-tile { position: relative; display: flex; min-height: 66px; align-items: flex-start; gap: 10px; padding: 12px; background: #fff; border: 1px solid var(--line-strong); border-radius: 12px; cursor: pointer; }
.service-tile input { position: absolute; width: 1px; min-height: 0; height: 1px; opacity: 0; }
.service-check { display: grid; width: 22px; height: 22px; flex: 0 0 auto; margin-top: 1px; place-items: center; color: transparent; border: 1.5px solid #8c8691; border-radius: 6px; font-size: 12px; font-weight: 800; }
.service-tile strong { display: block; line-height: 1.3; }
.service-tile small { margin-top: 3px; font-size: 11px; line-height: 1.35; }
.service-tile:has(input:checked) { color: var(--primary-dark); background: #faf9ff; border-color: var(--primary); box-shadow: inset 0 0 0 1px var(--primary); }
.service-tile input:checked + .service-check { color: #fff; background: var(--primary); border-color: var(--primary); }
.service-tile:has(input:focus-visible) { outline: 3px solid rgba(109,77,243,.25); outline-offset: 2px; }

.hours-help { margin: 0 0 11px; color: var(--muted); font-size: 13px; }
.hours-rows { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.hours-row { display: grid; grid-template-columns: minmax(90px,1fr) auto; gap: 8px 10px; align-items: center; padding: 12px; background: #fff; border-bottom: 1px solid var(--line); }
.hours-row:last-child { border-bottom: 0; }
.hours-day { font-size: 14px; }
.hours-open-label, .hours-24 { display: flex; gap: 7px; align-items: center; cursor: pointer; }
.hours-open-label input, .hours-24 input { width: 20px; min-height: 0; height: 20px; flex: 0 0 auto; margin: 0; accent-color: var(--primary); }
.hours-open-label span, .hours-24 span { margin: 0; font-size: 12px; font-weight: 700; }
.hours-times { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 6px; align-items: end; }
.hours-times label > span { margin-bottom: 3px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.hours-times select { min-height: 44px; padding: 8px 7px; }
.hours-24, .hours-closed { grid-column: 1 / -1; }
.hours-closed { color: var(--muted); font-size: 12px; font-weight: 700; }
.hours-unparsed { padding: 13px; background: var(--amber-soft); border: 1px solid #efd69b; border-radius: 12px; }
.hours-unparsed[hidden], .hours-rows[hidden] { display: none; }
.hours-unparsed p { margin: 5px 0 11px; white-space: pre-wrap; }

.review-note, .location-confirm, .privacy-promise { padding: 14px; background: #f8f7fa; border: 1px solid var(--line); border-radius: 13px; }
.review-note summary { cursor: pointer; font-weight: 700; }
.review-note p, .location-confirm p, .privacy-promise p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.consent-layout { display: grid; gap: 22px; padding-top: 5px; }
.consent-group { display: grid; align-content: start; }
.consent-group legend { margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.choice { display: grid; grid-template-columns: 48px minmax(0,1fr); min-height: 82px; gap: 12px; align-items: start; padding: 15px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.choice:last-child { border-bottom: 0; }
.choice input { appearance: none; position: relative; width: 48px; min-height: 0; height: 29px; margin: 2px 0 0; padding: 0; background: #dedbe1; border: 1px solid #c7c1ca; border-radius: 999px; cursor: pointer; transition: background .15s ease, border-color .15s ease; }
.choice input::before { content: ""; position: absolute; top: 3px; left: 3px; width: 21px; height: 21px; background: #fff; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,.18); transition: transform .15s ease; }
.choice input:checked { background: var(--primary); border-color: var(--primary); }
.choice input:checked::before { transform: translateX(19px); }
.choice strong { display: block; font-size: 14px; }
.choice small { margin-top: 4px; font-size: 11px; line-height: 1.43; }
.choice .consent-disclosure { margin-top: 7px; color: #5f5964; }
.choice.is-priority { padding: 14px 12px; margin: 7px 0 3px; background: #faf9ff; border: 1px solid #d8cffc; border-radius: 13px; }
.choice.is-priority strong { color: var(--primary-dark); }
.optional-consent { opacity: .82; }
.operational-consent { padding-top: 4px; }
.work-request-examples { display: grid; gap: 15px; padding: 18px; background: #f8f7fa; border: 1px solid var(--line); border-radius: 15px; }
.examples-heading h3 { margin-bottom: 6px; font-size: 1.2rem; }
.examples-heading p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.sms-image-grid { display: grid; grid-auto-columns: minmax(230px, 82%); grid-auto-flow: column; gap: 12px; overflow-x: auto; padding: 2px 2px 10px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; }
.sms-image-grid figure { min-width: 0; padding: 8px; margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; scroll-snap-align: start; }
.sms-image-grid img { display: block; width: 100%; height: 420px; object-fit: cover; object-position: top; border-radius: 10px; }
.sms-image-grid figcaption { padding: 9px 3px 2px; color: var(--ink-soft); font-size: 11px; font-weight: 700; line-height: 1.35; }
.operational-note { display: grid; gap: 4px; padding: 14px; color: #4f3d12; background: var(--amber-soft); border: 1px solid #efd69b; border-radius: 13px; font-size: 12px; }
.marketing-options { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.marketing-options > summary { display: flex; min-height: 56px; align-items: center; justify-content: space-between; padding: 12px 14px; cursor: pointer; font-weight: 750; list-style: none; }
.marketing-options > summary::-webkit-details-marker { display: none; }
.marketing-options > summary::after { content: "+"; color: var(--primary-dark); font-size: 20px; font-weight: 500; }
.marketing-options[open] > summary { border-bottom: 1px solid var(--line); }
.marketing-options[open] > summary::after { content: "−"; }
.marketing-options > p { padding: 12px 14px 0; margin: 0; color: var(--muted); font-size: 12px; }
.marketing-options .consent-group { padding: 0 14px 8px; }
.operational-explainer { display: grid; gap: 18px; padding: 18px; background: var(--primary-soft); border: 1px solid #d8cffc; border-radius: 15px; }
.operational-explainer h3 { margin-bottom: 7px; font-size: 1.2rem; }
.operational-explainer > div:first-child > p:last-child { margin-bottom: 0; color: #5e576c; font-size: 13px; }
.sms-examples { display: grid; gap: 10px; }
.sms-example { min-width: 0; }
.sms-example-label { display: block; margin: 0 0 6px 8px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.sms-bubble { position: relative; max-width: 420px; padding: 13px 14px; color: #fff; background: var(--ink); border-radius: 16px 16px 16px 5px; box-shadow: 0 8px 22px rgba(21,18,26,.12); }
.sms-bubble.neutral { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.sms-bubble strong { display: block; margin-bottom: 4px; font-size: 12px; }
.sms-bubble p { margin: 0; font-size: 12px; line-height: 1.45; }
.sms-bubble small { margin-top: 7px; color: #bcb7c2; font-size: 9px; }
.sms-bubble.neutral small { color: var(--muted); }
.operational-mobile-status { display: flex; gap: 11px; padding: 13px; background: var(--red-soft); border: 1px solid #efbbb6; border-radius: 13px; }
.operational-mobile-status[hidden] { display: none; }
.operational-mobile-status .attention-icon { background: var(--red); }
.operational-mobile-status small { margin-top: 4px; }
.privacy-promise { background: var(--blue-soft); border-color: #cddff5; }
.policy-links { display: flex; gap: 7px; align-items: center; }
.policy-links a { font-weight: 700; }

.section-actions { display: flex; flex-direction: column; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.save-note { color: var(--muted); font-size: 12px; }
.button { display: inline-flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; gap: 5px; padding: 11px 17px; border: 1px solid transparent; border-radius: 11px; font-weight: 750; text-align: center; text-decoration: none; cursor: pointer; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: var(--ink); }
.button.primary:hover { background: #2c2830; }
.button.secondary { color: var(--ink); background: #fff; border-color: var(--line-strong); }
.button.secondary:hover { border-color: #a9a2af; }
.button.danger { color: var(--red); }
.button:disabled { opacity: .58; cursor: wait; transform: none; }

.promotion-section { overflow: hidden; }
.plan-grid { display: grid; gap: 11px; }
.plan-card { display: flex; min-width: 0; flex-direction: column; gap: 17px; padding: 18px; background: #fafafa; border: 1px solid var(--line); border-radius: 16px; }
.plan-card.premium-plan { background: #fcfbff; border-color: #c9bff6; box-shadow: inset 0 0 0 1px rgba(109,77,243,.07); }
.plan-card.premium-plan.is-active { background: #f8fff9; border-color: #9ed0b3; }
.plan-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.plan-icon { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.recommended-label { color: #fff; background: var(--primary); }
.discussion-label { color: #fff; background: var(--ink); }
.plan-name { margin: 0 0 4px; color: var(--muted); font-size: 12px; font-weight: 700; }
.plan-card h3 { margin: 0 0 8px; font-size: 1.65rem; letter-spacing: -.04em; }
.plan-card h3 small { display: inline; font-size: 12px; font-weight: 600; letter-spacing: 0; }
.plan-card > div > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.benefit-list { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.benefit-list li { position: relative; padding-left: 23px; font-size: 13px; }
.benefit-list li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--green); font-weight: 800; }
.plan-current { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px; color: var(--green); background: var(--green-soft); border-radius: 11px; font-size: 12px; font-weight: 750; text-align: center; }
.subscription-message { display: grid; gap: 2px; padding: 11px; color: var(--green); background: var(--green-soft); border-radius: 11px; font-size: 12px; }
.subscription-message.pending { color: var(--amber); background: var(--amber-soft); }
.inline-error { padding: 10px; color: var(--red); background: var(--red-soft); border-radius: 10px; font-size: 12px; }
.billing-copy { margin-top: auto; font-size: 10px; line-height: 1.4; }

.submit-section { display: grid; gap: 18px; align-items: center; padding: 22px 18px; margin-top: 16px; color: #fff; background: var(--ink); border-radius: var(--radius); }
.submit-section .section-kicker { color: #bdaeff; }
.submit-section h2 { margin-bottom: 6px; }
.submit-section p:last-child { margin-bottom: 0; color: #bbb6c0; }
.submit-section .button.primary { color: var(--ink); background: #fff; }
.submitted-state { display: grid; gap: 6px; }
.submitted-state small { color: #bbb6c0; }
.sticky-submit { position: sticky; bottom: 10px; z-index: 20; display: flex; flex-direction: column; gap: 10px; padding: 13px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 10px 34px rgba(18,15,23,.14); backdrop-filter: blur(18px); }
.sticky-submit strong, .sticky-submit span { display: block; }
.sticky-submit span { color: var(--muted); font-size: 11px; }

.confirm-dialog { width: min(calc(100% - 24px), 520px); padding: 0; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 28px 80px rgba(16,13,21,.28); }
.confirm-dialog::backdrop { background: rgba(18,15,23,.5); backdrop-filter: blur(5px); }
.confirm-dialog form { display: grid; gap: 12px; padding: 22px 18px 18px; }
.dialog-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--amber); border-radius: 13px; font-weight: 800; }
.confirm-dialog h2 { margin: 2px 0 0; font-size: 1.45rem; }
.confirm-dialog p { margin: 0; color: var(--muted); font-size: 13px; }
.dialog-actions { display: grid; gap: 8px; margin-top: 5px; }

@media (min-width: 640px) {
  .manage-shell { padding-top: 32px; }
  .listing-review-hero { grid-template-columns: minmax(0,1fr) minmax(260px,.55fr); align-items: end; padding: 28px; }
  .listing-review-actions .button { width: auto; }
  .page-intro { flex-direction: row; justify-content: space-between; align-items: flex-end; padding: 24px 4px 32px; }
  .intro-status { flex-direction: column; align-items: flex-end; gap: 5px; }
  .overview-primary { grid-template-columns: auto minmax(0,1fr) auto; align-items: center; padding: 24px; }
  .overview-action { width: auto; }
  .overview-facts { grid-template-columns: minmax(140px,.55fr) minmax(0,1.45fr); }
  .attention-card { grid-template-columns: auto minmax(0,1fr) auto; align-items: center; padding: 17px 18px; }
  .attention-card .button { width: auto; }
  .quick-nav { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .section-card { padding: 28px; }
  .field-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
  .field-grid .wide { grid-column: 1 / -1; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .section-actions { flex-direction: row; justify-content: space-between; align-items: center; }
  .section-actions .button { width: auto; min-width: 210px; }
  .operational-explainer { grid-template-columns: minmax(0,.85fr) minmax(320px,1.15fr); gap: 24px; align-items: center; padding: 22px; }
  .sms-image-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-flow: row; overflow: visible; }
  .dialog-actions { grid-template-columns: 1.25fr 1fr; }
  .sticky-submit { flex-direction: row; justify-content: space-between; align-items: center; padding: 14px 16px; }
  .sticky-submit .button { width: auto; min-width: 180px; }
  .submit-section { grid-template-columns: minmax(0,1fr) auto; padding: 28px; }
  .submit-section .button { width: auto; min-width: 210px; }
}

@media (min-width: 900px) {
  .overview-grid { grid-template-columns: minmax(0,1.55fr) minmax(280px,.75fr); }
  .section-card { padding: 34px; }
  .form-block { grid-template-columns: minmax(190px,.42fr) minmax(0,1fr); gap: 28px; }
  .consent-layout { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
  .plan-grid { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; }
  .hours-row { grid-template-columns: 105px 85px minmax(260px,1fr) 132px; gap: 12px; }
  .hours-times, .hours-24, .hours-closed { grid-column: auto; }
}

@media (max-width: 430px) {
  .header-inner { width: min(100% - 22px,1120px); }
  .header-context span:last-child { max-width: 82px; line-height: 1.15; }
  .manage-shell { width: min(100% - 18px,1120px); padding-top: 18px; }
  .section-card { padding: 18px 14px; }
  .section-heading { gap: 8px; }
  .visibility-label { max-width: 88px; justify-content: center; text-align: center; }
  .map-preview { min-height: 400px; }
  .plan-card { padding: 16px; }
}

@media (max-width: 350px) {
  .header-context { display: none; }
  .header-inner { grid-template-columns: minmax(0,1fr) auto; }
  .overview-primary, .overview-side, .section-card { padding-inline: 12px; }
  .choice { grid-template-columns: 46px minmax(0,1fr); gap: 10px; }
}

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

/* Stepper workflow */
.manage-stepper {
  position: sticky;
  top: 72px;
  z-index: 35;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  padding: 8px;
  margin: 16px 0 10px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(18,15,23,.08);
  backdrop-filter: blur(18px);
}
.stepper-item {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 58px;
  place-items: center;
  align-content: center;
  gap: 3px;
  padding: 7px 4px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 11px;
  cursor: pointer;
}
.stepper-item span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}
.stepper-item strong { min-width: 0; font-size: 10px; line-height: 1.1; white-space: nowrap; }
.stepper-item.is-active { color: var(--primary-dark); background: var(--primary-soft); }
.stepper-item.is-active span { color: #fff; background: var(--primary); border-color: var(--primary); }
.stepper-item.is-complete { color: var(--green); }
.stepper-item.is-complete span { color: #fff; background: var(--green); border-color: var(--green); }
.stepper-mobile-status { display: none; justify-content: space-between; align-items: center; margin: 8px 2px 12px; }
.stepper-mobile-status strong { font-size: 14px; }
.stepper-mobile-status span { color: var(--muted); font-size: 11px; }
[data-step-panel][hidden], [data-step-actions][hidden] { display: none !important; }
.stepper-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
  margin-top: 22px;
  border-top: 1px solid var(--line);
}
.stepper-actions .button { min-width: 132px; }
.step-panel-secondary { margin-top: 12px !important; padding-top: 22px; border-top: 1px solid var(--line); }
.final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.submit-section .button.secondary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }

@media (max-width: 639px) {
  .manage-stepper {
    top: 68px;
    grid-template-columns: repeat(6, 42px);
    justify-content: space-between;
    gap: 2px;
    padding: 7px 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .manage-stepper::-webkit-scrollbar { display: none; }
  .stepper-item { min-height: 42px; padding: 3px; }
  .stepper-item strong { display: none; }
  .stepper-item span { width: 28px; height: 28px; font-size: 11px; }
  .stepper-mobile-status { display: flex; }
  .listing-review-hero { margin-bottom: 10px; }
  #shop-information { padding-top: 18px; }
  #shop-information > .major-heading { padding-bottom: 13px; }
  .form-block { padding-top: 16px; }
  .stepper-actions { position: sticky; bottom: 8px; z-index: 24; padding: 10px; margin: 18px -4px -4px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 10px 28px rgba(18,15,23,.12); backdrop-filter: blur(16px); }
  .stepper-actions .button { width: auto; min-width: 0; flex: 1 1 0; }
  .final-actions { display: grid; grid-template-columns: .65fr 1.35fr; width: 100%; }
  .submit-section form { width: 100%; }
  .submit-section .button { min-width: 0 !important; width: 100%; }
}
.new-submit-actions { display: flex; gap: 8px; }
@media (max-width: 639px) {
  .new-submit-actions { display: grid; grid-template-columns: .65fr 1.35fr; width: 100%; }
  .new-submit-actions .button { width: 100%; min-width: 0; }
}


/* 2026 minimal workflow refinement */
.manage-shell { width: min(100% - 24px, 1040px); }
.manage-stepper.manage-stepper-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  padding: 6px;
  margin: 12px 0 14px;
  background: rgba(255,255,255,.84);
  border-color: rgba(220,218,224,.85);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(22,18,30,.045);
  backdrop-filter: saturate(180%) blur(24px);
}
.manage-stepper-compact .stepper-item { min-height: 54px; border-radius: 13px; }
.manage-stepper-compact .stepper-item span { width: 22px; height: 22px; }
.manage-stepper-compact .stepper-item strong { font-size: 11px; font-weight: 700; }
.manage-stepper-compact .stepper-item.is-active { background: rgba(109,77,243,.09); }
.surface.section-card { box-shadow: 0 10px 40px rgba(18,15,23,.045); }
.content-section { margin-top: 0; }
.major-heading { border-bottom-color: #eceaf0; }
.form-block + .form-block { border-top-color: #efedf2; }
.location-confirm { margin-top: 18px; background: #faf9fb; border-color: #ebe8ee; }

.save-continue-actions { align-items: center; }
.save-continue-main { display: flex; min-width: min(100%, 360px); flex-direction: column; gap: 6px; align-items: stretch; }
.step-save-note { margin: 0; text-align: right; font-size: 11px; }
.save-continue-main .button { width: 100%; }

.current-plan-banner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 17px 18px;
  margin: 18px 0 16px;
  background: #f4fbf7;
  border: 1px solid #d7eee1;
  border-radius: 16px;
}
.current-plan-banner > div { display: flex; min-width: 0; gap: 12px; align-items: center; }
.current-plan-banner small { margin-bottom: 2px; font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.current-plan-banner strong { display: block; font-size: 16px; }
.current-plan-banner p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.current-plan-dot { width: 11px; height: 11px; flex: 0 0 auto; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(22,115,74,.10); }
.current-plan-banner.premium-current { background: #f8f6ff; border-color: #dfd8ff; }
.current-plan-banner.premium-current .current-plan-dot { background: var(--primary); box-shadow: 0 0 0 5px rgba(109,77,243,.10); }
.promotion-heading h2 { max-width: 720px; }
.plan-grid { gap: 12px; }
.plan-card { border-color: #e7e4ea; box-shadow: none; }
.plan-card.premium-plan { border-color: #d8cffc; }
.finish-card { margin-top: 16px; border-radius: 16px; }

@media (max-width: 639px) {
  .manage-shell { width: min(100% - 14px, 1040px); padding-top: 12px; }
  .manage-stepper.manage-stepper-compact {
    top: 62px;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    padding: 5px;
    overflow: visible;
  }
  .manage-stepper-compact .stepper-item { min-height: 46px; }
  .manage-stepper-compact .stepper-item strong { display: none; }
  .stepper-mobile-status { margin: 6px 4px 10px; }
  .section-card { padding: 20px 16px; border-radius: 18px; }
  .save-continue-actions { position: sticky; bottom: 8px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; }
  .save-continue-main { min-width: 0; }
  .step-save-note { text-align: left; font-size: 10px; }
  .current-plan-banner { align-items: flex-start; padding: 15px; }
  .current-plan-banner > .status { flex: 0 0 auto; }
  .plan-grid { grid-template-columns: 1fr !important; }
  .finish-card .final-actions { grid-template-columns: .6fr 1.4fr; }
}

/* Welcome / onboarding polish */
.welcome-step-interactive { display: grid; gap: 28px; padding: 34px; }
.welcome-shop-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.welcome-shop-identity { display: flex; min-width: 0; gap: 16px; align-items: center; }
.welcome-avatar { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; color: #fff; background: linear-gradient(145deg, #7d5cff, #5d3df1); border-radius: 17px; box-shadow: 0 12px 28px rgba(109,77,243,.20); font-size: 15px; font-weight: 800; letter-spacing: .03em; }
.welcome-shop-head h1 { margin: 1px 0 5px; font-size: clamp(2.1rem, 5vw, 3.1rem); }
.welcome-shop-subtitle { margin: 0; color: var(--muted); font-size: 15px; }
.welcome-shop-status { display: grid; flex: 0 0 auto; gap: 6px; justify-items: end; padding-top: 4px; }
.welcome-shop-status small { font-size: 11px; }

.welcome-explainer { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 30px; padding: 26px 0 2px; border-top: 1px solid #efedf2; }
.welcome-explainer-main h2 { max-width: 680px; margin-bottom: 12px; font-size: clamp(1.7rem, 3.5vw, 2.35rem); }
.welcome-explainer-main p { max-width: 760px; margin-bottom: 12px; color: var(--ink-soft); font-size: 15px; line-height: 1.62; }
.welcome-next-steps { padding: 18px; background: #f8f7fa; border: 1px solid #ece9ef; border-radius: 16px; }
.welcome-next-steps > strong { display: block; margin-bottom: 13px; font-size: 13px; }
.welcome-next-steps ol { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
.welcome-next-steps li { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 10px; align-items: start; }
.welcome-next-steps li > span { display: grid; width: 28px; height: 28px; place-items: center; color: var(--primary-dark); background: var(--primary-soft); border-radius: 9px; font-size: 10px; font-weight: 800; }
.welcome-next-steps b { display: block; margin-bottom: 2px; font-size: 13px; }
.welcome-next-steps small { font-size: 11px; line-height: 1.4; }

.intro-primary-action { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 18px; color: #fff; background: #18161d; border-radius: 18px; }
.intro-primary-action > div { display: flex; min-width: 0; gap: 13px; align-items: center; }
.intro-primary-action .preview-symbol { color: var(--primary-dark); background: #fff; }
.intro-primary-action strong { display: block; margin-bottom: 3px; font-size: 15px; }
.intro-primary-action p { margin: 0; color: #bdb8c3; font-size: 12px; }
.intro-primary-action .button.primary { color: #18161d; background: #fff; }

.intro-attention { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 14px 15px; background: var(--amber-soft); border: 1px solid #efd69b; border-radius: 14px; }
.intro-attention p { margin: 2px 0 0; color: #725c2f; font-size: 12px; }
.compact-button { width: auto !important; min-height: 40px !important; padding: 8px 12px !important; }

.intro-benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.intro-benefit-card { display: grid; grid-template-columns: 36px minmax(0,1fr) auto; gap: 10px; align-items: center; min-height: 92px; padding: 14px; color: var(--ink); background: #fff; border: 1px solid #e7e4ea; border-radius: 15px; text-align: left; cursor: pointer; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.intro-benefit-card:hover { transform: translateY(-1px); border-color: #cec5f7; box-shadow: 0 8px 22px rgba(18,15,23,.05); }
.intro-benefit-icon { display: grid; width: 36px; height: 36px; place-items: center; color: var(--primary-dark); background: var(--primary-soft); border-radius: 11px; font-size: 14px; font-weight: 800; }
.intro-benefit-card strong { display: block; margin-bottom: 3px; font-size: 13px; }
.intro-benefit-card small { font-size: 10px; line-height: 1.35; }
.intro-arrow { color: var(--muted); font-size: 17px; }

.intro-free-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; background: #f8f7fa; border: 1px solid #ebe8ee; border-radius: 16px; }
.intro-free-strip > div { padding: 15px 16px; }
.intro-free-strip > div + div { border-left: 1px solid #e3e0e7; }
.intro-free-strip strong { display: block; margin-bottom: 4px; font-size: 13px; }
.intro-free-strip span { color: var(--muted); font-size: 11px; }

.map-preview-callout { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 14px 15px; margin: 18px 0 6px; background: #faf9ff; border: 1px solid #e4ddff; border-radius: 14px; }
.map-preview-callout > div { display: flex; min-width: 0; gap: 11px; align-items: center; }
.map-preview-callout strong { display: block; margin-bottom: 2px; font-size: 13px; }
.map-preview-callout small { font-size: 10px; }

.optional-marketing-block { padding: 18px; margin-top: 18px; background: #faf9fb; border: 1px solid #ebe8ee; border-radius: 15px; }
.optional-marketing-heading { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; margin-bottom: 6px; }
.optional-marketing-heading h3 { margin-bottom: 4px; font-size: 1rem; }
.optional-marketing-heading p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.optional-marketing-block .choice { min-height: 68px; }

.map-listing-dialog { width: min(calc(100% - 24px), 1120px); height: min(86vh, 780px); padding: 0; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid #dedbe2; border-radius: 22px; box-shadow: 0 32px 100px rgba(18,15,23,.24); }
.map-listing-dialog::backdrop { background: rgba(18,15,23,.48); backdrop-filter: blur(6px); }
.map-dialog-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 18px 20px; border-bottom: 1px solid #ebe8ee; }
.map-dialog-head h2 { margin: 0; font-size: 1.35rem; }
.map-dialog-close { display: grid; width: 36px; height: 36px; place-items: center; padding: 0; color: var(--ink); background: #f4f3f5; border: 0; border-radius: 50%; cursor: pointer; font-size: 22px; line-height: 1; }
.map-listing-dialog iframe { display: block; width: 100%; height: calc(100% - 138px); background: #efedf2; border: 0; }
.map-dialog-footer { display: flex; justify-content: flex-end; gap: 8px; padding: 14px 18px; border-top: 1px solid #ebe8ee; }

.stepper-item:disabled { cursor: default; opacity: .48; }
.stepper-item.is-complete:disabled { opacity: 1; }

@media (max-width: 760px) {
  .welcome-step-interactive { gap: 20px; padding: 22px 16px; }
  .welcome-shop-head { gap: 14px; }
  .welcome-avatar { width: 46px; height: 46px; border-radius: 14px; }
  .welcome-shop-head h1 { font-size: 2rem; }
  .welcome-shop-subtitle { font-size: 13px; }
  .welcome-explainer { grid-template-columns: 1fr; gap: 18px; padding-top: 20px; }
  .welcome-explainer-main h2 { font-size: 1.6rem; }
  .welcome-explainer-main p { font-size: 14px; }
  .intro-primary-action { grid-template-columns: 1fr; padding: 16px; }
  .intro-primary-action .button { width: 100%; }
  .intro-benefit-grid { grid-template-columns: 1fr; }
  .intro-benefit-card { min-height: 76px; }
  .intro-free-strip { grid-template-columns: 1fr; }
  .intro-free-strip > div + div { border-top: 1px solid #e3e0e7; border-left: 0; }
  .intro-attention { grid-template-columns: auto minmax(0,1fr); }
  .intro-attention .button { grid-column: 1 / -1; width: 100% !important; }
  .map-preview-callout { grid-template-columns: 1fr; }
  .map-preview-callout .button { width: 100%; }
  .map-listing-dialog {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .map-dialog-head, .map-dialog-footer { display: none; }
  .map-listing-dialog iframe { height: 100dvh; }
}


/* Simplified introduction + AI service-call consent */
.welcome-summary { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; padding: 24px 0 2px; border-top: 1px solid #efedf2; }
.welcome-summary h2 { max-width: 680px; margin-bottom: 8px; font-size: clamp(1.65rem, 3.2vw, 2.25rem); }
.welcome-summary p:last-child { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }
.welcome-free-badge { display: grid; min-width: 154px; padding: 16px 18px; text-align: center; background: var(--green-soft); border: 1px solid #cbe8d7; border-radius: 16px; }
.welcome-free-badge strong { color: var(--green); font-size: 1.8rem; line-height: 1; letter-spacing: -.04em; }
.welcome-free-badge span { margin-top: 6px; color: #2f674a; font-size: 11px; font-weight: 700; }
.intro-quick-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; background: #f8f7fa; border: 1px solid var(--line); border-radius: 15px; }
.intro-quick-facts > div { display: flex; min-height: 62px; gap: 9px; align-items: center; padding: 12px 14px; }
.intro-quick-facts > div + div { border-left: 1px solid var(--line); }
.intro-quick-facts span { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; color: var(--primary-dark); background: var(--primary-soft); border-radius: 8px; font-size: 10px; font-weight: 800; }
.intro-quick-facts strong { font-size: 12px; line-height: 1.3; }
.ai-consent-step { display: grid; gap: 20px; }
.ai-call-flow { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; background: #f8f7fa; border: 1px solid var(--line); border-radius: 15px; }
.ai-call-flow > div { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 10px; align-items: start; padding: 16px; }
.ai-call-flow > div + div { border-left: 1px solid var(--line); }
.ai-call-flow > div > span { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--primary); border-radius: 10px; font-size: 11px; font-weight: 800; }
.ai-call-flow strong { display: block; margin-bottom: 3px; font-size: 13px; line-height: 1.3; }
.ai-call-flow small { font-size: 11px; line-height: 1.4; }
.ai-call-consent { padding: 0 16px; background: #faf9ff; border: 1px solid #dcd4ff; border-radius: 15px; }
.ai-call-consent legend { padding: 0 6px; color: var(--primary-dark); background: #fff; }
.ai-call-consent .choice { border-bottom: 0; }
.ai-call-note { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 10px; align-items: start; padding: 14px; color: #305c45; background: var(--green-soft); border: 1px solid #cbe8d7; border-radius: 13px; }
.ai-call-note > span { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 12px; font-weight: 800; }
.ai-call-note strong { display: block; margin-bottom: 2px; font-size: 13px; }
.ai-call-note small { color: #47715b; font-size: 11px; line-height: 1.4; }

@media (max-width: 720px) {
  .welcome-summary { grid-template-columns: 1fr; gap: 14px; padding-top: 18px; }
  .welcome-summary h2 { font-size: 1.55rem; }
  .welcome-summary p:last-child { font-size: 13px; }
  .welcome-free-badge { min-width: 0; grid-template-columns: auto 1fr; gap: 10px; align-items: center; padding: 12px 14px; text-align: left; }
  .welcome-free-badge strong { font-size: 1.45rem; }
  .welcome-free-badge span { margin-top: 0; }
  .intro-quick-facts { grid-template-columns: 1fr; }
  .intro-quick-facts > div { min-height: 52px; }
  .intro-quick-facts > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .ai-call-flow { grid-template-columns: 1fr; }
  .ai-call-flow > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .ai-call-flow > div { padding: 13px; }
  .ai-call-consent { padding: 0 12px; }
}
