/* Final launch hardening for small screens and long customer content. */
html,body{max-width:100%;overflow-x:hidden}
input,select,textarea,button,a{max-width:100%}
.tablewrap,.report-preview,.chat,.source-item{overflow-wrap:anywhere;word-break:normal}
.chat{max-height:70vh;overflow-y:auto}
.report-preview{min-width:0}
.demo-conversion-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:1180px;margin:0 auto;width:100%}
.demo-conversion-message{flex:1;line-height:1.4}
.demo-conversion-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.demo-back-link,.demo-buy-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 12px;border-radius:8px;font-weight:800;text-decoration:none;white-space:nowrap}
.demo-back-link{border:1px solid currentColor;color:inherit;background:transparent}
.demo-buy-link{background:#b9382e;color:#fff;border:1px solid #b9382e;box-shadow:0 5px 14px rgba(0,0,0,.14)}
.demo-report-cta{margin:24px 0;text-align:center;border:2px solid #b9382e;background:#fffaf3}
.demo-report-cta h2{margin-bottom:10px}
.demo-report-cta p{max-width:760px;margin-left:auto;margin-right:auto}
.demo-report-buy{margin:8px auto 6px}
@media(max-width:900px){
  .demo-conversion-inner{align-items:flex-start;flex-direction:column}
  .demo-conversion-actions{width:100%;flex-wrap:wrap}
}
@media(max-width:720px){
  .topin{align-items:flex-start;gap:12px;flex-direction:column}
  .topnav{width:100%;overflow-x:auto;padding-bottom:4px}
  .topnav button{flex:0 0 auto}
  .sticky-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .sticky-actions .btn{width:100%}
  .table{min-width:680px}
  .reportnav{overflow-x:auto;white-space:nowrap;padding-bottom:5px}
  .reportnav button{display:inline-block}
  .demo-conversion-actions{display:grid;grid-template-columns:1fr;width:100%}
  .demo-back-link,.demo-buy-link{width:100%;white-space:normal;text-align:center}
}
@media(max-width:430px){
  .card{padding:16px}
  .hero h1,.report-preview h2{font-size:1.85rem}
  .btn{white-space:normal;line-height:1.25}
  .field input,.field select,.field textarea{font-size:16px}
  .demo-conversion-message{font-size:.95rem}
}
