:root{--primary-color: #ff6b9d;--primary-dark: #e55a8a;--secondary-color: #4ecdc4;--accent-color: #ffe66d;--text-dark: #2c3e50;--text-light: #5a6c7d;--background-light: #f8f9fa;--background-white: #ffffff;--border-color: #e9ecef;--success-color: #27ae60;--warning-color: #f39c12;--gradient-primary: linear-gradient(135deg, #ff6b9d 0%, #4ecdc4 100%);--gradient-secondary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--shadow-light: 0 2px 10px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 20px rgba(0, 0, 0, .15);--shadow-heavy: 0 8px 30px rgba(0, 0, 0, .2);--border-radius: 12px;--border-radius-large: 20px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--color-foreground: #fff;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 40px;--space-6: 48px;--space-7: 56px;--space-8: 64px;--space-10: 80px;--space-12: 96px;--space-16: 128px;--space-20: 160px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);line-height:normal;color:var(--text-dark);background-color:var(--background-white);overflow-x:hidden;font-size:16px}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-3)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:var(--space-2)}h1{font-size:clamp(2.5rem,5vw,3.2rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:var(--space-2);color:var(--text-light);font-size:1.1rem;line-height:1.6}strong{color:var(--text-dark);font-weight:600}.highlight{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.highlight-bg{background:var(--gradient-primary);color:#fff}.btn{display:inline-block;padding:var(--space-2) var(--space-3);border:none;border-radius:var(--border-radius);font-family:var(--font-family);font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;font-size:1rem;line-height:1.4}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-medium)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-heavy)}.btn-secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.btn-large{padding:var(--space-2) var(--space-4);font-size:1.1rem}.btn-xl{padding:var(--space-3) var(--space-5);font-size:1.2rem;font-weight:700}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:var(--space-2) 0;box-shadow:var(--shadow-light)}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand h2{margin:0;font-size:1.2rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.nav-cta .btn{padding:var(--space-1) var(--space-2);font-size:.9rem;font-weight:600}.hero{padding:120px 0 80px;position:relative;overflow:hidden;background:#eef0f2}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ff6b9d" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;opacity:.3}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-title{margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;color:var(--text-dark)}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary-color)}.stat-text{font-size:.9rem;color:var(--text-light)}.hero-cta{margin-top:var(--space-4)}.cta-button-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2)}.cta-button-wrapper .btn{align-self:flex-start}.cta-button-wrapper .cta-note{align-self:flex-start;text-align:center;max-width:280px}@media (max-width: 768px){.cta-button-wrapper{align-items:center}.cta-button-wrapper .btn{align-self:center}.cta-button-wrapper .cta-note{align-self:center;max-width:none}}.cta-note{margin:0;font-size:.9rem;color:var(--text-light);text-align:center}.hero-image{display:flex;justify-content:center;align-items:center}.hero-training-video{width:100%;max-width:320px;height:auto;object-fit:cover}.phone-mockup{width:280px;height:560px;background:linear-gradient(145deg,#2c3e50,#34495e);border-radius:40px;padding:20px;box-shadow:var(--shadow-heavy);position:relative}.phone-mockup:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#7f8c8d;border-radius:2px}.phone-screen{width:100%;height:100%;background:#fff;border-radius:30px;overflow:hidden;position:relative}.app-preview{padding:20px;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.app-header{color:#fff;font-weight:700;text-align:center;margin-bottom:30px;font-size:1.1rem}.workout-cards{display:flex;flex-direction:column;gap:15px}.workout-card{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px;border-radius:15px;color:#fff;font-weight:500}section{padding:var(--space-10) 0}.section-title{text-align:center;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.section-subtitle{text-align:center;font-size:1.2rem;margin-bottom:3rem;color:var(--text-light);max-width:600px;margin-left:auto;margin-right:auto}.problem{background:var(--background-light)}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);margin-bottom:var(--space-6)}@media (max-width: 1000px){.problem-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.problem-grid{grid-template-columns:1fr;gap:var(--space-2)}}.problem-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-light)}.problem-icon{font-size:1.5rem;flex-shrink:0}.empathy-text{text-align:center;font-size:1.3rem;font-weight:600;color:var(--text-dark);font-style:italic}.story .section-title{text-align:left}.story-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.breakthrough{background:var(--gradient-primary);color:#fff;padding:1rem;border-radius:var(--border-radius-large);margin:2rem 0;text-align:center}.breakthrough p{color:#fff}.breakthrough h3{margin-bottom:1rem;font-size:1.5rem}.results-timeline{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.timeline-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--background-light);border-radius:var(--border-radius)}.timeline-time{font-weight:700;color:var(--primary-color);min-width:100px}.transformation-result{position:relative;display:flex;justify-content:center;align-items:center}.result-image{max-width:100%;height:auto;border-radius:var(--border-radius-large);box-shadow:var(--shadow-heavy);border:3px solid var(--primary-color)}.result-overlay{position:absolute;top:var(--space-2);right:var(--space-2);background:var(--gradient-primary);color:#fff;padding:var(--space-1) var(--space-2);border-radius:var(--border-radius);font-size:.8rem;font-weight:700;text-transform:uppercase;box-shadow:var(--shadow-medium)}.result-badge{display:block}.story-image-mobile{display:none;margin:var(--space-4) 0;text-align:center}.about-sanna{background:var(--background-white);padding:var(--space-12) 0}.about-content{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-8);align-items:center}.about-image{position:relative;text-align:center}.sanna-photo{width:100%;max-width:350px;height:auto;border-radius:var(--border-radius-large);box-shadow:var(--shadow-heavy);border:3px solid var(--primary-color)}.credentials{display:flex;gap:var(--space-2);justify-content:center;margin-top:var(--space-3);flex-wrap:wrap}.credential-badge{background:var(--gradient-primary);color:#fff;padding:var(--space-1) var(--space-2);border-radius:var(--border-radius);font-size:.8rem;font-weight:600;text-transform:uppercase;box-shadow:var(--shadow-medium)}.about-text .section-title{text-align:left;margin-bottom:var(--space-2)}.intro-text{font-size:1.2rem;color:var(--primary-color);font-weight:600;margin-bottom:var(--space-4);font-style:italic}.credentials-list{margin-bottom:var(--space-4)}.credential-item{display:flex;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-2);padding:var(--space-2);background:var(--background-light);border-radius:var(--border-radius);border-left:4px solid var(--primary-color)}.credential-icon{font-size:1.2rem;flex-shrink:0;margin-top:2px}.credential-item span:last-child{color:var(--text-dark);font-size:.95rem;line-height:1.4}.personal-quote{background:var(--gradient-primary);color:#fff;padding:var(--space-4);border-radius:var(--border-radius-large);position:relative}.personal-quote:before{content:'"';position:absolute;top:-10px;left:var(--space-3);font-size:3rem;color:#fff;font-weight:700;line-height:1}.personal-quote p{margin:0 0 var(--space-2) 0;font-style:italic;font-size:1.1rem;line-height:1.5;color:#fff}.personal-quote cite{font-size:.9rem;font-weight:600;opacity:.9;color:#fff}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:var(--space-6);text-align:center}.about-text .section-title{text-align:center}.sanna-photo{max-width:280px}.credentials{justify-content:center}.credential-item{text-align:left}.personal-quote{padding:var(--space-3)}.personal-quote:before{font-size:2rem;top:-5px}}.testimonials{background:var(--background-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);margin-bottom:var(--space-6)}@media (max-width: 1200px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr;gap:var(--space-2)}}.testimonial-card{background:#fff;padding:0;border-radius:var(--border-radius-large);box-shadow:var(--shadow-light);position:relative;overflow:hidden}.testimonial-content{margin-bottom:1rem;padding:0 2rem}.testimonial-content p{font-style:italic;color:var(--text-dark);font-size:1.1rem}.testimonial-rating{display:flex;gap:2px;margin:var(--space-2) 0;padding:0 2rem}.testimonial-rating .star{font-size:1.8rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1;transition:transform .2s ease}.testimonial-rating .star:hover{transform:scale(1.1)}@supports not (-webkit-background-clip: text){.testimonial-rating .star{color:var(--primary-color)}}.testimonial-author{color:var(--primary-color);font-weight:600;padding:0 2rem 2rem}.featured-testimonial{border:2px solid var(--primary-color);position:relative;overflow:hidden}.testimonial-image{width:100%;height:280px;overflow:hidden;border-radius:var(--border-radius-large) var(--border-radius-large) 0 0;margin:0 0 var(--space-3) 0;position:relative}.testimonial-result{width:100%;height:100%;object-fit:cover;object-position:center}.social-proof{text-align:center;margin-top:3rem}.proof-text{font-size:1.3rem;color:var(--text-dark)}.mistakes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);margin-bottom:var(--space-6);max-width:1000px;margin-left:auto;margin-right:auto}.mistakes-grid .mistake-card:nth-child(4),.mistakes-grid .mistake-card:nth-child(5){grid-column:span 1}.mistakes-grid .mistake-card:nth-child(4){margin-left:16.66%}.mistakes-grid .mistake-card:nth-child(5){margin-right:16.66%}@media (max-width: 1000px){.mistakes-grid{grid-template-columns:repeat(2,1fr);max-width:100%}.mistakes-grid .mistake-card:nth-child(4),.mistakes-grid .mistake-card:nth-child(5){margin:0}.mistakes-grid .mistake-card:nth-child(5){grid-column:1 / -1;max-width:400px;margin:0 auto}}@media (max-width: 768px){.mistakes-grid{grid-template-columns:1fr;gap:var(--space-2)}.mistakes-grid .mistake-card:nth-child(5){grid-column:auto;max-width:100%}}.mistake-card{background:#fff;padding:2rem;border-radius:var(--border-radius-large);box-shadow:var(--shadow-light);text-align:center;border:3px solid transparent;transition:all .3s ease}.mistake-card:hover{border-color:var(--primary-color);transform:translateY(-5px)}.mistake-icon{font-size:3rem;margin-bottom:1rem;display:block}.mistake-card h3{color:var(--text-dark);margin-bottom:1rem}.solution-text{text-align:center;font-size:1.3rem;color:var(--text-dark);font-weight:600}.program-features{background:var(--background-light)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);width:100%;max-width:100%;grid-auto-columns:1fr}@media (max-width: 1200px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:var(--space-2)}}.feature-card{background:#fff;padding:2rem;border-radius:var(--border-radius-large);box-shadow:var(--shadow-light);text-align:center;transition:all .3s ease;width:100%;min-width:0;box-sizing:border-box}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem;word-break:break-word}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.program-overview{margin-bottom:3rem}.main-program{max-width:1000px;margin:0 auto}.program-card{background:#fff;border-radius:var(--border-radius-large);box-shadow:var(--shadow-medium);overflow:hidden;border:3px solid var(--primary-color)}.program-header{background:var(--gradient-primary);color:#fff;padding:2rem;text-align:center}.program-header h3{margin-bottom:.5rem;font-size:1.8rem}.program-duration{font-size:1.1rem;opacity:.9;margin:0;color:#fff}.program-sections{padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.program-section{background:var(--background-light);padding:1.5rem;border-radius:var(--border-radius)}.program-section h4{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem}.package-card{background:#fff;border-radius:var(--border-radius-large);box-shadow:var(--shadow-light);overflow:hidden;position:relative;transition:all .3s ease}.package-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.package-card.featured{border:3px solid var(--primary-color);transform:scale(1.05)}.package-header{background:var(--gradient-primary);color:#fff;padding:2rem;text-align:center;position:relative}.package-duration{font-size:1.1rem;opacity:.9;margin:0}.popular-badge{position:absolute;top:-10px;right:20px;background:var(--accent-color);color:var(--text-dark);padding:5px 15px;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase}.package-features{padding:2rem}.feature{padding:.5rem 0;color:var(--text-dark)}.feature:last-child{border-bottom:none}.bonus-section{background:var(--gradient-secondary);color:#fff;padding:3rem;border-radius:var(--border-radius-large)}.bonus-section h3{margin-bottom:2rem;font-size:1.5rem}.bonus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.bonus-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff1a;border-radius:var(--border-radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bonus-icon{font-size:1.5rem}.pricing{background:var(--background-light)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.single-pricing{display:flex;justify-content:center;margin-bottom:3rem}.single-offer{max-width:600px;width:100%}.price-comparison{text-align:center;margin-bottom:1rem}.original-price{margin-bottom:.5rem}.strikethrough{text-decoration:line-through;color:#ffffffb3;font-size:1rem}.urgency-note{text-align:center;margin-top:1rem;font-weight:600;color:var(--warning-color);font-size:.9rem;background:#f39c121a;padding:.5rem 1rem;border-radius:var(--border-radius)}.pricing-card{background:#fff;border-radius:var(--border-radius-large);box-shadow:var(--shadow-light);overflow:hidden;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.pricing-card.featured{border:3px solid var(--primary-color);transform:scale(1.05)}.pricing-header{background:var(--gradient-primary);color:#fff;padding:2rem;text-align:center;position:relative}.pricing-header h3{margin-bottom:1rem;font-size:1.5rem}.price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.5rem}.price-currency{font-size:1.2rem;font-weight:600}.price-amount{font-size:3rem;font-weight:800;line-height:1}.price-note{font-size:.9rem;opacity:.9;margin:0;color:#fff}.pricing-features{padding:2rem}.pricing-features .feature{padding:.75rem 0;border-bottom:1px solid var(--border-color);color:var(--text-dark);font-size:.95rem;line-height:1.4}.pricing-features .feature:last-child{border-bottom:none}.pricing-card .btn{margin:0 2rem 2rem;width:calc(100% - 4rem)}.guarantee{text-align:center;margin-top:3rem}.guarantee-badge{display:inline-flex;align-items:center;gap:1rem;background:var(--success-color);color:#fff;padding:1.5rem 2rem;border-radius:var(--border-radius-large);box-shadow:var(--shadow-medium)}.guarantee-icon{font-size:2rem}.guarantee-text h4{margin-bottom:.5rem;font-size:1.2rem}.guarantee-text p{margin:0;opacity:.9}.faq-grid{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:var(--border-radius);margin-bottom:1rem;box-shadow:var(--shadow-light);overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;cursor:pointer;background:var(--background-light);transition:all .3s ease}.faq-question:hover{background:var(--primary-color);color:#fff}.faq-question h4{margin:0;font-size:1rem;line-height:1.3;padding-right:1rem}.faq-toggle{font-size:1.5rem;font-weight:700;transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{padding:0 1.25rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{padding:1.25rem;max-height:200px}.final-cta{background:var(--gradient-primary);color:#fff;text-align:center}.final-cta h2{color:#fff;font-size:clamp(1.8rem,6vw,2.5rem);margin-bottom:1rem}.final-cta p{color:#ffffffe6;font-size:1rem;margin-bottom:1.5rem}.urgency{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:var(--border-radius);display:block;width:100%;max-width:400px;margin-left:auto;margin-right:auto;margin-bottom:2rem}.urgency-text{margin:0;font-weight:600;color:#fff;font-size:.9rem;line-height:1.4}.final-cta-buttons{margin-bottom:2rem}.final-cta .btn-primary{background:#fff;color:var(--primary-color)}.final-cta .btn-primary:hover{background:var(--background-light);transform:translateY(-3px)}.trust-signals{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;color:#ffffffe6}.trust-icon{font-size:1.2rem}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-brand h3{margin-bottom:.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-brand p{color:#ffffffb3;margin:0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#ffffff80;margin:0}@media (max-width: 768px){.container{padding:0 20px}.hero{padding:120px 0 80px;text-align:center}.hero:before{opacity:.2}.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:clamp(2rem,8vw,3.5rem);line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.1rem;line-height:1.5;margin-bottom:2rem;color:var(--text-dark);font-weight:500}.hero-stats{justify-content:center;gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap}.stat{min-width:80px;padding:var(--space-2);background:#ffffffe6;border-radius:var(--space-1);box-shadow:var(--shadow-light)}.stat-number{font-size:1.4rem;font-weight:800;color:var(--primary-color)}.stat-text{font-size:.75rem;font-weight:600;color:var(--text-dark)}.hero-training-video{max-width:200px;width:90%;margin:0 auto}.phone-mockup{width:220px;height:440px;margin:0 auto}.story-content{grid-template-columns:1fr;gap:var(--space-4)}.story .section-title{text-align:center}.story-image-mobile{display:block}.story-image{display:none}.transformation-result{max-width:300px;margin:0 auto}.result-image{border-radius:var(--border-radius);border-width:2px}.result-overlay{top:var(--space-1);right:var(--space-1);padding:var(--space-1);font-size:.7rem}.packages-grid,.pricing-grid{grid-template-columns:1fr}.program-sections{grid-template-columns:1fr;gap:var(--space-2);padding:var(--space-3)}.program-section{padding:var(--space-3)}.program-section h4{font-size:1.1rem;margin-bottom:var(--space-2)}.program-header{padding:var(--space-3)}.program-header h3{font-size:1.5rem;line-height:1.2}.single-offer{max-width:100%}.package-card.featured,.pricing-card.featured{transform:none}.trust-signals{gap:1.5rem}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-brand h3{font-size:1.3rem}.footer-brand p{font-size:.9rem}.footer-links{flex-wrap:wrap;justify-content:center}section{padding:var(--space-8) 0}.btn-xl{padding:var(--space-3) var(--space-4);font-size:1rem;line-height:1.3;width:100%;max-width:400px;margin:0 auto;display:block}.btn-large{padding:var(--space-2) var(--space-3);font-size:.95rem;width:100%}.btn{font-size:.9rem;padding:var(--space-2) var(--space-3)}}@media (max-width: 480px){.container{padding:0 var(--space-2)}.hero{padding:var(--space-12) 0 var(--space-8)}.hero-title{font-size:clamp(1.8rem,7vw,2.8rem);margin-bottom:var(--space-2)}.hero-subtitle{font-size:1rem;margin-bottom:var(--space-3)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-1);margin-bottom:var(--space-4);max-width:280px;margin-left:auto;margin-right:auto}.stat{padding:var(--space-2) var(--space-1);background:#fffffff2;border-radius:var(--space-1);box-shadow:var(--shadow-light);border:1px solid var(--primary-color);text-align:center}.stat-number{font-size:1.2rem;color:var(--primary-color);display:block;margin-bottom:var(--space-1)}.stat-text{font-size:.7rem;color:var(--text-dark);font-weight:600;line-height:1.2}.phone-mockup{width:200px;height:400px}.problem-grid,.mistakes-grid,.features-grid{grid-template-columns:1fr;gap:var(--space-2)}.problem-item,.mistake-card,.feature-card{padding:var(--space-3);text-align:left}.problem-item{align-items:flex-start}.problem-icon{margin-top:var(--space-1)}.bonus-grid{grid-template-columns:1fr;gap:var(--space-2)}.bonus-item{padding:var(--space-2);font-size:.9rem;text-align:left}.bonus-section{padding:var(--space-4) var(--space-3)}.bonus-section h3{font-size:1.2rem;line-height:1.3;margin-bottom:var(--space-3)}.testimonials-grid{grid-template-columns:1fr;gap:var(--space-2)}.testimonial-card{padding:0;margin-bottom:0}.testimonial-content{padding:0 var(--space-3)}.testimonial-author{padding:0 var(--space-3) var(--space-3) var(--space-3)}.testimonial-image{width:100%;height:220px;margin:0 0 var(--space-2) 0;border-radius:var(--border-radius-large) var(--border-radius-large) 0 0}.testimonial-content p{font-size:1rem;line-height:1.6}.section-title{font-size:clamp(1.8rem,6vw,2.5rem);margin-bottom:var(--space-2);line-height:1.2}.section-subtitle{font-size:1rem;line-height:1.5;margin-bottom:var(--space-4);padding:0 var(--space-2)}.pricing-header{padding:1.5rem}.pricing-header h3{font-size:1.3rem;line-height:1.2;margin-bottom:1rem}.price-amount{font-size:2.5rem}.urgency-note{font-size:.85rem;line-height:1.3;padding:.75rem;margin:1rem .5rem 0}.trust-signals{flex-direction:column;gap:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content,.section-title,.testimonial-card,.feature-card,.package-card{animation:fadeInUp .6s ease-out}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}.btn:focus,.faq-question:focus{outline:2px solid var(--primary-color);outline-offset:2px}.guarantee{margin-top:var(--space-6);text-align:center}.guarantee-badge{display:flex;align-items:center;justify-content:center;gap:var(--space-3);background:var(--background-light);border:2px solid var(--primary-color);border-radius:var(--border-radius-large);padding:var(--space-4);max-width:600px;margin:0 auto;box-shadow:var(--shadow-medium)}.guarantee-icon{font-size:2.5rem;flex-shrink:0}.guarantee-text{text-align:left}.guarantee-text h4{color:var(--primary-color);font-size:1.2rem;font-weight:700;margin:0 0 var(--space-1) 0;text-transform:uppercase}.guarantee-text p{margin:0;color:var(--text-dark);font-size:.95rem;line-height:1.4}@media (max-width: 768px){.guarantee-badge{flex-direction:column;text-align:center;gap:var(--space-2);padding:var(--space-3)}.guarantee-text{text-align:center}.guarantee-text h4{font-size:1.1rem}.guarantee-text p{font-size:.9rem}.guarantee-icon{font-size:2rem}}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:var(--background-white);margin:5% auto;border-radius:var(--border-radius-large);width:90%;max-width:800px;max-height:80vh;overflow-y:auto;box-shadow:var(--shadow-heavy);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4);border-bottom:2px solid var(--border-color);background:var(--gradient-primary);color:#fff;border-radius:var(--border-radius-large) var(--border-radius-large) 0 0}.modal-header h2{margin:0;font-size:1.5rem;font-weight:700}.close{color:#fff;font-size:2rem;font-weight:700;cursor:pointer;transition:opacity .2s ease;line-height:1;padding:var(--space-1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close:hover{opacity:.7;background:#ffffff1a}.modal-body{padding:var(--space-4);line-height:1.6}.modal-body h3{color:var(--primary-color);font-size:1.2rem;margin-top:var(--space-4);margin-bottom:var(--space-2);font-weight:700}.modal-body h3:first-child{margin-top:0}.modal-body p{margin-bottom:var(--space-2);color:var(--text-dark);font-size:1rem}.modal-body ul{margin:var(--space-2) 0;padding-left:var(--space-3)}.modal-body li{margin-bottom:var(--space-1);color:var(--text-dark);font-size:.95rem}.modal-body strong{color:var(--primary-color);font-weight:600}.modal-body em{color:var(--text-light);font-style:italic;font-size:.9rem}@media (max-width: 768px){.modal-content{margin:2% auto;width:95%;max-height:90vh}.modal-header{padding:var(--space-3)}.modal-header h2{font-size:1.3rem}.modal-body{padding:var(--space-3)}.modal-body h3{font-size:1.1rem}.modal-body p,.modal-body li{font-size:.9rem}.close{font-size:1.5rem;width:35px;height:35px}}@media print{.navbar,.footer,.modal{display:none}.hero{padding:2rem 0}section{padding:2rem 0;break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/booty.css.map */
