.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:10rem 1.5rem 8rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;flex-direction:column;align-items:center;gap:1.5rem;max-width:32rem;display:flex}.hero-title{font-size:2.5rem;font-weight:500;line-height:1.2}.hero-highlight{color:var(--primary);font-weight:700;display:inline-block;position:relative}.hero-highlight svg{pointer-events:none;width:104%;height:10px;filter:drop-shadow(0 0 7px var(--primary-glow));position:absolute;bottom:-.75rem;left:-2%;right:-2%}.hero-desc{color:#ffffff80;font-size:1rem;font-weight:400}.hero-actions{flex-direction:column;gap:1rem;width:100%;display:flex}@media (min-width:640px){.hero-actions{flex-direction:row}}.btn{letter-spacing:.01em;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;gap:.375rem;width:100%;height:2.25rem;padding:0 1rem;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--bg-gradient-btn);color:#ffffffeb;box-shadow:var(--shadow-btn);border:1px solid #79b8b74d}.btn-primary:hover{background:var(--bg-gradient-btn-hover);box-shadow:var(--shadow-btn-hover);border-color:#8fd5cb8c}.btn-secondary{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:#fff;background:linear-gradient(to bottom right,#ffffff0e,#ffffff05);border:1px solid #fff3;box-shadow:inset 0 1px #ffffff14}.btn-secondary:hover{background:#ffffff12;border-color:#ffffff59}.btn:active{transform:scale(.97)}
.features-section-wrap{z-index:10;padding:5rem 0;position:relative}.fs-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.fs-badge{letter-spacing:.1em;color:var(--primary);background:#79b8b71a;border-radius:999px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.fs-title{color:var(--foreground);font-size:2.25rem;font-weight:600}.fs-subtitle{color:#fff9;max-width:600px;margin:0 auto;font-size:1.125rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin:0;padding:0;list-style:none;display:grid}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}.feature-item{display:flex}.feature-card-outer{background:#111212;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;width:100%;padding:24px;transition:border-color .3s,transform .3s;display:flex;position:relative;overflow:hidden}.feature-card-outer:hover{border-color:#ff020266;transform:translateY(-4px)}.feature-card-inner{z-index:2;flex-direction:column;gap:1.25rem;height:100%;display:flex;position:relative}.feature-icon-wrap{width:48px;height:48px;color:var(--primary);background:#ff02021a;border:1px solid #ff020233;border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.feature-content{flex-direction:column;flex:1;gap:.5rem;display:flex}.feature-title{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.feature-description{color:#fff9;margin:0;font-size:.95rem;line-height:1.5}
.checkout-modal-overlay{z-index:99999;justify-content:center;align-items:center;padding:1rem;transition:opacity .2s;display:flex;position:fixed;inset:0}.checkout-modal-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#000c;position:absolute;inset:0}.checkout-modal-content{background-color:#0a0a0a;border:1px solid #ffffff1a;border-radius:1.5rem;width:100%;max-width:32rem;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.checkout-modal-inner{padding:2rem;position:relative}.checkout-receipt-card{background-color:#ffffff0d;border:1px solid #ffffff0d;border-radius:1rem;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;display:flex}.checkout-input-wrapper{align-items:center;display:flex;position:relative}.checkout-input-icon{z-index:10;color:#6b7280;pointer-events:none;align-items:center;display:flex;position:absolute;left:1rem}.checkout-input{color:#fff;background-color:#0000;border:1px solid #ffffff1a;border-radius:.75rem;width:100%;height:3rem;padding-left:3rem;padding-right:1rem;font-size:.875rem;transition:all .2s}.checkout-input:focus{border-color:#ff0202;outline:none;box-shadow:0 0 0 1px #ff0202}.checkout-submit-btn{cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;height:3rem;margin-top:1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.checkout-submit-btn:disabled{color:#6b7280;cursor:not-allowed;background-color:#ffffff0d}.checkout-submit-btn:not(:disabled){color:#000;background-color:#fff;box-shadow:0 10px 15px -3px #0000001a}.checkout-submit-btn:not(:disabled):hover{background-color:#f3f4f6;transform:scale(1.02)}.checkout-submit-btn:not(:disabled):active{transform:scale(.98)}
.product-card{color:#f0f0f0;width:100%;max-width:440px;text-decoration:none;display:block}.product-card__outer{border:1px solid #ffffff14;border-radius:1.25rem;width:100%;padding:.5rem;transition:border-color .3s;position:relative}.product-card__outer:before{content:"";border-radius:inherit;background:radial-gradient(250px circle at var(--mouse-x,-999%) var(--mouse-y,-999%), #ff0202, transparent 70%);pointer-events:none;z-index:0;-webkit-mask-composite:xor;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.product-card__inner{z-index:1;background:#0a0a0a;border:1px solid #ffffff0f;border-radius:.85rem;flex-direction:column;height:100%;transition:background .3s;display:flex;position:relative;overflow:hidden}.product-card:hover .product-card__inner{background:#0d0d0d}.product-card__inner:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(at 50% 0,#ff020212 0%,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.product-card:hover .product-card__inner:after{opacity:1}.product-card__media{aspect-ratio:16/9;background:#060606;position:relative;overflow:hidden}.product-card__img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.product-card:hover .product-card__img{transform:scale(1.03)}.product-card__body{flex-direction:column;flex-grow:1;gap:0;padding:16px 18px 18px;display:flex}.product-card__header{justify-content:space-between;align-items:center;gap:10px;display:flex}.product-card__name{color:#f0f0f0;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700;line-height:1.25}.product-card__stock{letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;align-items:center;gap:5px;font-size:.7rem;font-weight:600;display:inline-flex}.stock--green{color:#4ade80}.product-card__divider{border:none;border-top:1px solid #ffffff0f;margin:0}.product-card__header--spacer{flex:1;min-height:0}.product-card__header--inline{justify-content:space-between;align-items:center;width:100%;margin-bottom:.4rem;display:flex}.product-card__footer{flex-flow:column wrap;align-items:flex-start;gap:12px;width:100%;display:flex}.pc-status{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:.25rem;padding:.3rem .75rem;display:inline-flex}.pc-status__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;position:relative}.pc-status__pulse{opacity:0;border-radius:50%;animation:2.4s ease-out infinite pc-card-pulse;position:absolute;inset:0}@keyframes pc-card-pulse{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(2.6)}to{opacity:0;transform:scale(2.6)}}.pc-status__label{letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:700}.product-card__pricing{flex-direction:column;gap:2px;display:flex}.product-card__starting-at{letter-spacing:.06em;text-transform:uppercase;color:#ffffff61;font-size:.68rem;line-height:1}.product-card__price-box{align-items:baseline;gap:7px;display:flex}.product-card__price{color:#fff;letter-spacing:-.02em;font-size:1.15rem;font-weight:800;line-height:1}@media (max-width:400px){.product-card__footer{flex-direction:column;align-items:flex-start}}.products-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.products-badge{letter-spacing:.1em;color:var(--primary);background:#79b8b71a;border-radius:999px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.products-title{color:var(--foreground);font-size:2.25rem;font-weight:600}.products-subtitle{color:#fff9;font-size:1.125rem}
.reviews-section{z-index:10;flex-direction:column;align-items:center;padding:5rem 0;display:flex;position:relative}.reviews-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.reviews-badge{letter-spacing:.1em;color:var(--primary);background:#ff02021a;border-radius:999px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.reviews-title{color:var(--foreground);font-size:2.25rem;font-weight:600}.reviews-subtitle{color:#fff9;font-size:1.125rem}.marquee-wrapper{width:100%;max-width:90rem;margin:0 auto;padding:1rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-group{gap:1.5rem;padding:.5rem;display:flex;overflow:hidden}.marquee-content{flex-shrink:0;justify-content:space-around;gap:1.5rem;animation:90s linear infinite scroll;display:flex}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - 1.5rem))}}.marquee-item{flex-shrink:0;align-items:center;width:380px;display:flex}.testimonial__card{background:#111212;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;gap:12px;width:100%;height:180px;padding:20px 28px 18px;transition:border-color .2s;display:flex}.testimonial__card:hover{border-color:var(--primary)}.testimonial__header{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.testimonial__stars{align-items:center;gap:3px;display:flex}.testimonial__stars svg{width:20px;height:20px}.testimonial__date{color:#6b7a99;font-size:.82rem;font-weight:400}.testimonial__message{flex:1;min-height:0;overflow:hidden}.testimonial__message p{color:#d0ddf5;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:400;line-height:1.55;display:-webkit-box;overflow:hidden}.testimonial__divider{border:none;border-top:1px solid #fff3;flex-shrink:0;margin:0}.testimonial__footer{flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;display:flex}.testimonial__product{color:#d0ddf5;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.testimonial__verified{color:#4ade80;letter-spacing:.01em;background:#163020e6;border:1px solid #4ade8033;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:5px 13px 5px 9px;font-size:.78rem;font-weight:600;display:inline-flex}.testimonial__verified svg{width:14px;height:14px}@media (max-width:768px){.testimonial__card{margin-bottom:12px}}
.faq-section{z-index:10;flex-direction:column;align-items:center;padding:5rem 0;display:flex;position:relative}.faq-container{width:100%;max-width:900px;padding:0 1.5rem}.faq-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.faq-badge{letter-spacing:.1em;color:var(--primary);background:#ff02021a;border-radius:999px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.faq-title{color:var(--foreground);font-size:2.25rem;font-weight:600}.faq-subtitle{color:#fff9;font-size:1.125rem}.faq-grid{flex-direction:column;gap:.75rem;max-width:720px;margin:0 auto;display:flex}.faq-item{background:#111212;border:1px solid #ffffff12;border-radius:16px;transition:border-color .3s;overflow:hidden}.faq-item:hover{border-color:#ffffff26}.faq-item--open{border-color:#ff02024d}.faq-question{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:1.25rem;transition:background .2s;display:flex}.faq-question:hover{background:#ffffff05}.faq-question-text{color:#fff;padding-right:1rem;font-size:.95rem;font-weight:600;line-height:1.4}.faq-icon{color:#ffffff80;background:#ffffff0f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.faq-item:hover .faq-icon{color:#fffc;background:#ffffff1a}.faq-icon--active{background:var(--primary);color:#fff}.faq-answer-wrapper{overflow:hidden}.faq-answer{color:#ffffff8c;padding:0 1.25rem 1.25rem;font-size:.9rem;line-height:1.6}.faq-footer{text-align:center;margin-top:2.5rem}.faq-footer-text{color:#fff6;font-size:.875rem}.faq-footer-link{color:var(--primary);font-weight:500;transition:opacity .2s}.faq-footer-link:hover{opacity:.8}
