:root{--gray100: #f4f4f5;--gray300: #EFEFEF;--gray500: #f7fafc;--gray900: #282828;--gray800: #1A202C;--gray999: #0C0C0C;--orange500: #F3BC64;--orange700: #F7A31E;--orange800: #F6A21E;--orange900: #ED651D;--blue900: #04557D}@media print{.no-print{display:none!important}}html,body{margin:0;padding:0;background-color:#0d0d0d;font-family:sans-serif;list-style-position:inside}body button{cursor:pointer}::-webkit-scrollbar{width:2px;height:2px}::-webkit-scrollbar-track{background-color:#000}::-webkit-scrollbar-thumb{background-color:#f7a31e;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#fcb23b}.header-select{cursor:pointer;padding:.5rem;border-radius:8px;background-color:var(--gray900);color:var(--gray100);border:1px solid var(--orange700)}#toast-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:10px;align-items:center}#toast-container *{min-width:250px;max-width:300px;padding:12px 16px;border-radius:8px;color:#fff;font-family:sans-serif;box-shadow:0 2px 10px #0000001a;animation:slideIn .3s ease forwards,fadeOut .5s ease 3.5s forwards;opacity:0;text-align:center;background-color:#e53e3e}@keyframes slideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{to{opacity:0;transform:translateY(100%)}}.third-button{display:flex;align-items:center;justify-content:center;height:1.5rem;padding:1.4rem 1.8rem;font-weight:700;font-size:1rem;border-radius:13px;border-color:transparent;transition:all .3s ease}.third-button:hover{border-bottom-left-radius:0;border-top-right-radius:0}.third-button-yellow{background-color:var(--orange700);color:var(--gray999)}.third-button-yellow:hover{background-color:var(--orange500)}.third-button-white{background-color:var(--gray100);color:var(--gray900)}.third-button-white:hover{background-color:var(--gray999);color:var(--gray100)}.landing-header{background-color:var(--gray999);display:flex;gap:1rem;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0rem 3rem;height:4rem;position:fixed;top:0;z-index:10;width:100%}@media (max-width: 768px){.landing-header{padding:1rem}}@media (min-width: 1400px){.landing-header{padding:0px calc((100% - 1400px)/2)}}.landing-headerlogo{width:13rem;height:3.4rem;background-image:url(/assets/logo-white-C5OkldGe.svg);background-size:cover;background-position:center}@media (max-width: 768px){.landing-headerlogo{background-image:url(/assets/SimbolLogo-BoiA2YzA.svg);width:2rem;height:2rem;margin-left:1.5rem}}.landing-header-buttons{display:flex;gap:1rem}.underlined-text{font-weight:700;color:var(--orange800);text-decoration:underline}.landing-page-content{display:flex;flex-direction:column;align-items:center;padding:3rem;gap:2rem}@media (min-width: 1400px){.landing-page-content{padding:5rem calc((100% - 1400px)/2)}}.gray-title{font-weight:700;color:var(--gray800);line-height:120%;font-size:2.7rem;width:100%}@media (max-width: 768px){.gray-title{font-size:2rem;text-align:center}}.gray-description{color:var(--gray800);font-size:1.3rem;line-height:150%}.blue-description{color:var(--blue900);font-size:1.3rem;line-height:150%}.orange-subtitle{color:var(--orange900);font-size:1rem;font-weight:700}.orange-title{font-weight:600;font-size:24px;line-height:30px;color:#f6a21e}.title{color:var(--gray100);font-size:35px}@media (max-width: 768px){.title{font-size:30px}}.flex-content{display:flex;flex-direction:row;background-color:var(--gray500);padding:5rem 3rem;gap:2rem}@media (max-width: 768px){.flex-content{padding:3rem 2rem;flex-direction:column;align-items:center}}@media (min-width: 1400px){.flex-content{padding:5rem calc((100% - 1400px)/2)}}.section-monitor-image{align-items:center;justify-content:center;display:flex;gap:3.5rem;flex-direction:row;align-items:start;padding:5rem 3rem;background-color:var(--orange700)}@media (max-width: 768px){.section-monitor-image{padding:2rem;flex-direction:column-reverse;text-align:center}}@media (min-width: 1400px){.section-monitor-image{padding:5rem calc((100% - 1400px)/2)}}.section-monitor-image div{display:flex;flex-direction:column;align-items:start;justify-content:center}.section-monitor-image-content{width:57%}@media (max-width: 768px){.section-monitor-image-content{width:100%}}.section-monitor-image img{width:43%;height:auto}@media (max-width: 768px){.section-monitor-image img{width:100%}}.white-subtitle{color:var(--gray100);font-size:1rem;font-weight:700;margin:auto;width:100%}dialog{background-color:transparent;border:none;width:37.5rem;overflow:hidden}.dialog-div-content{background-color:#282828;padding:2rem;border-radius:10px;max-height:80vh;overflow-y:auto;color:var(--gray100)}.dialog-close-button{position:absolute;top:1.88rem;right:2.5rem;background:transparent;border-color:transparent;border-radius:5px;color:#fff;font-size:1.2rem;cursor:pointer;padding:.2rem;transition:border-color .3s}dialog header{display:flex;width:100%;justify-content:end}.meet-blackbots{margin-top:4rem;background-color:var(--orange700)}.card-trade-ideias{background-image:url(/assets/cardTradeIdeia-Cv7xmVRo.png);background-position:center top;background-size:cover;color:var(--gray100);border-radius:30px;padding:3rem 42rem 3rem 3rem;margin-top:2rem}@media (max-width: 768px){.card-trade-ideias{padding-right:2rem}}.card-trade-ideias-button-i-want{padding:.7rem;font-size:1.3rem;font-weight:350;background:linear-gradient(to right,#42F61E,var(--orange900));border-radius:5px;border:none;transition:box-shadow .3s}.card-trade-ideias-button-i-want:hover{box-shadow:0 0 30px #42f61e80,0 0 32px 0 var(--orange900)}.card-trade-ideas-how-it-work{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;color:var(--gray100);text-decoration:underline;font-size:1rem;gap:.4rem}.flex-row{display:flex;gap:1rem}.flex-row-padding{display:flex;gap:.5rem;padding-left:1rem}.flex-row-padding svg{color:#348359}.what-is-trade-ideias{display:flex;color:var(--gray100)}@media (max-width: 768px){.what-is-trade-ideias{flex-direction:column-reverse}}.what-is-trade-ideias img{max-width:50%;opacity:.8;mix-blend-mode:screen}@media (max-width: 768px){.what-is-trade-ideias img{max-width:100%}}.what-is-trade-ideias div{margin-top:5rem}@media (max-width: 768px){.what-is-trade-ideias div{margin-top:0rem}}.italic-text{margin:2rem 0rem;font-size:1.5rem;font-style:italic}.orange-text{color:var(--orange800)}.how-it-works{color:var(--gray100);width:100%;display:flex;flex-direction:column;align-items:center}.how-it-works-step-box{color:var(--gray900);background:linear-gradient(180deg,var(--orange800),var(--orange900));border-radius:7.5px;width:50px;height:50px;display:flex;justify-content:center;align-items:center}.how-it-works-steps{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:2rem}@media (max-width: 768px){.how-it-works-steps{flex-direction:column;align-items:center}}.how-it-works-step{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.how-it-works-step img{width:100%;height:100%}.informations-holograms-vertical{height:300px;border-radius:15px;padding:0px 12rem 0rem .5rem}.informations-holograms-horizontal{width:50%;height:614px;padding:0px .5rem;border-radius:15px}@media (max-width: 768px){.informations-holograms-horizontal{width:100%}}.informations-holograms-horizontal-container{display:flex;gap:1rem;width:60%}@media (max-width: 768px){.informations-holograms-horizontal-container{flex-direction:column;width:100%}}.informations-holograms-vertical-container{display:flex;flex-direction:column;gap:1rem;width:40%}@media (max-width: 768px){.informations-holograms-vertical-container{width:100%}}.informations-holograms-top{display:flex;gap:1rem}@media (max-width: 768px){.informations-holograms-top{flex-direction:column}}.informations-holograms-bottom{width:100%;height:215px;padding:0 .5rem;border-radius:15px}.informations-holograms-description{font-weight:300;font-size:16px;line-height:23.3px;color:#bfbfbf}.support{display:flex;flex-direction:column}.support-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background-color:#4a4a4a;color:#fff;font-weight:700;text-transform:uppercase;font-size:1rem;border:none;border-radius:10px;border-bottom:4px solid var(--orange700);transition:all .3s ease}.support-button:hover{background-color:#6a6a6a}.time-is-money{background-color:var(--gray300);padding:5rem 3rem}@media (min-width: 1400px){.time-is-money{padding:5rem calc((100% - 1400px)/2)}}.time-is-money-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 6rem;border-radius:1.6rem;background-color:var(--gray900)}@media (max-width:768px){.time-is-money-container{padding:3rem 1.5rem}}.time-is-money-title{color:var(--gray100);font-weight:700;font-size:3rem;text-align:center}.time-is-money-description{font-size:1.3rem;color:var(--gray100);text-align:center}.easy-and-practical-content{width:50%}@media (max-width: 768px){.easy-and-practical-content{width:auto}}.stepper{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4rem;width:50%;padding:2rem;margin:auto}@media (max-width: 768px){.stepper{width:auto}}.step{display:flex;align-items:flex-start;position:relative}.step-icon{font-size:2rem;color:#222;margin-right:1.5rem;border-radius:100%;transition:transform .5s ease,background-color .9s;width:2rem;height:2rem;padding:.2rem;text-align:center}.step-icon.active{background-color:var(--orange700);color:var(--gray100)}.step-icon.rotate{transform:rotate(20deg) scale(1.2)}.step-icon:hover{transform:rotate(20deg)}.step-content{max-width:33rem}.step-content h3{font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.step-content p{margin:0;font-size:.95rem;color:#444}.step-separator{position:absolute;left:.95rem;top:3.2rem;height:3rem;width:4px;background-color:#eee;border-radius:2px;transition:background-color .9s;transform-origin:top}.step-separator.active{background-color:var(--orange700)}.cloud-plataform{background-color:var(--gray300)}.cloud-plataform div{display:flex;flex-direction:column;align-items:start;justify-content:center}@media (max-width: 768px){.cloud-plataform div{width:100%}}.cloud-plataform img{width:43%;height:auto}@media (max-width: 768px){.cloud-plataform img{width:100%}}.more-security{background-color:var(--gray300);display:flex;flex-direction:column;align-items:center;padding:5rem 3rem}@media (min-width: 1400px){.more-security{padding:5rem calc((100% - 1400px)/2)}}.more-security-content{padding:0rem 13rem;text-align:center}@media (max-width: 768px){.more-security-content{padding:0rem}}.more-security-cards{display:flex;gap:2rem;width:100%}@media (max-width: 768px){.more-security-cards{flex-direction:column}}.more-security-card{display:flex;flex-direction:column;align-items:center;background-color:#f7fafc;border-radius:16px;padding:2rem;max-width:26rem}@media (max-width: 768px){.more-security-card{max-width:100%}}.more-security-card h3{font-weight:700;color:var(--gray800);line-height:120%;font-size:2rem;max-width:26rem}.more-security-card p{font-size:1.3rem}.faq-list{max-width:800px;margin:40px auto;font-family:Arial,sans-serif;width:50%}@media (max-width:768px){.faq-list{width:100%}}.faq-item{border-top:1px solid #aaa}.faq-item:last-child{border-bottom:1px solid #aaa}.faq-question{background-color:#f4f7fb;border:none;width:100%;text-align:left;padding:16px;font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question:hover{background-color:#e0e6f0}.faq-answer{padding:16px;background-color:#fff;color:#333;font-size:15px;line-height:1.5}.arrow{border:solid #333;border-width:0 2px 2px 0;padding:5px;margin-left:10px;transform:rotate(45deg);transition:transform .3s ease}.arrow.down{transform:rotate(45deg)}.arrow.up{transform:rotate(-135deg)}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:5rem 3rem;background-color:var(--gray999);color:var(--gray100)}@media (min-width: 1400px){footer{padding:5rem calc((100% - 1400px)/2)}}footer a,footer p,footer h1,footer button{color:var(--gray100);font-size:.9rem;border:none;background-color:transparent}footer img{width:3.5rem}footer hr{width:90%;height:2px;background-color:#e5e5e5;border:none;border-radius:10px;margin-top:4rem}footer button,footer a{text-decoration:underline;transition:color .2s}footer button:hover,footer a:hover{color:var(--orange900)}.footer-dialog{text-align:left;overflow-y:auto;max-height:65vh;margin:.5rem -2rem;padding:0rem 2rem}.footer-dialog-header{width:100%;justify-content:start}.footer-dialog li p{padding-left:20px}.footer-dialog h2{display:inline;margin-bottom:0;font-size:medium}.footer-dialog{counter-reset:item;padding-left:20px;list-style-type:none}.footer-dialog>li{counter-increment:item;display:block}.footer-dialog>li:before{content:counter(item) ". ";font-weight:700}.footer-dialog>li>ol{counter-reset:subitem;padding-left:20px}.footer-dialog>li>ol>li{counter-increment:subitem;display:block;padding-bottom:20px}.footer-dialog>li>ol>li:before{content:counter(item) "." counter(subitem) ". ";font-weight:medium}.influencer-header{background-color:var(--gray999);display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0rem 3rem;height:4rem;position:fixed;top:0;z-index:10;width:100%}@media (max-width: 768px){.influencer-header{padding:1rem}}@media (min-width: 1400px){.influencer-header{padding:0px calc((100% - 1400px)/2)}}.influencer-headerlogo{width:13rem;height:3.4rem;background-image:url(/assets/logo-white-C5OkldGe.svg);background-size:cover;background-position:center}@media (max-width: 768px){.influencer-headerlogo{background-image:url(/assets/SimbolLogo-BoiA2YzA.svg);width:2rem;height:2rem;margin-left:1.5rem}}.title-orange{font-size:2rem;color:var(--orange700)}.divider{display:flex;align-items:center;justify-content:center;width:100%;margin:.5rem 0rem}.divider img{width:7rem}.animated-list{display:flex;flex-direction:column;gap:1rem;width:100%}.animated-list-content{display:flex;align-items:center;gap:.5rem;width:100%}.animated-list-content svg{color:var(--gray100);padding:1px;border-radius:100%;transition:all .5s;width:1.3rem;height:1.3rem}.animated-list-content.rotate svg{transform:rotate(-30deg) scale(1.2)}.animated-list-content.active svg{background-color:#38a169}.form-section{display:flex;flex-direction:column;align-items:center;background-image:url(/assets/background-Hz_7lnOa.png);background-size:cover;background-position:center;padding:5rem 3rem}@media (max-width: 768px){.form-section{padding:5rem 1rem}}@media (min-width: 1400px){.form-section{padding:5rem calc((100% - 1400px)/2)}}.form-section img{width:30rem}@media (max-width: 768px){.form-section img{width:100%}}.form-section-content{display:flex;gap:1rem;justify-content:center;align-items:center;justify-content:space-between;color:var(--gray100)}@media (max-width: 768px){.form-section-content{flex-direction:column}}.form-section-content-texts{width:50%}@media (max-width: 768px){.form-section-content-texts{width:100%}}.form-section-content p{font-size:1.5rem}.form-section-content form{width:50%;display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.form-section-content form{width:100%}}.form{width:100%;display:flex;margin-top:2rem;flex-direction:column;gap:2rem}.form-section-content-input{background-color:#00000050;border:2px solid var(--orange700);border-radius:5px;height:3rem;padding-left:.5rem;color:var(--gray100)}.influencer-content{color:#fff;background-color:var(--gray900);padding:5rem 3rem}@media (max-width: 768px){.influencer-content{padding:5rem 1rem}}@media (min-width: 1400px){.influencer-content{padding:5rem calc((100% - 1400px)/2)}}.influencer-content h1{font-size:2.2rem;padding:0rem 21%;text-align:center}@media (max-width: 768px){.influencer-content h1{padding:0rem}}.influencer-content p{font-weight:40rem;font-size:1.2rem}.flex-itens{display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.flex-itens{flex-direction:column}}.flex-itens img{width:40%}@media (max-width: 768px){.flex-itens img{width:100%}}.partners-broker{padding:2rem 30%}@media (max-width: 768px){.partners-broker{padding:0rem}}:root{--primary-color: #ff9900;--bg-color: #000000;--card-bg: #121212;--text-main: #ffffff;--text-muted: #a0a0a0;--border-color: #333}.broker-container{background:radial-gradient(circle at center,#ff990026,#000 70%),var(--bg-color);color:var(--text-main);min-height:100vh;padding:40px 20px;font-family:Inter,sans-serif;background-attachment:fixed}.broker-header{text-align:center;margin-bottom:50px}.broker-name-logo{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.title{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:10px}.subtitle{color:var(--text-muted);max-width:600px;margin:0 auto}.broker-logo{width:60px;height:60px;border-radius:100%}.broker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;max-width:1200px;margin:0 auto}.broker-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:30px;position:relative;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,border-color .3s ease}.broker-card:hover{transform:translateY(-5px);border-color:var(--primary-color)}.broker-name{font-size:1.8rem;margin-bottom:5px}.hq-text{color:var(--text-muted);font-size:.9rem;margin-bottom:15px}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tag{background:#222;font-size:.7rem;padding:4px 10px;border-radius:4px;color:var(--text-muted);border:1px solid #333}.pix-status{display:flex;align-items:center;font-size:.85rem;color:#4caf50;margin-bottom:20px}.dot{height:8px;width:8px;background-color:#4caf50;border-radius:50%;display:inline-block;margin-right:8px}.links{display:inline-flex;align-items:center;color:#4da6ff;text-decoration:none;font-size:.8rem;margin-top:10px;margin-bottom:5px;transition:all .2s ease;border-bottom:1px solid transparent;width:fit-content}.links:hover{color:var(--primary-color);border-bottom:1px solid var(--primary-color);opacity:.8}.links:after{content:"→";margin-left:5px;font-size:.9rem}.divider{height:1px;background:var(--border-color);margin-bottom:20px}.cashback-box{flex-grow:1;background:#ff99000d;padding:15px;border-radius:8px;border-left:3px solid var(--primary-color);margin-bottom:25px}.cashback-box.disabled{border-left-color:#444;background:transparent}.cashback-title{color:var(--primary-color);font-weight:700;margin-bottom:5px}.cashback-desc{font-size:.85rem;line-height:1.4;color:var(--text-muted)}.cta-button{display:block;text-align:center;background-color:var(--primary-color);color:#000;text-decoration:none;font-weight:700;padding:12px;border-radius:8px;transition:background .2s}.cta-button:hover{background-color:#e68a00}
