:root {
  --ink: #17332c;
  --ink-soft: #536760;
  --forest: #14382f;
  --forest-2: #205445;
  --mint: #d8f1db;
  --lime: #c7f15c;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --coral: #ff795e;
  --line: rgba(20, 56, 47, .14);
  --shadow: 0 24px 60px rgba(18, 48, 40, .12);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--cream); }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: #fff; padding: 12px 16px; }
.skip-link:focus { top: 16px; }

.pilot-banner { padding: 7px 20px; background: var(--lime); color: #19362e; text-align: center; font-size: .77rem; font-weight: 800; letter-spacing: .04em; }
.site-header { height: 82px; padding: 0 clamp(18px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(247, 242, 232, .91); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px 14px 14px 4px; background: var(--forest); color: var(--lime); font-weight: 900; letter-spacing: -.06em; }
.brand strong { display: block; letter-spacing: -.04em; }
.brand small { display: block; color: var(--ink-soft); font-size: .66rem; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.nav-link, .language-button { border: 0; background: transparent; padding: 10px 13px; border-radius: 12px; cursor: pointer; font-weight: 700; font-size: .9rem; }
.nav-link:hover, .nav-link.active { background: rgba(20, 56, 47, .08); }
.language-button { margin-inline-start: 10px; border: 1px solid var(--line); }

.view { min-height: calc(100vh - 82px); }
.hero-shell { min-height: 650px; padding: clamp(64px, 9vw, 118px) clamp(24px, 7vw, 108px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); align-items: center; gap: clamp(40px, 8vw, 130px); background: radial-gradient(circle at 80% 25%, rgba(199, 241, 92, .3), transparent 28%), linear-gradient(135deg, #f9f5eb 0%, #edf3df 100%); overflow: hidden; }
.eyebrow { margin: 0 0 13px; color: #477367; font-size: .72rem; letter-spacing: .18em; font-weight: 900; }
.hero-copy h1 { margin: 0; font-size: clamp(3.3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.075em; max-width: 800px; }
.hero-copy h1 em { color: var(--forest-2); font-family: Georgia, serif; font-weight: 500; }
.hero-lead { max-width: 620px; margin: 30px 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.65; }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; cursor: pointer; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .nav-link:focus-visible { outline: 3px solid rgba(255, 121, 94, .45); outline-offset: 2px; }
.button.primary { background: var(--forest); color: white; box-shadow: 0 10px 30px rgba(20, 56, 47, .2); }
.button.secondary { background: transparent; border-color: rgba(20, 56, 47, .3); }
.button.accent { background: var(--lime); color: var(--forest); }
.button.ghost { background: rgba(20, 56, 47, .07); }
.button.small { min-height: 38px; padding: 0 14px; font-size: .8rem; }
.button.full { width: 100%; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; font-size: .78rem; color: var(--ink-soft); }
.trust-line > span > span { margin-inline-start: 3px; }

.job-preview { position: relative; background: var(--forest); color: white; border-radius: 32px; padding: clamp(28px, 4vw, 46px); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.job-preview::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; pointer-events: none; }
.preview-top { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .68rem; letter-spacing: .12em; font-weight: 800; }
.preview-top strong { margin-inline-start: auto; color: var(--lime); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(199,241,92,.14); }
.preview-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 45px 0 32px; border-radius: 22px; background: rgba(255,255,255,.1); font-size: 2rem; }
.preview-kicker { margin: 0; color: var(--lime); font-size: .72rem; letter-spacing: .13em; font-weight: 800; }
.job-preview h2 { margin: 8px 0 22px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; }
.preview-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.preview-facts span { padding: 8px 10px; border-radius: 10px; background: rgba(255,255,255,.08); font-size: .75rem; }
.microcopy { text-align: center; color: rgba(255,255,255,.55); font-size: .68rem; }

.steps-section { padding: 90px clamp(24px, 7vw, 108px); background: var(--paper); }
.steps-section > h2 { margin: 0; max-width: 700px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 500; }
.steps-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps-grid article { border-top: 1px solid var(--line); padding: 25px 10px 10px 0; }
.steps-grid article > span { color: var(--coral); font-weight: 900; font-size: .8rem; }
.steps-grid h3 { margin: 28px 0 12px; font-size: 1.15rem; }
.steps-grid p { color: var(--ink-soft); line-height: 1.65; }
.price-strip { display: grid; grid-template-columns: 1fr repeat(3, minmax(100px, 160px)); gap: 1px; background: rgba(255,255,255,.13); color: white; border-top: 1px solid rgba(255,255,255,.12); background-color: var(--forest); }
.price-strip > div { min-height: 130px; padding: 28px 32px; display: flex; flex-direction: column; justify-content: center; background: var(--forest); }
.price-strip small, .price span { color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .14em; }
.price-strip > div:first-child strong { max-width: 450px; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; margin-top: 8px; }
.price strong { font-size: 1.8rem; margin-top: 7px; }
.price.featured { background: var(--lime); color: var(--forest); }
.price.featured span { color: var(--forest-2); }

.workspace-view { padding: 56px clamp(18px, 5vw, 72px) 90px; background: linear-gradient(180deg, #f7f2e8, #f2eee4); }
.workspace-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.workspace-header h1 { margin: 0; max-width: 760px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; line-height: 1.05; }
.guest-card { min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 15px 50px rgba(20,56,47,.06); }
.guest-card h2 { font-family: Georgia, serif; font-size: 2.1rem; font-weight: 500; margin: 20px 0 10px; }
.guest-card p { max-width: 520px; color: var(--ink-soft); line-height: 1.6; }
.guest-illustration { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 28px; background: var(--mint); font-size: 2.2rem; }
.status-card { padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--forest); color: white; border-radius: 20px; margin-bottom: 22px; }
.status-card > div:first-child { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; }
.status-card small { display: block; grid-column: 2; color: rgba(255,255,255,.62); margin-top: 4px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(199,241,92,.12); }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: 22px; align-items: start; }
.panel { padding: clamp(22px, 3vw, 34px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 42px rgba(20,56,47,.055); }
.wide-panel { margin-top: 22px; }
.panel-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.panel-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.step-chip { padding: 7px 10px; border-radius: 999px; background: var(--mint); font-size: .72rem; font-weight: 800; }
.icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 12px; background: transparent; cursor: pointer; font-size: 1.2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label, fieldset { min-width: 0; }
label > span, legend { display: block; margin-bottom: 8px; font-size: .77rem; font-weight: 800; color: #48635b; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid rgba(20,56,47,.18); border-radius: 13px; background: white; color: var(--ink); padding: 10px 13px; }
textarea { min-height: 110px; resize: vertical; }
.full-field { grid-column: 1 / -1; }
fieldset { border: 0; padding: 0; margin: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.choice-grid label { display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; font-size: .78rem; }
.choice-grid input, .check-row input { width: 18px; min-height: 18px; accent-color: var(--forest); }
.compound { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-row { display: flex; align-items: center; gap: 10px; }
.check-row span { margin: 0; }
.card-list { display: grid; gap: 12px; }
.empty-state { min-height: 150px; place-items: center; color: var(--ink-soft); text-align: center; }
.offer-card, .job-card, .match-card { padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.card-top { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.card-top h3 { margin: 3px 0; }
.card-top small, .card-meta { color: var(--ink-soft); }
.score { min-width: 54px; padding: 7px 8px; border-radius: 10px; text-align: center; background: var(--mint); font-size: .75rem; font-weight: 900; }
.card-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; font-size: .75rem; }
.card-meta span { padding: 6px 8px; background: var(--cream); border-radius: 8px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.metrics-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 22px; }
.metric { min-height: 116px; padding: 20px; border-radius: 18px; background: var(--forest); color: white; display: flex; flex-direction: column; justify-content: center; }
.metric:nth-child(2) { background: var(--mint); color: var(--ink); }
.metric:nth-child(3) { background: var(--coral); color: #311a15; }
.metric small { font-size: .65rem; letter-spacing: .13em; opacity: .7; }
.metric strong { display: block; margin-top: 8px; font-size: 1.8rem; }
.text-button { padding: 6px 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.verified-card { display: flex; gap: 12px; align-items: center; padding: 18px; border-radius: 15px; background: var(--mint); }
.verified-card > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--lime); }
.verified-card small { display: block; color: var(--ink-soft); margin-top: 3px; }
.coverage-card { margin-top: 20px; padding: 20px; border-radius: 17px; background: var(--forest); color: white; }
.coverage-card h3 { margin: 0 0 8px; }
.coverage-card p { color: rgba(255,255,255,.7); }
.coverage-number { font-size: 2.7rem; font-weight: 900; color: var(--lime); }
.match-drawer { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 20px; }
.attendance-box { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.attendance-box > small { color: var(--ink-soft); font-weight: 800; }
.admin-login { max-width: 720px; margin: 0 auto; }

dialog { width: min(92vw, 480px); border: 0; border-radius: 24px; padding: 38px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(9,30,24,.3); }
dialog::backdrop { background: rgba(10, 32, 26, .68); backdrop-filter: blur(5px); }
dialog h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
dialog > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.55; }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 35px; height: 35px; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; font-size: 1.25rem; }
.stack-form { display: grid; gap: 16px; margin-top: 26px; }
.pilot-code { margin: 0; padding: 14px; background: var(--mint); border-radius: 12px; color: var(--forest); font-weight: 800; text-align: center; }
.toast { position: fixed; right: 24px; bottom: 24px; max-width: min(420px, calc(100vw - 48px)); z-index: 100; padding: 15px 18px; border-radius: 14px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.toast.error { background: #8c3126; }
.toast.danger { background: #8c3126; }
footer { min-height: 100px; display: flex; align-items: center; gap: 20px; padding: 24px clamp(24px, 7vw, 108px); background: #0e2a23; color: white; }
footer span { color: rgba(255,255,255,.55); font-size: .8rem; }
footer button { margin-inline-start: auto; }
footer a { margin-inline-start: auto; color: rgba(255,255,255,.7); font-size: .8rem; }

.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.public-plans { padding: 70px clamp(24px, 7vw, 108px) 28px; background: var(--forest); color: white; }
.plan-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.06); }
.plan-grid article.featured { background: var(--lime); color: var(--forest); }
.plan-grid article small { font-weight: 900; letter-spacing: .1em; opacity: .72; }
.plan-grid article h3 { margin: 18px 0 8px; }
.plan-grid article p { line-height: 1.55; opacity: .74; font-size: .87rem; }
.plan-grid.compact { grid-template-columns: repeat(2, 1fr); margin-top: 20px; }
.plan-grid.compact article { background: rgba(255,255,255,.08); }
.plan-grid.compact .button { margin-top: 8px; }
.guarantee { margin: 0; padding: 20px clamp(24px, 7vw, 108px) 55px; background: var(--forest); color: var(--lime); text-align: center; font-size: .84rem; }
.coverage-card .guarantee { padding: 16px; border-radius: 12px; background: rgba(199,241,92,.12); }

.conversation-shell { max-width: 760px; min-height: 520px; margin: 0 auto; padding: clamp(22px, 5vw, 50px); border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.conversation-top { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; margin-bottom: 46px; }
.progress-track { height: 7px; overflow: hidden; border-radius: 10px; background: rgba(20,56,47,.1); }
.progress-track span { display: block; width: 0; height: 100%; background: var(--coral); transition: width .25s ease; }
.chat-row { display: flex; align-items: start; gap: 12px; }
.bot-avatar { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 14px 14px 14px 4px; background: var(--forest); color: var(--lime); font-weight: 900; font-size: .75rem; }
.chat-bubble { padding: 18px 20px; border-radius: 5px 20px 20px; background: var(--mint); }
.chat-bubble p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.25rem, 3vw, 1.75rem); line-height: 1.25; }
.conversation-answer { min-height: 190px; padding: 30px 0 20px 54px; }
[dir="rtl"] .conversation-answer { padding: 30px 54px 20px 0; }
.conversation-field { display: block; max-width: 480px; }
.conversation-field input { font-size: 1.2rem; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.choice-chip { min-height: 46px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; font-weight: 750; }
.choice-chip:hover, .choice-chip.selected { border-color: var(--forest); background: var(--forest); color: white; }
.custom-number { display: flex; align-items: center; gap: 6px; }
.custom-number input { width: 64px; min-height: 30px; padding: 3px 7px; }
.location-choice { display: grid; gap: 14px; max-width: 480px; }
.location-choice > span { color: var(--ink-soft); text-align: center; font-size: .8rem; }
.money-answer { display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; max-width: 480px; }
.money-answer input { font-size: 1.2rem; }
.custom-slot { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 8px; margin-top: 18px; }
.custom-slot #slot-list { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 6px; }
.custom-slot #slot-list button { border: 0; background: transparent; cursor: pointer; }
.consent-list { display: grid; gap: 12px; }
.consent-list label { display: flex; align-items: flex-start; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; line-height: 1.4; }
.consent-list input { flex: 0 0 20px; width: 20px; min-height: 20px; accent-color: var(--forest); }
.onboarding-summary, .summary-list { display: grid; gap: 10px; }
.onboarding-summary p, .summary-list p { display: flex; justify-content: space-between; gap: 16px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }
.onboarding-summary span, .summary-list span { color: var(--ink-soft); text-align: end; }
.conversation-actions { display: flex; justify-content: flex-end; }
.autosave { margin: 12px 0 0; text-align: end; color: var(--ink-soft); font-size: .7rem; }
.privacy-actions { display: flex; gap: 16px; margin-top: 24px; }
.danger-text { color: #8c3126; }
.coverage-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 20px 0; }
.coverage-stats div { padding: 14px; border-radius: 12px; background: rgba(255,255,255,.08); }
.coverage-stats strong, .coverage-stats small { display: block; }
.coverage-stats strong { color: var(--lime); font-size: 1.35rem; }
.coverage-stats small { margin-top: 5px; opacity: .65; }
.privacy-note { font-size: .78rem; }
.pack-list { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.pack-list span { padding: 4px 7px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; font-size: .67rem; }

.seo-page { min-height: 70vh; max-width: 940px; margin: 0 auto; padding: 70px 22px; }
.public-job h1 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(2.2rem, 6vw, 4.8rem); font-weight: 500; }
.public-job > p:not(.eyebrow):not(.microcopy) { max-width: 720px; font-size: 1.05rem; line-height: 1.7; }
.public-job .microcopy { color: var(--ink-soft); text-align: start; }
.job-card { display: grid; gap: 8px; color: var(--ink); text-decoration: none; }
.job-card > span { color: var(--ink-soft); }

.admin-body { background: #eef1ec; }
.admin-main { padding: 48px clamp(18px,5vw,72px) 90px; }
.admin-login h1 { margin: 0; font-family: Georgia,serif; font-size: 2.6rem; font-weight: 500; }
.admin-tabs { display: flex; gap: 5px; overflow-x: auto; margin-bottom: 22px; padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.admin-tabs button { min-width: max-content; padding: 10px 14px; border: 0; border-radius: 9px; background: transparent; cursor: pointer; font-weight: 750; }
.admin-tabs button.active { background: var(--forest); color: white; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .82rem; }
th, td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: start; vertical-align: top; }
th { color: var(--ink-soft); font-size: .67rem; letter-spacing: .08em; }
td small { display: block; margin-top: 4px; color: var(--ink-soft); }
.status-pill { display: inline-block; padding: 5px 8px; border-radius: 999px; background: var(--mint); font-size: .7rem; }
.catalog-list { max-height: 520px; overflow-y: auto; }
.catalog-list p { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.catalog-list small { grid-column: 1 / -1; color: var(--ink-soft); }

[dir="rtl"] .dialog-close { left: 15px; right: auto; }
[dir="rtl"] .brand-mark { border-radius: 14px 14px 4px 14px; }

@media (max-width: 900px) {
  .site-header { height: auto; min-height: 72px; padding: 12px 18px; }
  .brand small { display: none; }
  .main-nav { gap: 0; }
  .nav-link { display: none; }
  .hero-shell { grid-template-columns: 1fr; padding-top: 70px; }
  .job-preview { max-width: 520px; transform: none; }
  .steps-grid, .workspace-grid { grid-template-columns: 1fr; }
  .price-strip { grid-template-columns: 1fr 1fr 1fr; }
  .price-strip > div:first-child { grid-column: 1 / -1; }
  .workspace-header { align-items: start; flex-direction: column; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .hero-copy h1 { font-size: 3.4rem; }
  .hero-actions .button { width: 100%; }
  .trust-line { display: grid; }
  .steps-section { padding-block: 60px; }
  .steps-grid { gap: 10px; }
  .price-strip { grid-template-columns: repeat(3, 1fr); }
  .price-strip > div { min-height: 95px; padding: 18px 12px; }
  .price-strip > div:first-child { padding: 25px 20px; }
  .form-grid, .metrics-row { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .choice-grid { grid-template-columns: 1fr; }
  .status-card { align-items: start; flex-direction: column; }
  .workspace-view { padding-top: 35px; }
  dialog { padding: 34px 22px 24px; }
  footer { align-items: start; flex-direction: column; }
  footer button { margin: 0; }
  footer a { margin: 0; }
  .plan-grid, .plan-grid.compact { grid-template-columns: 1fr; }
  .conversation-shell { padding: 20px 16px; border-radius: 20px; }
  .conversation-answer, [dir="rtl"] .conversation-answer { padding: 24px 0; }
  .custom-slot { grid-template-columns: 1fr 1fr; }
  .custom-slot select, .custom-slot #slot-list { grid-column: 1 / -1; }
  .coverage-stats { grid-template-columns: 1fr 1fr; }
  .onboarding-summary p, .summary-list p { display: grid; }
  .onboarding-summary span, .summary-list span { text-align: start; }
}

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