.HeroSection-module__P8KOBa__hero{flex-direction:column;justify-content:center;align-items:stretch;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__P8KOBa__bg{z-index:0;position:absolute;inset:0}.HeroSection-module__P8KOBa__bgImage{object-fit:cover;object-position:center top}.HeroSection-module__P8KOBa__bgOverlay{background:#0000009e;position:absolute;inset:0}.HeroSection-module__P8KOBa__content{z-index:1;max-width:var(--container-wide);padding:0 24px;padding-top:var(--nav-height);justify-content:space-between;align-items:center;gap:48px;width:100%;min-height:100vh;margin:0 auto;display:flex;position:relative}.HeroSection-module__P8KOBa__inner{flex-direction:column;flex:1;gap:28px;max-width:640px;animation:.8s both HeroSection-module__P8KOBa__fadeUp;display:flex}.HeroSection-module__P8KOBa__tag{border-radius:var(--radius-full);letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6;background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:8px;width:fit-content;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.HeroSection-module__P8KOBa__tagDot{background:var(--yellow);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite HeroSection-module__P8KOBa__pulse-dot}@keyframes HeroSection-module__P8KOBa__pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.HeroSection-module__P8KOBa__headline{font-family:var(--font-heading);color:var(--white);letter-spacing:-.04em;font-size:clamp(3rem,7vw,5.5rem);font-weight:900;line-height:1}.HeroSection-module__P8KOBa__accent{color:var(--yellow);display:block}.HeroSection-module__P8KOBa__subhead{color:#ffffffbf;max-width:520px;font-size:1.05rem;line-height:1.75}.HeroSection-module__P8KOBa__ctas{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.HeroSection-module__P8KOBa__liveBadge{color:#fff9;align-items:center;gap:8px;font-size:.82rem;font-weight:500;display:inline-flex}.HeroSection-module__P8KOBa__liveDot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;position:relative}.HeroSection-module__P8KOBa__liveDot:before{content:"";background:#22c55e4d;border-radius:50%;animation:2s infinite HeroSection-module__P8KOBa__pulse-ring;position:absolute;inset:-3px}.HeroSection-module__P8KOBa__sideCard{flex-shrink:0;width:280px;animation:.8s .3s both HeroSection-module__P8KOBa__fadeUp}.HeroSection-module__P8KOBa__sideCardInner{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);flex-direction:column;gap:14px;padding:24px;display:flex}.HeroSection-module__P8KOBa__sideTop{justify-content:space-between;align-items:center;display:flex}.HeroSection-module__P8KOBa__sideLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:800}.HeroSection-module__P8KOBa__sideTier{letter-spacing:.08em;text-transform:uppercase;background:var(--black);color:var(--yellow);border-radius:var(--radius-sm);padding:3px 8px;font-size:.68rem;font-weight:800}.HeroSection-module__P8KOBa__sideName{font-family:var(--font-heading);color:var(--black);letter-spacing:-.02em;font-size:1.25rem;font-weight:900;line-height:1.2}.HeroSection-module__P8KOBa__sideNick{color:var(--text-muted);margin-top:-8px;font-size:.8rem;font-style:italic}.HeroSection-module__P8KOBa__sideRecord{border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:12px 0;display:flex}.HeroSection-module__P8KOBa__sideRecordItem{flex-direction:column;align-items:center;gap:2px;display:flex}.HeroSection-module__P8KOBa__sideRecordItem span:first-child{font-family:var(--font-heading);color:var(--black);font-size:1.4rem;font-weight:900;line-height:1}.HeroSection-module__P8KOBa__sideRecordItem span:last-child{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.68rem;font-weight:700}.HeroSection-module__P8KOBa__sideRecordSep{background:var(--border);width:1px;height:28px}.HeroSection-module__P8KOBa__sideXP{flex-direction:column;gap:6px;display:flex}.HeroSection-module__P8KOBa__sideXPLabel{color:var(--text-muted);justify-content:space-between;font-size:.72rem;font-weight:700;display:flex}.HeroSection-module__P8KOBa__sideXPTrack{background:var(--gray-200);border-radius:var(--radius-full);height:6px;overflow:hidden}.HeroSection-module__P8KOBa__sideXPFill{background:var(--yellow);border-radius:var(--radius-full);height:100%}.HeroSection-module__P8KOBa__sideLink{background:var(--black);color:var(--white);border-radius:var(--radius-md);letter-spacing:.04em;transition:background var(--transition);justify-content:center;align-items:center;gap:6px;padding:10px;font-size:.8rem;font-weight:700;display:flex}.HeroSection-module__P8KOBa__sideLink:hover{background:var(--yellow);color:var(--black)}.HeroSection-module__P8KOBa__scrollBtn{z-index:1;color:#ffffffb3;cursor:pointer;width:40px;height:40px;transition:border-color var(--transition), color var(--transition);border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;animation:2s infinite HeroSection-module__P8KOBa__bounce;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.HeroSection-module__P8KOBa__scrollBtn:hover{border-color:var(--yellow);color:var(--yellow)}@keyframes HeroSection-module__P8KOBa__bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@media (max-width:1024px){.HeroSection-module__P8KOBa__sideCard{display:none}.HeroSection-module__P8KOBa__content{justify-content:flex-start}}@media (max-width:768px){.HeroSection-module__P8KOBa__content{padding:0 16px;padding-top:var(--nav-height)}.HeroSection-module__P8KOBa__ctas{flex-direction:column;align-items:flex-start}}
.StatsBanner-module__dsFaVG__banner{background:var(--black);border-bottom:1px solid var(--black-border);padding:40px 0}.StatsBanner-module__dsFaVG__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.StatsBanner-module__dsFaVG__item{align-items:center;gap:16px;animation:.8s both StatsBanner-module__dsFaVG__fadeIn;display:flex}.StatsBanner-module__dsFaVG__iconWrap{border-radius:var(--radius-md);width:52px;height:52px;color:var(--yellow);transition:transform var(--transition), background var(--transition);background:#f5c8001a;border:1px solid #f5c80033;flex-shrink:0;justify-content:center;align-items:center;display:flex}.StatsBanner-module__dsFaVG__item:hover .StatsBanner-module__dsFaVG__iconWrap{background:#f5c80033;transform:scale(1.05)}.StatsBanner-module__dsFaVG__text{flex-direction:column;gap:4px;display:flex}.StatsBanner-module__dsFaVG__number{font-family:var(--font-heading);color:var(--white);letter-spacing:-.02em;font-size:2rem;font-weight:900;line-height:1}.StatsBanner-module__dsFaVG__label{letter-spacing:.04em;text-transform:uppercase;color:#ffffff80;font-size:.8rem;font-weight:600}@media (max-width:1024px){.StatsBanner-module__dsFaVG__grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:640px){.StatsBanner-module__dsFaVG__grid{grid-template-columns:1fr;gap:32px}.StatsBanner-module__dsFaVG__number{font-size:1.75rem}}
.FeaturesSection-module__eixMTa__header{text-align:center;max-width:640px;margin:0 auto 64px}.FeaturesSection-module__eixMTa__title{color:var(--black);margin-bottom:16px}.FeaturesSection-module__eixMTa__subtitle{color:var(--text-secondary);font-size:1.1rem}.FeaturesSection-module__eixMTa__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.FeaturesSection-module__eixMTa__card{background:var(--off-white);border-radius:var(--radius-lg);transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition), background var(--transition);border:1px solid #0000;padding:32px}.FeaturesSection-module__eixMTa__card:hover{background:var(--white);border-color:var(--border);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.FeaturesSection-module__eixMTa__iconWrap{background:var(--yellow);width:48px;height:48px;color:var(--black);border-radius:var(--radius-md);justify-content:center;align-items:center;margin-bottom:24px;display:flex}.FeaturesSection-module__eixMTa__cardTitle{font-family:var(--font-heading);color:var(--black);letter-spacing:-.01em;margin-bottom:12px;font-size:1.25rem;font-weight:800}.FeaturesSection-module__eixMTa__cardDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:1024px){.FeaturesSection-module__eixMTa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.FeaturesSection-module__eixMTa__grid{grid-template-columns:1fr}.FeaturesSection-module__eixMTa__header{margin-bottom:48px}}
