/* CallNuri public product design. Shared verbatim with demo-public. */
:root {
  --cn-ink: #17243b;
  --cn-muted: #5b687b;
  --cn-blue: #2455e7;
  --cn-blue-hover: #1943c5;
  --cn-soft: #f5f7fa;
  --cn-line: #e2e7ee;
  --cn-paper: #fff;
  --cn-success: #08745c;
  --cn-warning: #946000;
  --work-ink: var(--cn-ink);
  --work-navy: #182b48;
  --work-cobalt: var(--cn-blue);
  --work-mint: #a6ead5;
  --work-lime: #e8f2ee;
  --work-paper: var(--cn-soft);
  --work-line: var(--cn-line);
  --work-muted: var(--cn-muted);
  --shadow: 0 18px 50px #17243b12;
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Malgun Gothic', sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a, button, input, select, textarea, summary { touch-action: manipulation; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #5483fb; outline-offset: 4px; }
button:disabled { cursor: not-allowed; opacity: .55; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

/* Demo presentation only: no changes to visibility, steps, fields, or routes. */
body:not(.launch-site) { min-width: 0; background: var(--cn-soft); color: var(--cn-ink); line-height: 1.65; }
body:not(.launch-site) .workline-header { max-width: none; height: 76px; padding-inline: max(24px, calc((100% - 1132px) / 2)); background: #ffffffed; border-bottom: 1px solid var(--cn-line); }
.workline-header .brand { gap: 10px; font-size: 22px; letter-spacing: -.8px; }
.workline-header .brand-mark { width: 34px; height: 34px; border-radius: 10px; background: url('/callnuri-brand.png') center / contain no-repeat; color: transparent; font-size: 0; }
.workline-header .product-name { color: var(--cn-muted); letter-spacing: -.2px; }
.workline-header .business-link { color: var(--cn-muted); font-weight: 600; text-decoration: none; padding-block: 12px; }
.workline-header .business-link:hover { color: var(--cn-blue); text-decoration: underline; }
body:not(.launch-site) .shell { max-width: 1180px; padding-top: 52px; }
body:not(.launch-site) .eyebrow { color: var(--cn-blue); letter-spacing: .1em; font-size: 11px; font-weight: 750; }
body:not(.launch-site) .hero { min-height: 560px; gap: 64px; padding-bottom: 44px; }
body:not(.launch-site) .hero h1 { font-size: clamp(36px, 4.3vw, 58px); line-height: 1.2; letter-spacing: -.055em; word-break: keep-all; white-space: normal; }
body:not(.launch-site) .hero .lede { font-size: 17px; line-height: 1.85; color: var(--cn-muted); max-width: 570px; }
body:not(.launch-site) .primary, body:not(.launch-site) .secondary { min-height: 48px; border-radius: 10px; padding: 12px 20px; font-size: 15px; font-weight: 650; box-shadow: none; text-decoration: none; transition: background .15s, border-color .15s; }
body:not(.launch-site) .primary { background: var(--cn-blue); color: #fff; border: 1px solid var(--cn-blue); }
body:not(.launch-site) .primary:hover { background: var(--cn-blue-hover); border-color: var(--cn-blue-hover); }
body:not(.launch-site) .secondary { background: #fff; color: var(--cn-ink); border: 1px solid #d4dce7; }
body:not(.launch-site) .secondary:hover { background: #f2f5fa; border-color: #acb9ce; }
body:not(.launch-site) .hero-action-copy { color: var(--cn-ink); }
body:not(.launch-site) .hero-actions { background: transparent; border: none; padding-inline: 0; box-shadow: none; }
body:not(.launch-site) .hero-action-copy span { color: var(--cn-muted); }
body:not(.launch-site) .phone { border: 1px solid #d8e0eb; padding: 10px; border-radius: 26px; box-shadow: 0 20px 60px #17243b1a; background: #fff; }
body:not(.launch-site) .phone-screen { border-radius: 18px; background: #192d4a; min-height: 450px; }
body:not(.launch-site) .caller-icon { background: #dae5ff; color: #2449aa; border-radius: 22px; }
body:not(.launch-site) .lead-preview { border-radius: 12px; box-shadow: none; }
body:not(.launch-site) .trust { color: var(--cn-muted); font-size: 12px; line-height: 1.8; }
body:not(.launch-site) .use-cases { background: #fff; border: 1px solid var(--cn-line); border-radius: 14px; overflow: hidden; }
body:not(.launch-site) .use-cases div { padding: 22px; }
body:not(.launch-site) .use-cases strong { font-size: 15px; }
body:not(.launch-site) .use-cases span { font-size: 13px; }
body:not(.launch-site) .progress-wrap { margin-bottom: 32px; }
body:not(.launch-site) .progress-copy { font-size: 12px; }
body:not(.launch-site) .progress i { height: 3px; }
body:not(.launch-site) :is(.setup, .quick-setup) { max-width: 960px; }
body:not(.launch-site) :is(.setup, .quick-setup) > h1 { margin: 12px 0; font-size: clamp(28px, 4vw, 40px); line-height: 1.3; letter-spacing: -.045em; }
body:not(.launch-site) .question { padding: 28px 0; }
body:not(.launch-site) .question h2 { font-size: 20px; letter-spacing: -.035em; }
body:not(.launch-site) .question > p { color: var(--cn-muted); font-size: 14px; line-height: 1.8; }
body:not(.launch-site) :is(input:not([type=radio]):not([type=checkbox]):not([type=file]), select, textarea) { max-width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #ced7e3; border-radius: 9px; color: var(--cn-ink); background: #fff; font-size: 16px; }
body:not(.launch-site) :is(input[type=radio], input[type=checkbox]) { accent-color: var(--cn-blue); }
body:not(.launch-site) input::placeholder, body:not(.launch-site) textarea::placeholder { color: #788496; }
body:not(.launch-site) .field { gap: 7px; }
body:not(.launch-site) .field > span, body:not(.launch-site) .field label { font-size: 14px; }
body:not(.launch-site) .option { border-radius: 12px; min-height: 96px; padding: 17px; box-shadow: none; }
body:not(.launch-site) .option.selected { border-color: var(--cn-blue); background: #f0f5ff; padding: 16px; }
body:not(.launch-site) .url-import-card { border: 1px solid #cad9fb; border-radius: 14px; background: #edf3ff; padding: 24px; }
body:not(.launch-site) .recommended-badge { background: #dfe9ff; color: #244dc0; border-radius: 6px; font-size: 11px; }
body:not(.launch-site) :is(.voice-selection-card, .basic-voice-panel, .my-voice-panel, .voice-picker, .business-voice-option) { border-radius: 12px; box-shadow: none; }
body:not(.launch-site) :is(.voice-selection-card, .demo-notice, .sample) { background: #f0f4fa; }
body:not(.launch-site) .setup-actions { border-top: 1px solid var(--cn-line); padding: 16px 0 calc(16px + env(safe-area-inset-bottom)); background: #f5f7faf5; backdrop-filter: blur(12px); }
body:not(.launch-site) .call-choice { max-width: 840px; border-radius: 18px; border-color: var(--cn-line); box-shadow: 0 8px 30px #17243b06; }
body:not(.launch-site) .call-choice h1 { letter-spacing: -.045em; }
body:not(.launch-site) .call-choice > p { color: var(--cn-muted); }
body:not(.launch-site) .facts-panel h1 { font-size: 30px; }
body:not(.launch-site) .demo-goals { border-radius: 12px; background: #fff; border-color: var(--cn-line); }
body:not(.launch-site) .bubble { border: 1px solid var(--cn-line); border-radius: 14px; line-height: 1.8; overflow-wrap: anywhere; }
body:not(.launch-site) .bubble.assistant { background: #edf3ff; color: var(--cn-ink); border-color: #dee7fa; }
body:not(.launch-site) .conversation { scrollbar-width: thin; scrollbar-color: #c5cfdd transparent; }
body:not(.launch-site) .lead-summary { border-radius: 16px; padding: 30px; box-shadow: 0 5px 25px #17243b04; }
body:not(.launch-site) .lead-summary h1 { font-size: 30px; line-height: 1.4; }
body:not(.launch-site) .lead-summary :is(p, dd) { overflow-wrap: anywhere; }
body:not(.launch-site) .lead-summary .next-action { background: #edf3ff; border-left-color: var(--cn-blue); }
body:not(.launch-site) .claim { background: #fff; color: var(--cn-ink); border: 1px solid var(--cn-line); border-radius: 16px; box-shadow: 0 6px 25px #17243b06; }
body:not(.launch-site) .claim h2 { color: var(--cn-ink); font-size: 25px; }
body:not(.launch-site) .claim :is(p, small, ul) { color: var(--cn-muted); }
body:not(.launch-site) .claim .primary { background: var(--cn-blue); color: #fff; }
body:not(.launch-site) .claim .secondary { width: 100%; }
body:not(.launch-site) .booking-request-cards article { border: 1px solid #eddbb3; border-radius: 12px; background: #fffaf0; }
body:not(.launch-site) .action-card { border: 1px solid var(--cn-line); border-radius: 12px; box-shadow: none; }
body:not(.launch-site) .boundary { padding-top: 36px; }
body:not(.launch-site) .boundary h2 { font-size: 27px; }
body:not(.launch-site) .demo-footer { padding: 24px; color: var(--cn-muted); border-top: 1px solid var(--cn-line); background: #fff; font-size: 12px; }
body:not(.launch-site) :is(.setup, .quick-setup, .call-grid, .result-grid, .facts-panel, .claim, .lead-summary, .question, .options) { min-width: 0; }
@media (max-width: 820px) {
  body:not(.launch-site) .workline-header { height: 66px; padding: 0 20px; }
  body:not(.launch-site) .shell { padding: 32px 20px 60px; }
  body:not(.launch-site) .hero { gap: 32px; min-height: auto; }
  body:not(.launch-site) .hero h1 { font-size: clamp(32px, 7.5vw, 48px); }
  body:not(.launch-site) .hero .lede { font-size: 16px; }
  body:not(.launch-site) .hero .phone { width: 100%; max-width: 440px; }
  body:not(.launch-site) .phone-screen { min-height: 330px; padding: 24px; }
  body:not(.launch-site) .call-phone { width: 100%; max-width: 100%; }
  body:not(.launch-site) .call-phone .phone-screen { min-height: 240px; }
  body:not(.launch-site) .call-phone .caller { margin: 18px 0; }
  body:not(.launch-site) .call-phone .caller-icon { width: 48px; height: 48px; margin-bottom: 10px; font-size: 20px; border-radius: 14px; }
  body:not(.launch-site) .call-phone .voice-waveform { height: 44px; }
  body:not(.launch-site) .facts-panel, body:not(.launch-site) .claim, body:not(.launch-site) .lead-summary { width: 100%; }
  body:not(.launch-site) .url-import-card { padding: 20px; }
  body:not(.launch-site) .lead-summary { padding: 22px; }
  body:not(.launch-site) .lead-summary h1, body:not(.launch-site) .facts-panel h1 { font-size: 25px; }
  body:not(.launch-site) .claim { padding: 24px; }
}
@media (max-width: 480px) {
  body:not(.launch-site) .workline-header { padding-inline: 16px; gap: 10px; }
  .workline-header .brand { font-size: 20px; }
  .workline-header .brand-mark { width: 30px; height: 30px; }
  body:not(.launch-site) .shell { padding-inline: 18px; }
  body:not(.launch-site) .use-cases { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body:not(.launch-site) .use-cases div { padding: 17px 14px; border-bottom: 1px solid var(--cn-line); }
  body:not(.launch-site) .use-cases div:nth-last-child(-n+2) { border-bottom: 0; }
  body:not(.launch-site) .use-cases div:nth-child(odd) { border-right: 1px solid var(--cn-line); }
  body:not(.launch-site) .use-cases span { font-size: 12px; }
  body:not(.launch-site) .question h2 { font-size: 18px; }
  body:not(.launch-site) .hero .trust { margin-top: 18px; }
  body:not(.launch-site) .url-import-card { padding: 18px; }
  body:not(.launch-site) .primary, body:not(.launch-site) .secondary { font-size: 14px; padding-inline: 15px; }
}

/* Personal landing: keep the existing content and CTA order legible at every width. */
#workline-main .hero h1 { font-size: clamp(30px, 3.1vw, 42px); }
#workline-main .hero-actions { flex-wrap: wrap; justify-content: flex-start; }
#workline-main .hero-action-copy { flex-basis: 100%; padding-left: 0; }
#workline-main .hero-actions > :is(a, button) { flex: 1 1 220px; min-width: 0; min-height: 52px; padding: 13px 18px; border-radius: 10px; box-shadow: none; font-size: 14px; text-align: center; }
@media (max-width: 820px) { #workline-main .hero-action-copy { flex-basis: auto; } #workline-main .hero-actions > :is(a, button) { flex: 0 0 auto; width: 100%; } }
