:root{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#f9f9f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{margin-top:0}button,input,textarea{font-family:inherit}:root{--primary-color: #25d366;--primary-hover: #1ebc57;--text-color: #333;--heading-color: #111;--bg-light: #f9f9f9;--bg-white: #ffffff;--accent-color: #e0f2f1;--max-width: 1100px;--border-radius: 12px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text-color);line-height:1.6;background-color:var(--bg-light)}img{max-width:100%;display:block}h1,h2,h3,h4{color:var(--heading-color);font-weight:700;margin-bottom:1rem}p{font-size:1.1rem}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:90%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.section{padding:4rem 0}.text-center{text-align:center}.text-left{text-align:left}.grid-2,.grid-3{display:grid;grid-template-columns:1fr;gap:2rem}.items-center{align-items:center}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}}.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;transition:all .3s ease;cursor:pointer;text-align:center}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 10px #25d3664d}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 15px #25d36666}.btn-sm{font-size:.9rem;padding:.6rem 1.2rem}.btn-lg{font-size:1.2rem;padding:1rem 2.5rem;width:100%;max-width:400px}.header{background-color:var(--bg-white);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.header-container{display:flex;justify-content:center;align-items:center}.logo{height:40px;width:auto}.logo-wrapper{display:flex;align-items:center;justify-content:center}.logo-wrapper p{font-size:1.2rem;font-weight:700}.hero{background:linear-gradient(135deg,#f0fdf4,#fff);padding:3rem 0 2rem;text-align:center;background-image:url(/img/fundo.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-container{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;gap:2rem}.hero-image{width:100%;max-width:400px}.hero-image img{width:100%;height:auto}.hero-content{text-align:center;width:100%}.hero h1{font-size:2rem;line-height:1.2;margin-bottom:1rem}.text-highlight{color:var(--heading-color)}.hero .lead{font-size:1.1rem;max-width:100%;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero{padding:6rem 0 4rem;text-align:left}.hero-container{flex-direction:row;justify-content:space-around;gap:0}.hero-content{text-align:left;width:50%}.hero h1{font-size:3.5rem;margin-bottom:1.5rem}.hero .lead{font-size:1.25rem;max-width:700px;margin-left:0;margin-right:0}.hero-image{width:auto;max-width:none}}.section-fluxo{background-color:var(--bg-white)}.fluxo-wrapper{margin-top:2rem;background:#fff;padding:1rem;border-radius:var(--border-radius)}.fluxo-img{width:100%;height:auto;border-radius:8px}.section-problem{background-color:#e8f5e9;position:relative;overflow:hidden}.section-tag{display:inline-flex;align-items:center;gap:.5rem;background-color:#f5f5f7;color:var(--primary-color);padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;letter-spacing:.5px}.problem-text{color:#555;margin-bottom:1.5rem;line-height:1.7}.highlight-card{background-color:#fff;padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-lg);position:relative;border:1px solid rgba(0,0,0,.05)}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.icon-wrapper{width:50px;height:50px;background-color:var(--accent-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:1.5rem}.highlight-card h3{margin-bottom:0;font-size:1.4rem}.modern-check-list{display:flex;flex-direction:column;gap:1.2rem}.modern-check-list li{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem;color:#444}.check-icon{color:var(--primary-color);font-size:1.2rem;margin-top:3px;flex-shrink:0}.check-icon.whatsapp-color{color:#25d366}.section-features{background-color:var(--bg-white);padding-top:5rem;padding-bottom:5rem}.subtitle-badge{display:inline-block;font-size:.8rem;font-weight:700;color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.section-header .subtitle{color:#666;max-width:600px;margin:0 auto}.modern-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:var(--shadow-sm);transition:all .3s ease;border:1px solid #f0f0f0;text-align:center;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.modern-card{padding:2.5rem 2rem}}.modern-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:transparent}.card-icon-wrapper{width:70px;height:70px;background-color:#f0fdf4;color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:1.5rem;transition:transform .3s ease}.modern-card:hover .card-icon-wrapper{transform:scale(1.1);background-color:var(--primary-color);color:#fff}.modern-card h3{font-size:1.25rem;margin-bottom:1rem}.modern-card p{font-size:1rem;color:var(--text-color);line-height:1.6}.section-audience{background-color:var(--bg-light)}.audience-group{background:#fff;padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}.audience-group h3{border-bottom:2px solid #eee;padding-bottom:1rem;margin-bottom:1.5rem}.audience-group ul li{margin-bottom:.8rem;padding-left:1.5rem;position:relative}.audience-group ul li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700}.section-cta-final{background:#e8f5e9;color:var(--heading-color);padding:5rem 0}.section-cta-final h2{color:var(--heading-color)}.section-cta-final p{color:var(--text-color);margin-bottom:2rem}.footer{background-color:#f9f9f9;padding:2rem 0;border-top:1px solid #eee;color:#666}.footer-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-logo{width:40px;margin-bottom:.5rem;opacity:.8}.footer-links{display:flex;gap:1.5rem;font-size:.9rem}@media(min-width:768px){.footer-container{flex-direction:row;justify-content:space-between}}
