:root{--nexux-teal:#4ecdc4;--nexux-magenta:#e91e63;--nexux-yellow:#ffd93d;--nexux-dark:#2c3e50;--nexux-gray:#7f8c8d;--nexux-light:#f8f9fa;--nexux-white:#fff;--nexux-font:'Arial Rounded MT Bold',Arial,sans-serif;--nexux-shadow:0 10px 30px rgba(0,0,0,.08);--nexux-shadow-hover:0 15px 40px rgba(0,0,0,.12);--nexux-transition:all .3s ease}.nexux-product-wrapper{font-family:var(--nexux-font);background:var(--nexux-white)}.nexux-product-wrapper *{box-sizing:border-box}.nexux-sticky-bar{position:sticky;top:0;background:linear-gradient(135deg,var(--nexux-teal),var(--nexux-magenta));padding:15px 0;z-index:999;box-shadow:0 4px 15px rgba(0,0,0,.2)}.sticky-bar-content{display:flex;justify-content:space-between;align-items:center;gap:20px}.sticky-product-info{display:flex;align-items:center;gap:20px;color:var(--nexux-white)}.sticky-product-name{font-size:1.2em;font-weight:700}.sticky-price{font-size:1.8em;font-weight:800}.nexux-sticky-cta{background:var(--nexux-white);color:var(--nexux-magenta);padding:12px 35px;border-radius:50px;font-weight:700;text-decoration:none;transition:var(--nexux-transition);box-shadow:0 4px 15px rgba(0,0,0,.2);font-size:1.1em}.nexux-sticky-cta:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.3);text-decoration:none;color:var(--nexux-magenta)}.nexux-product-hero{padding:80px 0;background:linear-gradient(135deg,var(--nexux-white),var(--nexux-light))}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-images-section{position:sticky;top:100px;height:fit-content}.main-product-image{width:100%;border-radius:25px;box-shadow:var(--nexux-shadow);margin-bottom:20px;overflow:hidden}.main-product-image.placeholder{background:linear-gradient(135deg,var(--nexux-teal),var(--nexux-magenta));padding:60px 40px;text-align:center}.placeholder-content{background:var(--nexux-white);border-radius:20px;padding:60px 40px}.placeholder-icon{font-size:5em;margin-bottom:20px}.placeholder-content h3{font-size:2em;color:var(--nexux-dark);font-weight:800}.product-featured-image{width:100%;height:auto;display:block}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.gallery-thumb{aspect-ratio:1;border-radius:15px;overflow:hidden;cursor:pointer;transition:var(--nexux-transition);border:3px solid transparent}.gallery-thumb:hover{border-color:var(--nexux-teal);transform:scale(1.05)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info-section{padding:20px 0}.nexux-badges{display:flex;gap:15px;margin-bottom:25px;flex-wrap:wrap}.badge{padding:8px 20px;border-radius:50px;font-size:.9em;font-weight:700;display:inline-block}.badge-popular{background:linear-gradient(135deg,var(--nexux-yellow),#ffa726);color:var(--nexux-dark)}.badge-trial{background:linear-gradient(135deg,var(--nexux-teal),#a8e6cf);color:var(--nexux-white)}.badge-limited{background:linear-gradient(135deg,#ff6b6b,var(--nexux-magenta));color:var(--nexux-white);animation:nexux-pulse 2s infinite}@keyframes nexux-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.nexux-product-title{font-size:3.5em;color:var(--nexux-dark);margin-bottom:20px;font-weight:800;line-height:1.2}.nexux-product-subtitle{font-size:1.5em;color:var(--nexux-gray);margin-bottom:30px;line-height:1.5}.nexux-rating-box{display:flex;align-items:center;gap:15px;margin-bottom:30px;padding:20px;background:var(--nexux-light);border-radius:15px}.rating-stars{display:flex;gap:3px}.star{color:var(--nexux-yellow);font-size:1.5em}.star.filled{color:var(--nexux-yellow)}.rating-info{display:flex;flex-direction:column;gap:5px}.rating-score{font-size:1.1em;color:var(--nexux-dark)}.rating-count{color:var(--nexux-gray);font-size:.9em}.nexux-pricing-box{background:linear-gradient(135deg,var(--nexux-yellow),#ffa726);padding:40px;border-radius:25px;margin:40px 0;position:relative;overflow:hidden}.nexux-pricing-box:before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);animation:nexux-rotate 10s linear infinite}@keyframes nexux-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pricing-content{position:relative;z-index:2}.price-comparison{display:flex;align-items:baseline;gap:10px;margin-bottom:15px}.price-old{font-size:2em;text-decoration:line-through;opacity:.6;color:var(--nexux-dark)}.price-current{font-size:4.5em;font-weight:700;color:var(--nexux-dark)}.price-period{font-size:1.5em;color:var(--nexux-dark);opacity:.8}.price-savings{background:var(--nexux-magenta);color:var(--nexux-white);padding:10px 25px;border-radius:50px;display:inline-block;font-weight:700;margin-bottom:20px;font-size:1.1em}.price-features{list-style:none;margin:25px 0;padding:0}.price-features li{padding:8px 0;color:var(--nexux-dark);font-size:1.05em}.price-features li:before{content:'✓';color:var(--nexux-dark);font-weight:700;margin-right:10px;font-size:1.2em}.nexux-cta-button{background:linear-gradient(135deg,var(--nexux-teal),var(--nexux-magenta));color:var(--nexux-white);padding:22px 60px;border-radius:50px;font-size:1.5em;font-weight:700;text-decoration:none;display:block;text-align:center;margin-top:20px;transition:var(--nexux-transition);box-shadow:0 10px 30px rgba(78,205,196,.4);border:none;cursor:pointer}.nexux-cta-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(233,30,99,.5);text-decoration:none;color:var(--nexux-white)}.cta-subtext{text-align:center;color:var(--nexux-dark);margin-top:15px;font-size:.95em;opacity:.8}.nexux-urgency-timer{background:#ff6b6b;color:var(--nexux-white);padding:20px;border-radius:15px;text-align:center;margin:25px 0}.nexux-urgency-timer strong{font-size:1.3em;display:block;margin-bottom:10px}.countdown-timer{font-size:2em;font-weight:700;letter-spacing:2px}.nexux-trust-signals{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}.trust-item{text-align:center;padding:20px;background:var(--nexux-light);border-radius:15px}.trust-icon{font-size:2.5em;margin-bottom:10px}.trust-text{font-size:.9em;color:var(--nexux-dark);font-weight:700}.nexux-product-content,.nexux-testimonials,.nexux-comparison,.nexux-faq{padding:80px 0}.nexux-testimonials{background:var(--nexux-light)}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:3em;color:var(--nexux-dark);margin-bottom:20px;font-weight:800}.nexux-features-section{margin-bottom:60px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.feature-card{background:var(--nexux-white);padding:40px;border-radius:20px;box-shadow:var(--nexux-shadow);transition:var(--nexux-transition);border-left:5px solid transparent}.feature-card:hover{transform:translateY(-10px);box-shadow:var(--nexux-shadow-hover);border-left-color:var(--nexux-teal)}.feature-header{display:flex;align-items:center;gap:20px;margin-bottom:20px}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--nexux-teal),var(--nexux-magenta));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2em;flex-shrink:0}.feature-title{font-size:1.8em;color:var(--nexux-dark);font-weight:700}.feature-description{color:var(--nexux-gray);line-height:1.8;font-size:1.05em;margin-bottom:20px}.feature-value{background:linear-gradient(135deg,var(--nexux-light),#ecf0f1);padding:15px 20px;border-radius:10px;border-left:3px solid var(--nexux-teal);font-weight:700;color:var(--nexux-dark)}.nexux-main-content{max-width:900px;margin:0 auto;font-size:1.1em;line-height:1.8;color:var(--nexux-dark)}.nexux-main-content h2,.nexux-main-content h3{color:var(--nexux-teal);margin-top:40px;margin-bottom:20px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.testimonial-card{background:var(--nexux-white);padding:30px;border-radius:20px;box-shadow:var(--nexux-shadow);position:relative}.testimonial-card:before{content:'"';position:absolute;top:-20px;left:20px;font-size:6em;color:var(--nexux-teal);opacity:.2;font-family:Georgia,serif}.testimonial-text{color:var(--nexux-dark);line-height:1.7;margin-bottom:20px;font-size:1.05em}.testimonial-author{display:flex;align-items:center;gap:15px}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,var(--nexux-teal),var(--nexux-magenta));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--nexux-white);font-weight:700;font-size:1.2em}.author-info{flex:1}.author-name{font-weight:700;color:var(--nexux-dark)}.author-location{color:var(--nexux-gray);font-size:.9em}.testimonial-rating{color:var(--nexux-yellow);margin-top:10px}.comparison-table{width:100%;background:var(--nexux-white);border-radius:20px;overflow:hidden;box-shadow:var(--nexux-shadow)}.comparison-table thead{background:linear-gradient(135deg,var(--nexux-teal),var(--nexux-magenta));color:var(--nexux-white)}.comparison-table th,.comparison-table td{padding:25px;text-align:center;border-bottom:1px solid #ecf0f1}.comparison-table th{font-size:1.3em}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr:nth-child(even){background:var(--nexux-light)}.feature-name{text-align:left;font-weight:700;color:var(--nexux-dark)}.check-yes{color:#a8e6cf;font-size:1.8em}.check-no{color:#ff6b6b;font-size:1.8em}.faq-grid{display:grid;gap:20px;max-width:900px;margin:0 auto}.faq-item{background:var(--nexux-light);border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05)}.faq-question{background:var(--nexux-teal);color:var(--nexux-white);padding:25px;font-weight:700;cursor:pointer;transition:var(--nexux-transition);font-size:1.1em}.faq-question:hover{background:#44a08d}.faq-answer{padding:25px;color:var(--nexux-dark);line-height:1.8;display:none}.faq-item.active .faq-answer{display:block}.nexux-final-cta{padding:100px 0;background:linear-gradient(135deg,var(--nexux-teal),var(--nexux-magenta));text-align:center;color:var(--nexux-white);position:relative;overflow:hidden}.nexux-final-cta:before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:nexux-float 8s ease-in-out infinite}@keyframes nexux-float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}.final-cta-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.guarantee-icon{font-size:3em;margin-bottom:15px}.final-cta-content h2{font-size:3.5em;margin-bottom:25px;font-weight:800}.final-cta-content p{font-size:1.5em;margin-bottom:40px;opacity:.95;line-height:1.6}.nexux-final-button{background:var(--nexux-white);color:var(--nexux-magenta);padding:25px 70px;border-radius:50px;font-size:1.6em;font-weight:700;text-decoration:none;display:inline-block;transition:var(--nexux-transition);box-shadow:0 15px 40px rgba(0,0,0,.3)}.nexux-final-button:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.4);text-decoration:none;color:var(--nexux-magenta)}.guarantee-text{margin-top:40px;font-size:1.1em;opacity:.9}@media (max-width:1024px){.hero-grid,.features-grid{grid-template-columns:1fr}.product-images-section{position:relative;top:0}.testimonials-grid{grid-template-columns:1fr}}@media (max-width:768px){.sticky-bar-content{flex-direction:column;gap:15px}.nexux-product-hero,.nexux-product-content,.nexux-testimonials,.nexux-comparison,.nexux-faq,.nexux-final-cta{padding:40px 20px}.nexux-product-title{font-size:2.2em}.price-current{font-size:3em}.gallery-thumb{grid-template-columns:repeat(2,1fr)}.nexux-trust-signals{grid-template-columns:1fr}.section-title{font-size:2em}.final-cta-content h2{font-size:2.5em}.nexux-badges{justify-content:center}.comparison-table{font-size:.85em}.comparison-table th,.comparison-table td{padding:15px 10px}}@media (max-width:480px){.nexux-product-title{font-size:1.8em}.price-current{font-size:2.5em}.nexux-cta-button,.nexux-final-button{padding:18px 40px;font-size:1.2em}}