*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#20232c;color:#fff;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.8}.internal-link{color:#199fff;text-decoration:underline;font-weight:500}.internal-link:hover{color:#7dc7ff;opacity:1}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;min-height:44px;line-height:1.5}.btn-primary{background:linear-gradient(to right bottom,#fe7b4a,#fb6b4c,#f85a4f,#f34853,#ed3358);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(237,51,88,.4);opacity:1}.btn-secondary{background:linear-gradient(to right bottom,#97d4ff,#7dc7ff,#61baff,#43adff,#199fff);color:#fff}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(25,159,255,.4);opacity:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:60px 0}img{max-width:100%;height:auto;display:block}table{width:100%;border-collapse:collapse;margin:20px 0}table td,table th{padding:12px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1)}table th{background-color:hsla(0,0%,100%,.05);font-weight:600}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.section{padding:40px 0}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.header{background-color:#20232c;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.3)}.header-container{padding:0 20px;display:flex;align-items:center;justify-content:space-between}.logo{height:30px;width:auto}.logo img{height:100%;width:auto}.nav{gap:2rem}.nav,.nav-menu{display:flex;align-items:center}.nav-menu{list-style:none;gap:1.5rem}.nav-menu li a{color:#fff;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-menu li a.active,.nav-menu li a:hover{color:#ed3358}.nav-menu li a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#ed3358}.header-buttons{display:flex;gap:1rem;align-items:center}.burger-menu{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.burger-menu span{width:25px;height:3px;background-color:#fff;transition:all .3s ease}.burger-menu.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#20232c;padding:1rem;box-shadow:0 4px 10px rgba(0,0,0,.3)}.mobile-menu.active{display:block}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.mobile-menu ul li a{color:#fff;font-weight:500;padding:.75rem;display:block;text-align:center;border-bottom:1px solid hsla(0,0%,100%,.1)}.mobile-menu ul li a.active{color:#ed3358}.mobile-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1)}@media (max-width:1024px){.nav-menu{gap:1rem}}@media (max-width:1480px){.nav-menu{display:none}.burger-menu{display:flex}.mobile-menu{display:none}.mobile-menu.active{display:block}}@media (max-width:768px){.mobile-menu{height:500px;overflow-y:auto}.logo{height:25px}}@media (max-width:480px){.header-container{flex-wrap:wrap}.header-buttons{width:100%;justify-content:center;order:3;margin-top:15px}.header-buttons a{width:100%}}.footer{background-color:#1a1d24;margin-top:4rem;padding:3rem 0 calc(1rem + 80px)}@media (min-width:769px){.footer{padding-bottom:1rem}}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.25rem;margin-bottom:1rem;color:#ed3358}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:hsla(0,0%,100%,.7);transition:color .3s ease}.footer-section ul li a:hover{color:#ed3358}.payment-systems{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.payment-systems span{padding:.5rem 1rem;background-color:hsla(0,0%,100%,.1);border-radius:4px;font-size:.875rem}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;text-align:center;color:hsla(0,0%,100%,.6);font-size:.875rem}.footer-bottom p{margin-bottom:.5rem}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.payment-systems{justify-content:center}}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;background-color:#20232c;padding:1rem;box-shadow:0 -4px 20px rgba(0,0,0,.5);transform:translateY(100%);display:flex;transition:transform .3s ease}.sticky-cta.visible{transform:translateY(0)}.sticky-cta-button{width:100%;padding:14px 24px;font-size:1.125rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-height:50px}.sticky-cta-button.btn-primary{background:linear-gradient(to right bottom,#fe7b4a,#fb6b4c,#f85a4f,#f34853,#ed3358);color:#fff}.sticky-cta-button.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(237,51,88,.4)}@media (min-width:769px){.sticky-cta{display:none}}.banner-container{width:100%;background:linear-gradient(135deg,#20232c,#1a1d24)}.banner{width:100%;max-width:1200px;margin:0 auto;padding:2rem 20px}.banner img{width:100%;height:auto;object-fit:cover;border-radius:12px;display:block}.hero{position:relative;padding:4rem 0;background:linear-gradient(135deg,#20232c,#1a1d24)}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1.5rem;color:#fff}.hero p{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}@media (max-width:768px){.hero{padding:2rem 0}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}}.content-section{padding:3rem 0}.content-section h2{color:#ed3358;margin-bottom:1.5rem}.content-section h3{color:#fff;margin-top:2rem;margin-bottom:1rem}.content-section p{color:hsla(0,0%,100%,.9);margin-bottom:1.5rem;line-height:1.8}.content-section ol,.content-section ul{margin-left:2rem;margin-bottom:1.5rem;color:hsla(0,0%,100%,.9)}.content-section li{margin-bottom:.5rem}.content-image{width:100%;max-width:800px;margin:2rem auto;border-radius:12px;overflow:hidden}.content-image img{width:100%;height:auto;object-fit:cover}.cta-section{text-align:center;padding:2rem 0}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.faq-section{margin-top:3rem;padding-top:3rem;border-top:1px solid hsla(0,0%,100%,.1)}.faq-item{margin-bottom:1.5rem}.faq-item h3{color:#ed3358;font-size:1.25rem;margin-bottom:.5rem}.faq-item p{color:hsla(0,0%,100%,.8);margin-bottom:0}@media (max-width:768px){.content-section{padding:2rem 0}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}