@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&family=Roboto:wght@300;400;500;700&display=swap";:root{--primary: #01BD9B;--primary-dark: #019B80;--accent: #E0AC3F;--accent-dark: #C89426;--text: #2D3748;--text-light: #718096;--bg-light: #F7FAFC;--shadow-sm: 0 1px 3px rgba(0,0,0,.12);--shadow-md: 0 4px 6px rgba(0,0,0,.1);--shadow-lg: 0 20px 25px -5px rgba(0,0,0,.1);--container-width: 1200px}.css-14i8sfu{padding-top:0!important}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Roboto,sans-serif;color:var(--text);line-height:1.6}img{max-width:100%;height:auto}.container{max-width:var(--container-width);width:90%;margin:0 auto;padding:0 1rem}.hero-section{padding:80px 0 100px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-content{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center}.hero-text{max-width:600px}.hero-title{font-family:Ubuntu,sans-serif;font-weight:700;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:500;margin-bottom:2rem;opacity:.9}.hero-description{font-size:clamp(1rem,2vw,1.125rem);opacity:.8;margin-bottom:2.5rem}.cta-button{background-color:var(--accent);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-family:Ubuntu,sans-serif;font-weight:500;font-size:1.125rem;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;text-decoration:none;text-align:center;justify-content:center}.cta-button:hover{background-color:var(--accent-dark);transform:translateY(-2px);color:#fff;text-decoration:none}.cta-button:visited{color:#fff;text-decoration:none}.cta-button:active{transform:translateY(0);background-color:var(--accent-dark)}.cta-button.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #e0ac3f66}70%{box-shadow:0 0 0 10px #e0ac3f00}to{box-shadow:0 0 #e0ac3f00}}.trust-badges{display:flex;gap:2.5rem;margin-top:2.5rem;align-items:center}.trust-badge{display:flex;align-items:center;gap:.75rem;background-color:#01bd9b1a;padding:8px 16px;border-radius:8px}.trust-badge i{color:var(--accent);font-size:1.5rem}.badge-text{font-weight:500;white-space:nowrap}.badge-content{display:flex;flex-direction:column}.hero-image-wrapper{position:absolute;right:5%;bottom:0;top:0;height:100%;max-width:45%;width:100%;display:flex;align-items:flex-end;justify-content:flex-end;background:none;z-index:1}.hero-section{position:relative;overflow:hidden}.hero-img{width:100%;height:auto;max-height:90%;object-fit:contain;border-radius:8px;display:block}@media (max-width: 1024px){.hero-image-wrapper{position:static;max-width:100%;width:100%;height:auto;align-items:flex-end;justify-content:center;margin-top:2rem}.hero-img{max-height:250px;width:auto;margin:0 auto}}@media (max-width: 768px){.hero-section{padding-bottom:40px}.hero-image-wrapper{position:static;max-width:100%;width:100%;height:auto;align-items:flex-end;justify-content:center;margin-top:2rem}.hero-img{max-height:180px;width:auto;margin:0 auto}}.image-tag{position:absolute;bottom:2rem;right:-1rem;background-color:var(--accent);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1.125rem;box-shadow:var(--shadow-md);transform:translate(0);transition:transform .3s ease}.hero-image-wrapper:hover .image-tag{transform:translate(-.5rem)}.problems-section{padding:4rem 0;background-color:var(--bg-light)}.section-title{text-align:center;font-family:Ubuntu,sans-serif;font-size:clamp(2rem,4vw,2.5rem);color:var(--primary);margin-bottom:3rem}.problem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.problem-card{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:var(--shadow-sm)}.problem-icon{width:48px;height:48px;object-fit:contain}.icon-circle{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem;background:var(--bg-light);border-radius:50%;padding:1rem}.problem-card h3{font-family:Ubuntu,sans-serif;font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--text);margin-bottom:1rem}.problem-card p{color:var(--text-light);font-size:1rem}.stats-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;background-color:var(--primary);border-radius:8px;padding:2rem;color:#fff;text-align:center}.stat-value{display:block;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-item .stat-label{color:#fff;font-size:1.125rem;opacity:.9}.guide-section{padding:4rem 0}.guide-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.guide-description{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem}.credentials-list{display:grid;gap:1rem;list-style:none}.credentials-list li{display:flex;align-items:center;gap:1rem}.credentials-list i{color:var(--primary);font-size:1.25rem}.guide-image{position:relative;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-lg)}.guide-image img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.plan-section{padding:4rem 0;background-color:#fff}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.step-card{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:var(--shadow-md);position:relative}.step-icon-circle{margin:1rem auto 0;display:flex;align-items:center;justify-content:center}.step-icon{width:140px;height:140px;object-fit:contain}.step-number{width:48px;height:48px;background-color:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;position:absolute;top:-24px;left:50%;transform:translate(-50%);box-shadow:var(--shadow-sm)}.step-card h3{font-family:Ubuntu,sans-serif;color:var(--text);font-size:1.5rem;margin-bottom:1rem;font-weight:600;margin-top:.5rem}.step-card p{color:var(--text-light);font-size:1rem;line-height:1.6}.plan-cta{text-align:center;margin-top:2rem}.outcomes-section{padding:4rem 0;background-color:var(--bg-light)}.outcomes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.outcome{padding:2rem;border-radius:8px}.outcome.success{background-color:var(--primary);color:#fff}.outcome.failure{background-color:#f56565;color:#fff}.outcome h3{font-family:Ubuntu,sans-serif;font-size:1.5rem;margin-bottom:1.5rem}.outcome ul{list-style:none}.outcome li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.outcome li i{font-size:1.25rem}.final-cta-section{padding:4rem 0;text-align:center;background:var(--primary);color:#fff}.subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.signature-progress{max-width:600px;margin:2rem auto}.progress-bar{background:#fff3;border-radius:999px;height:8px;position:relative;overflow:hidden}.progress-fill{position:absolute;top:0;left:0;height:100%;background:var(--accent);transition:width .3s ease}.progress-text{margin-top:1rem;font-size:1.125rem;opacity:.9}.site-footer{padding:4rem 0;background-color:var(--primary-dark);color:#fff}.footer-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-about{max-width:400px}.footer-logo{height:36px;width:auto;object-fit:contain;margin-bottom:1.5rem;filter:brightness(0) invert(1)}.footer-about p{opacity:.8;margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-links a{color:#fff;font-size:1.25rem;opacity:.8;transition:opacity .3s ease}.social-links a:hover{opacity:1}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.link-group h4{font-family:Ubuntu,sans-serif;color:#fff;margin-bottom:1rem}.link-group a{color:#fff;opacity:.8;text-decoration:none;display:block;margin-bottom:.5rem;transition:opacity .3s ease}.link-group a:hover{opacity:1}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{opacity:.8}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1100}.modal{background:#fff;border-radius:8px;padding:2rem;width:90%;max-width:500px;position:relative}.close-modal{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--text-light);cursor:pointer}.modal-content{text-align:center}.modal-content h2{font-family:Ubuntu,sans-serif;color:var(--primary);margin-bottom:.5rem}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #E2E8F0;border-radius:4px;font-family:inherit}.privacy-notice{color:var(--text-light);margin:1rem 0}.modal-trust{display:flex;justify-content:center;gap:2rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #E2E8F0}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-section{padding:120px 0 60px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.trust-badges{flex-direction:column;gap:1rem;align-items:center;justify-content:center}.trust-badge{width:100%;justify-content:center}.problem-cards{grid-template-columns:1fr;gap:2rem}.stats-strip{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.guide-content{grid-template-columns:1fr;gap:2rem}.guide-text{text-align:center}.credentials-list,.credentials-list li{justify-content:center}.steps-grid{grid-template-columns:1fr;gap:3rem}.step-card{padding:1.5rem}.outcomes-grid{grid-template-columns:1fr;gap:1.5rem}.final-cta-section{padding:3rem 0}.signature-progress{width:90%}.container{width:95%;padding:0 1rem}.section-title{font-size:1.8rem}.cta-button{width:100%;justify-content:center}}@media (max-width: 480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.section-title{font-size:1.5rem}.problem-card{padding:1rem}.stat-value{font-size:2rem}.modal{width:95%;padding:1rem}.form-group{margin-bottom:1rem}}@media (max-height: 600px) and (orientation: landscape){.hero-section{padding:100px 0 40px}.hero-content{gap:1rem}.hero-image-wrapper{max-height:60vh}}@media (min-width: 769px) and (max-width: 1024px){.hero-content{gap:2rem}.problem-cards{grid-template-columns:repeat(2,1fr)}.guide-content{gap:2rem}.steps-grid{grid-template-columns:repeat(2,1fr)}}.trust-icon{font-size:1.5rem;color:var(--accent);display:flex;align-items:center;justify-content:center;min-width:24px}.check-icon{font-size:20px;color:var(--primary);display:flex;align-items:center;justify-content:center}.button-icon{font-size:16px;margin-left:8px;display:flex;align-items:center;justify-content:center}.outcome-icon{font-size:20px;margin-right:8px;display:flex;align-items:center;justify-content:center}.social-icon{font-size:24px;color:#fff;opacity:.8;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.social-icon:hover{opacity:1}.modal-icon{font-size:20px;margin-right:8px;color:var(--primary);display:flex;align-items:center;justify-content:center}.credentials-list li,.outcome li{display:flex;align-items:center;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;text-decoration:none}.modal-trust .trust-item{display:flex;align-items:center;gap:.5rem}.disclaimer-section{padding:2rem 0;background-color:#f8f9fa;border-top:1px solid rgba(0,0,0,.05)}.disclaimer-content{max-width:1000px;margin:0 auto;padding:1.5rem;font-size:.85rem;line-height:1.6;color:#6c757d;text-align:center}.disclaimer-content h4{font-weight:600;margin-bottom:.75rem;color:#4a5568;font-size:1rem}.disclaimer-content p{margin:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5}#root{width:100%;min-height:100vh}
