:root{--primary-color: #4a90e2;--secondary-color: #50c878;--accent-color: #ff6b6b;--text-dark: #2c3e50;--text-light: #ffffff;--bg-light: #f8f9fa;--bg-white: #ffffff;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,var(--primary-color) 0%,#357abd 100%);color:var(--text-light);padding:15px 0;box-shadow:var(--shadow)}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700}.header-right{display:flex;align-items:center;gap:20px}.header-price-box{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.header-price-old{font-size:.9rem;color:#fff9;text-decoration:line-through;font-weight:500}.header-price{font-size:1.4rem;font-weight:700;color:gold;text-shadow:0 2px 4px rgba(0,0,0,.2);line-height:1}.header-cta{background-color:var(--accent-color);color:var(--text-light);padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:700;transition:transform .3s,box-shadow .3s}.header-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,#5fa3e8 100%);color:var(--text-light);padding:60px 0 40px;text-align:center}.hero h1{font-size:3rem;margin-bottom:15px;line-height:1.2}.hero-subtitle{font-size:1.3rem;margin-bottom:20px;opacity:.95}.video-hero-section{background:var(--bg-light);padding:60px 0}.video-hero-wrapper{max-width:900px;margin:0 auto}.video-hero-content{background:#fff;padding:40px;border-radius:20px;box-shadow:var(--shadow-lg)}.urgency-badge-inline{background:linear-gradient(135deg,var(--accent-color) 0%,#ff8787 100%);color:#fff;padding:8px 20px;border-radius:50px;font-weight:700;font-size:.9rem;display:inline-block;margin-bottom:20px;box-shadow:0 4px 12px #ff6b6b4d}.video-hero-title{font-size:2.2rem;color:var(--text-dark);margin-bottom:15px;line-height:1.3}.video-hero-subtitle{font-size:1.1rem;color:#6c757d;margin-bottom:30px;line-height:1.6}.video-container-main{margin:30px 0;border-radius:15px;overflow:hidden}.video-placeholder-main{background:linear-gradient(135deg,#e0e0e0,#f5f5f5);border:3px dashed var(--primary-color);border-radius:15px;padding:80px 40px;text-align:center;min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center}.video-icon-main{font-size:5rem;color:var(--primary-color);margin-bottom:20px}.video-placeholder-main p{color:#666;font-size:1.1rem;margin:10px 0}.video-placeholder-main .video-hint{color:#999;font-size:.95rem;font-style:italic}.video-placeholder-main .video-specs{color:#aaa;font-size:.85rem;margin-top:15px}.video-hero-cta{text-align:center;margin-top:30px}.hero-cta-big{display:inline-block;background:var(--secondary-color);color:#fff;padding:18px 50px;border-radius:50px;text-decoration:none;font-size:1.4rem;font-weight:700;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 20px #50c87866;margin-bottom:15px}.hero-cta-big:hover{transform:translateY(-3px);box-shadow:0 8px 25px #50c87899}.hero-cta-contrassegno{display:inline-block;background:#ff9800;color:#fff;padding:14px 35px;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:600;border:none;transition:all .3s;margin-bottom:15px;box-shadow:0 4px 15px #ff980066}.hero-cta-contrassegno:hover{background:#f57c00;transform:translateY(-2px);box-shadow:0 6px 20px #ff980080}.hero-cta{display:inline-block;background-color:var(--secondary-color);color:var(--text-light);padding:18px 50px;border-radius:50px;text-decoration:none;font-size:1.3rem;font-weight:700;transition:transform .3s,box-shadow .3s;box-shadow:var(--shadow-lg)}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0003}.section{padding:80px 0}.section-alt{background-color:var(--bg-light)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:20px;color:var(--text-dark)}.section-subtitle{text-align:center;font-size:1.2rem;color:#6c757d;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:50px}.benefit-card{background:var(--bg-white);padding:40px;border-radius:15px;box-shadow:var(--shadow);text-align:center;transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.benefit-icon{font-size:4rem;margin-bottom:20px}.benefit-card h3{font-size:1.5rem;margin-bottom:15px;color:var(--primary-color)}.benefit-card p{font-size:1.1rem;color:#6c757d;line-height:1.8}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.feature-item{display:flex;align-items:start;gap:15px}.feature-icon{font-size:2rem;color:var(--secondary-color);flex-shrink:0}.feature-content h3{font-size:1.3rem;margin-bottom:10px;color:var(--text-dark)}.feature-content p{color:#6c757d;line-height:1.7}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:50px}.media-placeholder{background:linear-gradient(135deg,#e0e0e0,#f5f5f5);border-radius:15px;padding:60px;text-align:center;border:2px dashed #ccc;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.media-placeholder-icon{font-size:4rem;color:#999;margin-bottom:15px}.media-placeholder p{color:#666;font-size:1.1rem}.purchase-section{background:linear-gradient(135deg,var(--primary-color) 0%,#357abd 100%);color:var(--text-light);padding:80px 0;text-align:center}.purchase-section .section-title{color:var(--text-light)}.purchase-section .section-subtitle{color:#ffffffe6}.price-box{background:var(--bg-white);color:var(--text-dark);padding:50px;border-radius:20px;max-width:500px;margin:40px auto;box-shadow:var(--shadow-lg)}.price{font-size:5.5rem;font-weight:700;color:var(--primary-color);margin:20px 0}.price-description{font-size:1.1rem;color:#6c757d;margin-bottom:30px}.paypal-button-container{margin:30px 0}.footer{background-color:var(--text-dark);color:var(--text-light);padding:40px 0;text-align:center}.footer p{opacity:.8}.header-trust-badges{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.header-trust-item{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#ffffffe6;font-weight:500;white-space:nowrap}.trust-icon-small{font-size:.85rem}.urgency-badge{background:linear-gradient(135deg,var(--accent-color) 0%,#ff8787 100%);color:#fff;padding:12px 30px;border-radius:50px;font-weight:700;font-size:1.1rem;display:inline-block;margin-bottom:30px;box-shadow:0 4px 15px #ff6b6b66;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.social-proof{font-size:1.2rem;margin:20px 0;color:#fffffff2}.hero-guarantee{font-size:1rem;margin-top:20px;color:#ffffffe6}.hero-contrassegno{font-size:1.05rem;margin-top:15px;padding:12px 20px;background:linear-gradient(135deg,#f93,#f60);border-radius:8px;color:#fff;display:inline-block;box-shadow:0 4px 15px #ff66004d;animation:gentle-pulse 3s infinite}.hero-contrassegno strong{color:#fff}@keyframes gentle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.comparison-table{max-width:900px;margin:0 auto;background:#fff;border-radius:15px;overflow:hidden;box-shadow:var(--shadow-lg)}.comparison-header{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;background:linear-gradient(135deg,var(--primary-color) 0%,#357abd 100%);color:#fff;font-weight:700;font-size:1.2rem}.comparison-header .comparison-cell{padding:25px;text-align:center}.comparison-header .highlighted{background:var(--secondary-color);position:relative}.best-badge{background:gold;color:#2c3e50;padding:5px 15px;border-radius:20px;font-size:.75rem;margin-top:8px;display:inline-block;font-weight:700;box-shadow:0 2px 8px #0003}.comparison-row{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;border-bottom:1px solid #e0e0e0}.comparison-row:last-child{border-bottom:none}.comparison-cell{padding:20px;display:flex;align-items:center;justify-content:center;text-align:center}.comparison-cell.feature-name{text-align:left;justify-content:flex-start;font-weight:600;color:var(--text-dark)}.comparison-cell.highlighted{background:#50c8780d;font-weight:600}.check{color:var(--secondary-color);font-size:1.3rem;margin-right:8px;font-weight:700}.cross{color:var(--accent-color);font-size:1.3rem;margin-right:8px;font-weight:700}.testimonials-section{background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}.testimonial-card{background:#fff;padding:30px;border-radius:15px;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.video-testimonial{border:3px solid var(--secondary-color)}.video-placeholder{background:linear-gradient(135deg,#e0e0e0,#f5f5f5);border-radius:10px;padding:40px;text-align:center;margin-bottom:20px;border:2px dashed #ccc;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}.video-icon{font-size:3rem;color:#666;margin-bottom:10px}.video-hint{font-size:.9rem;color:#999;margin-top:5px}.testimonial-content{text-align:left}.stars{color:gold;font-size:1.3rem;margin-bottom:15px}.testimonial-text{font-size:1rem;line-height:1.7;color:#555;margin-bottom:15px;font-style:italic}.testimonial-author{font-size:.95rem;color:var(--primary-color);font-weight:600}.trust-stats{display:flex;justify-content:center;gap:60px;margin-top:60px;flex-wrap:wrap}.trust-stat{text-align:center}.stat-number{font-size:3.5rem;font-weight:700;color:var(--primary-color);line-height:1}.stat-label{font-size:1.1rem;color:#6c757d;margin-top:10px}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;margin-top:40px}.faq-item{background:#fff;padding:30px;border-radius:15px;box-shadow:var(--shadow);border-left:4px solid var(--primary-color);transition:transform .3s,box-shadow .3s}.faq-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.faq-question{font-size:1.2rem;color:var(--primary-color);margin-bottom:15px;font-weight:600}.faq-answer{font-size:1rem;line-height:1.8;color:#555}.faq-cta{text-align:center;margin-top:60px;padding:40px;background:#fff;border-radius:15px;box-shadow:var(--shadow)}.faq-cta h3{font-size:1.8rem;color:var(--text-dark);margin-bottom:15px}.faq-cta p{font-size:1.1rem;color:#6c757d}.purchase-urgency{background:linear-gradient(135deg,#ff6b6b,#ff8787);color:#fff;padding:15px 30px;border-radius:50px;font-weight:700;font-size:1.2rem;text-align:center;margin-bottom:30px;box-shadow:0 4px 15px #ff6b6b66;animation:pulse 2s infinite;max-width:600px;margin-left:auto;margin-right:auto}.bestseller-badge{background:linear-gradient(135deg,gold,#ffed4e);color:#2c3e50;padding:10px 25px;border-radius:50px;font-weight:700;font-size:.9rem;margin-bottom:15px;display:inline-block;box-shadow:0 4px 12px #ffd70066}.best-price-badge{background:linear-gradient(135deg,var(--secondary-color) 0%,#6ee89e 100%);color:#fff;padding:8px 20px;border-radius:50px;font-weight:700;font-size:.85rem;margin-bottom:20px;display:inline-block;box-shadow:0 4px 12px #50c87866}.price-wrapper{margin:20px 0}.original-price{font-size:2.2rem;color:#999;text-decoration:line-through;margin-bottom:5px}.savings{font-size:1.5rem;color:var(--secondary-color);font-weight:700;margin-top:5px}.payment-methods{margin:25px 0;text-align:center}.payment-icons{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.payment-method{background:var(--bg-light);padding:8px 16px;border-radius:8px;font-size:.9rem;color:#555;border:1px solid #ddd}.trust-line{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin:20px 0;padding:15px;background:#50c87814;border-radius:8px;font-size:.85rem;color:var(--secondary-color);font-weight:600}.trust-line span{white-space:nowrap}.paypal-button-container{margin:30px 0;min-height:50px}.stock-warning{background:#fff3cd;border:2px solid #ffc107;color:#856404;padding:15px;border-radius:10px;font-size:1rem;margin-top:20px}.recent-purchases{text-align:center;margin-top:30px;padding:15px;background:#fff3;border-radius:10px;color:#fff;font-size:1.1rem}.sticky-bar{position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;box-shadow:0 -4px 20px #0000001a;z-index:9999;transform:translateY(100%);transition:transform .3s ease-in-out;border-top:2px solid #f0f0f0}.sticky-bar-visible{transform:translateY(0)}.sticky-bar-content{max-width:1200px;margin:0 auto;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.sticky-bar-left{display:flex;align-items:center;gap:20px}.sticky-bar-product{font-weight:600;font-size:1.1rem;color:var(--text-dark)}.sticky-bar-price{display:flex;align-items:baseline;gap:10px}.sticky-bar-price-old{font-size:.9rem;text-decoration:line-through;color:#999}.sticky-bar-price-new{font-size:1.8rem;font-weight:700;color:var(--primary-color)}.sticky-bar-cta{background:linear-gradient(135deg,var(--primary-color) 0%,#357abd 100%);color:#fff;border:none;padding:14px 40px;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #4a90e24d;white-space:nowrap}.sticky-bar-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a90e266}.trust-badges-section{padding:40px 0;background:linear-gradient(135deg,#667eea,#764ba2)}.trust-badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;max-width:1100px;margin:0 auto}.trust-badge-large{background:#fff;padding:30px 20px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #00000026;transition:transform .3s}.trust-badge-large:hover{transform:translateY(-5px)}.trust-badge-icon{font-size:3rem;margin-bottom:15px}.trust-badge-large h3{color:#2d3748;font-size:1.2rem;margin-bottom:10px;font-weight:700}.trust-badge-large p{color:#4a5568;font-size:.95rem;margin:0}.trust-badge-highlight{background:linear-gradient(135deg,#fff5e6,#ffe6cc);border:3px solid #ff9933;position:relative;animation:pulse-border 2s infinite}.trust-badge-highlight:before{content:"🔥 POPOLARE";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f93;color:#fff;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:700;white-space:nowrap}@keyframes pulse-border{0%,to{border-color:#f93}50%{border-color:#f60}}.benefits-grid-compact{display:flex;flex-direction:column;gap:30px;max-width:900px;margin:0 auto}.benefit-card-compact{display:flex;gap:25px;align-items:flex-start;background:#fff;padding:30px;border-radius:15px;box-shadow:0 4px 15px #00000014;transition:transform .3s,box-shadow .3s}.benefit-card-compact:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.benefit-number{font-size:3rem;font-weight:700;color:var(--primary-color);line-height:1;min-width:60px;text-align:center}.benefit-content-compact{flex:1}.benefit-content-compact h3{font-size:1.5rem;margin-bottom:12px;color:#2d3748}.benefit-content-compact p{font-size:1.05rem;line-height:1.6;color:#4a5568;margin:0}.benefit-content-compact strong{color:var(--primary-color)}.guarantee-box{background:linear-gradient(135deg,#667eea,#764ba2);padding:25px;border-radius:12px;display:flex;align-items:center;gap:20px;margin:25px 0;box-shadow:0 6px 20px #667eea4d}.guarantee-icon{font-size:3rem;flex-shrink:0}.guarantee-content{flex:1;color:#fff}.guarantee-content h4{font-size:1.3rem;margin:0 0 8px;font-weight:700;color:#fff}.guarantee-content p{margin:0;font-size:1rem;opacity:.95}.contrassegno-section{margin:30px 0;padding-top:20px}.contrassegno-divider{text-align:center;position:relative;margin:25px 0}.contrassegno-divider:before,.contrassegno-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:linear-gradient(to right,transparent,#ddd,transparent)}.contrassegno-divider:before{left:0}.contrassegno-divider:after{right:0}.contrassegno-divider span{background:#fff;padding:0 15px;color:#666;font-weight:700;font-size:.9rem}.contrassegno-box{background:linear-gradient(135deg,#fff5e6,#ffe6cc);border:2px solid #ff9933;border-radius:15px;padding:25px;margin-top:20px}.contrassegno-header{display:flex;gap:15px;align-items:center;margin-bottom:20px}.contrassegno-icon{font-size:2.5rem;flex-shrink:0}.contrassegno-title h4{margin:0 0 5px;font-size:1.3rem;color:#2d3748}.contrassegno-title p{margin:0;color:#666;font-size:.95rem}.contrassegno-details{background:#fff;padding:20px;border-radius:10px;margin-top:15px}.contrassegno-price{display:flex;flex-direction:column;align-items:center;gap:8px;padding:15px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;margin-bottom:20px}.contrassegno-price-label{color:#fff;font-size:.95rem;opacity:.95}.contrassegno-price-value{color:#fff;font-size:3rem;font-weight:700;line-height:1}.contrassegno-price-note{color:#fff;font-size:.85rem;opacity:.9}.contrassegno-benefits{list-style:none;padding:0;margin:0 0 20px}.contrassegno-benefits li{padding:8px 0;font-size:1rem;color:#2d3748}.contrassegno-button{display:block;width:100%;background:linear-gradient(135deg,#f93,#f60);color:#fff;text-align:center;padding:18px 30px;border-radius:10px;text-decoration:none;font-weight:700;font-size:1.2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 20px #ff66004d;margin-bottom:15px}.contrassegno-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ff660080}.contrassegno-note{text-align:center;color:#666;font-size:.9rem;margin:0;font-style:italic}.share-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.share-container{max-width:700px;margin:0 auto;text-align:center}.share-buttons{display:flex;gap:20px;justify-content:center;margin:35px 0;flex-wrap:wrap}.share-button{display:flex;align-items:center;gap:12px;padding:18px 35px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 20px #00000026;min-width:250px;justify-content:center}.share-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040}.share-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.share-whatsapp:hover{background:linear-gradient(135deg,#20bd5a,#0e6f63)}.share-facebook{background:linear-gradient(135deg,#1877f2,#0d5aba);color:#fff}.share-facebook:hover{background:linear-gradient(135deg,#1565d8,#0a4a9a)}.share-button svg{flex-shrink:0}.share-helper-text{color:#555;font-size:1rem;font-style:italic;margin-top:20px}@media(max-width:768px){.hero{padding:30px 0 25px}.hero h1{font-size:1.8rem;margin-bottom:10px}.hero-subtitle{font-size:1rem;margin-bottom:15px}.social-proof{font-size:.95rem;margin:15px 0}.video-hero-content{padding:25px 20px}.video-hero-title{font-size:1.6rem}.video-hero-subtitle{font-size:1rem}.video-placeholder-main{padding:60px 20px;min-height:300px}.video-icon-main{font-size:3.5rem}.hero-cta-big{font-size:1.2rem;padding:15px 40px}.hero-contrassegno{font-size:.95rem;padding:10px 15px}.trust-badge-highlight:before{font-size:.6rem;padding:3px 8px}.section-title{font-size:2rem}.benefits-grid,.media-grid{grid-template-columns:1fr}.header{padding:10px 0}.logo{display:none}.header-content{flex-direction:column;gap:6px}.header-right{display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto;gap:8px;width:100%;align-items:center}.header-price-box{grid-row:1;grid-column:1;align-items:flex-start}.header-price-old{font-size:.85rem}.header-price{font-size:1.4rem}.header-cta{grid-row:1;grid-column:2;padding:9px 22px;font-size:.95rem;width:fit-content}.header-trust-badges{grid-row:1;grid-column:3;display:grid;grid-template-columns:1fr 1fr;gap:3px 6px;align-items:flex-start}.header-trust-item{font-size:.68rem;line-height:1.3}.trust-icon-small{font-size:.75rem}.price{font-size:3.5rem}.original-price{font-size:1.5rem}.savings{font-size:1.1rem}.price-box{padding:30px 20px}.trust-line{gap:10px;font-size:.75rem;padding:10px}.urgency-badge{font-size:.95rem;padding:10px 20px}.comparison-header,.comparison-row{grid-template-columns:1.5fr 1fr 1fr;font-size:.85rem}.comparison-cell{padding:12px 8px}.faq-grid,.testimonials-grid{grid-template-columns:1fr}.trust-stats{gap:30px}.stat-number{font-size:2.5rem}.sticky-bar-content{padding:12px 15px;flex-direction:column;gap:12px}.sticky-bar-left{width:100%;flex-direction:column;gap:8px;text-align:center}.sticky-bar-product{font-size:1rem}.sticky-bar-price{justify-content:center}.sticky-bar-price-old{font-size:.85rem}.sticky-bar-price-new{font-size:1.5rem}.sticky-bar-cta{width:100%;padding:12px 30px;font-size:1rem}.payment-icons{flex-direction:column;align-items:center}.share-button{min-width:100%;font-size:1rem;padding:15px 25px}.share-buttons{gap:15px}.trust-badges-grid{grid-template-columns:1fr;gap:15px}.trust-badge-large{padding:20px 15px}.trust-badge-icon{font-size:2.5rem}.benefit-card-compact{flex-direction:column;padding:20px;gap:15px}.benefit-number{font-size:2.5rem;min-width:auto}.benefit-content-compact h3{font-size:1.3rem}.benefit-content-compact p{font-size:1rem}.guarantee-box{flex-direction:column;text-align:center;padding:20px}.guarantee-icon{font-size:2.5rem}.guarantee-content h4{font-size:1.1rem}.guarantee-content p{font-size:.95rem}.contrassegno-box{padding:20px 15px}.contrassegno-header{flex-direction:column;text-align:center}.contrassegno-icon{font-size:2rem}.contrassegno-title h4{font-size:1.1rem}.contrassegno-details{padding:15px}.contrassegno-price-value{font-size:2.5rem}.contrassegno-button{font-size:1.1rem;padding:15px 25px}.contrassegno-benefits li{font-size:.95rem}}.customer-form{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:10px;padding:25px;margin:25px 0}.customer-form h4{font-size:1.1rem;color:#333;margin-bottom:20px;text-align:center}.form-group{margin-bottom:15px;flex:1}.form-group label{display:block;font-weight:600;color:#555;margin-bottom:5px;font-size:.9rem}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e21a}.form-group input::placeholder{color:#aaa}.form-row{display:flex;gap:15px;margin-bottom:15px}@media(max-width:768px){.form-row{flex-direction:column;gap:0}.form-group[style*="flex: 0 0"]{flex:1!important}.customer-form{padding:20px}}.payment-security-section{background:#f9f9f9;border-left:4px solid #50c878;padding:20px;margin:20px 0;border-radius:4px}.security-badge-main{display:flex;align-items:center;gap:12px;margin-bottom:15px}.security-icon{font-size:1.5rem;color:#50c878}.security-text{flex:1}.security-text strong{display:block;font-size:1rem;color:#2c3e50;margin-bottom:3px}.security-text p{margin:0;color:#666;font-size:.85rem;line-height:1.3}.payment-methods-pro{text-align:center;padding-top:12px;margin-top:12px;border-top:1px solid #e0e0e0}.payment-label{font-size:.75rem;color:#888;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.card-logos{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.card-logo{background:#fff;padding:5px 12px;border-radius:4px;font-weight:600;font-size:.75rem;border:1px solid #e0e0e0;transition:border-color .2s}.card-logo:hover{border-color:#ccc}.card-logo.visa{color:#1434cb}.card-logo.mastercard{color:#eb001b}.card-logo.amex{color:#006fcf}.card-logo.paypal-logo{color:#003087;font-weight:700}.paypal-security-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;padding:8px;background:transparent;font-size:.8rem;color:#666;text-align:center;font-style:italic}.security-icon-small{font-size:.9rem;color:#50c878}@media(max-width:768px){.payment-security-section{padding:15px}.security-badge-main{gap:10px}.security-icon{font-size:1.3rem}.security-text strong{font-size:.95rem}.security-text p{font-size:.8rem}.card-logos{gap:8px}.card-logo{padding:4px 10px;font-size:.7rem}.paypal-security-note{font-size:.75rem;padding:6px}}.checkout-page{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.checkout-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:20px 0;box-shadow:0 2px 4px #0000000d}.checkout-header-content{display:flex;justify-content:space-between;align-items:center}.secure-checkout-badge{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#50c878;font-weight:600}.lock-icon{font-size:1.2rem}.checkout-container{flex:1;padding:40px 0}.checkout-grid{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1.5fr;gap:40px}.order-summary{background:#fff;border-radius:10px;padding:30px;box-shadow:0 2px 10px #00000014;height:fit-content;position:sticky;top:20px}.order-summary h2{margin-bottom:25px;font-size:1.5rem;color:#2c3e50}.product-summary{margin-bottom:25px}.product-info h3{font-size:1.2rem;margin-bottom:8px;color:#333}.product-info p{color:#666;font-size:.95rem;margin-bottom:5px}.package-includes{font-size:.85rem!important;color:#888!important;margin-top:15px!important;padding-top:15px;border-top:1px solid #f0f0f0}.price-summary{margin-top:20px;padding-top:20px;border-top:2px solid #f0f0f0}.price-row{display:flex;justify-content:space-between;padding:10px 0;font-size:.95rem}.price-row.total{font-size:1.3rem;font-weight:700;padding-top:15px;margin-top:10px;border-top:2px solid #e0e0e0;color:#2c3e50}.price-row .free{color:#50c878;font-weight:600}.trust-badges-checkout{margin-top:25px;padding-top:25px;border-top:1px solid #f0f0f0}.trust-badges-checkout .trust-item{padding:8px 0;font-size:.9rem;color:#555}.payment-form{background:#fff;border-radius:10px;padding:35px;box-shadow:0 2px 10px #00000014}.payment-form h2{margin-bottom:25px;font-size:1.5rem;color:#2c3e50}.checkout-footer{background:#2c3e50;color:#fff;padding:20px 0;text-align:center;margin-top:auto}.checkout-footer p{margin:0;font-size:.9rem}.btn-checkout-main{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:18px 40px;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;margin:25px 0 20px;box-shadow:0 4px 15px #667eea66}.btn-checkout-main:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.checkout-security-badges{display:flex;justify-content:space-around;margin:20px 0;padding:15px;background:#f9f9f9;border-radius:8px}.security-badge-item{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:.85rem;color:#666}.security-badge-item span:first-child{font-size:1.5rem}.contrassegno-option-simple{text-align:center;margin:30px 0;padding:20px 0;border-top:1px solid #e0e0e0}.divider-text{color:#999;font-size:.9rem;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.btn-contrassegno-simple{display:inline-block;background:#fff;color:#667eea;border:2px solid #667eea;padding:12px 30px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.btn-contrassegno-simple:hover{background:#667eea;color:#fff}.contrassegno-note-simple{font-size:.8rem;color:#888;margin-top:10px}@media(max-width:992px){.checkout-grid{grid-template-columns:1fr;gap:30px;display:flex;flex-direction:column-reverse}.order-summary{position:static}}@media(max-width:768px){.checkout-container,.checkout-header{padding:15px 0}.secure-checkout-badge{font-size:.8rem}.lock-icon{font-size:1rem}.payment-form{padding:25px 20px}.payment-form h2{font-size:1.3rem;text-align:center}.order-summary{padding:20px}.order-summary h2{font-size:1.2rem;text-align:center}.product-info h3{font-size:1.1rem;text-align:center}.product-info p{text-align:center;font-size:.9rem}.package-includes{font-size:.8rem!important}.price-row{font-size:.9rem}.price-row.total{font-size:1.4rem}.payment-security-section{padding:20px 15px}.security-badge-main{flex-direction:row;text-align:left}.security-icon{font-size:1.8rem}.security-text strong{font-size:1rem}.security-text p{font-size:.85rem}.card-logos{gap:8px}.card-logo{font-size:.7rem;padding:4px 8px}.form-group input{font-size:16px;padding:14px}.form-group label{font-size:.95rem}.paypal-button-container{margin:20px 0}.paypal-security-note{font-size:.8rem;padding:10px}.trust-badges-checkout{text-align:center}.trust-badges-checkout .trust-item{font-size:.85rem}.btn-checkout-main{font-size:1.15rem;padding:16px 30px}.checkout-security-badges{flex-direction:row;flex-wrap:wrap;padding:12px}.security-badge-item{flex:1;min-width:90px;font-size:.75rem}.security-badge-item span:first-child{font-size:1.3rem}.contrassegno-option-simple{padding:15px 0}.btn-contrassegno-simple{width:100%;padding:14px 20px;font-size:1rem}.divider-text{font-size:.85rem}.price-box{padding:25px 20px!important}.btn-checkout-main{font-size:1.1rem!important}}@media(max-width:480px){.checkout-header-content{flex-direction:column;gap:10px;text-align:center}.logo{font-size:1.5rem}.secure-checkout-badge{font-size:.75rem}.payment-form h2,.order-summary h2{font-size:1.2rem}.form-group input{padding:12px}.price-row.total{font-size:1.3rem}.checkout-security-badges{flex-direction:column}.security-badge-item{min-width:100%;padding:8px}}.confirmation-container{max-width:700px;margin:60px auto;padding:0 20px}.confirmation-box{background:#fff;border-radius:12px;padding:50px;box-shadow:0 4px 20px #0000001a;text-align:center}.success-icon{font-size:5rem;margin-bottom:20px;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.confirmation-box h1{font-size:2rem;color:#2c3e50;margin-bottom:10px}.confirmation-box h2{font-size:1.3rem;color:#50c878;margin-bottom:30px;font-weight:600}.order-number-box{background:#f0f9ff;border:2px solid #667eea;border-radius:8px;padding:20px;margin:30px 0}.order-label{font-size:.9rem;color:#666;margin-bottom:5px}.order-number{font-size:2rem;font-weight:700;color:#667eea;margin:0}.confirmation-message{text-align:left;margin:30px 0;padding:25px;background:#f9f9f9;border-radius:8px;line-height:1.8}.confirmation-message p{margin-bottom:15px;color:#555}.email-highlight{color:#667eea;font-weight:600}.next-steps{text-align:left;margin:35px 0;padding:25px;background:#f0f9ff;border-radius:8px}.next-steps h3{margin-bottom:20px;color:#2c3e50}.steps-list{list-style:none;padding:0;counter-reset:step-counter}.steps-list li{counter-increment:step-counter;margin-bottom:20px;padding-left:45px;position:relative}.steps-list li:before{content:counter(step-counter);position:absolute;left:0;top:0;background:#667eea;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.steps-list li strong{display:block;margin-bottom:5px;color:#333}.steps-list li p{margin:0;color:#666;font-size:.95rem}.support-box{margin:30px 0;padding:25px;background:#fff9e6;border-radius:8px;border-left:4px solid #ffc107}.support-box h3{margin-bottom:10px;color:#2c3e50}.support-box p{margin-bottom:15px;color:#666}.btn-whatsapp{display:inline-block;background:#25d366;color:#fff;padding:12px 25px;border-radius:6px;text-decoration:none;font-weight:600;transition:background .2s}.btn-whatsapp:hover{background:#20ba5a}.action-buttons{margin:30px 0}.btn-secondary{display:inline-block;background:#fff;color:#667eea;border:2px solid #667eea;padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#667eea;color:#fff}.trust-reminders{display:flex;justify-content:space-around;margin-top:30px;padding-top:30px;border-top:1px solid #e0e0e0;flex-wrap:wrap;gap:15px}.trust-reminders .trust-item{font-size:.85rem;color:#666}.confirmation-box.error h1{color:#ff6b6b}.confirmation-box.error .btn-primary{background:#667eea;color:#fff;padding:12px 30px;border-radius:6px;text-decoration:none;display:inline-block;margin-top:20px}@media(max-width:768px){.confirmation-container{margin:30px auto}.confirmation-box{padding:30px 20px}.success-icon{font-size:4rem}.confirmation-box h1{font-size:1.5rem;line-height:1.3}.confirmation-box h2{font-size:1.1rem}.order-number-box{padding:15px}.order-label{font-size:.85rem}.order-number{font-size:1.6rem}.confirmation-message{padding:20px 15px;font-size:.95rem}.confirmation-message p{margin-bottom:12px}.next-steps{padding:20px 15px}.next-steps h3{font-size:1.1rem;text-align:center}.steps-list li{padding-left:40px;font-size:.9rem}.steps-list li:before{width:28px;height:28px;font-size:.9rem}.support-box{padding:20px 15px}.support-box h3{font-size:1.1rem;text-align:center}.btn-whatsapp{width:100%;text-align:center;padding:14px 20px;font-size:1rem}.btn-secondary{width:100%;text-align:center;padding:14px 20px}.trust-reminders{flex-direction:column;align-items:center;gap:10px}.trust-reminders .trust-item{font-size:.8rem}}.home-header-elegant{background:#fff;border-bottom:1px solid #e8e8e8;padding:20px 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000000d}.header-elegant-content{display:flex;justify-content:space-between;align-items:center}.logo-elegant{font-size:1.8rem;font-weight:700;color:var(--text-dark)}.nav-elegant{display:flex;gap:35px;align-items:center}.nav-elegant a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s;font-size:.95rem}.nav-elegant a:hover{color:var(--primary-color)}.btn-acquista-header{background:var(--primary-color);color:#fff;padding:10px 25px;border-radius:50px;font-weight:600;transition:transform .3s,box-shadow .3s}.btn-acquista-header:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.hero-elegant{background:linear-gradient(to bottom,#fff,#f8f9fa);padding:100px 0 80px}.hero-elegant-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-badge-elegant{background:linear-gradient(135deg,var(--primary-color),#5fa3e8);color:#fff;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:25px}.hero-elegant-title{font-size:3.2rem;line-height:1.2;margin-bottom:25px;color:var(--text-dark);font-weight:700}.hero-elegant-subtitle{font-size:1.2rem;color:#666;margin-bottom:45px;line-height:1.7}.hero-elegant-stats{display:flex;gap:50px;margin-bottom:40px}.stat-elegant{text-align:left}.stat-elegant-number{font-size:2.8rem;font-weight:700;color:var(--primary-color);line-height:1;margin-bottom:8px}.stat-elegant-label{font-size:.9rem;color:#777}.hero-elegant-cta{display:flex;gap:15px}.btn-elegant-primary{background:var(--primary-color);color:#fff;padding:16px 35px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s;box-shadow:0 4px 12px #4a90e24d}.btn-elegant-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a90e266}.btn-elegant-secondary{background:transparent;color:var(--text-dark);padding:16px 35px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;border:2px solid #e0e0e0;transition:all .3s}.btn-elegant-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.hero-elegant-image{position:relative}.product-image-main{width:100%;max-width:500px;height:auto;border-radius:20px;box-shadow:0 20px 60px #4a90e240;object-fit:cover}.tv-showcase{text-align:center;margin-bottom:50px}.tv-showcase-image{max-width:700px;width:100%;height:auto;border-radius:16px;box-shadow:0 15px 50px #00000026}.games-showcase{text-align:center}.games-showcase-image{max-width:900px;width:100%;height:auto;border-radius:16px;box-shadow:0 15px 50px #0000001f}.interface-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.interface-showcase-text{padding-right:20px}.interface-features-list{list-style:none;padding:0;margin-top:25px}.interface-features-list li{padding:10px 0;font-size:1.1rem;color:var(--text-dark);border-bottom:1px solid #eee}.interface-features-list li:last-child{border-bottom:none}.interface-showcase-image-wrapper{text-align:center}.interface-showcase-image{max-width:100%;height:auto;border-radius:16px;box-shadow:0 15px 50px #00000026}@media(max-width:768px){.tv-showcase-image,.games-showcase-image{max-width:100%}.interface-showcase-grid{grid-template-columns:1fr;gap:30px}.interface-showcase-text{padding-right:0;text-align:center}.interface-showcase-text .section-title-elegant,.interface-showcase-text .section-subtitle-elegant{text-align:center!important}.interface-features-list{text-align:left}}.image-placeholder-elegant{background:linear-gradient(135deg,var(--primary-color),#5fa3e8);border-radius:20px;padding:60px 40px;min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;box-shadow:0 20px 60px #4a90e240}.product-badge-elegant{background:#fff;color:var(--primary-color);padding:15px 25px;border-radius:12px;display:flex;align-items:center;gap:10px;font-weight:600;font-size:1.1rem;margin-bottom:40px;box-shadow:0 8px 20px #0000001a}.badge-icon{font-size:1.5rem}.features-overlay{display:flex;flex-direction:column;gap:15px;width:100%}.feature-item-overlay{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:15px 20px;border-radius:10px;color:#fff;font-weight:500;text-align:center}.section-elegant{padding:90px 0}.section-elegant.bg-light-elegant{background:#f8f9fa}.section-header-elegant{text-align:center;max-width:750px;margin:0 auto 60px}.section-title-elegant{font-size:2.8rem;color:var(--text-dark);margin-bottom:20px;font-weight:700}.section-subtitle-elegant{font-size:1.15rem;color:#666;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.feature-card{background:#fff;padding:40px 30px;border-radius:15px;text-align:center;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3.5rem;margin-bottom:20px}.feature-card h3{font-size:1.4rem;color:var(--text-dark);margin-bottom:15px}.feature-card p{color:#666;line-height:1.6}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.advantage-card{background:#fff;padding:35px 30px;border-radius:15px;box-shadow:var(--shadow);position:relative;border-left:4px solid var(--primary-color);transition:transform .3s}.advantage-card:hover{transform:translate(5px)}.advantage-number{position:absolute;top:20px;right:20px;font-size:3rem;font-weight:700;color:#4a90e21a}.advantage-card h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:15px}.advantage-card p{color:#666;line-height:1.6}.target-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.target-card{background:#fff;padding:40px 30px;border-radius:15px;text-align:center;box-shadow:var(--shadow);border-top:4px solid var(--secondary-color);transition:transform .3s}.target-card:hover{transform:translateY(-5px)}.target-icon{font-size:3.5rem;margin-bottom:20px}.target-card h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:15px}.target-card p{color:#666;line-height:1.6}.numbers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-top:40px}.number-card{text-align:center;padding:30px 20px;background:#fff;border-radius:15px;box-shadow:var(--shadow)}.big-number{font-size:3.5rem;font-weight:700;color:var(--primary-color);margin-bottom:10px}.number-label{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:5px}.number-desc{font-size:.9rem;color:#666}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0%,#357abd 100%);color:#fff;padding:100px 0;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:3rem;margin-bottom:20px}.cta-subtitle{font-size:1.3rem;margin-bottom:40px;opacity:.95;line-height:1.6}.cta-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:20px}.btn-cta-primary{background:#fff;color:var(--primary-color);padding:18px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform .3s,box-shadow .3s}.btn-cta-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0003}.btn-cta-secondary{background:transparent;color:#fff;padding:18px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;border:2px solid white;transition:all .3s}.btn-cta-secondary:hover{background:#fff;color:var(--primary-color)}.cta-note{font-size:.9rem;opacity:.9;margin-top:20px}.home-footer{background:var(--text-dark);color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-section h4{font-size:1.2rem;margin-bottom:15px;color:#fff}.footer-section p{color:#ffffffb3;line-height:1.6;margin-bottom:10px}.footer-section a{display:block;color:#ffffffb3;text-decoration:none;margin-bottom:10px;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#ffffff80;font-size:.9rem}@media(max-width:992px){.home-hero-content{grid-template-columns:1fr;gap:40px}.home-hero-title{font-size:2.5rem}.home-hero-stats{gap:20px}.stat-number{font-size:2rem}.home-hero-cta{flex-direction:column}.btn-primary-large,.btn-secondary-large{text-align:center}.nav-menu{display:none}.advantages-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-title{font-size:2.2rem}}@media(max-width:768px){.home-hero{padding:40px 0}.home-hero-title{font-size:2rem}.home-hero-subtitle{font-size:1.1rem}.home-hero-stats{flex-direction:column;gap:20px}.home-section{padding:50px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.features-grid,.target-grid{grid-template-columns:1fr}.trust-items{flex-direction:column}.cta-section{padding:60px 0}.cta-title{font-size:1.8rem}.cta-subtitle{font-size:1.1rem}.hero-image-placeholder{min-height:300px;padding:40px 30px}.showcase-text{font-size:1.2rem}.numbers-grid{grid-template-columns:repeat(2,1fr);gap:20px}.big-number{font-size:2.5rem}}.features-elegant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:30px;margin-top:20px}.feature-elegant-card{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;transition:all .3s;border:1px solid #f0f0f0}.feature-elegant-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014;border-color:var(--primary-color)}.feature-elegant-icon{font-size:3.5rem;margin-bottom:20px}.feature-elegant-card h3{font-size:1.4rem;color:var(--text-dark);margin-bottom:15px;font-weight:600}.feature-elegant-card p{color:#666;line-height:1.7;font-size:1rem}.steps-elegant-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}.step-elegant-card{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;position:relative;border:1px solid #e8e8e8}.step-elegant-number{background:var(--primary-color);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 25px}.step-elegant-card h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:12px;font-weight:600}.step-elegant-card p{color:#666;line-height:1.6}.testimonials-elegant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px;margin-top:40px}.testimonial-elegant-card{background:#fff;padding:35px;border-radius:12px;border-left:4px solid var(--primary-color);box-shadow:0 4px 15px #0000000f}.stars-elegant{color:#ffc107;font-size:1.2rem;margin-bottom:20px}.testimonial-elegant-text{color:#555;line-height:1.7;font-size:1.05rem;margin-bottom:25px;font-style:italic}.testimonial-elegant-author{display:flex;flex-direction:column;gap:5px}.testimonial-elegant-author strong{color:var(--text-dark);font-size:1.05rem}.testimonial-elegant-author span{color:#888;font-size:.9rem}.section-rivenditori-elegant{background:linear-gradient(135deg,#f8f9fa,#e8eef3);padding:90px 0}.rivenditori-elegant-content{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.rivenditori-badge{background:var(--secondary-color);color:#fff;padding:6px 18px;border-radius:50px;font-size:.8rem;font-weight:600;display:inline-block;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.rivenditori-elegant-title{font-size:2.5rem;color:var(--text-dark);margin-bottom:20px;font-weight:700}.rivenditori-elegant-text{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:30px}.rivenditori-elegant-features{display:flex;flex-direction:column;gap:15px;margin-bottom:35px}.rivenditori-feature-item{display:flex;align-items:center;gap:12px;font-size:1.05rem;color:#555}.check-icon-elegant{color:var(--secondary-color);font-size:1.3rem;font-weight:700}.rivenditori-elegant-cta{display:flex;gap:15px}.btn-rivenditori-primary{background:var(--secondary-color);color:#fff;padding:14px 30px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s}.btn-rivenditori-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #50c8784d}.btn-rivenditori-secondary{background:transparent;color:var(--text-dark);padding:14px 30px;border-radius:8px;text-decoration:none;font-weight:600;border:2px solid var(--text-dark);transition:all .3s}.btn-rivenditori-secondary:hover{background:var(--text-dark);color:#fff}.rivenditori-stats-box{background:#fff;padding:40px;border-radius:15px;box-shadow:0 8px 30px #00000014}.rivenditori-stats-box h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:30px;text-align:center;font-weight:600}.rivenditori-stat{text-align:center;padding:25px 0;border-bottom:1px solid #f0f0f0}.rivenditori-stat:last-child{border-bottom:none}.rivenditori-stat-number{font-size:3rem;font-weight:700;color:var(--primary-color);line-height:1;margin-bottom:10px}.rivenditori-stat-label{font-size:.95rem;color:#666;line-height:1.4}.cta-elegant-section{background:linear-gradient(135deg,var(--primary-color),#5fa3e8);color:#fff;padding:90px 0;text-align:center}.cta-elegant-content{max-width:750px;margin:0 auto}.cta-elegant-title{font-size:3rem;margin-bottom:20px;font-weight:700}.cta-elegant-subtitle{font-size:1.2rem;margin-bottom:40px;opacity:.95;line-height:1.7}.btn-cta-elegant{background:#fff;color:var(--primary-color);padding:18px 45px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.15rem;display:inline-block;margin-bottom:30px;transition:all .3s;box-shadow:0 8px 25px #00000026}.btn-cta-elegant:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0003}.cta-elegant-features{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;font-size:1.05rem;opacity:.95}.cta-elegant-features span{display:flex;align-items:center;gap:8px}.footer-elegant{background:var(--text-dark);color:#fff;padding:60px 0 30px}.footer-elegant-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:50px;margin-bottom:40px}.footer-elegant-section h4{font-size:1.2rem;margin-bottom:20px;color:#fff;font-weight:600}.footer-elegant-section p{color:#ffffffb3;line-height:1.7;margin-bottom:12px;font-size:.95rem}.footer-elegant-section a{display:block;color:#ffffffb3;text-decoration:none;margin-bottom:12px;transition:color .3s;font-size:.95rem}.footer-elegant-section a:hover{color:#fff}.footer-elegant-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.footer-elegant-bottom p{color:#ffffff80;font-size:.9rem}@media(max-width:992px){.hero-elegant-grid{grid-template-columns:1fr;gap:50px;text-align:center}.hero-elegant-right{order:-1}.product-image-main{max-width:350px}.hero-elegant-title{font-size:2.5rem}.hero-elegant-stats{flex-wrap:wrap;gap:30px;justify-content:center}.hero-elegant-cta{justify-content:center}.nav-elegant{display:none}.rivenditori-elegant-content{grid-template-columns:1fr;gap:40px}.steps-elegant-grid{grid-template-columns:1fr;gap:30px}}@media(max-width:768px){.hero-elegant{padding:60px 0 50px}.hero-elegant-title{font-size:1.8rem}.hero-elegant-subtitle{font-size:1rem}.hero-elegant-stats{flex-direction:column;gap:15px}.stat-elegant{padding:15px}.hero-elegant-cta{flex-direction:column}.btn-elegant-primary,.btn-elegant-secondary{width:100%;text-align:center}.product-image-main{max-width:280px}.image-placeholder-elegant{min-height:350px;padding:40px 25px}.section-elegant{padding:50px 0}.section-title-elegant{font-size:1.6rem}.section-subtitle-elegant{font-size:.95rem}.features-elegant-grid{grid-template-columns:1fr;gap:20px}.feature-elegant-card{padding:25px}.testimonials-elegant-grid{grid-template-columns:1fr;gap:20px}.header-elegant-content{justify-content:center}.logo-elegant{font-size:1.5rem}.footer-elegant-content{grid-template-columns:1fr;text-align:center;gap:30px}.features-elegant-grid,.testimonials-elegant-grid{grid-template-columns:1fr}.cta-elegant-section{padding:60px 0}.cta-elegant-title{font-size:2rem}.cta-elegant-subtitle{font-size:1.05rem}.cta-elegant-features{flex-direction:column;gap:15px}.rivenditori-elegant-cta{flex-direction:column}.btn-rivenditori-primary,.btn-rivenditori-secondary{width:100%;text-align:center}}.blog-hero{background:linear-gradient(135deg,var(--primary-color) 0%,#357abd 100%);color:#fff;padding:80px 0 60px;text-align:center}.blog-hero h1{font-size:2.8rem;margin-bottom:15px}.blog-hero p{font-size:1.2rem;opacity:.9}.blog-list-section{padding:60px 0;background:var(--bg-light)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.blog-card{background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 15px #00000014;transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.blog-card-image{height:180px;overflow:hidden}.blog-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-color),#5fa3e8);display:flex;align-items:center;justify-content:center}.blog-card-placeholder span{background:#fff3;color:#fff;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:500}.blog-card-content{padding:25px}.blog-card-date{font-size:.85rem;color:#888;display:block;margin-bottom:10px}.blog-card-content h2{font-size:1.2rem;margin-bottom:12px;line-height:1.4;color:var(--text-dark)}.blog-card-content p{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:15px}.blog-card-link{color:var(--primary-color);font-weight:600;font-size:.9rem}.blog-cta{background:#fff;padding:60px 0;text-align:center}.blog-cta h2{font-size:2rem;margin-bottom:15px;color:var(--text-dark)}.blog-cta p{font-size:1.1rem;color:#666;margin-bottom:25px;max-width:600px;margin-left:auto;margin-right:auto}.blog-article{padding:40px 0 80px}.article-header{max-width:800px;margin:0 auto 40px;text-align:center}.article-back{display:inline-block;color:var(--primary-color);text-decoration:none;margin-bottom:20px;font-size:.95rem}.article-back:hover{text-decoration:underline}.article-category{display:inline-block;background:var(--primary-color);color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;margin-bottom:20px}.article-header h1{font-size:2.5rem;line-height:1.3;margin-bottom:15px;color:var(--text-dark)}.article-meta{color:#888;font-size:.95rem}.article-content{max-width:750px;margin:0 auto}.article-intro{font-size:1.2rem;line-height:1.7;color:#444;margin-bottom:35px;padding-bottom:30px;border-bottom:1px solid #eee}.article-content h2{font-size:1.6rem;margin:40px 0 20px;color:var(--text-dark)}.article-content h3{font-size:1.3rem;margin:30px 0 15px;color:var(--text-dark)}.article-content p{font-size:1.05rem;line-height:1.8;color:#444;margin-bottom:20px}.article-list{list-style:none;padding:0;margin:20px 0 30px}.article-list li{padding:12px 0 12px 30px;position:relative;font-size:1.05rem;line-height:1.6;color:#444;border-bottom:1px solid #f0f0f0}.article-list li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700}.article-list-numbered{padding-left:25px;margin:20px 0 30px}.article-list-numbered li{padding:10px 0;font-size:1.05rem;line-height:1.6;color:#444}.article-product-box{background:#f8f9fa;border-left:4px solid var(--primary-color);padding:20px 25px;margin:25px 0;border-radius:0 8px 8px 0}.article-product-link{display:block;margin-top:15px;color:var(--primary-color);font-weight:600;text-decoration:none}.article-product-link:hover{text-decoration:underline}.article-cta-box{background:linear-gradient(135deg,var(--primary-color) 0%,#357abd 100%);color:#fff;padding:40px;border-radius:16px;text-align:center;margin:50px 0}.article-cta-box h3{font-size:1.5rem;margin-bottom:15px;color:#fff}.article-cta-box p{color:#ffffffe6;margin-bottom:25px}.article-cta-box .btn-elegant-primary{background:#fff;color:var(--primary-color)}.article-cta-box .btn-elegant-primary:hover{background:#f0f0f0}@media(max-width:992px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-hero h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.article-header h1{font-size:1.8rem}.article-intro{font-size:1.1rem}.article-content h2{font-size:1.4rem}.article-cta-box{padding:30px 20px}}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto}.pricing-card{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 4px 20px #00000014;text-align:center;position:relative;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.pricing-card-featured{border-color:var(--primary-color);transform:scale(1.05)}.pricing-card-featured:hover{transform:scale(1.05) translateY(-5px)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary-color);color:#fff;padding:6px 20px;border-radius:20px;font-size:.85rem;font-weight:600}.pricing-card-header h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:5px}.pricing-card-desc{color:#666;font-size:.95rem;margin-bottom:20px}.pricing-card-price{margin:25px 0}.price-amount{font-size:3rem;font-weight:700;color:var(--primary-color)}.pricing-card-features{list-style:none;padding:0;margin:0 0 30px;text-align:left}.pricing-card-features li{padding:10px 0;border-bottom:1px solid #f0f0f0;font-size:.95rem;color:var(--text-dark)}.pricing-card-features li:last-child{border-bottom:none}.pricing-card-features .feature-disabled{color:#aaa}.pricing-card-features .feature-highlight{color:var(--secondary-color);font-weight:600}.pricing-card-features .feature-note{color:#888;font-style:italic;font-size:.9rem}.btn-pricing{display:block;width:100%;padding:15px 30px;background:#fff;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-pricing:hover,.btn-pricing-featured{background:var(--primary-color);color:#fff}.btn-pricing-featured:hover{background:#357abd;border-color:#357abd}.pricing-card-note{margin-top:15px;font-size:.85rem;color:#666;font-style:italic;line-height:1.4}@media(max-width:992px){.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card-featured{transform:scale(1);order:-1}.pricing-card-featured:hover{transform:translateY(-5px)}}.microfono-hero{background:linear-gradient(135deg,var(--primary-color) 0%,#357abd 100%);color:#fff;padding:80px 0;text-align:center}.microfono-hero h1{font-size:2.5rem;margin-bottom:15px}.microfono-subtitle{font-size:1.3rem;opacity:.9}.microfono-grid{display:grid;grid-template-columns:1fr 400px;gap:50px;align-items:start}.microfono-info h2{font-size:1.8rem;margin-bottom:20px;color:var(--text-dark)}.microfono-info>p{font-size:1.1rem;color:#555;line-height:1.7;margin-bottom:25px}.microfono-image-showcase{margin-bottom:30px;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.menu-vocale-image{width:100%;height:auto;display:block}.microfono-benefits{margin-bottom:30px}.microfono-benefits h3{font-size:1.2rem;margin-bottom:15px;color:var(--text-dark)}.microfono-benefits ul{list-style:none;padding:0}.microfono-benefits li{padding:10px 0;border-bottom:1px solid #eee;color:#555}.microfono-benefits li:last-child{border-bottom:none}.microfono-note{background:#fff3cd;border-left:4px solid #ffc107;padding:15px 20px;border-radius:0 8px 8px 0;font-size:.95rem;color:#856404}.microfono-purchase-card{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 4px 30px #0000001a;text-align:center;position:sticky;top:100px}.microfono-card-header h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:5px}.microfono-card-header p{color:#666;margin-bottom:20px}.microfono-price{margin:25px 0}.price-big{display:block;font-size:3.5rem;font-weight:700;color:var(--primary-color)}.price-shipping{display:block;color:var(--secondary-color);font-weight:600;margin-top:5px}.microfono-includes{list-style:none;padding:0;margin:0 0 30px;text-align:left}.microfono-includes li{padding:10px 0;border-bottom:1px solid #f0f0f0;color:var(--text-dark)}.microfono-includes li:last-child{border-bottom:none}.btn-microfono-buy{display:block;width:100%;padding:18px 30px;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-microfono-buy:hover{background:#357abd;transform:translateY(-2px)}.microfono-card-note{margin-top:15px;font-size:.85rem;color:#888}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;padding:25px 30px;margin-bottom:15px;box-shadow:0 2px 10px #0000000d}.faq-item h4{font-size:1.1rem;color:var(--text-dark);margin-bottom:10px}.faq-item p{color:#666;line-height:1.6;margin:0}.faq-item a{color:var(--primary-color)}@media(max-width:992px){.microfono-grid{grid-template-columns:1fr}.microfono-purchase-card{position:static;max-width:400px;margin:0 auto}.microfono-games-list{grid-template-columns:1fr}}@media(max-width:768px){.microfono-hero{padding:50px 0}.microfono-hero h1{font-size:1.8rem}.microfono-subtitle{font-size:1.1rem}}.prodotto-page{min-height:100vh;background:#fafafa}.prodotto-header{background:#fff;padding:15px 0;box-shadow:0 2px 10px #0000000d}.prodotto-header-content{display:flex;justify-content:space-between;align-items:center}.prodotto-header .logo{font-size:1.4rem;font-weight:700;color:var(--primary-color);text-decoration:none}.prodotto-header-trust{display:flex;gap:20px;font-size:.9rem;color:#666}.prodotto-main{padding:40px 0}.prodotto-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;background:#fff;padding:40px;border-radius:16px;box-shadow:0 5px 30px #00000014}.prodotto-gallery{position:relative}.prodotto-image-main{position:relative;border-radius:12px;overflow:hidden;background:#f5f5f5}.prodotto-image-main img{width:100%;height:auto;display:block}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;box-shadow:0 2px 10px #00000026;transition:all .2s}.gallery-arrow:hover{background:#fff;box-shadow:0 4px 15px #0003}.gallery-prev{left:10px}.gallery-next{right:10px}.prodotto-thumbnails{display:flex;gap:10px;margin-top:15px}.thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s;opacity:.6}.thumbnail:hover{opacity:.8}.thumbnail.active{border-color:var(--primary-color);opacity:1}.thumbnail img{width:100%;height:100%;object-fit:cover}.prodotto-badge{position:absolute;top:15px;left:15px;background:#ff9800;color:#fff;padding:8px 15px;border-radius:20px;font-size:.85rem;font-weight:600}.prodotto-info h1{font-size:2.2rem;color:var(--text-dark);margin-bottom:8px}.prodotto-tagline{font-size:1.1rem;color:#666;margin-bottom:15px}.prodotto-rating{display:flex;align-items:center;gap:10px;margin-bottom:20px}.prodotto-rating .stars{font-size:1.1rem}.prodotto-rating .rating-text{color:#666;font-size:.95rem}.prodotto-price-box{display:flex;align-items:center;gap:15px;margin-bottom:25px}.prodotto-price-old{font-size:1.3rem;color:#999;text-decoration:line-through}.prodotto-price{font-size:2.5rem;font-weight:700;color:var(--primary-color)}.prodotto-sconto{background:#e8f5e9;color:#2e7d32;padding:5px 12px;border-radius:20px;font-size:.9rem;font-weight:600}.prodotto-features{list-style:none;padding:0;margin-bottom:25px}.prodotto-features li{padding:10px 0;font-size:1.05rem;color:var(--text-dark);border-bottom:1px solid #f0f0f0}.prodotto-cta{width:100%;background:linear-gradient(135deg,#4caf50,#43a047);color:#fff;border:none;padding:18px 30px;font-size:1.2rem;font-weight:700;border-radius:10px;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #4caf504d}.prodotto-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.prodotto-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:25px;padding-top:25px;border-top:1px solid #eee}.prodotto-trust .trust-item{display:flex;align-items:flex-start;gap:10px}.prodotto-trust .trust-item span:first-child{font-size:1.5rem}.prodotto-trust .trust-item strong{display:block;font-size:.9rem;color:var(--text-dark)}.prodotto-trust .trust-item p{margin:0;font-size:.8rem;color:#888}.prodotto-contrassegno{text-align:center;margin-top:20px;color:#666;font-size:.95rem}.prodotto-contrassegno a{color:var(--primary-color);text-decoration:underline}.prodotto-include{padding:60px 0;background:#fff}.prodotto-include h2{text-align:center;font-size:1.8rem;margin-bottom:40px;color:var(--text-dark)}.include-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;text-align:center}.include-item{padding:20px}.include-item span{font-size:2.5rem;display:block;margin-bottom:10px}.include-item p{margin:0;font-size:.95rem;color:#666}.prodotto-recensioni{padding:60px 0;background:#f8f9fa}.prodotto-recensioni h2{text-align:center;font-size:1.8rem;margin-bottom:40px;color:var(--text-dark)}.recensioni-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.recensione-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 3px 15px #0000000d}.recensione-card .stars{margin-bottom:15px}.recensione-card p{color:#555;font-style:italic;line-height:1.6;margin-bottom:15px}.recensione-card strong{color:var(--text-dark);font-size:.9rem}.prodotto-cta-finale{padding:60px 0;background:linear-gradient(135deg,var(--primary-color),#357abd);text-align:center;color:#fff}.prodotto-cta-finale h2{font-size:2rem;margin-bottom:10px}.prodotto-cta-finale p{opacity:.9;margin-bottom:25px}.prodotto-cta-finale .prodotto-cta{width:auto;display:inline-block}.prodotto-footer{padding:40px 0 25px;background:#333}.prodotto-footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #444}.footer-contact h4{color:#fff;margin-bottom:15px;font-size:1.1rem}.footer-contact p{color:#ccc;margin:8px 0;font-size:.95rem}.footer-whatsapp{display:inline-block;margin-top:10px;background:#25d366;color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.footer-whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.footer-links{display:flex;gap:20px}.footer-links a{color:#ccc;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-copy{color:#888;font-size:.85rem;margin:0;text-align:center}@media(max-width:992px){.prodotto-grid{grid-template-columns:1fr;gap:30px;padding:25px}.prodotto-trust{grid-template-columns:1fr;gap:15px}.include-grid{grid-template-columns:repeat(3,1fr)}.recensioni-grid{grid-template-columns:1fr}}@media(max-width:768px){.prodotto-header-trust{display:none}.prodotto-info h1{font-size:1.8rem}.prodotto-price{font-size:2rem}.include-grid{grid-template-columns:repeat(2,1fr)}.prodotto-cta-finale h2{font-size:1.5rem}}
