.welcome-section.svelte-21v088{height:80vh;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.welcome-section.svelte-21v088:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000c}.background-video.svelte-21v088{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.welcome-message.svelte-21v088{z-index:2;color:#a8a8a8;font-size:3.2em;font-weight:600;animation:svelte-21v088-fadeInUp 2.5s ease-out;text-shadow:6px 6px 12px rgba(0,0,0,.9);max-width:900px;padding:0 20px}.welcome-message.svelte-21v088 strong{color:#fff;font-weight:700;text-shadow:6px 6px 12px rgba(0,0,0,.95)}.prepared-by.svelte-21v088{font-size:1.2em;margin-top:20px;opacity:0;transform:translateY(50px);animation:svelte-21v088-slideUp 1s ease-out forwards;animation-delay:1.5s;z-index:2;color:#a8a8a8;max-width:800px;padding:0 20px}.hero-tagline.svelte-21v088{font-size:1.1em;margin-top:15px;opacity:0;transform:translateY(50px);animation:svelte-21v088-slideUp 1s ease-out forwards;animation-delay:2s;z-index:2;color:#2196f3;max-width:800px;padding:0 20px;font-weight:500}.hero-ctas.svelte-21v088{display:flex;gap:20px;margin-top:40px;z-index:100;flex-wrap:wrap;justify-content:center}.open-btn.svelte-21v088{display:inline-block;padding:15px 30px;color:#fff;text-decoration:none;border-radius:5px;font-weight:600;position:relative;transition:all .3s}.open-btn.primary.svelte-21v088{background:#2196f3}.open-btn.primary.svelte-21v088:hover{background:#1769aa;transform:translateY(-2px)}.open-btn.secondary.svelte-21v088{background:transparent;border:2px solid #2196F3;color:#2196f3}.open-btn.secondary.svelte-21v088:hover{background:#2196f31a;transform:translateY(-2px)}.problem-section.svelte-21v088{max-width:1200px;margin:60px auto;padding:40px 20px;background:#111;border-radius:12px;text-align:center}.problem-section.svelte-21v088 h2:where(.svelte-21v088){color:#fff;font-size:2rem;margin-bottom:10px}.section-subtitle.svelte-21v088{color:#ccc;font-size:1.1rem;margin-bottom:40px}.problem-grid.svelte-21v088{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:30px}.problem-card.svelte-21v088{text-align:left;background:#222;padding:30px;border-radius:8px}.problem-card.svelte-21v088 h3:where(.svelte-21v088){color:#f44336;font-size:1.3rem;margin-bottom:15px}.problem-card.svelte-21v088 p:where(.svelte-21v088){color:#ccc;line-height:1.6}.features-section.svelte-21v088{padding:60px 20px;background:#111}.features-section.svelte-21v088 h2:where(.svelte-21v088){color:#fff;font-size:2rem;margin-bottom:10px;text-align:center}.features-section.svelte-21v088 .section-subtitle:where(.svelte-21v088){text-align:center;margin-bottom:40px}.features-container.svelte-21v088{max-width:1200px;margin:0 auto 50px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.feature-card-custom.svelte-21v088{background:#222;padding:30px;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card-custom.svelte-21v088:hover{transform:translateY(-5px);box-shadow:0 8px 25px #2196f34d}.feature-icon.svelte-21v088{font-size:2.5rem;margin-bottom:20px}.feature-title.svelte-21v088{color:#2196f3;font-size:1.5rem;margin-bottom:15px}.feature-description.svelte-21v088{color:#ccc;line-height:1.6}.outcomes-section.svelte-21v088{max-width:1200px;margin:60px auto;padding:40px 20px;text-align:center}.outcomes-section.svelte-21v088 h2:where(.svelte-21v088){color:#fff;font-size:2rem;margin-bottom:10px}.outcomes-grid.svelte-21v088{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.outcome-card.svelte-21v088{background:#222;padding:30px;border-radius:12px;text-align:left;border-top:4px solid #4caf50;transition:transform .3s ease,box-shadow .3s ease}.outcome-card.svelte-21v088:hover{transform:translateY(-5px);box-shadow:0 8px 25px #4caf504d}.outcome-card.svelte-21v088 h3:where(.svelte-21v088){color:#4caf50;font-size:1.3rem;margin-bottom:15px}.outcome-card.svelte-21v088 p:where(.svelte-21v088){color:#ccc;line-height:1.6}.social-proof-section.svelte-21v088{padding:60px 20px;background:#111;text-align:center}.social-proof-section.svelte-21v088 h2:where(.svelte-21v088){color:#fff;font-size:2rem;margin-bottom:40px}.testimonials-grid.svelte-21v088{max-width:1200px;margin:0 auto 50px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.testimonial-card.svelte-21v088{background:#222;padding:30px;border-radius:12px;text-align:left;position:relative}.quote-mark.svelte-21v088{font-size:4rem;color:#2196f3;opacity:.3;position:absolute;top:10px;left:20px;font-family:Georgia,serif}.testimonial-text.svelte-21v088{color:#ccc;line-height:1.6;margin-bottom:20px;position:relative;z-index:1;font-style:italic}.testimonial-author.svelte-21v088{display:flex;align-items:center;gap:15px}.testimonial-photo.svelte-21v088{width:100px;height:100px;border-radius:50%;object-fit:cover;object-position:center 30%;flex-shrink:0;margin-top:5px}.testimonial-author-info.svelte-21v088{display:flex;flex-direction:column;gap:5px}.testimonial-author-info.svelte-21v088 strong:where(.svelte-21v088){color:#fff}.testimonial-author-info.svelte-21v088 span:where(.svelte-21v088){color:#aaa;font-size:.9rem}.stats-section.svelte-21v088{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;max-width:1200px;margin:40px auto 0}.stat.svelte-21v088{text-align:center}.stat-number.svelte-21v088{font-size:2.5rem;font-weight:600;color:#2196f3}.stat-label.svelte-21v088{color:#ccc;margin-top:10px;font-size:.9rem}.faq-section.svelte-21v088{max-width:900px;margin:60px auto;padding:40px 20px}.faq-section.svelte-21v088 h2:where(.svelte-21v088){color:#fff;font-size:2rem;margin-bottom:40px;text-align:center}.faq-container.svelte-21v088{display:flex;flex-direction:column;gap:15px}.faq-item.svelte-21v088{background:#222;border-radius:8px;overflow:hidden}.faq-question.svelte-21v088{width:100%;padding:20px;background:#222;border:none;color:#fff;text-align:left;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.faq-question.svelte-21v088:hover{background:#2a2a2a}.faq-icon.svelte-21v088{font-size:1.5rem;color:#2196f3;font-weight:700}.faq-answer.svelte-21v088{padding:0 20px 20px;color:#ccc;line-height:1.6}.cta-section.svelte-21v088{max-width:1200px;margin:60px auto;text-align:center;padding:40px 20px;background:linear-gradient(135deg,#2196f31a,#2196f30d);border-radius:12px;border:2px solid rgba(33,150,243,.3)}.cta-section.svelte-21v088 h2:where(.svelte-21v088){color:#fff;font-size:2rem;margin-bottom:20px}.cta-section.svelte-21v088 p:where(.svelte-21v088){color:#ccc;font-size:1.1rem;line-height:1.6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons.svelte-21v088{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-button.svelte-21v088{display:inline-block;padding:15px 30px;text-decoration:none;font-weight:600;border-radius:5px;transition:all .3s}.cta-button.primary.svelte-21v088{color:#fff;background-color:#2196f3}.cta-button.primary.svelte-21v088:hover{background-color:#1769aa;transform:translateY(-2px)}.cta-button.secondary.svelte-21v088{color:#fff;background-color:transparent;border:2px solid #2196F3}.cta-button.secondary.svelte-21v088:hover{background-color:#2196f31a;transform:translateY(-2px)}@keyframes svelte-21v088-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-21v088-slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.welcome-message.svelte-21v088{font-size:2.2em}.welcome-message.svelte-21v088 strong{color:#fff;font-weight:700;text-shadow:6px 6px 12px rgba(0,0,0,.95)}.prepared-by.svelte-21v088{font-size:1rem}.hero-ctas.svelte-21v088{flex-direction:column;width:100%;max-width:300px}.open-btn.svelte-21v088{width:100%}.problem-grid.svelte-21v088,.features-container.svelte-21v088,.outcomes-grid.svelte-21v088,.testimonials-grid.svelte-21v088,.stats-section.svelte-21v088{grid-template-columns:1fr}.cta-buttons.svelte-21v088{flex-direction:column;align-items:stretch}.cta-button.svelte-21v088{width:100%}}
