*{box-sizing:border-box}
body{font-family: "Helvetica Neue", Arial, sans-serif;background:#fbfbfc;color:#0b1220;margin:0}
.container{max-width:1100px;margin:0 auto;padding:18px}
.header-small {display:flex;justify-content:space-between;align-items:center}
.hero{background:linear-gradient(135deg,#fff7e6,#fffefb);color:#111;padding:48px;border-radius:12px;text-align:center;border:1px solid #f0e6cc}
.cta{background:#ffd25a;color:#111;padding:12px 20px;border-radius:10px;text-decoration:none;font-weight:700}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:18px}
.card{background:#fff;padding:16px;border-radius:10px;box-shadow:0 8px 24px rgba(11,18,32,0.04)}
.form input, .form select, .form button{width:100%;padding:10px;margin:8px 0;border-radius:8px;border:1px solid #e6e9ef}
.form button{background:#4b0082;color:#fff;border:0;cursor:pointer;padding:11px}
#reportContent{background:#fff;padding:16px;border-radius:8px;color:#111;line-height:1.6}
.small-note{font-size:13px;color:#6b6f76}
@media(max-width:720px){.hero{padding:24px}}