.blog-hero{position:relative;height:300px;width:calc(100% - 144px);margin:0 auto;background:linear-gradient(265deg, #d9f1ff 0%, #f9ceff 50%, #fedadd 99%);border-radius:16px;display:flex;align-items:center;justify-content:center;text-align:center;color:#000;box-sizing:border-box}.hero-content{display:flex;flex-direction:column;align-items:center;gap:30px;max-width:1000px}.hero-title{font-size:46px;font-weight:bold;margin:0;padding:0}.hero-description{font-size:20px;opacity:.9;max-width:1000px}.hero-actions{display:flex;gap:20px}.download-btn,.buy-btn{padding:24px 52px;border-radius:6px;font-size:18px;font-weight:bold;transition:background-color .3s ease;line-height:18px}.download-btn{background:linear-gradient(296deg, #1d69ff 18%, #5a39ff 46%, #db38ec 79%);color:#fff;border-radius:32px}.download-btn:hover{background:linear-gradient(286deg, #f518fc 0%, #0656ff 100%)}.download-btn:active{background:linear-gradient(296deg, #1d69ff 18%, #5a39ff 46%, #db38ec 79%)}.buy-btn{border:3px solid #5a39ff;border-radius:32px;background:linear-gradient(283deg, #1d69ff -3%, #5a39ff 46%, #ef55ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.buy-btn:hover{background:linear-gradient(289deg, #1d69ff 0%, #5a39ff 46%, #ef55ff 100%);-webkit-text-fill-color:#ffffff}.buy-btn:active{background:linear-gradient(289deg, #f518fc 0%, #0656ff 100%);-webkit-text-fill-color:#ffffff}