.Hero-module__JgYmMq__hero{align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__imageWrapper{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__heroImage{object-fit:cover;object-position:center}.Hero-module__JgYmMq__overlay{background:linear-gradient(to left, var(--glass-overlay) 0%, var(--glass-overlay) 40%, var(--glass-bg) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__contentContainer{z-index:10;justify-content:space-between;align-items:center;padding-top:80px;display:flex;position:relative}.Hero-module__JgYmMq__content{max-width:650px}.Hero-module__JgYmMq__badge{color:var(--color-honey);background:#ffc1071a;border:1px solid #ffc1074d;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.Hero-module__JgYmMq__title{color:var(--color-text-main);margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.2}.Hero-module__JgYmMq__description{color:var(--color-text-main);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.Hero-module__JgYmMq__buttons{align-items:center;gap:1.5rem;display:flex}.Hero-module__JgYmMq__primaryBtn{background:linear-gradient(135deg, var(--color-gold), var(--color-honey));color:#000;border-radius:var(--border-radius-lg);transition:all var(--transition-normal);align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:flex}.Hero-module__JgYmMq__primaryBtn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f5a62366}.Hero-module__JgYmMq__secondaryBtn{color:var(--color-text-main);transition:all var(--transition-fast);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;display:flex}.Hero-module__JgYmMq__secondaryBtn:hover{color:var(--color-honey)}.Hero-module__JgYmMq__playIcon{color:var(--color-honey);transition:transform var(--transition-fast);font-size:1.8rem}.Hero-module__JgYmMq__secondaryBtn:hover .Hero-module__JgYmMq__playIcon{transform:scale(1.1)}.Hero-module__JgYmMq__scrollIndicator{z-index:10;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__mouse{border:2px solid #ffffff80;border-radius:15px;justify-content:center;width:26px;height:42px;padding-top:6px;display:flex}.Hero-module__JgYmMq__wheel{background:var(--color-honey);border-radius:2px;width:4px;height:8px}@media (max-width:768px){.Hero-module__JgYmMq__title{font-size:2.5rem}.Hero-module__JgYmMq__description{font-size:1rem}.Hero-module__JgYmMq__buttons{flex-direction:column;align-items:stretch}.Hero-module__JgYmMq__primaryBtn{justify-content:center}.Hero-module__JgYmMq__secondaryBtn{background:var(--glass-bg);border-radius:var(--border-radius-lg);justify-content:center;padding:1rem}.Hero-module__JgYmMq__overlay{background:var(--glass-overlay)}}.Hero-module__JgYmMq__floatingCardContainer{display:none}@media (min-width:1024px){.Hero-module__JgYmMq__floatingCardContainer{width:350px;margin-right:auto;display:block}.Hero-module__JgYmMq__floatingCard{background:var(--glass-bg-heavy);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--border-radius-md);box-shadow:0 20px 40px var(--glass-shadow), inset 0 0 0 1px var(--glass-bg);border:1px solid #ffc10733;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.Hero-module__JgYmMq__statItem{flex-direction:column;align-items:flex-start;display:flex}.Hero-module__JgYmMq__statItem h3{color:var(--color-gold);text-shadow:0 2px 10px #ffc1074d;margin:0 0 .2rem;font-size:2.5rem;font-weight:800;line-height:1}.Hero-module__JgYmMq__statItem p{color:var(--color-text-muted);margin:0;font-size:1.1rem}.Hero-module__JgYmMq__divider{background:linear-gradient(90deg,#ffc1074d,#0000);width:100%;height:1px}}
.Features-module__MNwinW__featuresSection{padding:var(--spacing-xl) 0;background-color:var(--color-bg-darker);position:relative}.Features-module__MNwinW__featuresSection:before{content:"";background:linear-gradient(90deg,#0000,#ffc10733,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.Features-module__MNwinW__container{gap:var(--spacing-lg);flex-direction:column;display:flex}.Features-module__MNwinW__header{text-align:center;max-width:700px;margin:0 auto}.Features-module__MNwinW__title{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Features-module__MNwinW__subtitle{color:var(--color-text-muted);font-size:1.1rem;line-height:1.8}.Features-module__MNwinW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Features-module__MNwinW__card{background:var(--glass-bg);border:1px solid var(--glass-bg);border-radius:var(--border-radius-lg);transition:all var(--transition-normal);padding:2.5rem 2rem;position:relative;overflow:hidden}.Features-module__MNwinW__card:before{content:"";opacity:0;width:100%;height:100%;transition:opacity var(--transition-normal);background:radial-gradient(circle at 100% 0,#ffc1071a,#0000 70%);position:absolute;top:0;left:0}.Features-module__MNwinW__card:hover{box-shadow:0 20px 40px var(--glass-shadow);border-color:#ffc1074d;transform:translateY(-10px)}.Features-module__MNwinW__card:hover:before{opacity:1}.Features-module__MNwinW__iconWrapper{width:60px;height:60px;color:var(--color-honey);transition:transform var(--transition-normal);background:linear-gradient(135deg,#f5a6231a,#ffc10733);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.Features-module__MNwinW__card:hover .Features-module__MNwinW__iconWrapper{background:linear-gradient(135deg, var(--color-gold), var(--color-honey));color:#000;transform:scale(1.1)rotate(5deg)}.Features-module__MNwinW__cardTitle{color:var(--color-text-main);margin-bottom:1rem;font-size:1.3rem;font-weight:700}.Features-module__MNwinW__cardDescription{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}@media (max-width:768px){.Features-module__MNwinW__title{font-size:2rem}}
.ProductShowcase-module__LGe1IG__productSection{padding:var(--spacing-xl) 0;background-color:var(--color-bg-dark)}.ProductShowcase-module__LGe1IG__productLayout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ProductShowcase-module__LGe1IG__imageColumn{position:relative}.ProductShowcase-module__LGe1IG__imageWrapper{aspect-ratio:4/3;border-radius:var(--border-radius-lg);width:100%;box-shadow:0 25px 50px var(--glass-shadow);border:1px solid #ffc1071a;position:relative;overflow:hidden}.ProductShowcase-module__LGe1IG__image{object-fit:cover;transition:transform .5s}.ProductShowcase-module__LGe1IG__imageWrapper:hover .ProductShowcase-module__LGe1IG__image{transform:scale(1.05)}.ProductShowcase-module__LGe1IG__priceTag{background:linear-gradient(135deg, var(--color-gold), var(--color-honey));color:#000;border-radius:var(--border-radius-md);z-index:10;flex-direction:column;padding:1rem 1.5rem;display:flex;position:absolute;bottom:2rem;left:-1.5rem;box-shadow:0 10px 20px #f5a6234d}.ProductShowcase-module__LGe1IG__priceTag span{opacity:.8;font-size:.85rem;font-weight:600}.ProductShowcase-module__LGe1IG__priceTag strong{font-size:1.4rem;font-weight:800}.ProductShowcase-module__LGe1IG__contentColumn{flex-direction:column;gap:1.5rem;display:flex}.ProductShowcase-module__LGe1IG__badge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--color-text-muted);border-radius:50px;align-self:flex-start;padding:.3rem .8rem;font-size:.85rem;display:inline-block}.ProductShowcase-module__LGe1IG__title{color:var(--color-text-main);font-size:2.5rem;font-weight:800;line-height:1.3}.ProductShowcase-module__LGe1IG__description{color:var(--color-text-muted);font-size:1.1rem;line-height:1.8}.ProductShowcase-module__LGe1IG__specsList{grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0;list-style:none;display:grid}.ProductShowcase-module__LGe1IG__specsList li{color:var(--color-text-main);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.ProductShowcase-module__LGe1IG__checkIcon{color:var(--color-honey);flex-shrink:0;font-size:1.2rem}.ProductShowcase-module__LGe1IG__actions{gap:1rem;margin-top:1rem;display:flex}.ProductShowcase-module__LGe1IG__buyButton{background:var(--color-honey);color:#000;border-radius:var(--border-radius-md);transition:all var(--transition-normal);flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:flex}.ProductShowcase-module__LGe1IG__buyButton:hover{background:var(--color-gold);transform:translateY(-2px);box-shadow:0 10px 20px #f5a62333}.ProductShowcase-module__LGe1IG__detailsButton{color:var(--color-text-main);border:1px solid var(--glass-border);border-radius:var(--border-radius-md);transition:all var(--transition-fast);background:0 0;flex:1;padding:1rem 2rem;font-size:1rem;font-weight:600}.ProductShowcase-module__LGe1IG__detailsButton:hover{background:var(--glass-bg);border-color:var(--color-honey);color:var(--color-honey)}@media (max-width:992px){.ProductShowcase-module__LGe1IG__productLayout{grid-template-columns:1fr;gap:3rem}.ProductShowcase-module__LGe1IG__imageColumn{padding:0 1.5rem}.ProductShowcase-module__LGe1IG__priceTag{bottom:-1rem;left:0}}@media (max-width:576px){.ProductShowcase-module__LGe1IG__specsList{grid-template-columns:1fr}.ProductShowcase-module__LGe1IG__actions{flex-direction:column}.ProductShowcase-module__LGe1IG__title{font-size:2rem}}@keyframes ProductShowcase-module__LGe1IG__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.ProductShowcase-module__LGe1IG__disabledButton{cursor:not-allowed;pointer-events:none;color:#9e9e9e!important;box-shadow:none!important;background:#e0e0e0!important;transform:none!important}
.Testimonials-module__5wb8fq__testimonialsSection{padding:var(--spacing-xl) 0;background-color:var(--color-bg-darker);position:relative;overflow:hidden}.Testimonials-module__5wb8fq__testimonialsSection:before{content:"";z-index:0;background:radial-gradient(circle,#ffc1070d 0%,#0000 60%);width:80%;height:150%;position:absolute;top:-50%;right:-20%}.Testimonials-module__5wb8fq__container{z-index:1;position:relative}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:4rem}.Testimonials-module__5wb8fq__title{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Testimonials-module__5wb8fq__subtitle{color:var(--color-text-muted);font-size:1.1rem}.Testimonials-module__5wb8fq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Testimonials-module__5wb8fq__card{background:var(--glass-bg);border:1px solid var(--glass-bg);border-radius:var(--border-radius-lg);transition:transform var(--transition-normal);flex-direction:column;padding:2.5rem;display:flex}.Testimonials-module__5wb8fq__card:hover{background:var(--glass-bg);border-color:#ffc10733;transform:translateY(-10px)}.Testimonials-module__5wb8fq__quoteIcon{color:#ffc10733;margin-bottom:1rem;font-size:2rem}.Testimonials-module__5wb8fq__stars{color:var(--color-honey);gap:.2rem;margin-bottom:1.5rem;display:flex}.Testimonials-module__5wb8fq__content{color:var(--color-text-main);flex-grow:1;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.8}.Testimonials-module__5wb8fq__author{border-top:1px solid var(--glass-border);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Testimonials-module__5wb8fq__avatar{background:linear-gradient(135deg, var(--color-gold), var(--color-honey));color:#000;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:800;display:flex}.Testimonials-module__5wb8fq__authorInfo h4{color:var(--color-text-main);margin-bottom:.2rem;font-size:1.1rem}.Testimonials-module__5wb8fq__authorInfo span{color:var(--color-text-muted);font-size:.85rem}@media (max-width:768px){.Testimonials-module__5wb8fq__title{font-size:2rem}}
