.hero-banner{background:#e9a921;display:grid;grid-template-columns:1fr 1fr;margin:30px auto;max-width:1920px;min-height:440px;width:100%}.hero-content{align-items:center;background:#e9a921;display:flex;justify-content:center;padding:80px 60px}.hero-text-content{max-width:580px}.hero-title{color:#000;font-size:25px;margin:0 0 24px;text-transform:uppercase}.hero-title-highlight{color:#fff}.hero-description{color:#fff;margin:0 0 32px}.hero-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.hero-btn{align-items:center;border-radius:0;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700;justify-content:center;letter-spacing:.5px;padding:10px 32px;text-decoration:none;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.hero-btn-primary{background:#fff;border:none;color:#000!important;text-decoration:none!important}.hero-btn-primary:hover{background:#f5f5f5;box-shadow:0 4px 12px rgba(0,0,0,.2);transform:translateY(-2px)}.hero-btn-secondary{background:transparent;border:none;color:#fff!important;padding:14px 0;position:relative;text-decoration:none!important}.hero-btn-secondary:after{background:#fff;bottom:10px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:100%}.hero-btn-secondary:hover:after{width:80%}.hero-image{align-items:center;background:#f0f0f0;display:flex;justify-content:center;overflow:hidden}.hero-image img{display:block;height:100%;object-fit:cover;width:100%}@media (max-width:1440px){.hero-banner{margin:20px auto;min-height:450px}.hero-content{padding:50px 40px}.hero-title{margin-bottom:20px}.hero-description{margin-bottom:28px}.hero-btn{padding:12px 28px}}@media (max-width:1024px){.hero-banner{grid-template-columns:1fr;min-height:auto}.hero-content{order:2;padding:60px 40px}.hero-image{min-height:400px;order:1}.hero-text-content{max-width:100%}}@media (max-width:760px){.hero-content{padding:50px 32px}.hero-title{margin-bottom:18px}.hero-description{margin-bottom:24px}.hero-image{min-height:350px}.hero-buttons{gap:12px}.hero-btn{padding:12px 24px}}