*{box-sizing:border-box;margin:0;padding:0}:root{--preto:#000;--branco:#fff;--vermelho:#dc2626;--vermelho-escuro:#991b1b;--cinza:#1f1f1f;--cinza-claro:#2a2a2a}body{background-color:var(--preto);color:var(--branco);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:linear-gradient(135deg,var(--preto)0%,var(--cinza)100%);z-index:1000;padding:18px 0;position:sticky;top:0;box-shadow:0 4px 12px #dc26264d}.header-content{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--branco);align-items:center;gap:12px;text-decoration:none;display:flex}.logo-icon{background:linear-gradient(135deg,var(--vermelho)0%,var(--vermelho-escuro)100%);border-radius:5px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;box-shadow:0 0 15px #dc262699}.logo-icon:before{content:"";border-left:13px solid var(--branco);border-top:9px solid #0000;border-bottom:9px solid #0000;width:0;height:0;margin-left:3px;position:absolute}.logo-text{letter-spacing:-.5px;font-size:1.2rem;font-weight:700}.logo-text span{color:var(--vermelho)}.header-nav{align-items:center;gap:30px;display:flex}.header-nav a{opacity:.85;font-size:.95rem;transition:opacity .2s}.header-nav a:hover{opacity:1;color:var(--vermelho)}.cta-header{background:var(--vermelho);border:2px solid var(--vermelho);border-radius:5px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:background .2s;color:var(--branco)!important;opacity:1!important}.cta-header:hover{background:var(--vermelho-escuro)}.hero{background:var(--preto);padding:50px 0 60px;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle at 20%,#dc26261f 0%,#0000 50%),radial-gradient(circle at 80% 80%,#dc262614 0%,#0000 50%);position:absolute;inset:0}.hero-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid;position:relative}.hero-left{text-align:left}.hero-right{justify-content:center;align-items:center;display:flex}.hero-right img{filter:drop-shadow(0 20px 40px #dc262633);width:100%;max-width:520px;height:auto}.hero-badge{border:1px solid var(--vermelho);color:var(--vermelho);background:#dc26261a;border-radius:50px;align-items:center;gap:10px;margin-bottom:25px;padding:8px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.hero-badge img{flex-shrink:0}.hero h1{margin-bottom:20px;font-size:3.5rem;line-height:1.1}.hero h1 .highlight{color:var(--vermelho)}.hero-description{opacity:.85;margin-bottom:35px;font-size:1.2rem;line-height:1.7}.hero-stats{justify-content:flex-start;gap:30px;margin-top:35px;display:flex}.hero-stat{text-align:center}.hero-stat-number{color:var(--vermelho);font-size:2rem;font-weight:700;display:block}.hero-stat-label{opacity:.7;font-size:.9rem}.directory-section{background:var(--cinza);padding:80px 0}.section-title{text-align:center;margin-bottom:50px}.section-title h2{margin-bottom:15px;font-size:2.5rem}.section-title p{opacity:.8;font-size:1.1rem}.featured-card{border:2px solid var(--vermelho);background:linear-gradient(135deg,#0a0a0a 0%,#1a0a0a 50%,#1f1f1f 100%);border-radius:12px;grid-template-columns:1fr auto;align-items:center;margin-bottom:40px;transition:box-shadow .3s,transform .3s;display:grid;position:relative;overflow:hidden}.featured-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#dc262614 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-50%;right:-10%}.featured-card:hover{transform:translateY(-3px);box-shadow:0 20px 60px #dc26264d}.featured-left{z-index:1;flex-direction:column;gap:18px;padding:40px;display:flex;position:relative}.featured-right{justify-content:center;align-items:center;padding:30px;display:flex}.featured-right img{object-fit:contain;filter:drop-shadow(0 10px 30px #dc26264d);border-radius:16px;width:280px;height:280px;transition:transform .4s}.featured-card:hover .featured-right img{transform:scale(1.05)}.featured-badge{background:var(--vermelho);color:var(--branco);border-radius:50px;align-items:center;gap:8px;width:fit-content;padding:8px 20px;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 4px 20px #dc262680}.featured-badge-number{background:var(--branco);color:var(--vermelho);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:800;display:inline-flex}.featured-header{align-items:center;gap:16px;display:flex}.featured-icon{border:2px solid #dc262666;border-radius:14px;width:72px;height:72px;box-shadow:0 4px 15px #0006}.featured-name{color:var(--branco);font-size:1.8rem;line-height:1.2}.featured-rating{align-items:center;gap:8px;margin-top:4px;display:flex}.featured-stars{color:#fbbf24;letter-spacing:2px;font-size:1.1rem}.featured-rating-value{font-size:1rem;font-weight:700}.featured-rating-count{opacity:.6;font-size:.85rem}.featured-description{opacity:.9;font-size:1.05rem;line-height:1.7}.featured-tags{flex-wrap:wrap;gap:8px;display:flex}.featured-tag{color:var(--vermelho);background:#dc262626;border:1px solid #dc26264d;border-radius:50px;padding:5px 14px;font-size:.8rem;font-weight:600}.featured-cta{background:var(--vermelho);color:var(--branco);border-radius:6px;align-items:center;gap:10px;width:fit-content;padding:14px 34px;font-size:1.05rem;font-weight:700;transition:background .2s;display:inline-flex;box-shadow:0 4px 20px #dc262666}.featured-card:hover .featured-cta{background:var(--vermelho-escuro)}.rating-count{opacity:.6;font-size:.85rem}.platform-rank{z-index:2;color:var(--vermelho);background:#000000bf;border:1px solid #dc26264d;border-radius:6px;padding:6px 12px;font-size:.85rem;font-weight:800;position:absolute;top:12px;left:12px}.directory-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;display:grid}.platform-card{background:var(--preto);border:2px solid #0000;border-radius:8px;flex-direction:column;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden}.platform-card:hover{border-color:var(--vermelho);transform:translateY(-4px);box-shadow:0 12px 35px #dc26264d}.platform-card-image{aspect-ratio:16/9;background:var(--cinza);width:100%;position:relative;overflow:hidden}.platform-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.platform-card:hover .platform-card-image img{transform:scale(1.05)}.platform-card-body{flex-direction:column;flex:1;padding:20px 24px;display:flex}.platform-card-header{align-items:center;gap:14px;margin-bottom:12px;display:flex}.platform-icon{border-radius:10px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.platform-icon img{object-fit:cover;width:100%;height:100%}.platform-card-header h3{color:var(--branco);font-size:1.3rem}.platform-card-description{opacity:.8;flex:1;margin-bottom:16px;font-size:.95rem;line-height:1.6}.platform-card-tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.platform-tag{color:var(--vermelho);background:#dc26261f;border:1px solid #dc262640;border-radius:50px;padding:4px 12px;font-size:.78rem;font-weight:600}.platform-card-footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.platform-rating{align-items:center;gap:6px;font-size:.9rem;display:flex}.platform-rating-stars{color:var(--vermelho);letter-spacing:1px}.visit-button{background:var(--vermelho);color:var(--branco);border:2px solid var(--vermelho);border-radius:5px;align-items:center;gap:8px;padding:10px 22px;font-size:.9rem;font-weight:600;transition:background .2s;display:inline-flex}.visit-button:hover{background:var(--vermelho-escuro)}.visit-button-arrow{border-left:7px solid var(--branco);border-top:5px solid #0000;border-bottom:5px solid #0000;width:0;height:0;display:inline-block}.benefits-section{padding:80px 0}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.benefit-card{background:var(--cinza);border:2px solid #0000;border-radius:5px;padding:35px 25px;transition:border-color .3s,box-shadow .3s}.benefit-card:hover{border-color:var(--vermelho);box-shadow:0 8px 25px #dc26264d}.benefit-icon{background:var(--vermelho);border-radius:5px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 0 20px;display:flex}.benefit-card h3{color:var(--vermelho);margin-bottom:12px;font-size:1.3rem}.benefit-card p{opacity:.9;font-size:.95rem}.how-section{background:var(--cinza);padding:80px 0}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.step-card{background:var(--preto);border:2px solid #0000;border-radius:5px;padding:40px 30px;transition:border-color .3s,box-shadow .3s;box-shadow:0 4px 12px #dc262629}.step-card:hover{border-color:var(--vermelho);box-shadow:0 8px 25px #dc26264d}.step-number{background:linear-gradient(135deg,var(--vermelho)0%,var(--vermelho-escuro)100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:1.8rem;font-weight:700;display:flex}.step-card h3{color:var(--vermelho);margin-bottom:15px;font-size:1.3rem}.step-card p{opacity:.9;font-size:.95rem;line-height:1.7}.video-section{padding:80px 0}.video-container{text-align:center;max-width:900px;margin:0 auto}.video-title{color:var(--vermelho);margin-bottom:30px;font-size:1.8rem}.video-wrapper{border:3px solid var(--vermelho);border-radius:10px;padding-top:56.25%;position:relative;overflow:hidden;box-shadow:0 10px 40px #dc26264d}.video-wrapper iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.cta-section{background:linear-gradient(135deg,var(--vermelho-escuro)0%,var(--preto)100%);padding:60px 0}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{margin-bottom:20px;font-size:2.5rem}.cta-content p{opacity:.9;margin-bottom:35px;font-size:1.2rem}.cta-button{background:var(--vermelho);color:var(--branco);border:2px solid var(--vermelho);border-radius:5px;align-items:center;gap:12px;padding:18px 40px;font-size:1.15rem;font-weight:700;transition:background .2s;display:inline-flex}.cta-button:hover{background:var(--branco);color:var(--vermelho)}.stats-section{background:var(--cinza);padding:80px 0}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1100px;margin:0 auto;display:grid}.stat-card{background:var(--preto);border:2px solid #0000;border-radius:5px;padding:40px 30px;transition:border-color .3s,box-shadow .3s}.stat-card:hover{border-color:var(--vermelho);box-shadow:0 8px 25px #dc26264d}.stat-number-large{color:var(--vermelho);margin-bottom:15px;font-size:3rem;font-weight:700;line-height:1}.stat-card h3{margin-bottom:12px;font-size:1.5rem}.stat-card p{opacity:.9;font-size:.95rem}.reviews-section{padding:80px 0}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;display:grid}.review-card{background:var(--cinza);border:2px solid #0000;border-radius:5px;padding:30px;transition:border-color .3s}.review-card:hover{border-color:var(--vermelho);box-shadow:0 8px 25px #dc26264d}.review-stars{color:var(--vermelho);margin-bottom:15px;font-size:1.3rem}.review-text{opacity:.9;margin-bottom:20px;font-size:.95rem;line-height:1.6}.review-author{color:var(--vermelho);font-size:1rem;font-weight:600}.faq-section{background:var(--cinza);padding:80px 0}.faq-container{max-width:900px;margin:0 auto}.faq-item{background:var(--preto);border:2px solid #0000;border-radius:5px;margin-bottom:15px;transition:border-color .3s;overflow:hidden}.faq-item:hover{border-color:var(--vermelho)}.faq-question{width:100%;color:var(--branco);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:25px 30px;font-family:inherit;display:flex}.faq-question:hover{background:#dc26261a}.faq-question h3{margin:0;font-size:1.1rem}.faq-icon{color:var(--vermelho);flex-shrink:0;font-size:2rem;line-height:1;transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{opacity:.9;padding:0 30px 25px;line-height:1.7}.faq-answer a{color:var(--vermelho);text-decoration:underline}footer{background:var(--preto);border-top:1px solid #ffffff14;padding:60px 0 30px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:50px;margin-bottom:40px;display:grid}.footer-brand h3{margin-bottom:15px;font-size:1.5rem}.footer-brand h3 span{color:var(--vermelho)}.footer-brand p{opacity:.7;font-size:.95rem;line-height:1.7}.footer-links h4{color:var(--vermelho);margin-bottom:18px;font-size:1.1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{opacity:.7;font-size:.95rem;transition:opacity .2s,color .2s}.footer-links a:hover{opacity:1;color:var(--vermelho)}.footer-bottom{text-align:center;opacity:.6;border-top:1px solid #ffffff14;padding-top:30px;font-size:.85rem}@media (max-width:968px){.hero-grid{grid-template-columns:1fr;gap:30px}.hero-right img{max-width:380px}.hero h1{font-size:2.5rem}.hero-stats{gap:25px}.section-title{text-align:left}.section-title h2{font-size:1.8rem}.footer-grid{grid-template-columns:1fr;gap:30px}.header-nav{display:none}.featured-card{grid-template-columns:1fr}.featured-right{display:none}.featured-left{padding:28px}.cta-content,.video-container{text-align:left}}@media (max-width:640px){.hero{padding:30px 0 50px}.hero-right img{max-width:300px}.hero h1{font-size:2rem}.hero-description{font-size:1rem}.directory-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;justify-content:flex-start;gap:20px}.hero-stat-number{font-size:1.5rem}.cta-content h2{font-size:1.8rem}.section-title{text-align:left}.featured-name{font-size:1.3rem}.featured-left{gap:14px;padding:22px}.featured-icon{width:56px;height:56px}.footer-bottom{text-align:left}}
