.hero-section{background-color:#f7f8f9;width:100%;padding-top:2rem;padding-bottom:2rem}.hero-container{padding-left:1rem;padding-right:1rem;margin-left:auto;margin-right:auto;width:100%;display:flex;gap:2rem}.hero-content-column{display:flex;flex-direction:column;justify-content:center}.hero-content-column>*+*{margin-top:1rem}.hero-report{font-size:.875rem;font-weight:500;color:var(--primary-color)}.hero-heading{font-size:2.25rem;font-weight:700;letter-spacing:-.025em;line-height:1.2}.hero-highlight{color:var(--primary-color)}.hero-subheading{font-size:1.25rem;color:#6c757d}.hero-button-group{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.hero-primary-button{background-color:var(--primary-color);color:#fff;font-weight:500;padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem}.hero-primary-button:hover{background-color:rgba(65,105,225,.9)}.hero-secondary-button{background-color:transparent;color:#333;font-weight:500;padding:.75rem 1.5rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:1rem}.hero-secondary-button:hover{background-color:rgba(0,0,0,.05)}.hero-feature-list{display:flex;flex-direction:row;gap:.75rem;padding-top:1rem;padding-bottom:.5rem;flex-wrap:wrap}.hero-feature-item{display:flex;align-items:center;gap:.375rem;white-space:nowrap;flex-shrink:0}.hero-feature-icon{width:1rem;height:1rem;color:var(--primary-color)}.hero-feature-text{font-size:.75rem}.hero-image-column{display:none;position:relative}.hero-image-placeholder{width:600px;height:500px;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;border-radius:.375rem;margin-left:auto;margin-right:auto}@media (min-width:640px){.hero-heading{font-size:3rem}.hero-button-group{flex-direction:row}}@media (min-width:768px){.hero-section{padding-top:5rem;padding-bottom:5rem}.hero-container{padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.hero-container{grid-template-columns:1fr 1fr;padding-left:8rem;padding-right:8rem}.hero-image-column{display:block}}@media (min-width:1280px){.hero-container{padding-left:120px;padding-right:120px}.hero-heading{font-size:3.75rem;line-height:1}}