*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--green-primary: #2D8C4E;--green-dark: #1B5E35;--green-light: #E8F5EC;--green-lighter: #F0FAF3;--orange-cta: #F97316;--orange-hover: #EA580C;--orange-light: #FFF7ED;--bg-page: #FAFDF7;--text-primary: #1A2E23;--text-secondary: #3D5A47;--text-muted: #6B8A74;--white: #FFFFFF;--border: #D4E8DA;--shadow-sm: 0 1px 3px rgba(27, 94, 53, .08);--shadow-md: 0 4px 12px rgba(27, 94, 53, .1);--shadow-lg: 0 8px 30px rgba(27, 94, 53, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:var(--text-primary);background-color:var(--bg-page);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}h1,h2,h3{line-height:1.2;color:var(--text-primary)}h1{font-size:clamp(1.75rem,4vw + .5rem,3.25rem);font-weight:800;letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3vw + .5rem,2.5rem);font-weight:700;letter-spacing:-.01em;margin-bottom:1rem}h3{font-size:1.25rem;font-weight:700}.highlight{color:var(--green-primary)}.btn-cta{display:inline-flex;align-items:center;justify-content:center;background-color:var(--orange-cta);color:var(--white);font-weight:700;font-size:1.05rem;padding:16px 32px;border-radius:var(--radius-md);border:none;cursor:pointer;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 14px #f973164d;text-align:center}.btn-cta:hover{background-color:var(--orange-hover);transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}.btn-cta:active{transform:translateY(0)}.btn-cta-large{font-size:1.15rem;padding:18px 40px}.hero{padding:60px 0 40px;background:linear-gradient(180deg,var(--green-lighter) 0%,var(--bg-page) 100%)}.hero-content{display:flex;flex-direction:column;gap:32px;align-items:center}.hero-text{text-align:center}.hero-badge{display:inline-block;background-color:var(--green-light);color:var(--green-dark);font-size:.85rem;font-weight:600;padding:6px 16px;border-radius:100px;margin-bottom:20px;letter-spacing:.02em}.hero h1{margin-bottom:20px}.hero-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto 28px;line-height:1.7}.hero-trust{margin-top:16px;font-size:.85rem;color:var(--text-muted)}.hero-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.pain{padding:60px 0}.pain h2{text-align:center;margin-bottom:40px}.pain-grid{display:grid;grid-template-columns:1fr;gap:16px}.pain-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px;display:flex;gap:16px;align-items:flex-start;transition:box-shadow .2s ease}.pain-card:hover{box-shadow:var(--shadow-md)}.pain-icon{font-size:1.8rem;flex-shrink:0}.pain-card p{color:var(--text-secondary);line-height:1.6}.turnaround{padding:60px 0;background:var(--white)}.turnaround-content{max-width:720px;margin:0 auto}.turnaround h2{text-align:center;margin-bottom:24px}.turnaround p{color:var(--text-secondary);margin-bottom:16px;font-size:1.05rem;line-height:1.7}.turnaround-solution{background:var(--green-lighter);border-left:4px solid var(--green-primary);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:24px;margin:28px 0}.turnaround-solution h3{color:var(--green-dark);margin-bottom:16px;font-size:1.1rem}.turnaround-solution ul{display:flex;flex-direction:column;gap:12px}.turnaround-solution li{padding-left:24px;position:relative;color:var(--text-secondary);line-height:1.6}.turnaround-solution li:before{content:"→";position:absolute;left:0;color:var(--green-primary);font-weight:700}.turnaround-emphasis{background:var(--orange-light);border-radius:var(--radius-md);padding:20px 24px;font-weight:600;color:var(--text-primary);border:1px solid #FED7AA}.phases{padding:60px 0}.phases h2{text-align:center}.phases-subtitle{text-align:center;color:var(--text-secondary);max-width:560px;margin:0 auto 40px;font-size:1.05rem}.phases-grid{display:grid;grid-template-columns:1fr;gap:20px}.phase-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;text-align:center;position:relative;transition:transform .2s ease,box-shadow .2s ease}.phase-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.phase-number{display:inline-block;background:var(--green-light);color:var(--green-dark);font-size:.8rem;font-weight:700;padding:4px 12px;border-radius:100px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.phase-icon{width:64px;height:64px;margin:0 auto 12px;object-fit:contain}.phase-card h3{color:var(--green-dark);margin-bottom:10px;font-size:1.15rem;letter-spacing:.03em}.phase-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.deliverables{padding:60px 0;background:var(--white)}.deliverables h2{text-align:center;margin-bottom:40px}.deliverables-grid{display:grid;grid-template-columns:1fr;gap:20px}.deliverable-item{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px}.deliverable-item.bonus{background:var(--orange-light);border-color:#fed7aa}.deliverable-icon{font-size:2rem;margin-bottom:12px}.deliverable-item h3{margin-bottom:8px;font-size:1.1rem}.deliverable-item p{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.for-who{padding:60px 0}.for-who h2{text-align:center;margin-bottom:36px}.for-who-grid{display:grid;grid-template-columns:1fr;gap:20px}.for-who-card{border-radius:var(--radius-lg);padding:28px 24px}.for-who-card h3{margin-bottom:16px;font-size:1.15rem}.for-yes{background:var(--green-lighter);border:1px solid #B8E0C8}.for-no{background:#fef2f2;border:1px solid #FECACA}.for-who-card ul{display:flex;flex-direction:column;gap:12px}.for-who-card li{padding-left:8px;color:var(--text-secondary);line-height:1.6;font-size:.95rem}.testimonials{padding:60px 0;background:var(--white)}.testimonials h2{text-align:center;margin-bottom:36px}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:20px}.testimonial-card{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px}.testimonial-stars{color:#f59e0b;font-size:1.2rem;margin-bottom:12px;letter-spacing:2px}.testimonial-text{color:var(--text-secondary);font-style:italic;line-height:1.7;margin-bottom:16px;font-size:.95rem}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--green-dark);font-weight:600;flex-shrink:0}.testimonial-avatar-img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid var(--green-light);flex-shrink:0}.testimonial-author strong{display:block;font-size:.9rem}.testimonial-author span{font-size:.8rem;color:var(--text-muted)}.offer{padding:60px 0;background:linear-gradient(180deg,var(--bg-page) 0%,var(--green-lighter) 100%)}.offer-box{background:var(--white);border:2px solid var(--green-primary);border-radius:var(--radius-xl);padding:36px 24px;text-align:center;max-width:640px;margin:0 auto;box-shadow:var(--shadow-lg)}.offer-box h2{margin-bottom:20px}.offer-compare{color:var(--text-secondary);margin-bottom:20px;font-size:1rem}.offer-anchor{text-align:left;max-width:400px;margin:0 auto 20px;display:flex;flex-direction:column;gap:10px}.offer-anchor li{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed var(--border);font-size:.95rem}.anchor-item{color:var(--text-secondary)}.anchor-price{color:var(--text-muted);text-decoration:line-through;font-size:.9rem}.offer-total{font-size:1rem;color:var(--text-muted);margin-bottom:28px}.offer-total span{text-decoration:line-through}.offer-price-box{background:var(--green-lighter);border-radius:var(--radius-md);padding:24px;margin-bottom:24px}.offer-instead{font-size:.95rem;color:var(--text-secondary);margin-bottom:8px}.offer-price{display:flex;align-items:baseline;justify-content:center;gap:4px}.price-currency{font-size:1.5rem;font-weight:700;color:var(--green-dark)}.price-value{font-size:3rem;font-weight:800;color:var(--green-dark);line-height:1}.offer-installments{font-size:.9rem;color:var(--text-muted);margin-top:8px}.offer-cta{width:100%;max-width:400px}.offer-guarantee-note{margin-top:16px;font-size:.85rem;color:var(--text-muted)}.guarantee{padding:60px 0;background:var(--white)}.guarantee-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;max-width:640px;margin:0 auto}.guarantee-seal{width:100px;height:100px;object-fit:contain}.guarantee-text h2{font-size:clamp(1.3rem,2.5vw + .5rem,1.8rem);margin-bottom:16px}.guarantee-text p{color:var(--text-secondary);line-height:1.7;margin-bottom:12px}.faq{padding:60px 0}.faq h2{text-align:center;margin-bottom:36px}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:var(--shadow-sm)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;color:var(--text-primary);text-align:left;line-height:1.4}.faq-chevron{flex-shrink:0;transition:transform .3s ease;color:var(--green-primary)}.faq-item.active .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 20px}.faq-item.active .faq-answer{max-height:300px;padding:0 20px 20px}.faq-answer p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.final-cta{padding:60px 0;background:linear-gradient(180deg,var(--green-lighter) 0%,var(--bg-page) 100%);text-align:center}.final-cta h2{margin-bottom:16px}.final-cta-text{color:var(--text-secondary);font-size:1.1rem;max-width:560px;margin:0 auto 28px;line-height:1.7}.final-guarantee{margin-top:16px;font-size:.85rem;color:var(--text-muted)}.footer{padding:32px 0;text-align:center;border-top:1px solid var(--border)}.footer p{font-size:.85rem;color:var(--text-muted);margin-bottom:8px}.footer-disclaimer{font-size:.75rem;max-width:600px;margin:0 auto;line-height:1.5}.sticky-cta-mobile{display:block;position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid var(--border);z-index:1000;transform:translateY(100%);transition:transform .3s ease}.sticky-cta-mobile.visible{transform:translateY(0)}.btn-cta-sticky{width:100%;padding:14px 24px;font-size:1rem}@media (min-width: 640px){.pain-grid,.phases-grid,.deliverables-grid,.for-who-grid,.testimonials-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.hero{padding:80px 0 60px}.hero-content{flex-direction:row;text-align:left;gap:48px}.hero-text{text-align:left;flex:1}.hero-subtitle{margin-left:0}.hero-image{flex:0 0 45%}.pain,.turnaround,.phases,.deliverables,.for-who,.testimonials,.offer,.guarantee,.faq,.final-cta{padding:80px 0}.phases-grid{grid-template-columns:repeat(4,1fr)}.testimonials-grid{grid-template-columns:repeat(3,1fr)}.guarantee-content{flex-direction:row;text-align:left}.guarantee-seal{width:140px;height:140px}.offer-box{padding:48px 40px}.sticky-cta-mobile{display:none}}@media (prefers-reduced-motion: no-preference){.pain-card,.phase-card,.deliverable-item,.testimonial-card,.for-who-card{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.pain-card.visible,.phase-card.visible,.deliverable-item.visible,.testimonial-card.visible,.for-who-card.visible{opacity:1;transform:translateY(0)}}
