.advantages-hero{background:linear-gradient(193deg,#ffffff,var(--first-color),#ffffff);min-height:100vh;position:relative;overflow:hidden}.advantages-hero .advantages-container{padding-top:4rem;align-items:center}.advantages-hero .advantages-container .advantages-content{position:relative;z-index:2}.advantages-hero .advantages-container .advantages-content .advantages-text .advantages-main-title{font-size:3.5rem;font-weight:900;color:#171717;text-transform:uppercase;line-height:1.1;margin-bottom:3rem}.advantages-hero .advantages-container .advantages-content .advantages-text .advantages-main-title .green-highlight{color:var(--second-color)}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item{display:flex;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;background:hsla(0,0%,100%,.8);border-radius:15px;border-left:4px solid #e9ad2c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item:hover{transform:translateX(10px);background:hsla(0,0%,100%,.9);box-shadow:0 10px 30px rgba(233,173,44,.3)}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item.ton-highlight{border-left-color:#2757af;background:linear-gradient(135deg,rgba(39,87,175,.1),rgba(233,173,44,.05))}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item.ton-highlight:hover{box-shadow:0 10px 30px rgba(39,87,175,.3)}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item .advantage-icon{font-size:2.5rem;margin-right:1.5rem;flex-shrink:0}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item .advantage-content h3{color:#171717;font-size:1.4rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item .advantage-content p{color:#171717;font-size:1rem;line-height:1.5;margin:0}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item .advantage-content p .red-block{background-color:#2757af;color:#fff;padding:2px 8px;border-radius:8px;font-weight:600}.advantages-hero .advantages-container .advantages-content .world-map-section .map-title{font-size:2.5rem;font-weight:800;color:#171717;text-align:center;margin-bottom:3rem;line-height:1.2}.advantages-hero .advantages-container .advantages-content .world-map-section .map-title .red{color:#2757af;text-shadow:0 0 15px rgba(39,87,175,.5)}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization{position:relative;margin-bottom:3rem}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item{background:hsla(0,0%,100%,.9);border-radius:12px;padding:1rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(233,173,44,.5);transition:all .3s ease;position:relative}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item.active:before{content:"";position:absolute;top:5px;right:5px;width:8px;height:8px;background:#e9ad2c;border-radius:50%;box-shadow:0 0 8px #e9ad2c;animation:pulse 2s infinite}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item:hover{transform:translateY(-5px);background:#fff;border-color:#e9ad2c}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item .flag{font-size:2rem;display:block;margin-bottom:.5rem}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item .country-name{color:#171717;font-size:.9rem;font-weight:600;margin-bottom:.3rem}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item .players-count{color:#2757af;font-size:.8rem;font-weight:700}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .connection-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .connection-lines .connection-line{position:absolute;height:2px;background:linear-gradient(90deg,#e9ad2c,#2757af,#e9ad2c);border-radius:1px;animation:line-pulse 3s ease-in-out infinite}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .connection-lines .connection-line.line-1{top:30%;left:10%;width:80%;transform:rotate(15deg)}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .connection-lines .connection-line.line-2{top:50%;left:5%;width:90%;transform:rotate(-10deg);animation-delay:1s}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .connection-lines .connection-line.line-3{top:70%;left:15%;width:70%;transform:rotate(25deg);animation-delay:2s}.advantages-hero .advantages-container .advantages-content .world-map-section .global-stats{display:flex;justify-content:space-around;background:linear-gradient(135deg,rgba(233,173,44,.2),rgba(39,87,175,.1));border-radius:15px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(233,173,44,.4)}.advantages-hero .advantages-container .advantages-content .world-map-section .global-stats .stat-item{text-align:center}.advantages-hero .advantages-container .advantages-content .world-map-section .global-stats .stat-item .stat-number{font-size:2.5rem;font-weight:900;color:#e9ad2c;line-height:1;text-shadow:0 0 10px rgba(233,173,44,.4)}.advantages-hero .advantages-container .advantages-content .world-map-section .global-stats .stat-item .stat-label{color:#171717;font-size:1rem;font-weight:600;margin-top:.5rem}.advantages-hero .advantages-container .advantages-content .cta-buttons{text-align:center}.advantages-hero .advantages-container .advantages-content .cta-buttons .start-btn{background:var(--first-color);border:none;color:#fff;font-weight:700;font-size:1.2rem;padding:1rem 2rem;transition:all .3s ease;border-radius:50px;box-shadow:0 5px 0 10px var(--second-color)}.advantages-hero .advantages-container .advantages-content .cta-buttons .start-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 30px rgba(233,173,44,.4)}.advantages-hero .advantages-container .advantages-content .cta-buttons .start-btn .icon{margin-right:.5rem}.map-bg{position:absolute;background:url(/_next/static/media/map.f0d47449.png) 50%/contain no-repeat;width:100%;height:100%;filter:brightness(.3) opacity(.6);z-index:1}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes line-pulse{0%,to{opacity:.3}50%{opacity:.8}}@media screen and (max-width:768px){.advantages-hero .advantages-container{padding-top:2rem}.advantages-hero .advantages-container .advantages-content .advantages-text{margin-bottom:3rem}.advantages-hero .advantages-container .advantages-content .advantages-text .advantages-main-title{font-size:2.5rem;text-align:center}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item{flex-direction:column;text-align:center;padding:1rem}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item .advantage-icon{margin-right:0;margin-bottom:1rem}.advantages-hero .advantages-container .advantages-content .advantages-text .advantage-items .advantage-item .advantage-content h3{font-size:1.2rem}.advantages-hero .advantages-container .advantages-content .world-map-section .map-title{font-size:2rem}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags{grid-template-columns:repeat(3,1fr);gap:1rem}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item{padding:.8rem}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item .flag{font-size:1.5rem}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item .country-name{font-size:.8rem}.advantages-hero .advantages-container .advantages-content .world-map-section .world-visualization .country-flags .flag-item .players-count{font-size:.7rem}.advantages-hero .advantages-container .advantages-content .world-map-section .global-stats{flex-direction:column;gap:1rem}.advantages-hero .advantages-container .advantages-content .world-map-section .global-stats .stat-item .stat-number{font-size:2rem}.map-bg{opacity:.3;background-size:cover}}.faq-hero{background:linear-gradient(193deg,#ffffff,#ffffff,#ffffff);min-height:95vh;position:relative;overflow:hidden}.faq-hero .faq-container{padding-top:100px;align-items:flex-start}.faq-hero .faq-container .faq-content .faq-title{font-size:180px;text-transform:uppercase;color:var(--first-color);font-weight:800;line-height:1;margin-bottom:20px;text-align:center;text-shadow:-5px 5px 0 rgba(199,34,34,.3);letter-spacing:.1em}.faq-hero .faq-container .faq-content .faq-subtitle{font-size:48px;color:#fff;font-weight:700;text-align:center;margin-bottom:80px;text-transform:uppercase}.faq-hero .faq-container .faq-content .faq-list{max-width:1000px;margin:0 auto 80px}.faq-hero .faq-container .faq-content .faq-list .faq-item{background:rgba(39,87,175,.6352941176);border:2px solid rgba(86,215,118,.3);border-radius:20px;margin-bottom:20px;overflow:hidden;position:relative}.faq-hero .faq-container .faq-content .faq-list .faq-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#56d776,#c72222);opacity:0}.faq-hero .faq-container .faq-content .faq-list .faq-item:hover{border-color:rgba(86,215,118,.6);transform:translateY(-2px);box-shadow:0 10px 30px rgba(86,215,118,.2)}.faq-hero .faq-container .faq-content .faq-list .faq-item:hover:before{opacity:1}.faq-hero .faq-container .faq-content .faq-list .faq-item.open{border-color:#56d776;box-shadow:0 15px 40px rgba(86,215,118,.3)}.faq-hero .faq-container .faq-content .faq-list .faq-item.open:before{opacity:1}.faq-hero .faq-container .faq-content .faq-list .faq-item.open .faq-question{background:rgba(86,215,118,.1)}.faq-hero .faq-container .faq-content .faq-list .faq-item.open .faq-question .toggle-icon{background:#56d776;color:#000;transform:rotate(180deg)}.faq-hero .faq-container .faq-content .faq-list .faq-item.open .faq-answer{max-height:200px;padding:0 30px 30px;opacity:1}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question{display:flex;align-items:center;justify-content:space-between;padding:30px;cursor:pointer}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content{display:flex;align-items:center;gap:20px;flex:1}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content .question-icon{font-size:40px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:rgba(86,215,118,.1);border-radius:50%;border:2px solid rgba(86,215,118,.3);flex-shrink:0;transition:all .3s ease}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content .question-text{font-size:24px;color:#fff;font-weight:700;margin:0;line-height:1.3}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .toggle-icon{font-size:32px;color:#56d776;font-weight:700;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgba(86,215,118,.1);border-radius:50%;border:2px solid rgba(86,215,118,.3);transition:all .3s ease;flex-shrink:0}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .toggle-icon div{transform:translateY(-4px)}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question:hover .question-icon{background:rgba(86,215,118,.2);border-color:rgba(86,215,118,.5);transform:scale(1.05)}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question:hover .toggle-icon{background:rgba(86,215,118,.2);border-color:rgba(86,215,118,.5);transform:scale(1.1)}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-answer{max-height:0;overflow:hidden;opacity:0;padding:0 30px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-answer .answer-content{padding:20px 0;border-top:1px solid rgba(86,215,118,.2)}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-answer .answer-content p{font-size:18px;color:#fff;line-height:1.6;margin:0;opacity:.9}.faq-hero .faq-container .faq-content .faq-cta{text-align:center}.faq-hero .faq-container .faq-content .faq-cta .cta-title{font-size:42px;color:var(--text-black);font-weight:700;margin-bottom:15px;text-transform:uppercase}.faq-hero .faq-container .faq-content .faq-cta .cta-subtitle{font-size:24px;color:var(--text-black);font-weight:600;margin-bottom:40px}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons{display:flex;justify-content:center;gap:30px}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn{font-size:20px;font-weight:700;padding:20px 40px;border-radius:50px;border:none;text-transform:uppercase;transition:all .3s ease}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn .icon{font-size:24px;margin-right:15px}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn.support{background:#c72222;color:#fff}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn.support:hover{background:#a01818;transform:translateY(-3px);box-shadow:0 10px 30px rgba(199,34,34,.4)}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn.news{background:#56d776;color:#000}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn.news:hover{background:#45c565;transform:translateY(-3px);box-shadow:0 10px 30px rgba(86,215,118,.4)}@media screen and (max-width:768px){.faq-hero{min-height:100vh}.faq-hero .faq-container{padding-top:80px;padding-left:1rem;padding-right:1rem}.faq-hero .faq-container .faq-content .faq-title{font-size:90px;margin-bottom:15px}.faq-hero .faq-container .faq-content .faq-subtitle{font-size:32px;margin-bottom:50px}.faq-hero .faq-container .faq-content .faq-list{margin-bottom:50px}.faq-hero .faq-container .faq-content .faq-list .faq-item{margin-bottom:15px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question{padding:25px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content{gap:15px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content .question-icon{font-size:30px;width:50px;height:50px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content .question-text{font-size:20px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .toggle-icon{font-size:28px;width:45px;height:45px}.faq-hero .faq-container .faq-content .faq-list .faq-item.open .faq-answer{padding:0 25px 25px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-answer{padding:0 25px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-answer .answer-content p{font-size:16px}.faq-hero .faq-container .faq-content .faq-cta .cta-title{font-size:28px;margin-bottom:10px}.faq-hero .faq-container .faq-content .faq-cta .cta-subtitle{font-size:18px;margin-bottom:30px}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons{flex-direction:column;gap:20px}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn{font-size:18px;padding:15px 35px}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn .icon{font-size:20px;margin-right:10px}}@media screen and (max-width:480px){.faq-hero .faq-container{padding-top:60px}.faq-hero .faq-container .faq-content .faq-title{font-size:70px}.faq-hero .faq-container .faq-content .faq-subtitle{font-size:26px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question{padding:20px;flex-direction:column;gap:15px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content{flex-direction:row;width:100%}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content .question-icon{font-size:28px;width:45px;height:45px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content .question-text{font-size:18px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .toggle-icon{font-size:24px;width:40px;height:40px;align-self:flex-end}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .toggle-icon div{transform:translateY(-3px)}.faq-hero .faq-container .faq-content .faq-list .faq-item.open .faq-answer{padding:0 20px 20px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-answer{padding:0 20px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-answer .answer-content p{font-size:15px}.faq-hero .faq-container .faq-content .faq-cta .cta-title{font-size:24px}.faq-hero .faq-container .faq-content .faq-cta .cta-subtitle{font-size:16px}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn{font-size:16px;padding:12px 30px}}@media screen and (max-width:360px){.faq-hero .faq-container .faq-content .faq-title{font-size:55px}.faq-hero .faq-container .faq-content .faq-subtitle{font-size:22px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-question .question-content .question-text{font-size:16px}.faq-hero .faq-container .faq-content .faq-list .faq-item .faq-answer .answer-content p{font-size:14px}.faq-hero .faq-container .faq-content .faq-cta .cta-title{font-size:20px}.faq-hero .faq-container .faq-content .faq-cta .cta-subtitle{font-size:14px}.faq-hero .faq-container .faq-content .faq-cta .cta-buttons .faq-btn{font-size:14px;padding:10px 25px}}