:root {
  --ink: #17332f;
  --ink-soft: #36514c;
  --muted: #6c817b;
  --muted-light: #92a49f;
  --line: #dfe9e5;
  --line-strong: #cbdcd6;
  --surface: #ffffff;
  --surface-soft: #f8fbfa;
  --surface-tint: #eef7f3;
  --mint: #d5eee4;
  --green: #176b59;
  --green-dark: #0f5546;
  --green-bright: #43a785;
  --background: #f4f8f6;
  --warning: #9a681d;
  --warning-surface: #fff8ec;
  --warning-line: #f0d7ad;
  --danger: #a6533e;
  --danger-surface: #fff4f0;
  --danger-line: #f0d0c5;
  --shadow-card: 0 18px 45px rgba(29, 67, 57, .07), 0 2px 5px rgba(29, 67, 57, .03);
  --shadow-focus: 0 0 0 4px rgba(67, 167, 133, .14);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: radial-gradient(circle at 76% -18%, rgba(211, 239, 228, .9) 0, rgba(211, 239, 228, 0) 34%), linear-gradient(180deg, #f8fbfa 0, var(--background) 38%, #f2f7f5 100%); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, textarea { font: inherit; }
button:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(67, 167, 133, .35); outline-offset: 3px; }
.page-shell { width: min(100% - 80px, 1240px); margin: 0 auto; padding: 25px 0 34px; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 36px; margin-bottom: 43px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 14px; font-weight: 760; letter-spacing: -.01em; text-decoration: none; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; gap: 3px; width: 26px; height: 26px; }
.brand-mark span { display: block; width: 5px; height: 14px; border-radius: 5px; background: var(--green); transform: rotate(30deg); }
.brand-mark span:nth-child(2) { height: 21px; background: var(--green-bright); }
.brand-mark span:nth-child(3) { height: 11px; background: #9bd6c0; }
.header-context { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 600; }
.header-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(67, 167, 133, .1); }
.site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.site-nav a { color: var(--muted); font-size: 12px; font-weight: 650; text-decoration: none; }
.site-nav a:hover { color: var(--green-dark); }
.site-nav .nav-cta { padding: 9px 13px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--green-dark); background: rgba(255, 255, 255, .62); }
.site-nav .nav-cta:hover { border-color: var(--green-bright); background: var(--surface-tint); }
.hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(230px, 1fr); align-items: end; gap: 48px; margin: 0 0 23px; }
.landing-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(38px, 5vw, 64px); }
.landing-hero .hero-copy { max-width: 760px; }
.hero-copy { max-width: 670px; }
.eyebrow, .step-label, .item-label { margin: 0 0 10px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 13px; color: var(--ink); font-size: clamp(38px, 5.4vw, 62px); font-weight: 790; letter-spacing: -.055em; line-height: 1.02; }
.subtitle { max-width: 560px; margin-bottom: 0; color: var(--green-dark); font-size: clamp(17px, 2vw, 19px); font-weight: 650; letter-spacing: -.012em; line-height: 1.5; }
.hero-description { max-width: 650px; margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.hero-benefit { max-width: 500px; margin: 0; justify-self: end; color: var(--green); font-size: clamp(24px, 2.6vw, 34px); font-weight: 760; letter-spacing: -.045em; line-height: 1.12; }
.hero-note { display: flex; align-items: center; gap: 10px; justify-self: end; width: min(100%, 286px); padding: 13px 15px; border: 1px solid rgba(203, 220, 214, .9); border-radius: 12px; color: var(--ink-soft); background: rgba(255, 255, 255, .56); font-size: 12px; font-weight: 650; line-height: 1.4; }
.hero-note-icon { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; border-radius: 8px; color: var(--green); background: var(--mint); font-size: 13px; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 25px; }
.primary-button { text-decoration: none; }
.solution-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.visual-label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1.25; text-transform: uppercase; }
.solution-badge { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 999px; color: var(--green); background: var(--surface-tint); font-size: 10px; font-weight: 750; white-space: nowrap; }
.solution-facts div { min-width: 0; }
.solution-facts span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; line-height: 1.25; }
.solution-facts strong { display: block; overflow-wrap: anywhere; color: var(--ink); font-size: 12px; line-height: 1.35; }
.landing-section { margin-top: 105px; scroll-margin-top: 28px; }
.section-intro { max-width: 535px; }
.section-intro > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.landing-title { max-width: 570px; margin: 0; color: var(--ink); font-size: clamp(30px, 4vw, 45px); font-weight: 760; letter-spacing: -.045em; line-height: 1.08; }
.problem-section, .solution-section { display: grid; grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(38px, 7vw, 78px); }
.problem-visual { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, .85fr); align-items: center; gap: 14px; }
.customer-message, .missing-card { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 10px 30px rgba(29, 67, 57, .04); }
.customer-message { transform: rotate(-1deg); }
.missing-card { background: var(--surface-tint); }
.visual-label { margin: 0 0 12px; }
.message-text { margin: 0; color: var(--ink); font-size: 15px; font-weight: 650; line-height: 1.6; }
.message-meta { display: block; margin-top: 16px; color: var(--muted-light); font-size: 11px; }
.visual-arrow { color: var(--green-bright); font-size: 23px; font-weight: 500; }
.missing-card ul { list-style: none; margin: 0; padding: 0; }
.missing-card li { display: flex; align-items: flex-start; gap: 8px; margin-top: 11px; color: var(--ink-soft); font-size: 13px; line-height: 1.4; }
.missing-card li:first-child { margin-top: 0; }
.missing-card li::before { flex: 0 0 6px; width: 6px; height: 6px; margin-top: 6px; border-radius: 50%; background: #c38c3c; content: ""; }
.solution-preview { min-width: 0; padding: 24px; border: 1px solid #cfe7dc; border-radius: 16px; background: linear-gradient(135deg, #f7fcf9, #eef8f3); }
.solution-header h3 { margin: 7px 0 0; color: var(--ink); font-size: 18px; letter-spacing: -.02em; line-height: 1.3; }
.solution-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 22px; padding: 17px 0; border-top: 1px solid #d7ebe1; border-bottom: 1px solid #d7ebe1; }
.urgency-medium-text { color: #a06a27 !important; }
.solution-missing { padding: 17px 0 14px; border-bottom: 1px solid #d7ebe1; }
.solution-missing p:last-child { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.solution-question { margin-top: 17px; padding: 15px; border: 1px solid #c6e1d4; border-radius: 11px; background: rgba(255, 255, 255, .74); }
.solution-question .visual-label { margin-bottom: 8px; color: var(--green); }
.solution-question p:last-child { margin: 0; color: var(--ink); font-size: 14px; font-weight: 650; line-height: 1.55; }
.section-intro-centered { margin: 0 auto; text-align: center; }
.section-intro-centered .landing-title { margin: 0 auto; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.step-card { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .66); }
.landing-step-number { color: var(--green-bright); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.step-card h3 { margin: 28px 0 9px; color: var(--ink); font-size: 17px; letter-spacing: -.02em; }
.step-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.benefits-section { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: 70px; align-items: center; }
.benefit-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.benefit-item { min-height: 118px; padding: 17px; border-top: 2px solid var(--green-bright); background: rgba(255, 255, 255, .57); }
.benefit-item span { color: var(--muted-light); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.benefit-item p { margin: 24px 0 0; color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.4; }
.benefit-item small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.45; }
.audience-section { max-width: 850px; margin: 105px auto 0; padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.audience-section .eyebrow { margin-bottom: 17px; }
.audience-section h2 { margin: 0; color: var(--ink-soft); font-size: clamp(21px, 3vw, 29px); font-weight: 600; letter-spacing: -.025em; line-height: 1.35; }
.audience-section > p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 105px 0 0; padding: 34px 38px; border-radius: 16px; color: #fff; background: var(--green-dark); }
.final-cta .eyebrow { margin-bottom: 10px; color: #9bd6c0; }
.final-cta h2 { color: #fff; font-size: clamp(25px, 3.3vw, 36px); }
.final-cta-copy { max-width: 520px; margin: 10px 0 0; color: #d5eee4; font-size: 14px; line-height: 1.5; }
.final-cta .primary-button { flex: 0 0 auto; color: var(--green-dark); background: #fff; box-shadow: none; }
.final-cta .primary-button:hover { color: var(--green-dark); background: var(--mint); }
.workspace { display: grid; gap: 22px; scroll-margin-top: 28px; }
.card { border: 1px solid rgba(223, 233, 229, .96); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-card); padding: clamp(25px, 4vw, 39px); }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; }
.section-kicker .step-label { margin: 0; color: var(--muted); letter-spacing: .13em; }
.step-number { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 7px; color: var(--green); background: var(--surface-tint); font-size: 11px; font-weight: 800; }
h2 { margin-bottom: 0; color: var(--ink); font-size: 25px; font-weight: 750; letter-spacing: -.035em; line-height: 1.2; }
.status-dot, .analyzed-badge { display: inline-flex; align-items: center; border-radius: 999px; white-space: nowrap; font-size: 11px; font-weight: 750; letter-spacing: .01em; }
.status-dot { gap: 8px; padding: 8px 12px; color: var(--green); background: var(--surface-tint); }
.status-dot::before { width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 3px rgba(67, 167, 133, .13); }
.status-dot.status-loading { color: #7b6b2d; background: #fbf7e9; }
.status-dot.status-loading::before { background: #c5a75b; box-shadow: 0 0 0 3px rgba(197, 167, 91, .14); animation: pulse 1.2s ease-in-out infinite; }
.status-dot.status-error { color: var(--danger); background: var(--danger-surface); }
.status-dot.status-error::before { background: #cc745b; box-shadow: 0 0 0 3px rgba(204, 116, 91, .13); }
.textarea-wrap { position: relative; }
textarea { display: block; width: 100%; min-height: 184px; resize: vertical; border: 1px solid var(--line-strong); border-radius: 13px; outline: none; background: var(--surface-soft); color: var(--ink); font-size: 16px; line-height: 1.7; padding: 18px 19px; transition: border-color .2s, box-shadow .2s, background .2s; }
textarea::placeholder { color: var(--muted-light); }
textarea:hover { border-color: #b9d1c8; background: #fbfdfc; }
textarea:focus { border-color: var(--green-bright); background: var(--surface); box-shadow: var(--shadow-focus); }
.input-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; }
.hint { color: var(--muted); font-size: 12px; line-height: 1.45; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; gap: 8px; padding: 13px 17px 13px 19px; border: 0; border-radius: 11px; color: #fff; background: var(--green); cursor: pointer; font-size: 14px; font-weight: 750; box-shadow: 0 8px 18px rgba(23, 107, 89, .15); transition: background .2s, box-shadow .2s, transform .2s; }
.button-arrow { display: inline-block; font-size: 19px; line-height: 1; transition: transform .2s; }
.primary-button:hover { background: var(--green-dark); box-shadow: 0 10px 22px rgba(23, 107, 89, .2); transform: translateY(-1px); }
.primary-button:hover .button-arrow { transform: translateX(2px); }
.primary-button:disabled { cursor: wait; opacity: .72; transform: none; }
.primary-button.is-loading .button-arrow { animation: arrow-pulse 1s ease-in-out infinite; }
.error-message { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 0; padding: 13px 15px; border: 1px solid var(--danger-line); border-radius: 11px; color: var(--danger); background: var(--danger-surface); font-size: 13px; line-height: 1.5; }
.error-message::before { display: grid; flex: 0 0 19px; width: 19px; height: 19px; place-items: center; content: "!"; border-radius: 50%; color: #fff; background: var(--danger); font-size: 11px; font-weight: 800; }
.error-message[hidden], .result-card[hidden] { display: none; }
.result-heading { margin-bottom: 0; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.analyzed-badge { gap: 6px; padding: 8px 11px; color: #236d55; background: var(--mint); }
.checkmark { display: inline-grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #fff; background: #4ca47f; font-size: 10px; font-weight: 800; }
.summary-grid { display: grid; grid-template-columns: 1.25fr 1fr 1.3fr 1.25fr 1fr; gap: 0; padding: 25px 0; border-bottom: 1px solid var(--line); }
.summary-item { min-width: 0; padding: 0 21px; border-left: 1px solid var(--line); }
.summary-item:first-child { padding-left: 0; border-left: 0; }
.summary-item:last-child { padding-right: 0; }
.summary-item-featured { padding-top: 1px; }
.urgency-section { display: flex; align-items: center; gap: 12px; padding: 18px 0 20px; border-bottom: 1px solid var(--line); }
.urgency-section .item-label, .urgency-section .urgency-value { margin-bottom: 0; }
.item-label { margin-bottom: 9px; color: var(--muted); font-size: 10px; letter-spacing: .11em; }
.item-value { overflow-wrap: anywhere; margin: 0; color: var(--ink); font-size: 15px; font-weight: 720; line-height: 1.42; }
.urgency-value { display: flex; align-items: center; gap: 8px; color: #6d7180; font-weight: 750; }
.urgency-value span { display: block; flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: #89949a; box-shadow: 0 0 0 4px rgba(137, 148, 154, .12); }
.urgency-value.urgency-high { color: #a54e3c; }
.urgency-value.urgency-high span { background: #cf6b54; box-shadow: 0 0 0 4px rgba(207, 107, 84, .13); }
.urgency-value.urgency-medium { color: #a06a27; }
.urgency-value.urgency-medium span { background: #d19a45; box-shadow: 0 0 0 4px rgba(209, 154, 69, .13); }
.urgency-value.urgency-low { color: var(--green); }
.urgency-value.urgency-low span { background: var(--green-bright); box-shadow: 0 0 0 4px rgba(67, 167, 133, .13); }
.urgency-value.urgency-unclear { color: #89702f; }
.urgency-value.urgency-unclear span { background: #c5a75b; box-shadow: 0 0 0 4px rgba(197, 167, 91, .13); }
.contradiction-notice { margin-top: 22px; padding: 17px 19px; border: 1px solid var(--warning-line); border-radius: 13px; background: var(--warning-surface); }
.notice-heading, .detail-heading { display: flex; align-items: center; gap: 9px; }
.notice-heading .item-label, .detail-heading .item-label { margin-bottom: 0; }
.notice-icon, .detail-icon { display: grid; flex: 0 0 21px; width: 21px; height: 21px; place-items: center; border-radius: 7px; color: var(--warning); background: #f6dfb4; font-size: 12px; font-weight: 850; }
.contradiction-notice ul { list-style: none; margin: 12px 0 0 30px; padding: 0; }
.contradiction-notice li { margin: 0 0 7px; color: #765324; font-size: 14px; line-height: 1.5; }
.contradiction-notice li:last-child { margin-bottom: 0; }
.contradiction-notice li::before { display: inline-block; width: 5px; height: 5px; content: ""; margin: 0 9px 2px 0; border-radius: 50%; background: #c38c3c; }
.details-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; padding-top: 25px; }
.detail-block, .question-block { min-width: 0; }
.detail-block ul { list-style: none; margin: 17px 0 0; padding: 0; }
.detail-block li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; color: var(--ink-soft); font-size: 14px; line-height: 1.45; }
.detail-block li::before { display: grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; content: ""; margin-top: 0; border: 1px solid #e8cda2; border-radius: 50%; background: #fff9ef; }
.detail-icon { color: var(--green); background: var(--surface-tint); }
.question-icon { color: #2c7e64; background: var(--mint); }
.question-block { padding: 20px 22px; border: 1px solid #cfe7dc; border-radius: 14px; background: linear-gradient(135deg, #f3fbf7, #edf8f3); }
.question { margin: 17px 0 0; color: var(--ink); font-size: 15px; font-weight: 650; line-height: 1.62; }
.result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--line); }
.secondary-button, .text-button { min-height: 42px; border-radius: 10px; cursor: pointer; font-size: 13px; font-weight: 720; transition: color .2s, border-color .2s, background .2s; }
.secondary-button { padding: 10px 14px; border: 1px solid var(--line-strong); color: var(--ink-soft); background: var(--surface); }
.secondary-button:hover { border-color: var(--green-bright); color: var(--green-dark); background: var(--surface-tint); }
.text-button { padding: 10px 5px; border: 1px solid transparent; color: var(--muted); background: transparent; }
.text-button:hover { color: var(--green-dark); background: var(--surface-tint); }
.copy-status { margin: 11px 0 0; color: var(--green-dark); font-size: 12px; font-weight: 650; line-height: 1.45; }
.history-card[hidden] { display: none; }
.history-heading { align-items: center; margin-bottom: 0; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.history-note { max-width: 520px; margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.history-clear-button { flex: 0 0 auto; }
.history-list { display: grid; }
.history-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.history-item:last-child { padding-bottom: 0; border-bottom: 0; }
.history-item-content { min-width: 0; }
.history-item-title { margin: 0; overflow-wrap: anywhere; color: var(--ink); font-size: 15px; font-weight: 740; letter-spacing: -.015em; line-height: 1.4; }
.history-item-excerpt { margin: 6px 0 0; overflow-wrap: anywhere; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.history-item-meta { margin: 8px 0 0; color: var(--muted-light); font-size: 11px; font-weight: 650; line-height: 1.4; }
.history-item-actions { display: flex; align-items: center; gap: 8px; }
.history-open-button { min-width: 78px; }
.history-delete-button { padding-inline: 8px; }
.prototype-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 25px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.prototype-note span { color: var(--green); font-size: 14px; }
.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; }
@keyframes pulse { 0%, 100% { opacity: .55; transform: scale(.85); } 50% { opacity: 1; transform: scale(1); } }
@keyframes arrow-pulse { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(3px); } }
@media (max-width: 850px) {
  .site-nav { gap: 15px; }
  .problem-section, .solution-section, .benefits-section { gap: 36px; }
  .solution-facts { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .summary-grid { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
  .summary-item:nth-child(4) { padding-left: 0; border-left: 0; }
  .summary-item:nth-child(4), .summary-item:nth-child(5) { padding-top: 2px; }
}
@media (max-width: 650px) {
  .page-shell { width: min(100% - 32px, 560px); padding-top: 18px; }
  .site-header { margin-bottom: 32px; }
  .site-nav { gap: 0; }
  .site-nav a:not(.nav-cta) { display: none; }
  .site-nav .nav-cta { padding: 8px 11px; font-size: 11px; }
  .hero { display: block; margin-bottom: 20px; }
  .landing-hero { display: block; margin-bottom: 42px; }
  h1 { font-size: clamp(37px, 12vw, 52px); }
  .hero-description { margin-top: 8px; }
  .hero-benefit { max-width: 510px; margin-top: 29px; font-size: clamp(25px, 8vw, 34px); }
  .landing-section { margin-top: 76px; }
  .problem-section, .solution-section, .benefits-section { display: block; }
  .problem-visual { grid-template-columns: 1fr; gap: 11px; margin-top: 28px; }
  .customer-message { transform: none; }
  .visual-arrow { justify-self: center; transform: rotate(90deg); }
  .solution-preview { margin-top: 28px; }
  .step-grid { grid-template-columns: 1fr; gap: 11px; margin-top: 28px; }
  .step-card h3 { margin-top: 19px; }
  .benefit-list { grid-template-columns: 1fr; gap: 10px; margin-top: 28px; }
  .benefit-item { min-height: auto; }
  .benefit-item p { margin-top: 13px; }
  .audience-section { margin-top: 76px; padding: 29px 0; }
  .final-cta { align-items: flex-start; flex-direction: column; margin-top: 76px; padding: 28px 23px; }
  .final-cta .primary-button { width: 100%; }
  .card { padding: 21px; border-radius: 15px; }
  .section-heading { gap: 12px; margin-bottom: 20px; }
  h2 { font-size: 22px; }
  .status-dot, .analyzed-badge { padding: 7px 9px; font-size: 10px; }
  textarea { min-height: 194px; padding: 15px; font-size: 15px; }
  .input-footer { align-items: stretch; flex-direction: column; gap: 14px; }
  .primary-button { width: 100%; }
  .summary-grid { grid-template-columns: repeat(2, 1fr); row-gap: 22px; padding: 22px 0; }
  .urgency-section { align-items: flex-start; flex-direction: column; gap: 8px; padding: 17px 0 19px; }
  .summary-item, .summary-item:nth-child(4), .summary-item:nth-child(5) { padding: 0 13px; border-left: 1px solid var(--line); }
  .summary-item:nth-child(odd) { padding-left: 0; border-left: 0; }
  .summary-item:nth-child(even) { padding-right: 0; }
  .item-value { font-size: 14px; }
  .details-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 22px; }
  .question-block { padding: 18px; }
  .contradiction-notice { padding: 15px; }
  .contradiction-notice ul { margin-left: 0; }
  .result-actions { align-items: stretch; flex-direction: column; }
  .result-actions button { width: 100%; }
  .history-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .history-clear-button { padding-left: 0; }
  .history-item { grid-template-columns: 1fr; gap: 13px; }
  .history-item-actions { align-items: stretch; }
  .history-item-actions button { flex: 1; }
}
@media (max-width: 390px) {
  .page-shell { width: min(100% - 24px, 560px); }
  .site-header { margin-bottom: 28px; }
  .brand-lockup { font-size: 13px; }
  .section-heading { align-items: flex-start; }
  .status-dot, .analyzed-badge { max-width: 92px; overflow: hidden; text-overflow: ellipsis; }
  .solution-preview { padding: 17px; }
  .solution-facts { gap: 13px; }
}

