.insight-banner > div:nth-child(2) { flex: 1; }
.insight-banner .copy-button { color: #fff; border-color: #ffffff66; }
.result-section { margin-top: 70px; padding: 36px; background: #fff; border: 1px solid var(--line); }
.section-title { display: flex; justify-content: space-between; align-items: start; margin-bottom: 28px; }
.section-title > div { display: flex; gap: 17px; align-items: start; }
.section-title > div > span { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: #e6efe8; color: var(--green); font: 700 11px Arial; }
.section-title h3 { font: 25px 'Nanum Myeongjo'; letter-spacing: -1.5px; margin: 0; }
.sentiment-total { display: flex; align-items: end; gap: 9px; margin-bottom: 18px; }
.sentiment-total strong { font: 42px 'DM Serif Display'; color: var(--green); }
.sentiment-total span { color: var(--muted); padding-bottom: 7px; }
.sentiment-bar { display: flex; overflow: hidden; height: 14px; border-radius: 20px; background: #e6e7e1; }
.sentiment-bar i { display: block; height: 100%; }
.sentiment-bar .positive, .sentiment-legend i.positive { background: #2f7359; }
.sentiment-bar .neutral, .sentiment-legend i.neutral { background: #d2b76f; }
.sentiment-bar .negative, .sentiment-legend i.negative { background: #c75c4a; }
.sentiment-legend { display: flex; gap: 28px; margin-top: 14px; color: var(--muted); font-size: 12px; }
.sentiment-legend i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; }
.sentiment-legend b { color: var(--ink); }
.signal-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signal-card { display: flex; gap: 17px; padding: 24px; border: 1px solid var(--line); background: #fcfcf9; }
.signal-card.positive { border-top: 3px solid #2f7359; }
.signal-card.negative { border-top: 3px solid #c75c4a; }
.signal-rank { font: 23px 'DM Serif Display'; color: #aeb9ae; }
.signal-body { min-width: 0; flex: 1; }
.signal-head { display: flex; justify-content: space-between; gap: 12px; }
.signal-head h4 { font-size: 17px; margin: 0; }
.signal-head b { font: 700 12px Arial; color: var(--green); }
.signal-body > p { color: var(--muted); font-size: 12px; }
.severity { display: inline-block; padding: 5px 8px; border-radius: 12px; font-size: 10px; font-weight: bold; }
.severity-high { color: #9b2f25; background: #fae4df; }
.severity-medium { color: #8b681c; background: #f7eed2; }
.severity-low { color: #47705c; background: #e5efe8; }
.action-note { padding: 13px 14px; margin-top: 14px; background: #eef4ed; }
.negative .action-note { background: #f7eeeb; }
.action-note span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; }
.action-note strong { font-size: 13px; line-height: 1.55; }
.signal-card .copy-button { margin-top: 13px; }
.priority-list { display: grid; gap: 12px; }
.priority-card { display: grid; grid-template-columns: 115px 1fr auto; gap: 20px; align-items: start; padding: 24px; border: 1px solid var(--line); background: #fbfbf8; }
.priority-rank { font-size: 13px; }
.priority-card h4 { font-size: 18px; margin: 0 0 9px; }
.priority-card p { margin: 0 0 7px; font-size: 13px; }
.priority-card p span { display: inline-block; color: var(--green); font-size: 10px; font-weight: bold; margin-right: 9px; }
.priority-card small { color: var(--muted); line-height: 1.6; }
.priority-card .evidence { max-width: 650px; }
.page-copy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.page-copy-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 220px; padding: 27px; background: #f7f6ef; border: 1px solid #e4e0d5; }
.page-copy-card.headline { grid-column: 1 / -1; background: var(--green); color: #fff; }
.page-copy-card > span { color: var(--orange); font: 700 10px Arial; letter-spacing: 1px; }
.page-copy-card h4 { font: 24px/1.5 'Nanum Myeongjo'; letter-spacing: -1px; margin: 20px 0; }
.page-copy-card p { line-height: 1.7; }
.page-copy-card .copy-button { margin-top: auto; }
.page-copy-card.headline .copy-button { color: #fff; border-color: #ffffff77; }
.page-copy-card.headline .evidence { background: #ffffff12; border-color: #ffffff55; color: #e7eee8; }
.benefit-list { width: 100%; margin-top: 20px; }
.benefit-list > div { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 10px 0; border-bottom: 1px solid #dfddd3; }
.benefit-list b { font-size: 13px; }
.benefit-list .copy-button { margin: 0; white-space: nowrap; }
.faq-list { display: grid; gap: 10px; }
.faq-card { display: grid; grid-template-columns: 46px 1fr auto; gap: 18px; align-items: start; padding: 22px; border-bottom: 1px solid var(--line); }
.faq-number { font: 20px 'DM Serif Display'; color: var(--green); }
.faq-card h4 { margin: 0 0 9px; font-size: 15px; }
.faq-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.keyword-strip { display: flex; align-items: center; gap: 18px; margin-top: 26px; padding: 22px; background: #eeefe9; }
.keyword-strip > span { font-weight: bold; }
.keyword-strip .keywords { flex: 1; margin: 0; }
.keyword-strip .keywords b { padding: 7px 9px; background: #fff; font-size: 11px; }
.keyword-strip .keywords small { color: var(--green); margin-left: 4px; }
.keyword-strip > small { color: var(--muted); }
.usage-box { min-width: 230px; }
.usage-box strong { display: block; }
.usage-box strong b { font: inherit; }
.usage-box small { display: block; color: var(--muted); font-size: 10px; }
.plan-grid { grid-template-columns: repeat(4, 1fr); }
.plan-card.current { border: 2px solid var(--green); }
.plan-badge { display: inline-block; margin-bottom: 12px; color: var(--orange); font-size: 10px; font-weight: bold; }
.plan-card button:disabled { cursor: not-allowed; background: #aeb5ad; }
.locked-inline { width: 100%; padding: 35px; border: 1px dashed #b8bdb6; background: #f4f4ef; color: var(--muted); text-align: center; }
.locked-preview { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px; border: 1px dashed #b8bdb6; background: #f4f4ef; color: var(--muted); }
.locked-preview > div:first-child { flex: 1; }
.locked-preview b, .locked-preview span { display: block; }
.locked-preview b { color: var(--ink); margin-bottom: 7px; }
.locked-preview span { font-size: 12px; }
.locked-preview .locked-cta { flex: 0 0 auto; white-space: nowrap; }
.priority-locked { grid-template-columns: 1fr auto; }
.page-copy-locked { grid-column: 1 / -1; min-height: 190px; }
.blur-lines { display: grid; gap: 8px; margin-top: 18px; filter: blur(4px); opacity: .6; }
.blur-lines i { display: block; width: 82%; height: 10px; border-radius: 10px; background: #bfc5bd; }
.blur-lines i:nth-child(2) { width: 64%; }
.blur-lines i:nth-child(3) { width: 73%; }
.locked-upgrade { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-top: 30px; padding: 32px; background: #1f5745; color: #fff; }
.locked-upgrade .lock-icon { font-size: 28px; }
.locked-upgrade span { color: #c8ddce; font-size: 10px; font-weight: bold; letter-spacing: 1px; }
.locked-upgrade h3 { margin: 6px 0; font: 22px 'Nanum Myeongjo'; }
.locked-upgrade p { margin: 0; color: #dbe7de; font-size: 12px; }
.locked-upgrade .primary-button { background: #fff; color: var(--green); white-space: nowrap; }

@media (max-width: 760px) {
  .signal-list, .page-copy-grid, .plan-grid { grid-template-columns: 1fr; }
  .result-section { padding: 24px 18px; margin-top: 40px; }
  .section-title { gap: 14px; }
  .sentiment-legend { flex-direction: column; gap: 8px; }
  .priority-card, .faq-card { grid-template-columns: 1fr; }
  .page-copy-card.headline { grid-column: auto; }
  .keyword-strip { align-items: flex-start; flex-direction: column; }
  .insight-banner { align-items: flex-start; flex-wrap: wrap; }
  .locked-preview { align-items: stretch; flex-direction: column; }
  .page-copy-locked { grid-column: auto; }
  .locked-upgrade { grid-template-columns: 1fr; }
}
