.kw-hero{position:relative;width:100%;overflow:hidden;font-family:'Poppins',sans-serif;-webkit-font-smoothing:antialiased;background:radial-gradient(ellipse at 50% 0%,#3D0A50 0%,transparent 60%),radial-gradient(ellipse at 50% 100%,#3D0A50 0%,transparent 60%),#0A0118}.kw-hero__top-line,.kw-hero__bottom-line{position:absolute;left:0;right:0;height:.5px;background:linear-gradient(90deg,transparent 0%,#3A2D52 20%,#FF7FC2 50%,#3A2D52 80%,transparent 100%);opacity:.5}.kw-hero__top-line{top:0}.kw-hero__bottom-line{bottom:0}.kw-hero__container{max-width:1140px;margin:0 auto;padding:13rem 40px 100px;display:grid;grid-template-columns:1fr 400px;gap:64px;align-items:center}.kw-hero__pill{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-family:'Courier New',monospace;color:#6B6080;background:rgb(255 255 255 / .03);border:.5px solid #3A2D52;padding:5px 14px;border-radius:30px;margin-bottom:30px;letter-spacing:.04em;animation:kwFadeUp 0.5s ease both;animation-delay:0.05s}.kw-hero__pill i{font-size:12px}.kw-hero__pill-sep{color:#3A2D52;margin:0 2px}.kw-hero__pill-current{color:#FF7FC2}.kw-hero__h1{font-size:clamp(2rem, 3.6vw, 3.1rem);font-weight:700;line-height:1.16;letter-spacing:-.03em;color:#FFF;margin-bottom:26px;animation:kwFadeUp 0.55s ease both;animation-delay:0.15s}.kw-hero__h1-accent{color:#FF7FC2;text-shadow:0 0 20px rgb(255 127 194 / .35),0 0 60px rgb(255 127 194 / .15);position:relative}.kw-hero__h1-accent::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,#FF7FC2,transparent);border-radius:2px;opacity:.5}.kw-hero__lead{font-size:.97rem;color:#ECE9F2;line-height:1.85;max-width:580px;margin-bottom:32px;animation:kwFadeUp 0.55s ease both;animation-delay:0.25s}.kw-hero__lead strong{color:#FFF;font-weight:600}.kw-hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:40px;animation:kwFadeUp 0.55s ease both;animation-delay:0.35s}.kw-hero__tag{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;font-weight:500;letter-spacing:.03em;padding:5px 14px;border-radius:30px;border:.5px solid #3A2D52;color:#ECE9F2;background:rgb(255 255 255 / .03);transition:border-color 0.2s,color 0.2s}.kw-hero__tag:hover{border-color:rgb(255 127 194 / .25);color:#FFF}.kw-hero__tag--rose{border-color:rgb(255 127 194 / .25);color:#FF7FC2;background:rgb(255 127 194 / .1)}.kw-hero__tag--rose i{font-size:12px}.kw-hero__tag--rose:hover{background:rgb(255 127 194 / .18);color:#FF7FC2}.kw-hero__cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;animation:kwFadeUp 0.55s ease both;animation-delay:0.45s}.kw-hero__btn{display:inline-flex;align-items:center;gap:8px;font-family:'Poppins',sans-serif;font-size:.85rem;font-weight:600;padding:13px 26px;border-radius:30px;border:.5px solid #fff0;cursor:pointer;transition:all 0.25s ease;letter-spacing:.01em;text-decoration:none}.kw-hero__btn--primary{background:#FF7FC2;color:#0A0118;border-color:#FF7FC2;box-shadow:0 0 28px rgb(255 127 194 / .2)}.kw-hero__btn--primary:hover{background:#fff0;color:#FF7FC2;box-shadow:0 0 36px rgb(255 127 194 / .35)}.kw-hero__btn--ghost{background:#fff0;color:#ECE9F2;border-color:#3A2D52}.kw-hero__btn--ghost:hover{color:#FFF;border-color:#ECE9F2;background:rgb(255 255 255 / .04)}.kw-hero__btn i{font-size:16px;transition:transform 0.2s}.kw-hero__btn--ghost:hover i{transform:translateX(4px)}.kw-hero__aside{animation:kwFadeUp 0.6s ease both;animation-delay:0.3s}.kw-hero__card{position:relative;background:#13082A;border:.5px solid #3A2D52;border-radius:22px;padding:36px;overflow:hidden}.kw-hero__card-glow{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#FF7FC2,transparent)}.kw-hero__card::before{content:'';position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:200px;height:120px;background:radial-gradient(ellipse,rgb(255 127 194 / .12) 0%,transparent 70%);pointer-events:none}.kw-hero__card-label{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#FF7FC2;margin-bottom:24px}.kw-hero__stats{display:flex;flex-direction:column}.kw-hero__stat{display:flex;flex-direction:column;gap:3px;padding:18px 0;border-bottom:.5px solid #241A30}.kw-hero__stat:last-child{border-bottom:none}.kw-hero__stat-num{font-size:1.65rem;font-weight:700;letter-spacing:-.03em;color:#FF7FC2;line-height:1;text-shadow:0 0 20px rgb(255 127 194 / .25)}.kw-hero__stat-desc{font-size:.78rem;color:#ECE9F2}.kw-hero__card-footer{display:flex;align-items:center;gap:8px;margin-top:24px;padding-top:20px;border-top:.5px solid #241A30;font-size:.75rem;color:#ECE9F2}.kw-hero__card-footer i{font-size:15px;color:#FF7FC2;opacity:.7}@keyframes kwFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.kw-hero__container{grid-template-columns:1fr;gap:48px;padding:70px 28px 80px}.kw-hero__h1{font-size:2.2rem}.kw-hero__aside{max-width:480px}}@media (max-width:768px){.kw-hero__container{padding:56px 20px 64px;gap:40px}.kw-hero__h1{font-size:1.85rem;letter-spacing:-.025em}.kw-hero__lead{font-size:.9rem}.kw-hero__cta-row{flex-direction:column;align-items:stretch}.kw-hero__btn{justify-content:center}.kw-hero__card{padding:28px 24px}.kw-hero__stat-num{font-size:1.4rem}.kw-hero__aside{max-width:100%}}