:root{--primary-color: #8F2EFF;--secondary-color: #2C004D;--accent-color: #6B46C1;--text-primary: #ffffff;--text-secondary: #E5E7EB;--text-tertiary: rgba(255, 255, 255, .7);--background-dark: #000000;--background-gradient: linear-gradient(135deg, rgba(143, 46, 255, .15), rgba(44, 0, 77, .25));--transitionTiming: .3s ease-in-out}.svelte-d355fv{margin:0;padding:0;box-sizing:border-box}html{width:100vw;background:var(--background-dark);overflow-x:hidden;scroll-behavior:smooth!important}html:focus-within{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--background-dark);color:var(--text-primary);margin:0}section.svelte-d355fv{width:100vw!important}.container.svelte-d355fv{max-width:max(1400px,100vh);margin:0 auto;padding:0 20px;position:relative;z-index:1;width:95%}.header.svelte-d355fv{position:fixed;top:0;left:0;right:0;z-index:1000;width:100vw;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:color var(--transitionTiming)}.nav-container.svelte-d355fv{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;margin:0 auto}.nav-logo.svelte-d355fv{height:40px;width:auto}.nav-menu.svelte-d355fv{display:flex;list-style:none;gap:2rem}.nav-link.svelte-d355fv{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color var(--transitionTiming);background:none;border:none;cursor:pointer;font-size:clamp(.9rem,2vw,1rem);font-family:inherit}.nav-link.svelte-d355fv:hover{color:var(--primary-color)}.nav-toggle.svelte-d355fv{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;z-index:1001}.nav-toggle.svelte-d355fv span:where(.svelte-d355fv){width:25px;height:3px;background:#fff;border-radius:2px;transition:transform var(--transitionTiming)}.hero.svelte-d355fv{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#8f2eff26,#2c004d40);padding:150px 0 80px}.hero-background.svelte-d355fv{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(143,46,255,.4) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(168,85,247,.3) 0%,transparent 60%),radial-gradient(circle at 50% 50%,rgba(139,92,246,.2) 0%,transparent 70%);animation:svelte-d355fv-pulse 8s ease-in-out infinite alternate;z-index:0}@keyframes svelte-d355fv-pulse{0%{opacity:.7}to{opacity:1}}.hero-content.svelte-d355fv{text-align:center;padding:0 20px;position:relative;z-index:10}.hero-title.svelte-d355fv{font-family:Sora,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--text-primary),var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-rendering:optimizeLegibility}.hero-description.svelte-d355fv{font-size:clamp(1.2rem,3vw,1.8rem);line-height:1.8;margin-bottom:2rem;color:var(--text-secondary);margin-left:auto;margin-right:auto;opacity:.9}.hero-cta.svelte-d355fv{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;cursor:pointer;transition:transform var(--transitionTiming),box-shadow var(--transitionTiming);text-decoration:none;display:inline-block;font-family:inherit;box-shadow:0 10px 30px #8f2eff4d}.hero-cta.svelte-d355fv:hover{transform:translateY(-3px);box-shadow:0 15px 40px #8f2eff66}.section.svelte-d355fv{padding:100px 0;position:relative;min-height:60vh;background:var(--background-dark)}.passo-section.svelte-d355fv{background:linear-gradient(135deg,#8f2eff26,#2c004d40);position:relative;padding:80px 0}.passo-section.svelte-d355fv:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(143,46,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(143,46,255,.08) 0%,transparent 50%);pointer-events:none}.passo-header.svelte-d355fv{display:flex;align-items:flex-start;gap:3rem;margin-bottom:4rem;position:relative;z-index:1}.passo-numero.svelte-d355fv{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 10px 30px #8f2eff66}.passo-info.svelte-d355fv{flex:1;width:100%}.passo-title.svelte-d355fv{font-family:Sora,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;line-height:1.2;color:var(--text-primary)}.instituicoes-section.svelte-d355fv .passo-title:where(.svelte-d355fv){margin-bottom:.1rem}.passo-subtitle.svelte-d355fv{font-size:clamp(1.2rem,3vw,1.5rem);opacity:.9;margin-bottom:2rem;font-weight:400;color:var(--text-secondary)}.instituicoes-section.svelte-d355fv .passo-subtitle:where(.svelte-d355fv){margin-bottom:1.5rem}.passo-description.svelte-d355fv{font-size:1.2rem;line-height:1.7;color:var(--text-secondary);opacity:.9;margin-bottom:2.5rem}.instituicoes-section.svelte-d355fv .passo-description:where(.svelte-d355fv){width:100%;margin-bottom:2rem}.wealth-section.svelte-d355fv{padding:80px 0 120px}.wealth-section.svelte-d355fv .passo-header:where(.svelte-d355fv){margin-bottom:3rem;width:100%}.wealth-section.svelte-d355fv .passo-title:where(.svelte-d355fv){margin-bottom:.1rem}.wealth-section.svelte-d355fv .passo-subtitle:where(.svelte-d355fv){margin-bottom:1.5rem}.wealth-section.svelte-d355fv .passo-info:where(.svelte-d355fv){width:100%}.wealth-section.svelte-d355fv .passo-description:where(.svelte-d355fv){width:100%;margin-bottom:2rem}.instituicoes-section.svelte-d355fv{padding:80px 0 120px}.instituicoes-section.svelte-d355fv .passo-header:where(.svelte-d355fv){margin-bottom:3rem;width:100%}.instituicoes-section.svelte-d355fv .passo-info:where(.svelte-d355fv){width:100%}.instituicoes-section.svelte-d355fv .passo-description:where(.svelte-d355fv){width:100%}.institutions-layout.svelte-d355fv{display:grid;grid-template-columns:350px 1fr;gap:4rem;align-items:start;margin-top:2rem}.institutions-nav.svelte-d355fv{position:sticky;top:120px;height:fit-content}.institutions-nav-title.svelte-d355fv{font-family:Sora,sans-serif;font-size:clamp(1.5rem,3vw,1.7rem);font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.nav-progress.svelte-d355fv{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}.progress-indicator.svelte-d355fv{display:flex;gap:.5rem;align-items:center}.progress-step.svelte-d355fv{width:8px;height:8px;border-radius:50%;background:#fff3;transition:width var(--transitionTiming),box-shadow var(--transitionTiming),background-color var(--transitionTiming),border-radius var(--transitionTiming)}.progress-step.active.svelte-d355fv{background:var(--primary-color);width:24px;border-radius:12px;box-shadow:0 0 10px #8f2eff66}.progress-text.svelte-d355fv{font-size:clamp(.9rem,2vw,1rem);color:var(--text-secondary);font-weight:500}.nav-buttons.svelte-d355fv{display:flex;flex-direction:column;gap:1rem}.nav-button.svelte-d355fv{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:.9rem 1rem;text-align:left;cursor:pointer;transition:transform var(--transitionTiming),box-shadow var(--transitionTiming),background-color var(--transitionTiming),border-color var(--transitionTiming),color var(--transitionTiming),font-weight var(--transitionTiming);display:flex;align-items:center;gap:1rem;color:var(--text-secondary);font-weight:500;font-size:clamp(1rem,2.5vw,1.1rem);font-family:inherit}.nav-button.svelte-d355fv:hover{background:#ffffff1a;border-color:var(--primary-color);transform:translate(5px);box-shadow:0 5px 15px #8f2eff26}.nav-button.active.svelte-d355fv{background:linear-gradient(135deg,#8f2eff33,#2c004d4d);border-color:var(--primary-color);color:var(--text-primary);transform:translate(5px);box-shadow:0 10px 25px #8f2eff33;font-weight:600}.nav-button.active.svelte-d355fv .nav-icon:where(.svelte-d355fv){transform:scale(1.1)}.nav-icon.svelte-d355fv{font-size:1.2rem;min-width:24px}.institution-content.svelte-d355fv{position:relative;min-height:600px}.institution-details.svelte-d355fv{background:#ffffff0d;padding:3rem 2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);animation:svelte-d355fv-fadeInUp .6s ease-out;min-height:780px;display:flex;flex-direction:column;border-left:4px solid var(--primary-color)}@keyframes svelte-d355fv-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.institution-title.svelte-d355fv{font-family:Sora,sans-serif;font-size:clamp(1.8rem,4vw,2rem);font-weight:700;margin-bottom:1rem;color:var(--text-primary);text-align:center;line-height:1.2;min-height:60px;display:flex;align-items:center;justify-content:center}.institution-subtitle.svelte-d355fv{font-size:clamp(1.1rem,2.5vw,1.15rem);color:var(--text-secondary);opacity:.9;margin-bottom:2rem;text-align:center;font-weight:400;line-height:1.4;min-height:48px;display:flex;align-items:center;justify-content:center}.institution-text.svelte-d355fv{font-size:1.2rem;line-height:1.6;color:var(--text-secondary);opacity:.9;margin-bottom:2rem;min-height:140px;display:flex;flex-direction:column;justify-content:flex-start;flex-grow:1}.institution-text.svelte-d355fv p:where(.svelte-d355fv){margin-bottom:1rem;flex-grow:1}.institution-text.svelte-d355fv p:where(.svelte-d355fv):last-child{margin-bottom:0}.concept-card.svelte-d355fv{padding:2rem 1.5rem;border-radius:20px;text-align:center;border:1px solid rgba(255,255,255,.1);transition:transform var(--transitionTiming),border-color var(--transitionTiming),box-shadow var(--transitionTiming);display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;border-color:#8f2eff80;background:#ffffff14;box-shadow:0 4px 15px #8f2eff26}.concept-card.svelte-d355fv:hover,.concept-card.warning.svelte-d355fv:hover,.concept-card.success.svelte-d355fv:hover{transform:translateY(-3px);box-shadow:0 8px 20px #8f2eff4d;border-color:#8f2effcc}.concept-card.warning.svelte-d355fv,.concept-card.success.svelte-d355fv{border-color:#8f2eff80;background:#ffffff14;box-shadow:0 4px 15px #8f2eff26}.concept-card.svelte-d355fv h3:where(.svelte-d355fv){font-family:Sora,sans-serif;font-size:clamp(1.5rem,3vw,1.7rem);margin-bottom:1rem;color:var(--text-primary);font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis}.concept-card.svelte-d355fv p:where(.svelte-d355fv){color:var(--text-secondary);font-size:clamp(1.1rem,2.5vw,1.15rem);font-weight:400;line-height:1.4;opacity:.9;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.institution-features.svelte-d355fv{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:auto;flex-shrink:0;width:100%;align-items:stretch;grid-template-rows:1fr}.feature-card.svelte-d355fv{padding:1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:transform var(--transitionTiming),border-color var(--transitionTiming),box-shadow var(--transitionTiming);display:flex;flex-direction:column;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;border-color:#8f2eff66;background:#ffffff0f;box-shadow:0 4px 15px #8f2eff1a}.feature-card.svelte-d355fv:hover,.feature-card.warning.svelte-d355fv:hover,.feature-card.success.svelte-d355fv:hover{border-color:#8f2effb3;transform:translateY(-5px);box-shadow:0 8px 25px #8f2eff40}.feature-card.warning.svelte-d355fv,.feature-card.success.svelte-d355fv{border-color:#8f2eff66;background:#ffffff0f;box-shadow:0 4px 15px #8f2eff1a}.feature-card.svelte-d355fv h4:where(.svelte-d355fv){font-family:Sora,sans-serif;color:var(--text-primary);margin-bottom:.8rem;font-size:clamp(1.05rem,2.5vw,1.2rem);font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.feature-card.svelte-d355fv p:where(.svelte-d355fv){color:var(--text-secondary);font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:400;line-height:1.4;opacity:.9;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;margin-bottom:0}.wealth-content-single.svelte-d355fv{display:flex;justify-content:center;margin-top:2rem}.wealth-main-card.svelte-d355fv{background:#ffffff0d;padding:3rem 2.5rem;border-radius:25px;border:1px solid rgba(255,255,255,.1);border-left:4px solid var(--primary-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;box-shadow:0 10px 30px #8f2eff26}.wealth-card-header.svelte-d355fv{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.wealth-icon.svelte-d355fv{font-size:3rem;margin-bottom:1rem;display:block}.wealth-card-header.svelte-d355fv h3:where(.svelte-d355fv){font-family:Sora,sans-serif;font-size:clamp(1.8rem,4vw,2.2rem);font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.wealth-card-header.svelte-d355fv p:where(.svelte-d355fv){font-size:clamp(1.1rem,2.5vw,1.3rem);color:var(--text-secondary);opacity:.9;margin:0}.wealth-platforms.svelte-d355fv{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem}.platform-card.svelte-d355fv{background:#ffffff08;padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:transform var(--transitionTiming),border-color var(--transitionTiming),box-shadow var(--transitionTiming);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.platform-card.svelte-d355fv:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 15px 35px #8f2eff33}.platform-header.svelte-d355fv{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.platform-icon.svelte-d355fv{font-size:1.5rem;flex-shrink:0}.platform-header.svelte-d355fv h4:where(.svelte-d355fv){font-family:Sora,sans-serif;font-size:clamp(1.3rem,3vw,1.5rem);font-weight:700;color:var(--text-primary);margin:0}.platform-card.svelte-d355fv p:where(.svelte-d355fv){font-size:1.1rem;line-height:1.6;color:var(--text-secondary);opacity:.9;margin-bottom:1.5rem}.platform-features.svelte-d355fv{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag.svelte-d355fv{background:#8f2eff33;color:var(--text-primary);padding:.4rem .8rem;border-radius:15px;font-size:.9rem;font-weight:500;border:1px solid rgba(143,46,255,.3);transition:background-color var(--transitionTiming),border-color var(--transitionTiming)}.feature-tag.svelte-d355fv:hover{background:#8f2eff4d;border-color:var(--primary-color)}.comparativo-section.svelte-d355fv{background:linear-gradient(135deg,#8f2eff26,#2c004d40);position:relative}.comparativo-section.svelte-d355fv:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(143,46,255,.15) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(143,46,255,.1) 0%,transparent 50%);pointer-events:none}.section-title.svelte-d355fv{font-family:Sora,sans-serif;font-size:clamp(2.5rem,5vw,2.8rem);font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.comparison-table-container.svelte-d355fv{overflow-x:auto;margin-top:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1)}.comparison-table.svelte-d355fv{width:100%;border-collapse:collapse;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.comparison-table.svelte-d355fv th:where(.svelte-d355fv),.comparison-table.svelte-d355fv td:where(.svelte-d355fv){padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1);font-size:1.1rem}.comparison-table.svelte-d355fv th:where(.svelte-d355fv){background:#ffffff1a;font-family:Sora,sans-serif;font-weight:700;color:var(--text-primary);font-size:clamp(1.1rem,2.5vw,1.2rem)}.comparison-table.svelte-d355fv td:where(.svelte-d355fv){color:var(--text-secondary);font-weight:400;opacity:.9}.comparison-table.svelte-d355fv td:where(.svelte-d355fv):first-child{color:var(--text-primary);font-weight:600;font-family:Sora,sans-serif}.comparison-table.svelte-d355fv td:where(.svelte-d355fv):has(.symbol-check:where(.svelte-d355fv)),.comparison-table.svelte-d355fv td:where(.svelte-d355fv):has(.symbol-cross:where(.svelte-d355fv)){text-align:center}.comparison-table.svelte-d355fv .symbol-check:where(.svelte-d355fv){color:#22c55e;font-weight:600;font-size:1.2rem}.comparison-table.svelte-d355fv .symbol-cross:where(.svelte-d355fv){color:#ef4444;font-weight:600;font-size:1.2rem}.assessoria-col.svelte-d355fv{background:#8f2eff1a}.gestora-col.svelte-d355fv{background:#2c004d26}.taxas-section.svelte-d355fv{background:#ffffff08;padding:3rem 2.5rem;border-radius:25px;border:1px solid rgba(255,255,255,.1);margin-bottom:4rem;position:relative;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.taxas-title.svelte-d355fv{font-family:Sora,sans-serif;font-size:clamp(1.8rem,4vw,2rem);font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.taxas-description.svelte-d355fv{font-size:1.2rem;line-height:1.6;color:var(--text-secondary);opacity:.9;margin-bottom:2rem}.taxas-subtitle.svelte-d355fv{font-size:clamp(1.1rem,2.5vw,1.2rem);font-weight:400;color:var(--text-primary);opacity:.9;margin-bottom:2rem}.modelos-remuneracao.svelte-d355fv{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.modelo-card.svelte-d355fv{background:#ffffff0d;padding:1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:transform var(--transitionTiming),border-color var(--transitionTiming),box-shadow var(--transitionTiming)}.modelo-card.svelte-d355fv:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 25px #8f2eff26}.modelo-card.svelte-d355fv h4:where(.svelte-d355fv){font-family:Sora,sans-serif;font-size:clamp(1.2rem,3vw,1.3rem);font-weight:700;margin-bottom:.5rem;color:var(--primary-color)}.modelo-card.svelte-d355fv p:where(.svelte-d355fv){font-size:1.1rem;line-height:1.5;color:var(--text-secondary);opacity:.9;margin:0}.taxas-note.svelte-d355fv{font-size:clamp(.9rem,2vw,1rem);color:#fffc;font-style:italic;font-weight:400;text-align:center;padding:1rem;background:#8f2eff1a;border-radius:10px;margin:0;opacity:.9}.cta-button-container.svelte-d355fv{display:flex;justify-content:center;margin-top:2rem}.cta-button.svelte-d355fv{background:linear-gradient(135deg,#8f2eff,#4a00ff);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:transform var(--transitionTiming),box-shadow var(--transitionTiming);font-family:Sora,sans-serif;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #8f2eff4d}.cta-button.svelte-d355fv:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8f2eff66;background:linear-gradient(135deg,#9a3eff,#5a10ff)}.rebate-highlight.svelte-d355fv{background:linear-gradient(135deg,#8f2eff,#2c004d);border-radius:20px;padding:2rem;margin:2rem 0;display:flex;align-items:center;gap:1.5rem;box-shadow:0 8px 32px #8f2eff4d;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.rebate-highlight.svelte-d355fv:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);pointer-events:none}.rebate-icon.svelte-d355fv{font-size:3rem;min-width:60px;text-align:center;filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}.rebate-content.svelte-d355fv{flex:1;z-index:1}.rebate-title.svelte-d355fv{font-family:Sora,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.8rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.rebate-text.svelte-d355fv{font-size:1rem;line-height:1.6;color:#fffffff2;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.rebate-benefit.svelte-d355fv{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.benefit-icon.svelte-d355fv{font-size:1.1rem;color:#fff}.benefit-icon.symbol-check.svelte-d355fv{color:#22c55e;font-weight:600}.benefit-text.svelte-d355fv{font-size:.9rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.benchmark-section.svelte-d355fv{background:#ffffff08;padding:3rem 2.5rem;border-radius:25px;border:1px solid rgba(255,255,255,.1);margin-bottom:4rem;position:relative;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.benchmark-title.svelte-d355fv{font-family:Sora,sans-serif;font-size:clamp(1.8rem,4vw,2rem);font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.benchmark-description.svelte-d355fv{font-size:1.2rem;line-height:1.6;color:var(--text-secondary);opacity:.9;margin-bottom:2rem}.benchmark-subtitle.svelte-d355fv{font-size:clamp(1.1rem,2.5vw,1.2rem);font-weight:400;color:var(--text-primary);opacity:.9;margin-bottom:2rem}.benchmark-grid.svelte-d355fv{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.benchmark-card.svelte-d355fv{background:#ffffff0d;padding:1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:transform var(--transitionTiming),border-color var(--transitionTiming),box-shadow var(--transitionTiming)}.benchmark-card.svelte-d355fv:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 25px #8f2eff26}.benchmark-card.svelte-d355fv h4:where(.svelte-d355fv){font-family:Sora,sans-serif;font-size:clamp(1.2rem,3vw,1.3rem);font-weight:700;margin-bottom:.5rem;color:var(--primary-color)}.benchmark-card.svelte-d355fv p:where(.svelte-d355fv){font-size:1.1rem;line-height:1.5;color:var(--text-secondary);opacity:.9}.benchmark-note.svelte-d355fv{font-size:clamp(.9rem,2vw,1rem);color:#fffc;font-style:italic;font-weight:400;text-align:center;padding:1rem;background:#8f2eff1a;border-radius:10px;margin:0;opacity:.9}.tabela-comissionamentos.svelte-d355fv{position:relative;z-index:1}.tabela-title.svelte-d355fv{font-family:Sora,sans-serif;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin-bottom:1rem;color:var(--text-primary);text-align:center;scroll-margin-top:100px}.period-switch-container.svelte-d355fv{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.period-selector.svelte-d355fv{text-align:center}.period-selector.svelte-d355fv:hover,.period-selector.active.svelte-d355fv{transform:translateY(-5px)}.tabela-container.svelte-d355fv{overflow-x:auto;border-radius:15px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.comissionamentos-table.svelte-d355fv{width:100%;border-collapse:collapse;font-size:1rem}.comissionamentos-table.svelte-d355fv th:where(.svelte-d355fv),.comissionamentos-table.svelte-d355fv td:where(.svelte-d355fv){padding:1.2rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.comissionamentos-table.svelte-d355fv th:where(.svelte-d355fv){background:#8f2eff33;font-family:Sora,sans-serif;font-weight:700;color:var(--text-primary);font-size:clamp(1rem,2.5vw,1.1rem)}.comissionamentos-table.svelte-d355fv td:where(.svelte-d355fv){color:var(--text-secondary);font-size:clamp(.9rem,2.5vw,1rem);font-weight:400;opacity:.9}.comissionamentos-table.svelte-d355fv td:where(.svelte-d355fv):first-child{color:var(--text-primary);font-weight:600;font-family:Sora,sans-serif;text-align:left}.comissionamentos-table.svelte-d355fv td:where(.svelte-d355fv):not(:first-child){text-align:center}.comissionamentos-table.svelte-d355fv th:where(.svelte-d355fv):not(:first-child){text-align:center}.comissionamentos-table.svelte-d355fv tbody:where(.svelte-d355fv) tr:where(.svelte-d355fv):hover{background:#8f2eff0d}.comissionamentos-table.svelte-d355fv tbody:where(.svelte-d355fv) tr:where(.svelte-d355fv):last-child td:where(.svelte-d355fv){border-bottom:none}.table-footer.svelte-d355fv{text-align:left;font-size:.8rem;color:#ffffffb3;font-style:italic;margin-top:.5rem;margin-left:.3rem;padding-left: 0.5rem}.cta-section.svelte-d355fv{background:#0a0a0a;text-align:center;position:relative;min-height:0px;height:auto}.cta-section.svelte-d355fv:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,rgba(143,46,255,.1),transparent 70%);pointer-events:none}.cta-content.svelte-d355fv h2:where(.svelte-d355fv){font-family:Sora,sans-serif;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin-bottom:1rem;color:#fff}.cta-content.svelte-d355fv p:where(.svelte-d355fv){font-size:clamp(1.1rem,3vw,1.2rem);font-weight:400;margin-bottom:2rem;color:#ffffffe6;margin-left:auto;margin-right:auto;opacity:.9}.cta-buttons.svelte-d355fv{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button.svelte-d355fv{padding:1rem 2rem;border:none;border-radius:50px;font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;cursor:pointer;transition:background var(--transitionTiming),color var(--transitionTiming),box-shadow var(--transitionTiming),transform var(--transitionTiming);text-decoration:none;display:inline-block;min-width:200px;font-family:inherit}.cta-button.primary.svelte-d355fv{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:0 10px 30px #8f2eff4d}.cta-button.primary.svelte-d355fv:hover{transform:translateY(-3px);box-shadow:0 15px 40px #8f2eff66}.cta-button.secondary.svelte-d355fv{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.cta-button.secondary.svelte-d355fv:hover{background:var(--primary-color);color:#fff;transform:translateY(-3px)}.footer.svelte-d355fv{background:var(--background-dark);padding:3rem 0 2rem;border-top:1px solid rgba(255,255,255,.1);position:relative;margin-top:2rem}.footer.svelte-d355fv:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary-color),var(--primary-color),transparent)}.footer-content.svelte-d355fv{text-align:center}.footer-logo-img.svelte-d355fv{height:60px;width:auto;margin-bottom:1rem;opacity:.9;transition:transform var(--transitionTiming),filter var(--transitionTiming);filter:brightness(.9)}.footer-logo-img.svelte-d355fv:hover{filter:brightness(1);transform:scale(1.05)}.footer-copyright.svelte-d355fv{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fffc;font-size:clamp(.85rem,2vw,.95rem);font-weight:400;line-height:1.6}.footer-legal.svelte-d355fv{margin-top:.5rem;font-size:clamp(.75rem,1.5vw,.85rem);font-weight:400;color:#fff9}@media (max-width: 768px){.feature-card.svelte-d355fv h4:where(.svelte-d355fv){white-space:normal;line-height:1.3}.feature-card.svelte-d355fv p:where(.svelte-d355fv){-webkit-line-clamp:4;line-clamp:4}.nav-menu.svelte-d355fv{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:linear-gradient(135deg,#000000f2,#2c004de6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:left .3s ease;z-index:999}.nav-menu.active.svelte-d355fv{left:0}.nav-toggle.svelte-d355fv{display:flex}.hero-title.svelte-d355fv{font-size:2.5rem}.section.svelte-d355fv{padding:60px 0}.institutions-layout.svelte-d355fv{grid-template-columns:1fr;gap:3rem}.institutions-nav.svelte-d355fv{position:static;order:1}.institutions-nav-title.svelte-d355fv{font-size:1.5rem;margin-bottom:1rem;text-align:center}.nav-progress.svelte-d355fv{margin-bottom:1.5rem;justify-content:center}.nav-buttons.svelte-d355fv{flex-direction:row;gap:.5rem;padding-bottom:1rem}.nav-button.svelte-d355fv{flex:1;min-width:140px;padding:1rem .8rem;text-align:center;flex-direction:column;gap:.5rem;font-size:1rem}.institution-content.svelte-d355fv{order:2;min-height:auto}.institution-details.svelte-d355fv{padding:2rem 1.5rem;min-height:600px}.institution-features.svelte-d355fv{grid-template-columns:1fr;gap:1rem;margin-top:2rem;grid-template-rows:none}.passo-section.wealth-section.svelte-d355fv .container:where(.svelte-d355fv){width:95%!important;padding:0 20px!important}.wealth-main-card.svelte-d355fv{padding:2rem 1.5rem}.wealth-platforms.svelte-d355fv{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.platform-card.svelte-d355fv{padding:1.5rem}.platform-header.svelte-d355fv{gap:.8rem}.platform-header.svelte-d355fv h4:where(.svelte-d355fv){font-size:1.2rem}.platform-card.svelte-d355fv p:where(.svelte-d355fv){font-size:1rem}.wealth-section.svelte-d355fv .passo-header:where(.svelte-d355fv){width:100%}.wealth-section.svelte-d355fv .passo-info:where(.svelte-d355fv){width:100%}.passo-section.instituicoes-section.svelte-d355fv .container:where(.svelte-d355fv){width:95%!important;padding:0 20px!important}.instituicoes-section.svelte-d355fv .passo-header:where(.svelte-d355fv){width:100%}.instituicoes-section.svelte-d355fv .passo-info:where(.svelte-d355fv){width:100%}.comparativo-section.svelte-d355fv .container:where(.svelte-d355fv){width:95%!important;padding:0 20px!important}.comparison-table.svelte-d355fv th:where(.svelte-d355fv),.comparison-table.svelte-d355fv td:where(.svelte-d355fv){padding:.75rem;font-size:1rem}.passo-header.svelte-d355fv{flex-direction:column;gap:2rem;text-align:center}.passo-numero.svelte-d355fv{width:60px;height:60px;font-size:1.5rem;margin:0 auto}.taxas-section.svelte-d355fv{padding:2rem 1.5rem}.modelos-remuneracao.svelte-d355fv{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.benchmark-grid.svelte-d355fv{grid-template-columns:1fr;gap:1rem}.cta-buttons.svelte-d355fv{flex-direction:column;align-items:center}.cta-button.svelte-d355fv{width:100%}.nav-progress.svelte-d355fv{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.feature-card.svelte-d355fv{padding:1.2rem}.feature-card.svelte-d355fv h4:where(.svelte-d355fv){font-size:1rem;margin-bottom:.6rem;white-space:normal;line-height:1.3}.feature-card.svelte-d355fv p:where(.svelte-d355fv){font-size:.9rem;line-height:1.3;-webkit-line-clamp:4;line-clamp:4}.hero-title.svelte-d355fv{font-size:2rem}.section-title.svelte-d355fv{font-size:1.8rem}.institutions-layout.svelte-d355fv{gap:2rem}.nav-buttons.svelte-d355fv{flex-direction:column;gap:.8rem}.nav-button.svelte-d355fv{padding:1rem .8rem;flex-direction:row;gap:.8rem}.institution-details.svelte-d355fv{padding:1.5rem 1rem;min-height:550px}.wealth-section.svelte-d355fv .container:where(.svelte-d355fv){width:98%;padding:0 10px}.wealth-main-card.svelte-d355fv{padding:1.5rem 1rem}.wealth-card-header.svelte-d355fv{margin-bottom:2rem;padding-bottom:1.5rem}.wealth-icon.svelte-d355fv{font-size:2.5rem}.wealth-card-header.svelte-d355fv h3:where(.svelte-d355fv){font-size:1.4rem}.wealth-card-header.svelte-d355fv p:where(.svelte-d355fv){font-size:1rem}.platform-card.svelte-d355fv{padding:1.2rem}.platform-header.svelte-d355fv h4:where(.svelte-d355fv){font-size:1.1rem}.platform-card.svelte-d355fv p:where(.svelte-d355fv){font-size:.9rem;line-height:1.5}.feature-tag.svelte-d355fv{font-size:.8rem;padding:.3rem .6rem}.wealth-section.svelte-d355fv .passo-header:where(.svelte-d355fv){width:100%}.wealth-section.svelte-d355fv .passo-info:where(.svelte-d355fv){width:100%}.instituicoes-section.svelte-d355fv .container:where(.svelte-d355fv){width:98%;padding:0 10px}.instituicoes-section.svelte-d355fv .passo-header:where(.svelte-d355fv){width:100%}.instituicoes-section.svelte-d355fv .passo-info:where(.svelte-d355fv){width:100%}.institution-title.svelte-d355fv{font-size:1.3rem;min-height:36px}.institution-subtitle.svelte-d355fv{font-size:.9rem;min-height:32px}.institution-text.svelte-d355fv{font-size:.85rem;min-height:110px}.comparison-table.svelte-d355fv th:where(.svelte-d355fv),.comparison-table.svelte-d355fv td:where(.svelte-d355fv){padding:.5rem;font-size:.95rem}.passo-section.svelte-d355fv{padding:60px 0}.passo-numero.svelte-d355fv{width:50px;height:50px;font-size:1.2rem}.taxas-section.svelte-d355fv{padding:1.5rem 1rem}.taxas-title.svelte-d355fv{font-size:1.5rem;margin-bottom:.8rem}.taxas-description.svelte-d355fv{font-size:1rem;margin-bottom:1.5rem}.taxas-subtitle.svelte-d355fv{font-size:.95rem;margin-bottom:1.5rem}.modelo-card.svelte-d355fv{padding:1.2rem}.modelo-card.svelte-d355fv h4:where(.svelte-d355fv){font-size:1.1rem;margin-bottom:.4rem}.modelo-card.svelte-d355fv p:where(.svelte-d355fv){font-size:.9rem;line-height:1.4}.taxas-note.svelte-d355fv{font-size:.8rem;padding:.8rem}.cta-button.svelte-d355fv{padding:.8rem 1.5rem;font-size:.9rem;font-weight:600}.rebate-highlight.svelte-d355fv{flex-direction:column;text-align:center;padding:1.5rem;margin:1.5rem 0;gap:1rem}.rebate-icon.svelte-d355fv{font-size:2.5rem;min-width:auto}.rebate-title.svelte-d355fv{font-size:1.2rem;margin-bottom:.6rem}.rebate-text.svelte-d355fv{font-size:.9rem;line-height:1.5;margin-bottom:.8rem}.rebate-benefit.svelte-d355fv{justify-content:center;padding:.4rem .8rem}.benefit-text.svelte-d355fv{font-size:.8rem}.benefit-icon.symbol-check.svelte-d355fv{color:#22c55e;font-weight:600}.comissionamentos-table.svelte-d355fv th:where(.svelte-d355fv),.comissionamentos-table.svelte-d355fv td:where(.svelte-d355fv){padding:.75rem .5rem;font-size:.85rem}.comissionamentos-table.svelte-d355fv td:where(.svelte-d355fv):not(:first-child){text-align:center}.comissionamentos-table.svelte-d355fv th:where(.svelte-d355fv):not(:first-child){text-align:center}.institution-details.svelte-d355fv .feature-card:where(.svelte-d355fv),.cta-section.svelte-d355fv{min-height:0px;height:auto}}.nav-toggle.active.svelte-d355fv span:where(.svelte-d355fv):nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active.svelte-d355fv span:where(.svelte-d355fv):nth-child(2){opacity:0}.nav-toggle.active.svelte-d355fv span:where(.svelte-d355fv):nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero-video.svelte-d355fv{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:0;filter:brightness(.06) opacity(.7) blur(4px);will-change:auto;backface-visibility:hidden;-webkit-transform:translate(-50%,-50%);-webkit-backface-visibility:hidden;transform:translate3d(-50%,-50%,0);touch-action:manipulation;-webkit-media-controls:none!important;-webkit-media-controls-panel:none!important;-webkit-media-controls-play-button:none!important;-webkit-media-controls-start-playback-button:none!important;-moz-media-controls:none!important;-o-media-controls:none!important;-ms-media-controls:none!important}
