:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}*{width:100%;margin:0;padding:0;box-sizing:border-box}.sugar-defender{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.urgency-bar{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:15px 0;position:relative;overflow:hidden;animation:pulse-bg 2s ease-in-out infinite}.urgency-bar:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shine 3s infinite}@keyframes pulse-bg{0%,to{opacity:1}50%{opacity:.95}}@keyframes shine{0%{left:-100%}to{left:100%}}.urgency-content{display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;z-index:1}.urgency-icon{font-size:32px;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.urgency-text{flex:1;font-size:16px;line-height:1.4;text-align:center}.urgency-text strong{font-weight:700;text-transform:uppercase;letter-spacing:1px}.stock-number{display:inline-block;background:#ffffff4d;padding:2px 10px;border-radius:8px;font-weight:800;font-size:18px;margin:0 5px;animation:pulse-stock 1s ease-in-out infinite}@keyframes pulse-stock{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.urgency-highlight{display:inline-block;margin-left:10px;padding:3px 12px;background:#ffffff40;border-radius:15px;font-weight:600;animation:blink 1.5s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.7}}.urgency-timer{display:flex;align-items:center;gap:10px}.timer-label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.timer-digits{display:flex;align-items:center;gap:8px}.timer-block{display:flex;flex-direction:column;align-items:center;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 12px;border-radius:8px;min-width:60px}.timer-number{font-size:24px;font-weight:700;line-height:1;font-family:Courier New,monospace}.timer-unit{font-size:10px;text-transform:uppercase;letter-spacing:.5px;margin-top:4px;opacity:.9}.timer-separator{font-size:24px;font-weight:700;animation:blink-separator 1s ease-in-out infinite}@keyframes blink-separator{0%,49%{opacity:1}50%,to{opacity:.3}}.header{background:linear-gradient(135deg,#667eea,#764ba2);padding:20px 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{color:#fff;font-size:28px;font-weight:700;margin:0}.header nav{display:flex;gap:30px}.header nav a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.header nav a:hover{opacity:.8}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-title{font-size:48px;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:20px;margin-bottom:30px;opacity:.95}.hero-features{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px}.feature-badge{background:#fff3;padding:10px 20px;border-radius:25px;font-size:14px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-image img{width:100%;border-radius:20px;box-shadow:0 20px 60px #0000004d}.cta-button{display:inline-block;background:#ff6b6b;color:#fff;padding:18px 40px;border-radius:50px;text-decoration:none;font-size:18px;font-weight:700;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #ff6b6b66}@media(max-width:768px){.cta-button{text-align:center}}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff6b6b99}.cta-button.secondary{background:#667eea;box-shadow:0 4px 15px #667eea66}.cta-button.secondary:hover{box-shadow:0 6px 20px #667eea99}.cta-button.alone{display:block;margin:20px auto;text-align:center;width:50%}@media(max-width:768px){.cta-button.alone{width:100%}}.cta-button.alone:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff6b6b99}.benefits{padding:100px 0;background:#f8f9fa}.section-title{text-align:center;font-size:42px;margin-bottom:60px;color:#333}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.benefit-card{background:#fff;padding:40px;border-radius:15px;text-align:center;box-shadow:0 5px 20px #0000001a;transition:transform .3s}.benefit-card:hover{transform:translateY(-10px)}.benefit-icon{font-size:48px;margin-bottom:20px}.benefit-card h3{font-size:22px;margin-bottom:15px;color:#667eea}.benefit-card p{color:#666;line-height:1.8}.how-it-works{padding:100px 0;background:#fff}.how-it-works-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.product-image img{width:100%;max-width:500px;margin:0 auto;display:block}.how-it-works-text .section-title{text-align:left;margin-bottom:40px}.steps{margin-bottom:40px}.step{display:flex;gap:20px;margin-bottom:30px}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0}.step-content h3{font-size:20px;margin-bottom:10px;color:#333}.step-content p{color:#666;line-height:1.8}.testimonials{padding:100px 0;background:#f8f9fa}.testimonial-hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px;background:#fff;border-radius:20px;padding:60px;box-shadow:0 10px 40px #0000001a}.testimonial-hero.reverse{margin-bottom:0}.testimonial-hero.reverse .testimonial-hero-image{order:2}.testimonial-hero.reverse .testimonial-hero-content{order:1}.testimonial-hero-image{position:relative}.testimonial-hero-image img{width:100%;height:500px;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px #0003}.testimonial-hero-content{padding:20px}.quote-icon{font-size:80px;color:#667eea;line-height:1;margin-bottom:20px;font-family:Georgia,serif}.testimonial-hero-text{color:#333;font-size:20px;line-height:1.8;margin-bottom:30px;font-style:italic}.testimonial-hero-author{display:flex;justify-content:space-between;align-items:center;border-top:2px solid #f0f0f0;padding-top:20px}.testimonial-hero-author h4{font-size:22px;color:#667eea;margin-bottom:5px}.author-title{color:#999;font-size:14px;text-transform:uppercase;letter-spacing:1px}.stars{color:gold;font-size:24px}.pricing{padding:100px 0;background:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}.pricing-card{background:#fff;border:2px solid #e0e0e0;border-radius:20px;padding:40px;text-align:center;position:relative;transition:transform .3s,box-shadow .3s}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px #00000026}.pricing-card.featured{border-color:#667eea;border-width:3px;transform:scale(1.05)}.popular-badge,.best-value-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 25px;border-radius:20px;font-size:14px;font-weight:700}.best-value-badge{background:linear-gradient(135deg,#ff6b6b,#ee5a6f)}.pricing-card h3{font-size:24px;margin-bottom:20px;color:#333}.price{margin-bottom:10px}.currency{font-size:24px;vertical-align:super}.amount{font-size:60px;font-weight:700;color:#667eea}.price-subtitle{color:#666;margin-bottom:30px}.pricing-features{list-style:none;margin-bottom:30px;text-align:left}.pricing-features li{padding:10px 0;color:#666}.pricing-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:15px;border:none;border-radius:50px;font-size:18px;font-weight:700;cursor:pointer;transition:transform .3s}.pricing-button:hover{transform:scale(1.05)}.money-back-guarantee{display:flex;align-items:center;gap:30px;background:#f8f9fa;padding:40px;border-radius:15px;max-width:800px;margin:0 auto}.money-back-guarantee img{width:120px;height:120px}.money-back-guarantee h3{margin-bottom:10px;color:#333}.money-back-guarantee p{color:#666;line-height:1.8}.footer{background:#2c3e50;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h4{margin-bottom:20px;font-size:20px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:10px}.footer-section a{color:#fffc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center}.disclaimer{font-size:12px;color:#fff9;margin-top:15px;max-width:800px;margin-left:auto;margin-right:auto}@media(max-width:768px){.urgency-bar{padding:12px 0}.urgency-content{flex-direction:column;gap:12px;text-align:center}.urgency-icon{font-size:24px}.urgency-text{font-size:14px}.urgency-highlight{display:block;margin-left:0;margin-top:5px}.urgency-timer{flex-direction:column;gap:8px}.timer-label{font-size:12px}.timer-block{min-width:50px;padding:6px 10px}.timer-number{font-size:20px}.timer-unit{font-size:9px}.header nav{display:none}.hero-container{grid-template-columns:1fr;gap:40px}.hero-title{font-size:36px}.how-it-works-content{grid-template-columns:1fr}.testimonial-hero{grid-template-columns:1fr;gap:30px;padding:30px;margin-bottom:40px}.testimonial-hero.reverse .testimonial-hero-image{order:1}.testimonial-hero.reverse .testimonial-hero-content{order:2}.testimonial-hero-image img{height:350px}.testimonial-hero-text{font-size:18px}.quote-icon{font-size:60px}.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}.money-back-guarantee{flex-direction:column;text-align:center}.only-cta-container{display:flex;justify-content:center;align-items:center}}.home{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px}.home h1{color:#fff;font-size:48px;margin-bottom:60px;text-align:center}.landing-page-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;max-width:1200px;width:100%}.landing-page-card{background:#fff;padding:40px;border-radius:20px;text-decoration:none;color:#333;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0003}.landing-page-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0000004d}.landing-page-card h2{color:#667eea;font-size:28px;margin-bottom:15px}.landing-page-card p{color:#666;line-height:1.6;margin-bottom:20px}.view-button{color:#667eea;font-weight:700;display:inline-block}@media(max-width:768px){.home h1{font-size:32px}.landing-page-list{grid-template-columns:1fr}}
