.homepage-banner{margin:1.5rem 0}.homepage-banner-bg{position:relative;min-height:280px;background-size:cover;background-position:center;background-color:var(--primary,#2563eb);border-radius:var(--shape-panel-radius,.75rem);overflow:hidden}.homepage-banner-overlay{display:flex;align-items:center;justify-content:center;min-height:280px;padding:2rem;text-align:center}.homepage-banner-overlay--dark{background:rgba(0,0,0,.5);color:#fff}.homepage-banner-overlay--light{background:rgba(255,255,255,.3);color:var(--text,#1f2937)}.homepage-banner-content{max-width:600px}.homepage-banner-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.homepage-banner-subtitle{font-size:1rem;margin:0 0 1.25rem;opacity:.9}@media(max-width:768px){.homepage-banner-bg{min-height:200px}.homepage-banner-overlay{min-height:200px;padding:1.5rem 1rem}.homepage-banner-title{font-size:1.2rem}}