.homepage-hero{width:100%;overflow:hidden}.homepage-hero__container{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:60px;padding:60px 60px 80px}.homepage-hero__left{flex:1;display:flex;flex-direction:column;gap:28px}.homepage-hero__badge{display:inline-flex;align-items:center;gap:6px;background:#fcd60426;border-radius:16px;padding:6px 14px;width:fit-content}.homepage-hero__badge-dot{width:8px;height:8px;border-radius:50%;background:#fcd604;display:block}.homepage-hero__badge-text{font-family:Jost,sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;color:#555;text-transform:uppercase}.homepage-hero__title{font-family:Jost,sans-serif;font-size:56px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:#111;margin:0;white-space:pre-line}.homepage-hero__description{font-family:Jost,sans-serif;font-size:17px;line-height:1.6;color:#757575;margin:0}.homepage-hero__buttons{display:flex;align-items:center;gap:16px}.homepage-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:8px;font-family:Jost,sans-serif;font-size:16px;text-decoration:none;transition:opacity .2s ease,transform .2s ease;cursor:pointer}.homepage-hero__btn:hover{opacity:.85;transform:translateY(-1px)}.homepage-hero__btn--primary{background:#fcd604;color:#111;font-weight:700;border:none}.homepage-hero__btn--secondary{background:#fff;color:#555;font-weight:600;border:1px solid #E0E0E0}.homepage-hero__btn--secondary svg{stroke:#555}.homepage-hero__trust{display:flex;align-items:center;gap:20px}.homepage-hero__stars{display:flex;gap:2px}.homepage-hero__trust-text{font-family:Jost,sans-serif;font-size:13px;font-weight:500;color:#999}.homepage-hero__right{position:relative;width:560px;height:560px;flex-shrink:0}.homepage-hero__circle{position:absolute;top:50px;left:50px;width:460px;height:460px;border-radius:50%;background:#fcd60417}.homepage-hero__product-image{position:absolute;top:10px;left:140px;width:300px;height:400px;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #00000017}.homepage-hero__product-image img{display:block;width:100%;height:100%;object-fit:cover}.homepage-hero__video-thumb{position:absolute;top:340px;left:10px;width:260px;height:180px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #00000026}.homepage-hero__video-thumb img{display:block;width:100%;height:100%;object-fit:cover}.homepage-hero__video-label{position:absolute;bottom:30px;left:10px;display:flex;align-items:center;gap:6px;background:#ffffffed;border-radius:8px;padding:6px 12px;box-shadow:0 2px 8px #0000000f}.homepage-hero__video-label span{font-family:Jost,sans-serif;font-size:12px;font-weight:600;color:#111}.homepage-hero__play-button{position:absolute;top:402px;left:112px;width:56px;height:56px;border-radius:50%;background:#fcd604;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000030;text-decoration:none;transition:transform .2s ease;z-index:2}.homepage-hero__play-button:hover{transform:scale(1.08)}.homepage-hero__play-button svg{margin-left:2px}.homepage-hero__video-duration{position:absolute;top:488px;left:218px;background:#000c;color:#fff;font-family:Jost,sans-serif;font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px}.homepage-hero__price-tag{position:absolute;top:180px;right:0;display:flex;flex-direction:column;align-items:center;gap:4px;background:#fff;border-radius:12px;padding:10px 16px;box-shadow:0 4px 16px #00000014}.homepage-hero__price-from{font-family:Jost,sans-serif;font-size:11px;color:#999}.homepage-hero__price-value{font-family:Jost,sans-serif;font-size:18px;font-weight:700;color:#111}.homepage-hero__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);visibility:hidden;transition:background-color .4s ease,backdrop-filter .4s ease,visibility 0s .4s;padding:16px}.homepage-hero__modal-overlay.is-active{background-color:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);visibility:visible;transition:background-color .4s ease,backdrop-filter .4s ease,visibility 0s 0s}.homepage-hero__modal-content{position:relative;width:100%;max-width:400px;aspect-ratio:9 / 16;max-height:85vh;border-radius:16px;overflow:hidden;background-color:#000;box-shadow:0 25px 60px #0009;transform:scale(.9);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease}.homepage-hero__modal-overlay.is-active .homepage-hero__modal-content{transform:scale(1);opacity:1}.homepage-hero__modal-content iframe,.homepage-hero__modal-content video{width:100%;height:100%;border:none;display:block}.homepage-hero__modal-close{position:absolute;top:-44px;right:0;z-index:10;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background-color:#ffffff1a;color:#fff;cursor:pointer;transition:background-color .2s ease,transform .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0}.homepage-hero__modal-close:hover{background-color:#fff3;transform:scale(1.1)}.homepage-hero__modal-close svg{width:18px;height:18px}.homepage-hero__play-button{border:none;padding:0}@media(max-width:1100px){.homepage-hero__container{gap:40px;padding:40px 40px 60px}.homepage-hero__right{width:440px;height:440px}.homepage-hero__circle{top:30px;left:30px;width:380px;height:380px}.homepage-hero__product-image{top:10px;left:100px;width:240px;height:320px}.homepage-hero__video-thumb{top:260px;left:5px;width:210px;height:145px}.homepage-hero__play-button{top:310px;left:85px;width:48px;height:48px}.homepage-hero__play-button svg{width:20px;height:20px}.homepage-hero__video-label{bottom:25px;left:8px;padding:5px 10px}.homepage-hero__video-duration{top:380px;left:172px}.homepage-hero__price-tag{top:140px}.homepage-hero__title{font-size:44px}}@media(max-width:768px){.homepage-hero__container{flex-direction:column;padding:32px 24px 48px;gap:32px}.homepage-hero__left{align-items:center;text-align:center;gap:20px}.homepage-hero__title{font-size:38px;letter-spacing:-1px}.homepage-hero__description{font-size:16px}.homepage-hero__buttons{flex-direction:column;width:100%}.homepage-hero__btn{width:100%;justify-content:center}.homepage-hero__trust{justify-content:center}.homepage-hero__right{width:100%;max-width:400px;height:400px;margin:0 auto}.homepage-hero__circle{top:20px;left:50%;transform:translate(-50%);width:320px;height:320px}.homepage-hero__product-image{top:5px;left:50%;transform:translate(-50%);width:200px;height:270px}.homepage-hero__video-thumb{top:230px;left:10px;width:180px;height:125px}.homepage-hero__play-button{top:270px;left:75px;width:44px;height:44px}.homepage-hero__play-button svg{width:18px;height:18px}.homepage-hero__video-label{bottom:20px;left:6px;padding:4px 8px}.homepage-hero__video-label span{font-size:11px}.homepage-hero__video-duration{top:330px;left:148px}.homepage-hero__price-tag{top:100px;right:10px}}@media(max-width:480px){.homepage-hero__title{font-size:32px}.homepage-hero__right{max-width:320px;height:340px}.homepage-hero__circle{width:260px;height:260px}.homepage-hero__product-image{width:170px;height:230px}.homepage-hero__video-thumb{top:195px;width:150px;height:105px}.homepage-hero__play-button{top:230px;left:60px}.homepage-hero__video-duration{top:278px;left:120px}.homepage-hero__price-tag{top:80px;right:5px}}
/*# sourceMappingURL=/cdn/shop/t/65/compiled_assets/styles.css.map */
