*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 20px}.nav-brand{display:flex;align-items:center;gap:12px}.logo{height:40px;width:auto}.brand-text{font-size:1.5rem;font-weight:700;color:#2563eb}.nav{display:flex;align-items:center;gap:2rem}.nav button{background:none;border:none;color:#4b5563;font-weight:500;cursor:pointer;padding:.5rem 0;transition:color .3s ease;position:relative}.nav button:hover{color:#2563eb}.dropdown{position:relative}.dropdown-content{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.dropdown:hover .dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-content button{display:block;width:100%;text-align:left;padding:12px 16px;border:none;background:none;color:#4b5563;font-size:14px;transition:background-color .2s ease}.dropdown-content button:hover{background-color:#f3f4f6;color:#2563eb}.cta-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.menu-toggle{display:none;background:none;border:none;color:#4b5563;cursor:pointer;padding:.5rem}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.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="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-block;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem;border:1px solid #93c5fd}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1f2937}.hero p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563eb;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.hero-features{display:flex;gap:2rem}.feature-item{display:flex;align-items:center;gap:.5rem;color:#059669;font-weight:500}.feature-item .icon{width:20px;height:20px}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #0000001a}.solutions-overview{padding:80px 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.solution-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.solution-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#2563eb}.solution-card.featured{border:2px solid #2563eb;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.solution-card.featured:before{content:"DESTAQUE";position:absolute;top:1rem;right:1rem;background:#2563eb;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.solution-icon{width:60px;height:60px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#2563eb}.solution-icon img{width:40px;height:40px}.solution-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.solution-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.solution-benefit{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #059669;border-radius:8px;padding:.75rem;margin-bottom:1.5rem;text-align:center}.solution-benefit strong{color:#059669;font-weight:600}.solution-cta{background:none;border:2px solid #2563eb;color:#2563eb;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center}.solution-cta:hover{background:#2563eb;color:#fff}.results-section{padding:80px 0;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff}.results-section .section-header h2,.results-section .section-header p{color:#fff}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}.result-item{text-align:center;padding:2rem 1rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.result-number{font-size:3rem;font-weight:800;color:#fbbf24;margin-bottom:.5rem}.result-label{font-size:1rem;font-weight:500;opacity:.9}.product-detail{padding:80px 0;background:#f8fafc}.product-header{display:flex;align-items:center;gap:2rem;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.product-icon-large{width:80px;height:80px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-icon-large img{width:50px;height:50px}.product-info h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.product-subtitle{font-size:1.25rem;color:#6b7280}.product-content{display:flex;flex-direction:column;gap:3rem}.problem-solution{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.problem,.solution{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}.problem h3,.solution h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.problem{border-left:4px solid #ef4444}.solution{border-left:4px solid #059669}.methodology{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}.methodology h3{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.pillar{text-align:center;padding:2rem;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s ease}.pillar:hover{border-color:#2563eb;transform:translateY(-5px)}.pillar-number{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.pillar h4{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.potential-recovery{background:linear-gradient(135deg,#ecfdf5,#d1fae5);padding:3rem;border-radius:12px;border:2px solid #059669}.potential-recovery h3{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.recovery-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.recovery-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.recovery-value{font-size:2.5rem;font-weight:800;color:#059669;margin-bottom:.5rem}.recovery-label{font-size:1rem;font-weight:500;color:#6b7280}.timeline{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}.timeline h3{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.timeline-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.timeline-item{position:relative;padding:2rem;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s ease}.timeline-item:hover{border-color:#2563eb;transform:translateY(-5px)}.timeline-month{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block;margin-bottom:1rem}.timeline-content h4{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.benefits{padding:80px 0;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.benefit-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s ease;text-align:center}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#2563eb}.benefit-icon{width:60px;height:60px;color:#2563eb;margin:0 auto 1.5rem}.benefit-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.benefit-card p{color:#6b7280;line-height:1.6}.success-cases{padding:80px 0;background:#f8fafc}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.case-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.case-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.case-rating{display:flex;gap:.25rem;margin-bottom:1rem}.star{width:20px;height:20px;color:#fbbf24}.star.filled{fill:currentColor}.case-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.case-card blockquote{font-style:italic;color:#4b5563;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.case-author{margin-bottom:1.5rem}.case-author strong{display:block;color:#1f2937;font-weight:600}.case-author span{color:#6b7280;font-size:.875rem}.case-metric{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #059669;border-radius:8px;padding:1rem;text-align:center}.metric-value{display:block;font-size:2rem;font-weight:800;color:#059669}.metric-label{font-size:.875rem;color:#6b7280;font-weight:500}.consolidated-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}.metric-item{text-align:center}.metric-number{font-size:3rem;font-weight:800;color:#2563eb;margin-bottom:.5rem}.metric-text{color:#6b7280;font-weight:500}.how-it-works{padding:80px 0;background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;padding:2rem;position:relative}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 20px #2563eb4d}.step h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.step p{color:#6b7280;line-height:1.6}.contact{padding:80px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin-top:3rem}.contact-form{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}.contact-form h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.contact-form p{color:#6b7280;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.submit-button{width:100%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.contact-info{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;height:fit-content}.contact-info h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.contact-icon{width:24px;height:24px;color:#2563eb;flex-shrink:0;margin-top:.25rem}.contact-item strong{display:block;color:#1f2937;font-weight:600;margin-bottom:.25rem}.contact-item p{color:#6b7280;margin:0}.why-choose{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.why-choose h4{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.why-choose ul{list-style:none}.why-choose li{color:#6b7280;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.why-choose li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{height:40px;width:auto}.footer-brand p{color:#9ca3af;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h4{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section button{background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .3s ease;text-align:left;padding:0}.footer-section button:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}@media (max-width: 768px){.menu-toggle{display:block}.nav{position:fixed;top:100%;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;flex-direction:column;padding:2rem;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.dropdown-content{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:#f8fafc;margin-top:.5rem}.hero h1{font-size:2.5rem}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-buttons{flex-direction:column;align-items:center}.hero-features{justify-content:center;flex-wrap:wrap}.solutions-grid{grid-template-columns:1fr}.results-grid{grid-template-columns:repeat(2,1fr)}.problem-solution,.pillars-grid,.recovery-stats,.timeline-items,.benefits-grid,.cases-grid{grid-template-columns:1fr}.consolidated-metrics{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr}.contact-content,.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:100px 0 60px}.hero h1{font-size:2rem}.hero p{font-size:1.125rem}.section-header h2{font-size:2rem}.section-header p{font-size:1.125rem}.results-grid,.consolidated-metrics{grid-template-columns:1fr}.hero-buttons,.btn-primary,.btn-secondary{width:100%}}.partnerships{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.partnerships-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:40px;margin-bottom:60px}.partnership-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.partnership-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.partnership-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.partnership-icon{width:48px;height:48px;color:#2563eb;background:#eff6ff;padding:12px;border-radius:12px}.partnership-header h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.partnership-location{background:#059669;color:#fff;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:600}.partnership-cases{margin-top:30px}.partnership-cases h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:15px}.case-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.case-icon{width:20px;height:20px;color:#059669;margin-top:2px;flex-shrink:0}.case-item span{font-size:.95rem;color:#475569;line-height:1.5}.partnership-benefits{text-align:center}.partnership-benefits h3{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:40px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.benefit-item{text-align:center;padding:30px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014}.benefit-icon{width:48px;height:48px;color:#2563eb;margin:0 auto 20px}.benefit-item h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:10px}.benefit-item p{color:#64748b;line-height:1.6}@media (max-width: 768px){.partnerships-grid{grid-template-columns:1fr;gap:30px}.partnership-card{padding:30px 20px}.partnership-header{flex-direction:column;align-items:flex-start;gap:10px}.benefits-grid{grid-template-columns:1fr;gap:20px}}
