@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Roboto,sans-serif;margin:0!important;padding:0!important}section{width:100%}.sbl-report-hero{background:linear-gradient(135deg,#2d3769,#1b2945);color:#fff;padding:80px 20px 60px;text-align:center}.sbl-report-hero .container{margin:0 auto;max-width:960px}.sbl-report-hero h2{font-size:2.75rem;font-weight:700;margin-bottom:16px}.sbl-report-hero p{font-size:1.25rem;font-weight:400}.sbl-report-content{background-color:#f7f9fb;display:flex;flex-wrap:wrap;justify-content:center;padding:60px 20px}.report-description{color:#1b2945;flex:1 1 500px;font-size:1.1rem;line-height:1.6;max-width:600px;padding:20px}.report-stats{border-left:4px solid #f4c343;margin:2rem 0;padding-left:1.25rem}.report-stats p{font-weight:400;margin-bottom:1rem}.report-stats strong{font-weight:700}.report-form{background:#fff;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.08);flex:1 1 300px;height:fit-content;margin-top:20px;max-width:400px;padding:32px 24px}.report-form h3{color:#1b2945;font-size:1.25rem;font-weight:700;margin-bottom:24px;text-align:center}.report-form p{color:#444;font-size:1rem;margin-bottom:16px;text-align:center}.report-form form{display:flex;flex-direction:column;gap:16px}.report-form form label{display:none}.report-form input[type=email],.report-form input[type=tel],.report-form input[type=text],.report-form select,.report-form textarea{border:1px solid #cbd5e0;border-radius:10px;font-family:Roboto,sans-serif;font-size:1rem;padding:14px 16px;width:100%}.report-form .hs-button,.report-form input[type=submit]{background-color:#f4c343;border:none;border-radius:10px;color:#036;cursor:pointer;font-size:1.1rem;font-weight:700;padding:14px;transition:all .3s ease;width:100%}.report-form .hs-button:hover{background-color:#ffc600}@media screen and (max-width:768px){.sbl-report-hero h2{font-size:2rem}.report-description{font-size:1rem}.report-form{margin-top:40px}}