.hero-module{align-items:center;display:flex;flex-wrap:wrap;position:relative;z-index:2}.hero-content{padding-right:40px}.hero-tagline{background-color:#df8e49;border-radius:999px;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-bottom:16px;padding:6px 14px}.hero-title{color:#000;font-size:48px;font-weight:900;line-height:1.2;margin-bottom:20px;margin-top:0}.hero-description{color:#444545;font-size:16px;line-height:1.6;margin-bottom:24px}.hero-buttons a.btn{border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:inline-block;font-weight:600;margin-right:12px;min-width:160px;padding:12px 20px;text-align:center;text-decoration:none;transition:background .3s ease}.btn-primary{background-color:#df8e49;color:#fff}.btn-primary:hover{background-color:#c87433}.btn-secondary{background-color:#fff;border:2px solid #df8e49;color:#df8e49}.btn-secondary:hover{background-color:#df8e49;color:#fff}.hero-image-wrapper{text-align:center}.hero-buttons a.btn:hover{box-shadow:0 6px 16px rgba(0,0,0,.15)}.hero-image{border-radius:12px;height:auto;max-width:100%}.hero-background-texture{background-image:radial-gradient(at top left,rgba(0,144,193,.35),transparent 60%),radial-gradient(at top right,rgba(0,144,193,.25),transparent 65%),radial-gradient(at bottom left,rgba(0,144,193,.2),transparent 80%);background-repeat:no-repeat;background-size:cover;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.hero-content>*{animation:fadeInUp .8s ease-out forwards;animation-delay:.2s;opacity:0;transform:translateY(20px)}.hero-buttons a.btn{transition:background .3s ease,transform .3s ease}.hero-buttons a.btn:hover{transform:translateY(-2px)}.hero-buttons a.btn i{transition:transform .3s ease}.hero-buttons a.btn:hover i{transform:translateX(4px)}.hero-tagline{animation-delay:.2s}.hero-title{animation-delay:.4s}.hero-description{animation-delay:.6s}.hero-buttons{animation-delay:.8s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}