.navbar{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem}.logo .accent{color:var(--primary)}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s}.nav-links a.active{color:var(--primary)}.nav-icon-link{text-decoration:none;color:var(--text-dark);width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--bg-light);transition:all .3s;border:1px solid transparent}.nav-icon-link:hover{color:var(--primary);background:var(--primary-soft);border-color:rgba(37,99,235,.1);transform:translateY(-2px)}.btn-nav-contact{padding:.5rem 1.25rem;border:1px solid #e2e8f0;border-radius:8px}.orange-text{color:var(--orange)}.hero-subtitle{font-size:1.125rem;color:var(--text-dark);font-weight:500;margin-bottom:3rem;max-width:540px}.payment-badge{color:var(--text-muted);font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.dot.red{width:8px;height:8px;background:var(--red);border-radius:50%;animation:flash 1.5s infinite}.view{display:none;animation:fadeIn .4s ease-out}.view.active{display:block}.val.green{color:var(--green)}.val.blue{color:var(--primary)}.val.orange{color:var(--orange)}.val.purple{color:var(--purple)}.val.red{color:var(--red)}.chart-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.progress-card,.bar-card,.full-width-card{background:#fff;border:1px solid #f1f5f9;padding:1.25rem;border-radius:16px;display:flex;flex-direction:column;align-items:center}.chart-circle{width:80px;height:80px;position:relative;margin-bottom:.75rem}.chart-circle svg{position:absolute;top:0;left:0;width:100%;height:100%}.perc{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:800;font-size:.9rem;line-height:1;white-space:nowrap}.chart-label{font-size:.75rem;font-weight:600;color:var(--text-muted)}.bars{display:flex;align-items:flex-end;gap:8px;height:80px;margin-bottom:.75rem}.bar{width:12px;background:var(--green);border-radius:4px}.full-width-card{align-items:flex-start;padding:2rem}.badge-certified{background:var(--bg-light);padding:.5rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.visual-placeholder{width:100%;display:flex;flex-direction:column;gap:12px}.grow{height:12px;background:var(--primary-soft);border-radius:6px}.modal.active{display:flex}.section-title .highlight{color:var(--primary)}.showcase-outer{max-width:1200px;margin:0 auto;background:#fff;border-radius:32px;box-shadow:var(--shadow-heavy);border:1px solid #f1f5f9;overflow:hidden;position:relative}.showcase-track{display:flex;transition:transform .6s cubic-bezier(.22,1,.36,1)}.showcase-slide{flex:0 0 100%;display:grid;grid-template-columns:1fr 1fr;min-height:500px}.slide-info{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}.slide-category{color:var(--primary);text-transform:uppercase;font-size:.85rem;font-weight:800;letter-spacing:.1em;margin-bottom:1.5rem}.slide-info h3{font-size:3rem;font-weight:800;margin-bottom:2rem;line-height:1.1;color:var(--text-dark)}.slide-info p{font-size:1.15rem;color:var(--text-muted);margin-bottom:3rem;line-height:1.6;max-width:420px}.slide-visual{background:#f1f5f9;display:flex;align-items:center;justify-content:center;padding:3rem;position:relative}.pdf-stat.active{border-color:var(--primary)}.showcase-pagination{position:absolute;bottom:3rem;left:4rem;display:flex;gap:.75rem;align-items:center}.dot.active{width:32px;background:var(--primary);border-radius:4px}@media (max-width:968px){.showcase-slide{grid-template-columns:1fr}.slide-visual{display:none}.slide-info{padding:4rem 2rem}.showcase-pagination{left:2rem;bottom:2rem}}.feature-icon-wrapper{width:56px;height:56px;background:var(--bg-light);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--primary);transition:all .3s}.feature-card:hover .feature-icon-wrapper{background:var(--primary);color:white;transform:rotate(-5deg) scale(1.1)}.inclusion-card.selected .checkbox-circle{background-color:var(--green);border-color:var(--green)}.inclusion-card.selected .checkbox-circle::after{content:"✓";color:white;font-size:16px;font-weight:700}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media (max-width:992px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.section-subtitle{font-size:1.125rem;color:var(--text-muted)}@media (max-width:768px){.navbar{padding:1rem}.hero-subtitle{font-size:1rem}.hero-actions .btn-primary{width:100%;justify-content:center}}@media (max-width:480px){.hero-subtitle{font-size:.9rem!important;padding:0;line-height:1.5}}.progress-card:hover,.bar-card:hover{background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.05);transform:translateY(-3px)}.chart-circle path:nth-child(2){animation:circleFill 2s cubic-bezier(.22,1,.36,1) forwards}.bar{transform-origin:bottom;animation:barGrow 1.5s cubic-bezier(.22,1,.36,1) forwards}.bar:hover{background:var(--dark-blue);transform:scaleY(1.1)}.bar:nth-child(1){animation-delay:.1s}.bar:nth-child(2){animation-delay:.2s}.bar:nth-child(3){animation-delay:.4s}.pdf-card{transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.pdf-card:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);z-index:10}@media screen and (max-width:768px){.hero-subtitle{font-size:15px!important;line-height:1.4!important}}