.dc-hero{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;min-height:600px;padding:100px 20px;position:relative;text-align:left}.dc-hero-overlay{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dc-hero-container{align-items:center;display:flex;flex-wrap:wrap;gap:60px;justify-content:space-between;margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}.dc-hero-left{flex:1.4;max-width:none;min-width:300px;padding-right:40px}.dc-hero-right{align-items:center;display:flex;flex:1;justify-content:center;min-width:300px}.dc-hero-left h1{font-family:Roboto Condensed,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:25px}.dc-hero-subheadline{font-family:Roboto,sans-serif;font-size:1.25rem;line-height:1.6;margin-bottom:40px;max-width:90%;opacity:.9}.dc-hero-cta{background:#ed8b00;border-radius:5px;box-shadow:0 5px 15px rgba(237,139,0,.4);color:#fff;display:inline-block;font-family:Roboto Condensed,sans-serif;font-weight:700;letter-spacing:1px;padding:16px 32px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.dc-hero-cta:hover{background:#fff;color:#ed8b00;transform:translateY(-2px)}.dc-hero-right img{border-radius:12px;box-shadow:0 25px 60px rgba(0,0,0,.5);height:auto;max-width:100%;object-fit:contain;width:auto}@media (max-width:991px){.dc-hero-container{flex-direction:column;gap:40px;text-align:center}.dc-hero-left{max-width:100%;padding-right:0}.dc-hero-subheadline{margin-left:auto;margin-right:auto}.dc-hero-right{justify-content:center;width:100%}.dc-hero-right img{max-width:100%}}