.kc-pdf-agent { margin: 32px 0; color: #f6f4ea; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.kc-pdf-card { border: 1px solid rgba(212,175,55,.35); background: linear-gradient(135deg, rgba(10,10,14,.96), rgba(25,22,35,.92)); border-radius: 22px; padding: 22px; box-shadow: 0 18px 60px rgba(0,0,0,.38); }
.kc-pdf-hero { background: radial-gradient(circle at top left, rgba(123,70,255,.28), transparent 35%), radial-gradient(circle at bottom right, rgba(0,220,150,.16), transparent 38%), linear-gradient(135deg, #050507, #12121b); }
.kc-pdf-hero h2 { margin: 0 0 10px; font-size: clamp(1.55rem, 3vw, 2.5rem); letter-spacing: -.03em; }
.kc-kicker { color: #d4af37; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; margin: 0 0 8px; }
.kc-note { color: #b7ffd8; border-left: 3px solid rgba(0,220,150,.7); padding-left: 12px; }
.kc-pdf-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 18px 0; }
.kc-pdf-agent label { display: block; margin: 14px 0 8px; font-weight: 800; color: #f5dd82; }
.kc-pdf-agent select, .kc-pdf-agent textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); color: #fff; border-radius: 14px; padding: 12px 14px; outline: none; }
.kc-pdf-agent select option { color: #111; }
.kc-pdf-agent small { display: block; color: rgba(246,244,234,.72); margin: 8px 0; line-height: 1.5; }
.kc-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.kc-pdf-agent button { border: 0; border-radius: 999px; padding: 12px 18px; font-weight: 900; cursor: pointer; color: #090909; background: linear-gradient(135deg, #d4af37, #f7e8a4); box-shadow: 0 10px 26px rgba(212,175,55,.2); }
.kc-pdf-agent button:first-child { background: linear-gradient(135deg, #cfd3d6, #ffffff); }
.kc-agent-answer, .kc-report-preview { margin-top: 14px; padding: 16px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); line-height: 1.65; color: rgba(246,244,234,.9); }
.kc-report-preview h4 { margin: 0 0 8px; color: #f5dd82; }
.kc-report-preview ul { margin: 10px 0 0 18px; padding: 0; }
@media (max-width: 760px) { .kc-pdf-grid { grid-template-columns: 1fr; } .kc-pdf-card { padding: 18px; border-radius: 18px; } .kc-button-row { flex-direction: column; } .kc-pdf-agent button { width: 100%; } }
