@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter", "Inter Fallback"}
:root{--bg-color:#0f0f0f;--text-primary:#f8fafc;--text-secondary:#9ca3af;--accent-color:#f97316;--accent-hover:#ea580c;--glass-bg:#1a1a1a;--glass-border:#ffffff0d;--glass-shadow:0 8px 32px 0 #00000080}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.navbar{z-index:50;border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:1rem 4rem;display:flex;position:sticky;top:0}.nav-brand{background:linear-gradient(90deg,#f97316,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.8rem;font-weight:800}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a:hover{color:#f97316;transition:color .2s}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f9731666}.btn-outline{color:var(--text-primary);border:1px solid var(--glass-border);cursor:pointer;background-color:#0000;border-radius:8px;padding:.6rem 1.2rem;transition:all .3s;display:inline-block}.btn-outline:hover{background:#ffffff0d;transform:translateY(-2px)}.container{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:8rem 0 4rem;animation:1s ease-out fadeIn}.hero h1{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero p{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.3rem;line-height:1.6}.hero-actions{justify-content:center;gap:1rem;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.product-card{text-align:center;flex-direction:column;align-items:center;padding:2.5rem;transition:all .4s;display:flex}.product-card:hover{border-color:#fff3;transform:translateY(-10px);box-shadow:0 15px 35px #00000080}.product-icon{margin-bottom:1.5rem;font-size:3rem}.product-card h3{margin-bottom:1rem;font-size:1.5rem}.product-card p{color:var(--text-secondary);margin-bottom:1.5rem}.product-price{color:var(--accent-color);margin:auto 0 1.5rem;font-size:2rem;font-weight:700}.faq-section{max-width:800px;margin:0 auto;padding:6rem 0}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h2{margin-bottom:1rem;font-size:2.5rem}.faq-item{border:1px solid var(--glass-border);cursor:pointer;background:#ffffff08;border-radius:8px;margin-bottom:1rem;padding:1.5rem;transition:all .3s}.faq-item:hover{background:#ffffff0d}.faq-question{color:var(--accent-color);justify-content:space-between;align-items:center;font-weight:700;display:flex}.testimonials-section{padding:6rem 0}.stats-container{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;flex-wrap:wrap;justify-content:space-around;gap:2rem;margin:3rem 0;padding:2rem;display:flex}.stat-box{text-align:center}.stat-box h3{color:var(--accent-color);margin-bottom:.5rem;font-size:2.5rem}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:2rem}.testimonial-card .stars{color:#fbbf24;margin-bottom:1rem;font-size:1.2rem}.footer{border-top:1px solid var(--glass-border);background:#050505;width:100%;margin-top:4rem;padding:4rem 2rem 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.footer-brand h2{background:linear-gradient(90deg,#f97316,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:800}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--text-secondary);transition:color .3s}.footer-links a:hover{color:var(--accent-color)}.footer-bottom{max-width:1200px;color:var(--text-secondary);border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin:3rem auto 0;padding-top:2rem;font-size:.9rem;display:flex}.auth-container{justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:2rem;display:flex}.auth-card{width:100%;max-width:450px;padding:3rem 2.5rem}.auth-card h2{text-align:center;background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;display:block}.form-control{border:1px solid var(--glass-border);color:#fff;background:#0006;border-radius:8px;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;transition:all .3s}.form-control:focus{border-color:#818cf8;box-shadow:0 0 0 2px #818cf833}.product-details{flex-direction:column;gap:4rem;padding:2rem 0;display:flex}.product-hero-section{align-items:flex-start;gap:4rem;display:flex}.product-image-col{flex:1;justify-content:center;align-items:center;display:flex}.product-info-col{flex:1.2}.product-title{text-transform:uppercase;margin-bottom:.5rem;font-size:2.8rem;font-weight:900;line-height:1.1}.product-rating{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.stars-orange{color:var(--accent-color);letter-spacing:2px}.feature-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;display:flex}.tag{text-transform:uppercase;letter-spacing:.5px;background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;padding:.5rem .8rem;font-size:.75rem;font-weight:700}.pricing-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.price-card{cursor:pointer;background:#0009;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;padding:1.2rem;transition:all .2s;display:flex;position:relative}.price-card:hover,.price-card.active{border-color:var(--accent-color);background:#f973160d}.price-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.price-card .duration{text-transform:uppercase;font-size:1rem;font-weight:900}.price-card .price{text-align:right;font-size:1.6rem;font-weight:900}.price-card .old-price{color:var(--text-secondary);font-size:.8rem;text-decoration:line-through;display:block}.price-card .daily-price{color:var(--text-secondary);font-size:.8rem}.badge-discount{background:var(--accent-color);color:#fff;border-radius:4px;margin-top:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.badge-popular{color:#000;vertical-align:middle;background:#fbbf24;border-radius:4px;margin-left:.5rem;padding:.2rem .4rem;font-size:.65rem;font-weight:700}.action-buttons{flex-direction:column;gap:1rem;display:flex}.btn-large{text-transform:uppercase;border-radius:8px;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:800}.btn-dark{color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff1a}.btn-dark:hover{color:#fff;background:#ffffff14}.offer-alert{background:#0006;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;font-size:.9rem;display:flex}.offer-alert .timer{color:var(--accent-color);font-family:monospace;font-size:1.1rem;font-weight:700}.value-props{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.prop-card{border:1px solid var(--glass-border);background:linear-gradient(#ffffff0d 0%,#0000 100%);border-radius:12px;padding:1.5rem}.prop-card h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.prop-card p{color:var(--text-secondary);font-size:.9rem}.prop-card .prop-icon{text-transform:uppercase;color:var(--text-secondary);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.interface-section{text-align:center;padding:4rem 0}.interface-section h2{text-transform:uppercase;margin-bottom:1rem;font-size:3.5rem;font-weight:900}.interface-section>p{color:var(--text-secondary);max-width:600px;margin:0 auto 5rem;font-size:1.1rem}.interface-block{text-align:left;align-items:stretch;gap:2rem;margin-bottom:3rem;display:flex}.interface-block.reverse{flex-direction:row-reverse}.interface-img{border:1px solid var(--glass-border);background:#111;border-radius:16px;flex:1.5;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:hidden}.interface-img img{border-radius:8px;max-width:100%}.interface-text{border:1px solid var(--glass-border);background:#ffffff05;border-radius:16px;flex-direction:column;flex:1;justify-content:center;padding:3rem 2rem;display:flex}.step-number{color:var(--accent-color);letter-spacing:1px;margin-bottom:1rem;font-size:.85rem;font-weight:900;display:inline-block}.step-number span{color:#fbbf24;margin-right:.5rem}.interface-text h3{margin-bottom:1rem;font-size:2rem;line-height:1.2}.interface-text p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.interface-list{list-style:none}.interface-list li{background:#0006;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem;font-size:.95rem;font-weight:600;display:flex}.interface-list li:before{content:"";background:var(--accent-color);border-radius:50%;width:8px;height:8px;display:inline-block}.why-choose-section,.comparison-section{text-align:center;padding:4rem 0}.section-badge{border:1px solid var(--accent-color);color:var(--accent-color);letter-spacing:1px;border-radius:20px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:800;display:inline-block}.why-choose-section h2,.comparison-section h2{text-transform:uppercase;margin-bottom:1rem;font-size:3rem;font-weight:900}.why-choose-section>p,.comparison-section>p{color:var(--text-secondary);max-width:700px;margin:0 auto 4rem;font-size:1.1rem}.feature-grid-3x2{text-align:left;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feat-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;transition:transform .3s}.feat-card:hover{border-color:#fff3;transform:translateY(-5px)}.feat-icon{color:var(--accent-color);background:#f973161a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;font-size:1.5rem;display:flex}.feat-card h4{margin-bottom:.8rem;font-size:1.2rem}.feat-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.streamer-banner{border:1px solid var(--glass-border);background:linear-gradient(135deg,#ffffff08 0%,#ffffff14 100%);border-radius:20px;justify-content:space-between;align-items:center;margin:2rem 0;padding:4rem;display:flex}.streamer-content{text-align:left;flex:1.5}.streamer-badge{color:#fbbf24;background:#fbbf2433;border-radius:4px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.8rem;font-weight:700;display:inline-block}.streamer-content h2{margin-bottom:1rem;font-size:3rem;font-weight:900}.streamer-content p{color:var(--text-secondary);max-width:500px;font-size:1.1rem;line-height:1.6}.streamer-img{flex:1;justify-content:flex-end;display:flex}.resources-section{text-align:center;padding:4rem 0}.resources-section h2{margin-bottom:3rem;font-size:2.5rem;font-weight:900}.resources-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.res-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;padding:2.5rem 1.5rem}.res-icon{color:var(--accent-color);margin-bottom:1rem;font-size:2rem}.res-card h4{margin-bottom:1rem;font-size:1.3rem}.res-card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.lang-flags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.lang-tag{color:var(--text-secondary);background:#00000080;border:1px solid #ffffff1a;border-radius:12px;padding:.3rem .6rem;font-size:.75rem}.comparison-table{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;margin-top:2rem;overflow:hidden}.comp-header{border-bottom:1px solid var(--glass-border);color:var(--text-secondary);background:#0006;font-size:.9rem;font-weight:900;display:flex}.comp-row{border-bottom:1px solid #ffffff0d;display:flex}.comp-row:last-child{border-bottom:none}.comp-col{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.comp-col:first-child{text-align:left;flex:1.5;align-items:flex-start;font-weight:700}.comp-col.highlight{background:#f973160d;border-left:1px solid #f9731633;border-right:1px solid #f9731633}.comp-header .comp-col.highlight{color:var(--accent-color);border-top:2px solid var(--accent-color);font-size:1rem}.text-green{color:#10b981;font-size:1.2rem;font-weight:900}.text-red{color:#ef4444;font-size:1.2rem;font-weight:900}.text-yellow{color:#f59e0b;font-size:1.2rem;font-weight:900}.comp-col span{color:var(--text-secondary);margin-top:.3rem;font-size:.8rem;font-weight:400}.sticky-buy-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);z-index:100;background:#141414f2;border-radius:12px;align-items:center;gap:1.5rem;padding:1rem 1.5rem;animation:.5s ease-out slideUp;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 40px #000c}.sticky-info{flex-direction:column;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.navbar{z-index:50;background:#0f0f0ff2;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem 4rem;display:flex;position:sticky;top:0;box-shadow:0 4px 30px #0000004d}.nav-actions{align-items:center;gap:1rem;display:flex}.center-links{position:absolute;left:50%;transform:translate(-50%)}.lang-selector{cursor:pointer;background:#ffffff05;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1rem;font-size:.85rem}.cart-btn{color:#fff;cursor:pointer;background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem .8rem}.footer-new{background:#080808;border-top:1px solid #ffffff0d;margin-top:4rem;padding:4rem 2rem 1rem}.footer-top{justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto 3rem;display:flex}.footer-brand-col{flex:1.5}.footer-brand-col p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.social-icons{gap:1rem;display:flex}.social-icons span{cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.social-icons span:hover{background:#ffffff1a}.footer-links-col{flex-direction:column;flex:1;gap:1rem;display:flex}.footer-links-col h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.footer-links-col a{color:#ddd;font-size:.9rem;text-decoration:none}.footer-history-col{flex:1.5}.footer-history-col h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;text-align:right;margin-bottom:1rem;font-size:.85rem}.history-stats{border:1px solid #ffffff1a;border-radius:12px;display:flex;overflow:hidden}.h-stat{background:#ffffff05;border-right:1px solid #ffffff1a;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1rem;display:flex}.h-stat:last-child{border-right:none}.h-stat.highlight{border-top:2px solid var(--accent-color);background:#f973160d}.h-stat strong{color:#fff;margin:.3rem 0;font-size:1.3rem}.h-stat small{color:var(--text-secondary);font-size:.65rem;font-weight:700}.footer-payments{border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:2rem 0;display:flex}.payment-methods{gap:1rem;display:flex}.payment-methods span{background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.footer-bottom-bar{max-width:1200px;color:var(--text-secondary);justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;font-size:.8rem;display:flex}.testimonial-grid-2x2{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.test-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:2rem;position:relative}.test-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.test-avatar{background:#ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;font-weight:700;display:flex}.quote-icon{color:#ffffff1a;margin-left:auto;font-size:2.5rem;line-height:1}.test-card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.6}.test-verified{color:#10b981;font-size:.75rem;font-weight:700}.trust-section{text-align:center;padding:6rem 0}.trust-section h2{margin-bottom:1rem;font-size:2.8rem;font-weight:900}.trust-section p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem}.trust-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.trust-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:2rem}.trust-card h3{margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.trust-icon{margin-bottom:1rem;font-size:2rem;display:block}.faq-section-new{text-align:center;max-width:800px;margin:0 auto;padding:4rem 0}.faq-section-new h2{margin-bottom:1rem;font-size:3rem;font-weight:900}.faq-list{text-align:left;flex-direction:column;gap:1rem;display:flex}.faq-box{cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;justify-content:space-between;align-items:center;padding:1.5rem;font-weight:700;transition:all .2s;display:flex}.faq-box:hover{background:#ffffff0d}.faq-box .arrow{color:var(--text-secondary)}
