.simple-orders-app-banner-button{display:inline-flex;height:max-content;width:100%;gap:var(--spacing-x);align-items:center;justify-content:center;padding:var(--spacing-3x);box-sizing:border-box;border-radius:var(--radius-2x);border:0;text-decoration:none;cursor:pointer;border-bottom:3px solid #679b00;background:radial-gradient(297.44% 67.29% at 50% 50%,#C5FF00 0,#96FF01 100%);color:var(--color-text-neutral-primary)}.simple-orders-app-banner-button:hover{background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),radial-gradient(297.44% 67.29% at 50% 50%,#C5FF00 0,#96FF01 100%)}.simple-orders-app-banner-button:active{background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),radial-gradient(297.44% 67.29% at 50% 50%,#C5FF00 0,#96FF01 100%)}.simple-orders-app-banner-button__text{font:var(--font-body-medium)}.simple-orders-app-video-banner{display:flex;width:100%;font-family:Inter,sans-serif;cursor:pointer}.simple-orders-app-video-banner *,.simple-orders-app-video-banner :after,.simple-orders-app-video-banner :before{box-sizing:border-box;margin:0;padding:0}.simple-orders-app-video-banner__container{width:100%;height:144px;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border-radius:12px;overflow:hidden;position:relative;box-shadow:0 8px 20px rgba(0,0,0,.25);display:flex;align-items:center}.simple-orders-app-video-banner__content{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 20px;position:relative;z-index:2}.simple-orders-app-video-banner__text{flex:1 1;padding-right:16px;color:#fff;display:flex;flex-direction:column;justify-content:center}.simple-orders-app-video-banner__title{font-size:24px;font-weight:700;margin-bottom:6px;line-height:1.2;letter-spacing:-.02em}.simple-orders-app-video-banner__desc{font-size:14px;font-weight:400;color:rgba(255,255,255,.9);line-height:1.4}.simple-orders-app-video-banner__media{width:200px;height:110px;border-radius:10px;overflow:hidden;position:relative;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.3);background-color:#0a0f14}.simple-orders-app-video-banner__video-wrapper{width:100%;height:100%;position:relative}.simple-orders-app-video-banner__video-wrapper video{width:100%;height:100%;object-fit:contain}.simple-orders-app-video-banner__bg-shape{position:absolute;border-radius:50%;opacity:.05;z-index:1}.simple-orders-app-video-banner__bg-shape--1{width:250px;height:250px;background:#fff;top:-120px;left:-80px}.simple-orders-app-video-banner__bg-shape--2{width:180px;height:180px;background:#fff;bottom:-80px;right:15%}@media only screen and (max-width:767px){.simple-orders-app-video-banner__container{height:auto}.simple-orders-app-video-banner__content{flex-direction:column;gap:20px;padding:20px}}