:root{--color-bg:#0b0c10;--color-surface:#1f2833;--color-surface-2:#2a323d;--color-surface-3:#353f4c;--color-border:#e5091426;--color-border-hover:#e5091466;--color-purple:#e50914;--color-purple-light:#ff3b47;--color-purple-dark:#b80710;--color-blue:#ff5c62;--color-blue-light:#ff8f94;--color-gold:#e50914;--color-gold-light:#ff3b47;--color-text-primary:#fff;--color-text-body:#e0e0e0;--color-text-secondary:#c5c6c7;--color-text-muted:#8e8e93;--color-success:#22c55e;--color-error:#ef4444;--grad-purple:linear-gradient(135deg, #e50914 0%, #b80710 100%);--grad-gold:linear-gradient(135deg, #e50914 0%, #ff8f94 100%);--grad-dark:linear-gradient(180deg, #1f2833 0%, #0b0c10 100%);--grad-hero:linear-gradient(135deg, #e5091426 0%, #e5091414 50%, #ff8f940d 100%);--grad-card:linear-gradient(135deg, #e5091414 0%, #ff8f940a 100%);--font-heading:"Aeonik", "Plus Jakarta Sans", sans-serif;--font-body:"Aspekta", "Inter", sans-serif;--font-mono:"Aeonik Mono", "Aeonik Fono", "JetBrains Mono", monospace;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:40px;--space-2xl:64px;--space-3xl:96px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-pill:9999px;--shadow-sm:0 2px 8px #0006;--shadow-md:0 8px 32px #00000080;--shadow-lg:0 20px 60px #0009;--shadow-purple:0 0 40px #e509144d;--shadow-gold:0 0 30px #e5091433;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text-body);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}.text-gradient{background:var(--grad-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-gold{background:var(--grad-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-3xl) 0}.section-sm{padding:var(--space-2xl) 0}.glass{-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border);background:#ffffff0a}.glass-strong{-webkit-backdrop-filter:blur(20px);border:1px solid var(--color-border);background:#12121ad9}.btn{align-items:center;gap:var(--space-sm);border-radius:var(--radius-pill);font-family:var(--font-heading);letter-spacing:.01em;transition:all var(--transition-base);cursor:pointer;white-space:nowrap;padding:14px 28px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";transition:background var(--transition-fast);background:#fff0;position:absolute;inset:0}.btn:hover:after{background:#ffffff14}.btn:active:after{background:#ffffff29}.btn-primary{background:var(--grad-purple);color:#fff;box-shadow:0 4px 20px #e5091466}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #e509148c}.btn-gold{background:var(--grad-gold);color:#fff;box-shadow:0 4px 20px #e5091459}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 32px #e5091480}.btn-outline{color:var(--color-text-primary);border:1px solid var(--color-border-hover);background:0 0}.btn-outline:hover{border-color:var(--color-purple);background:#e509141a;transform:translateY(-2px)}.btn-ghost{color:var(--color-text-secondary);background:0 0;padding:10px 20px}.btn-ghost:hover{color:var(--color-text-primary)}.btn-lg{padding:18px 36px;font-size:1.05rem}.btn-sm{padding:10px 20px;font-size:.85rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-base)}.card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-md);transform:translateY(-4px)}.card-gradient{background:var(--grad-card);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.badge{border-radius:var(--radius-pill);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-purple{color:var(--color-purple-light);background:#e5091426;border:1px solid #e509144d}.badge-gold{color:var(--color-gold-light);background:#e5091426;border:1px solid #e509144d}.badge-success{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.section-eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--color-purple-light);margin-bottom:var(--space-md);font-size:.72rem;font-weight:700}.section-title{font-family:var(--font-heading);margin-bottom:var(--space-md);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.section-subtitle{color:var(--color-text-secondary);max-width:600px;font-size:1.1rem;line-height:1.7}.text-center{text-align:center}.text-center .section-subtitle{margin:0 auto}.divider{background:var(--grad-purple);border-radius:var(--radius-pill);width:60px;height:3px;margin:var(--space-md) 0}.divider-center{margin:var(--space-md) auto}.grid-2{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #e509144d}50%{box-shadow:0 0 50px #e5091499}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in-up{animation:.7s both fadeInUp}.animate-fade-in{animation:.6s both fadeIn}.animate-float{animation:4s ease-in-out infinite float}.animate-pulse-glow{animation:2.5s ease-in-out infinite pulse-glow}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-purple-dark);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-purple)}.form-group{gap:var(--space-xs);flex-direction:column;display:flex}.form-label{color:var(--color-text-secondary);letter-spacing:.02em;font-size:.85rem;font-weight:500}.form-input{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:14px 16px;font-size:.95rem}.form-input::placeholder{color:var(--color-text-muted)}.form-input:focus{border-color:var(--color-purple);box-shadow:0 0 0 3px #e5091426}.form-textarea{resize:vertical;min-height:120px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.w-full{width:100%}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:var(--space-2xl) 0}.section-sm{padding:var(--space-xl) 0}.container{padding:0 var(--space-md)}}.page-hero{padding:calc(80px + var(--space-3xl)) 0 var(--space-3xl);text-align:center;background:var(--color-bg);position:relative;overflow:hidden}.page-hero__glow{pointer-events:none;z-index:0;background:radial-gradient(at 50% 0,#e509142e 0%,#0000 70%);width:700px;height:400px;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-hero__content{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.home__why-card{border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-md);flex-direction:column;min-width:240px;display:flex}.home__why-card-row{align-items:center;gap:var(--space-md);color:var(--color-text-secondary);flex-wrap:wrap;font-size:.88rem;display:flex}.home__why-card-row .badge{margin-left:auto}.home__cta-banner{background:var(--color-surface)}.home__cta-inner{border-radius:var(--radius-xl);padding:var(--space-3xl);text-align:center;flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}.home__cta-glow{pointer-events:none;background:radial-gradient(#e5091414 0%,#0000 70%);position:absolute;inset:0}.home__cta-title{font-family:var(--font-heading);margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.home__cta-sub{color:var(--color-text-secondary);margin-bottom:var(--space-xl);font-size:1rem}.home__cta-btns{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.navbar{z-index:1000;transition:all var(--transition-base);padding:20px 0;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#0b0c10f2;padding:14px 0;box-shadow:0 4px 30px #0006}.navbar__inner{justify-content:space-between;align-items:center;gap:var(--space-lg);display:flex}.navbar__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar__logo-img{object-fit:contain;filter:drop-shadow(0 0 12px #e5091459);width:auto;height:44px;transition:filter var(--transition-base)}.navbar__logo:hover .navbar__logo-img{filter:drop-shadow(0 0 20px #e5091499)}.navbar__links{align-items:center;gap:var(--space-xs);display:flex}.navbar__link{color:var(--color-text-secondary);border-radius:var(--radius-pill);transition:all var(--transition-fast);padding:8px 14px;font-size:.9rem;font-weight:500;text-decoration:none}.navbar__link:hover{color:var(--color-text-primary);background:#ffffff0f}.navbar__link--active{color:var(--color-purple-light);background:#e509141f}.navbar__actions{align-items:center;gap:var(--space-md);display:flex}.navbar__cta{white-space:nowrap}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.navbar__hamburger span{background:var(--color-text-primary);width:100%;height:2px;transition:all var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.navbar__hamburger--open span:first-child{transform:rotate(45deg)translate(6px,6px)}.navbar__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.navbar__mobile{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#0a0a0ff7;max-height:0;transition:max-height .4s;display:none;position:absolute;top:100%;left:0;right:0;overflow:hidden}.navbar__mobile--open{max-height:400px}.navbar__mobile-links{padding:var(--space-md) var(--space-lg) var(--space-lg);gap:var(--space-xs);flex-direction:column;display:flex}.navbar__mobile-link{color:var(--color-text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);border:1px solid #0000;padding:14px 16px;font-size:1rem;font-weight:500;text-decoration:none}.navbar__mobile-link:hover{color:var(--color-text-primary);background:#ffffff0d}.navbar__mobile-link--active{color:var(--color-purple-light);background:#e509141a;border-color:#e5091433}@media (width<=768px){.navbar__links,.navbar__cta{display:none}.navbar__hamburger{display:flex}.navbar__mobile{display:block}}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:var(--space-3xl) 0 var(--space-lg);position:relative;overflow:hidden}.footer__glow{pointer-events:none;background:radial-gradient(#e5091414 0%,#0000 70%);width:600px;height:300px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.footer__top{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:2fr 1fr 1fr 160px;display:grid}.footer__logo{margin-bottom:var(--space-md);display:inline-block}.footer__logo-img{object-fit:contain;filter:drop-shadow(0 0 10px #e5091440);width:auto;height:40px;transition:filter var(--transition-base)}.footer__logo:hover .footer__logo-img{filter:drop-shadow(0 0 18px #e5091480)}.footer__tagline{color:var(--color-text-muted);margin-bottom:var(--space-lg);max-width:300px;font-size:.88rem;line-height:1.7}.footer__contacts{gap:var(--space-sm);flex-direction:column;display:flex}.footer__contact-link{color:var(--color-text-muted);transition:color var(--transition-fast);border-radius:var(--radius-sm);align-items:center;gap:10px;padding:4px 0;font-size:.83rem;text-decoration:none;display:flex}.footer__contact-link svg{flex-shrink:0}.footer__contact-link--telegram:hover{color:#29aef5}.footer__contact-link--whatsapp:hover{color:#25d366}.footer__contact-link--email:hover{color:var(--color-gold-light)}.footer__col-title{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:var(--space-lg);font-size:.78rem;font-weight:700}.footer__col-links{gap:var(--space-sm);flex-direction:column;display:flex}.footer__col-link{color:var(--color-text-muted);transition:color var(--transition-fast);font-size:.9rem;text-decoration:none}.footer__col-link:hover{color:var(--color-purple-light)}.footer__qr-col{flex-direction:column;display:flex}.footer__qr{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--color-border);width:120px;height:120px;transition:border-color var(--transition-base);margin-top:0}.footer__qr:hover{border-color:#27aefe66}.footer__qr-label{color:var(--color-text-muted);margin-top:var(--space-sm);max-width:120px;font-size:.72rem;line-height:1.4}.footer__bottom{padding-top:var(--space-lg);border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.footer__copy{color:var(--color-text-muted);font-size:.82rem}@media (width<=1100px){.footer__top{gap:var(--space-xl);grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.footer__qr-col{align-items:flex-start;gap:var(--space-md);flex-direction:row}.footer__qr-col .footer__col-title{white-space:nowrap;margin-bottom:0}}@media (width<=640px){.footer__top{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column}.footer__qr-col{flex-direction:column}}.marquee{-webkit-user-select:none;user-select:none;pointer-events:none;flex-direction:column;gap:10px;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.marquee-section:hover .marquee__track{animation-play-state:paused}.marquee__wrapper{width:100%;overflow:hidden}.marquee__track{will-change:transform;gap:10px;width:max-content;display:flex}.marquee__track--left{animation:scrollLeft var(--speed,50s) linear infinite}.marquee__track--right{animation:scrollRight var(--speed,50s) linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}@keyframes scrollRight{0%{transform:translate(-33.3333%)}to{transform:translate(0)}}.marquee__poster{pointer-events:auto;cursor:pointer;border-radius:10px;flex-shrink:0;width:130px;height:195px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.marquee__poster:hover{z-index:10;transform:scale(1.08)translateY(-6px);box-shadow:0 16px 40px #000000b3,0 0 0 2px #e5091466}.marquee__poster img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.marquee__poster:hover img{transform:scale(1.04)}.marquee__poster-hover{opacity:0;background:linear-gradient(#0000 0%,#0a0a0f66 50%,#0a0a0ff2 100%);flex-direction:column;justify-content:flex-end;gap:4px;padding:10px 8px;transition:opacity .25s;display:flex;position:absolute;inset:0}.marquee__poster:hover .marquee__poster-hover{opacity:1}.marquee__poster-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-weight:600;line-height:1.3;overflow:hidden}.marquee__poster-rating{color:#f0ce6a;letter-spacing:.04em;font-size:.64rem;font-weight:700}.marquee__skeleton-row{gap:10px;display:flex}.marquee__skeleton-card{background:linear-gradient(90deg, var(--color-surface) 25%, var(--color-surface-2) 50%, var(--color-surface) 75%);background-size:200% 100%;border-radius:10px;flex-shrink:0;width:130px;height:195px;animation:1.8s ease-in-out infinite shimmer}.hero-grid{transform-style:preserve-3d;flex-shrink:0;grid-template-rows:repeat(3,195px);grid-template-columns:repeat(3,130px);gap:10px;display:grid;position:relative;transform:perspective(900px)rotateY(-8deg)rotateX(3deg)}.hero-grid__poster{animation:heroFloat calc(4s + calc(var(--i) * .5s)) ease-in-out infinite alternate;border-radius:10px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080}.hero-grid__poster img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.hero-grid__poster:hover img{transform:scale(1.05)}.hero-grid__poster--0{margin-top:0}.hero-grid__poster--1{margin-top:20px}.hero-grid__poster--2{margin-top:-10px}.hero-grid__poster--3{margin-top:10px}.hero-grid__poster--4{margin-top:-20px}.hero-grid__poster--5{margin-top:5px}.hero-grid__poster--6{margin-top:15px}.hero-grid__poster--7{margin-top:-15px}.hero-grid__poster--8{margin-top:0}@keyframes heroFloat{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.hero-grid__rating{color:#fff;letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#e50914f2;border-radius:6px;padding:3px 7px;font-size:.62rem;font-weight:800;position:absolute;bottom:8px;right:8px}.hero-grid__fade{background:linear-gradient(to right, var(--color-bg), transparent);pointer-events:none;z-index:1;width:80px;position:absolute;top:0;bottom:0;left:-1px}.hero-grid--loading .hero-grid__skeleton{background:linear-gradient(90deg, var(--color-surface) 25%, var(--color-surface-2) 50%, var(--color-surface) 75%);background-size:200% 100%;border-radius:10px;animation:1.8s ease-in-out infinite shimmer}@media (width<=900px){.hero-grid{display:none}}.reveal{opacity:0;transition:opacity .7s ease calc(var(--delay,0s)), transform .7s ease calc(var(--delay,0s));transform:translateY(28px)}.reveal.revealed{opacity:1;transform:translateY(0)}.home__showcase{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-xl);overflow:hidden}.home__showcase-header{text-align:center;margin-bottom:var(--space-xl)}.home__showcase-cta{margin-top:var(--space-xl);justify-content:center;display:flex}.home__hero{background:var(--color-bg);min-height:100vh;padding:100px 0 var(--space-3xl);align-items:center;display:flex;position:relative;overflow:hidden}.home__hero-glow{pointer-events:none;z-index:0;background:radial-gradient(at 30%,#e509142e 0%,#0000 60%),radial-gradient(at 70% 20%,#e5091414 0%,#0000 50%);position:absolute;inset:0}.home__hero-inner{z-index:1;justify-content:space-between;align-items:center;gap:var(--space-3xl);display:flex;position:relative}.home__hero-content{align-items:flex-start;gap:var(--space-lg);flex-direction:column;flex:1;max-width:600px;display:flex}.home__hero-eyebrow{margin-bottom:var(--space-lg)}.home__hero-title{letter-spacing:-.02em;margin-bottom:var(--space-lg);font-size:clamp(3rem,8vw,5.5rem);font-weight:900;line-height:1}.home__hero-subtitle{color:var(--color-text-secondary);max-width:600px;margin-bottom:var(--space-xl);font-size:clamp(1rem,2vw,1.25rem);line-height:1.75}.home__hero-subtitle strong{color:var(--color-text-primary)}.home__hero-ctas{gap:var(--space-md);flex-wrap:wrap;display:flex}.home__hero-contact{align-items:center;gap:var(--space-lg);margin-top:var(--space-md);flex-wrap:wrap;display:flex}.home__hero-contact-link{color:var(--color-text-secondary);transition:color var(--transition-fast);align-items:center;gap:8px;font-size:.88rem;text-decoration:none;display:inline-flex}.home__hero-contact-link:hover{color:var(--color-gold-light)}.home__hero-contact-divider{color:var(--color-text-muted)}.home__hero-scroll{flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.home__hero-scroll-mouse{border:2px solid #ffffff4d;border-radius:13px;justify-content:center;width:26px;height:40px;padding-top:6px;display:flex}.home__hero-scroll-dot{background:var(--color-gold);border-radius:2px;width:4px;height:8px;animation:1.8s ease-in-out infinite scrollDot}@keyframes scrollDot{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(10px)}}.home__particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.home__particle{background:radial-gradient(circle,#e5091466,#0000);border-radius:50%;animation:linear infinite particleFloat;position:absolute}.home__particle--1{width:4px;height:4px;animation-duration:8s;animation-delay:0s;top:20%;left:10%}.home__particle--2{width:6px;height:6px;animation-duration:12s;animation-delay:2s;top:60%;left:20%}.home__particle--3{width:3px;height:3px;animation-duration:9s;animation-delay:4s;top:30%;left:70%}.home__particle--4{width:5px;height:5px;animation-duration:11s;animation-delay:1s;top:70%;left:80%}.home__particle--5{width:4px;height:4px;animation-duration:10s;animation-delay:3s;top:50%;left:50%}.home__particle--6{width:3px;height:3px;animation-duration:13s;animation-delay:5s;top:10%;left:90%}@keyframes particleFloat{0%{transform:translateY(0) opacity: 0}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh)}}.home__stats{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-xl) 0}.home__stats-grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.home__stat{text-align:center;padding:var(--space-md);border-right:1px solid var(--color-border)}.home__stat:last-child{border-right:none}.home__stat-value{font-family:var(--font-heading);margin-bottom:var(--space-xs);font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1;display:block}.home__stat-label{color:var(--color-text-muted);letter-spacing:.05em;font-size:.85rem}.home__paths{background:var(--color-bg)}.home__paths-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.home__path-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-xl);gap:var(--space-md);flex-direction:column;transition:all .4s;display:flex;position:relative;overflow:hidden}.home__path-card:before{content:"";border-radius:var(--radius-xl) var(--radius-xl) 0 0;opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.home__path-card--purple:before{background:var(--grad-purple)}.home__path-card--gold:before{background:var(--grad-gold)}.home__path-card--blue:before{background:linear-gradient(90deg, var(--color-blue), var(--color-purple))}.home__path-card:hover:before{opacity:1}.home__path-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.home__path-card--purple:hover{box-shadow:0 20px 60px #e5091433}.home__path-card--gold:hover{box-shadow:0 20px 60px #e5091426}.home__path-card--blue:hover{box-shadow:0 20px 60px #ff5c6233}.home__path-card-header{justify-content:space-between;align-items:center;display:flex}.home__path-card-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:52px;height:52px;display:flex}.home__path-card-icon--purple{color:var(--color-purple-light);background:#e5091426}.home__path-card-icon--gold{color:var(--color-gold-light);background:#e5091426}.home__path-card-icon--blue{color:var(--color-blue-light);background:#ff5c6226}.home__path-card-title{font-family:var(--font-heading);font-size:1.4rem;font-weight:700}.home__path-card-desc{color:var(--color-text-secondary);flex:1;font-size:.95rem;line-height:1.7}.home__path-card-features{flex-direction:column;gap:10px;display:flex}.home__path-card-feature{align-items:center;gap:var(--space-sm);color:var(--color-text-secondary);font-size:.88rem;display:flex}.home__path-card-check{width:20px;height:20px;color:var(--color-purple-light);background:#7b3fe426;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home__path-card-btn{width:100%;margin-top:var(--space-sm);justify-content:center}.home__why{background:var(--color-surface)}.home__why-inner{border-radius:var(--radius-xl);padding:var(--space-3xl);gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative;overflow:hidden}.home__why-text{z-index:1;position:relative}.home__why-points{gap:var(--space-lg);margin-top:var(--space-xl);flex-direction:column;display:flex}.home__why-point{gap:var(--space-md);align-items:flex-start;display:flex}.home__why-point-icon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-purple-light);background:#7b3fe41f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home__why-point strong{color:var(--color-text-primary);margin-bottom:4px;font-weight:600;display:block}.home__why-point p{color:var(--color-text-muted);font-size:.9rem}.home__why-visual{justify-content:center;align-items:center;min-height:300px;display:flex;position:relative}.home__why-orb{filter:blur(60px);border-radius:50%;position:absolute}.home__why-orb--1{background:#7b3fe433;width:300px;height:300px;animation:5s ease-in-out infinite float;top:-50px;right:-50px}.home__why-orb--2{background:#d4af3726;width:200px;height:200px;animation:7s ease-in-out infinite reverse float;bottom:-30px;left:20px}.home__why-card{z-index:1;border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-md);flex-direction:column;min-width:280px;animation:6s ease-in-out infinite float;display:flex;position:relative}.home__why-card-row{align-items:center;gap:var(--space-md);color:var(--color-text-secondary);font-size:.9rem;display:flex}.home__why-card-row span:nth-child(2){flex:1}.home__why-card-row span:first-child{font-size:1.2rem}.home__testimonials{background:var(--color-bg)}.home__testimonials-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.home__testimonial{padding:var(--space-xl);gap:var(--space-md);border-radius:var(--radius-lg);flex-direction:column;display:flex}.home__testimonial-stars{color:var(--color-gold);letter-spacing:2px;font-size:1rem}.home__testimonial-quote{color:var(--color-text-secondary);flex:1;font-size:.95rem;font-style:italic;line-height:1.75}.home__testimonial-author{align-items:center;gap:var(--space-md);margin-top:auto;display:flex}.home__testimonial-stars{color:var(--color-gold);gap:3px;display:flex}.home__testimonial-avatar{background:var(--grad-purple);width:44px;height:44px;font-family:var(--font-heading);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.home__testimonial-name{font-size:.9rem;font-weight:600;display:block}.home__testimonial-role{color:var(--color-text-muted);font-size:.78rem}.home__cta-banner{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.home__cta-inner{text-align:center;padding:var(--space-3xl) 0;position:relative;overflow:hidden}.home__cta-glow{pointer-events:none;background:radial-gradient(#7b3fe426 0%,#0000 70%);width:600px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home__hero-title{font-family:var(--font-heading);letter-spacing:-.02em;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:900;line-height:1.08}.home__hero-subtitle{color:var(--color-text-secondary);max-width:520px;font-size:1.05rem;line-height:1.75}.home__hero-ctas{align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.home__cta-title{margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,3rem);font-weight:800;position:relative}.home__cta-sub{color:var(--color-text-secondary);margin-bottom:var(--space-xl);font-size:1rem;position:relative}.home__cta-btns{justify-content:center;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex;position:relative}@media (width<=1024px){.home__paths-grid,.home__testimonials-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.home__why-inner{grid-template-columns:1fr}.home__why-visual{display:none}}@media (width<=768px){.home__stats-grid{grid-template-columns:repeat(2,1fr)}.home__stat{border-right:none;border-bottom:1px solid var(--color-border)}.home__stat:nth-child(2n){border-right:none}.home__stat:last-child,.home__stat:nth-last-child(2){border-bottom:none}.home__why-inner{padding:var(--space-xl)}}.cbrowser__tabs{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.cbrowser__tab{border-radius:var(--radius-pill);color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;transition:all var(--transition-fast);font-size:.88rem;font-weight:500;font-family:var(--font-body);padding:10px 22px}.cbrowser__tab:hover{color:var(--color-text-primary);border-color:var(--color-border-hover)}.cbrowser__tab--active{background:var(--grad-purple);color:#fff;border-color:#0000;box-shadow:0 4px 16px #e5091459}.cbrowser__grid{gap:var(--space-md);grid-template-columns:repeat(6,1fr);animation:.4s fadeIn;display:grid}@media (width<=1200px){.cbrowser__grid{grid-template-columns:repeat(5,1fr)}}@media (width<=960px){.cbrowser__grid{grid-template-columns:repeat(4,1fr)}}@media (width<=700px){.cbrowser__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.cbrowser__grid{grid-template-columns:repeat(2,1fr)}}.cbrowser__card{cursor:pointer;flex-direction:column;gap:6px;display:flex}.cbrowser__card-img-wrap{aspect-ratio:2/3;border-radius:var(--radius-md);background:var(--color-surface-2);position:relative;overflow:hidden}.cbrowser__card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.cbrowser__card:hover .cbrowser__card-img{transform:scale(1.06)}.cbrowser__card-overlay{opacity:0;background:linear-gradient(#0000 50%,#0a0a0fe6 100%);flex-direction:column;justify-content:flex-end;gap:5px;padding:10px 8px;transition:opacity .25s;display:flex;position:absolute;inset:0}.cbrowser__card:hover .cbrowser__card-overlay{opacity:1}.cbrowser__card-rating{color:#f0ce6a;font-size:.72rem;font-weight:700}.cbrowser__card-meta-top{justify-content:space-between;align-items:center;width:100%;margin-bottom:2px;display:flex}.cbrowser__card-res{font-family:var(--font-mono);color:var(--color-text-body);letter-spacing:.06em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff26;border-radius:4px;padding:2px 5px;font-size:.58rem;font-weight:700}.cbrowser__card-type{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-pill);align-self:flex-start;padding:3px 8px;font-size:.65rem;font-weight:700}.cbrowser__card-type--movie{color:#fff;background:#e50914d9}.cbrowser__card-type--tv{color:#fff;background:#c5c6c740;border:1px solid #ffffff1a}.cbrowser__card-title{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;transition:color var(--transition-fast);font-size:.78rem;font-weight:600;overflow:hidden}.cbrowser__card:hover .cbrowser__card-title{color:var(--color-text-primary)}.cbrowser__card-year{font-family:var(--font-mono);color:var(--color-text-muted);letter-spacing:.05em;font-size:.7rem}.cbrowser__grid--loading .cbrowser__skeleton{aspect-ratio:2/3;border-radius:var(--radius-md);background:linear-gradient(90deg, var(--color-surface) 25%, var(--color-surface-2) 50%, var(--color-surface) 75%);background-size:200% 100%;animation:1.8s ease-in-out infinite shimmer}.cbrowser__note{margin-top:var(--space-lg);text-align:center;color:var(--color-text-muted);font-size:.75rem;line-height:1.5}.subs__hero{background:var(--color-bg);min-height:80vh;padding:120px 0 var(--space-3xl);align-items:center;display:flex;position:relative;overflow:hidden}.subs__hero-bg{z-index:0;position:absolute;inset:0}.subs__hero-bg-img{object-fit:cover;opacity:.45;width:100%;height:100%}.subs__hero-bg-overlay{background:linear-gradient(#0a0a0f4d 0%,#0a0a0fd9 100%);position:absolute;inset:0}.subs__hero-bg-fallback{background:radial-gradient(ellipse at 30% 40%, #7b3fe426 0%, transparent 60%), radial-gradient(ellipse at 70% 60%, #d4af3714 0%, transparent 50%), var(--color-bg);position:absolute;inset:0}.subs__hero-content{z-index:1;align-items:center;gap:var(--space-lg);text-align:center;flex-direction:column;display:flex;position:relative}.subs__hero-title{font-family:var(--font-heading);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.05}.subs__hero-subtitle{color:var(--color-text-secondary);max-width:700px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.subs__hero-posters{gap:var(--space-sm);padding:var(--space-sm) 0;scrollbar-width:none;-ms-overflow-style:none;max-width:100%;display:flex;overflow-x:auto}.subs__hero-posters::-webkit-scrollbar{display:none}.subs__hero-poster{border-radius:var(--radius-md);border:1px solid var(--color-border);width:110px;height:165px;transition:transform var(--transition-base), box-shadow var(--transition-base);flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 4px 20px #0006}.subs__hero-poster:hover{z-index:2;transform:translateY(-6px)scale(1.05);box-shadow:0 8px 30px #7b3fe44d}.subs__hero-poster img{object-fit:cover;width:100%;height:100%}.subs__hero-poster-overlay{color:var(--color-gold-light);opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(#0000 0%,#000000e6 100%);padding:6px 8px;font-size:.75rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.subs__hero-poster:hover .subs__hero-poster-overlay{opacity:1}.subs__hero-posters-more{border-radius:var(--radius-md);border:1px dashed var(--color-border);width:110px;height:165px;color:var(--color-purple-light);text-align:center;padding:var(--space-sm);background:#7b3fe414;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;font-size:.8rem;font-weight:600;display:flex}.subs__hero-posters-more span:first-child{background:var(--grad-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800}.subs__browser{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.page-hero__glow{pointer-events:none;background:radial-gradient(#7b3fe41f 0%,#0000 70%);width:800px;height:400px;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-hero__content{z-index:1;align-items:center;gap:var(--space-md);flex-direction:column;display:flex;position:relative}.subs__toggle{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);margin-top:var(--space-md);gap:4px;padding:4px;display:inline-flex}.subs__toggle-btn{border-radius:var(--radius-pill);color:var(--color-text-muted);transition:all var(--transition-base);cursor:pointer;align-items:center;gap:var(--space-sm);background:0 0;border:none;padding:10px 24px;font-size:.9rem;font-weight:500;display:flex;position:relative}.subs__toggle-btn--active{background:var(--grad-purple);color:#fff;box-shadow:0 2px 12px #7b3fe459}.subs__toggle-save{color:var(--color-gold-light);border-radius:var(--radius-pill);background:#d4af3733;border:1px solid #d4af374d;padding:2px 8px;font-size:.72rem}.subs__plans{background:var(--color-bg)}.subs__plans-grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);align-items:stretch;padding-top:20px;display:grid}.subs__plan-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-xl);gap:var(--space-md);transition:all var(--transition-base);flex-direction:column;display:flex;position:relative;overflow:visible}.subs__plan-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-md);transform:translateY(-4px)}.subs__plan-card--highlighted{background:var(--color-surface-2);border:2px solid var(--color-purple);box-shadow:var(--shadow-purple);transform:scale(1.02)}.subs__plan-card--highlighted:hover{transform:scale(1.02)translateY(-4px)}.subs__plan-badge{white-space:nowrap;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.subs__plan-header{text-align:center;padding-top:var(--space-sm)}.subs__plan-name{font-family:var(--font-heading);margin-bottom:4px;font-size:1.2rem;font-weight:700}.subs__plan-period{color:var(--color-text-muted);letter-spacing:.04em;font-size:.82rem}.subs__plan-price{text-align:center;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-md) 0}.subs__plan-amount{font-family:var(--font-heading);background:var(--grad-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:900}.subs__plan-per{color:var(--color-text-muted);margin-left:4px;font-size:.85rem}.subs__plan-equivalent{color:var(--color-gold-light);margin-top:4px;font-size:.78rem;display:block}.subs__plan-features{flex-direction:column;flex:1;gap:10px;display:flex}.subs__plan-feature{color:var(--color-text-secondary);align-items:center;gap:10px;font-size:.87rem;display:flex}.subs__plan-check{color:var(--color-success);flex-shrink:0;align-items:center;font-weight:700;display:flex}.subs__plan-cta{justify-content:center;gap:8px;width:100%}.subs__order-note{margin-top:var(--space-xl)}.subs__order-note-inner{border-radius:var(--radius-lg);padding:var(--space-md) var(--space-xl);text-align:center;color:var(--color-text-secondary);justify-content:center;align-items:center;gap:var(--space-sm);flex-wrap:wrap;font-size:.9rem;display:flex}.subs__order-note-inner a{color:var(--color-purple-light);transition:color var(--transition-fast);align-items:center;gap:4px;font-weight:600;text-decoration:none;display:inline-flex}.subs__order-note-inner a:hover{color:var(--color-gold-light)}.subs__order-note-inner strong{color:var(--color-text-primary)}.subs__note{text-align:center;margin-top:var(--space-xl);color:var(--color-text-muted);font-size:.85rem}.subs__features{background:var(--color-surface);border-top:1px solid var(--color-border)}.subs__features-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.subs__feature-card{padding:var(--space-xl);gap:var(--space-sm);flex-direction:column;display:flex}.subs__feature-icon{color:var(--color-purple-light);margin-bottom:var(--space-xs);font-size:2rem;line-height:1}.subs__feature-title{font-family:var(--font-heading);font-size:1rem;font-weight:700}.subs__feature-desc{color:var(--color-text-muted);font-size:.88rem;line-height:1.6}.subs__faq{background:var(--color-bg)}.subs__faq-list{gap:var(--space-sm);flex-direction:column;max-width:760px;margin:0 auto;display:flex}.subs__faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast);overflow:hidden}.subs__faq-item--open{border-color:var(--color-purple)}.subs__faq-question{width:100%;padding:var(--space-lg);color:var(--color-text-primary);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:var(--space-md);transition:color var(--transition-fast);background:0 0;border:none;font-size:.95rem;font-weight:600;display:flex}.subs__faq-question:hover{color:var(--color-purple-light)}.subs__faq-chevron{color:var(--color-purple-light);transition:transform var(--transition-base);flex-shrink:0;font-size:1.4rem}.subs__faq-answer{max-height:0;transition:max-height .4s;overflow:hidden}.subs__faq-item--open .subs__faq-answer{max-height:200px}.subs__faq-answer p{padding:0 var(--space-lg) var(--space-lg);color:var(--color-text-secondary);font-size:.92rem;line-height:1.7}.subs__modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;padding:var(--space-md);background:#000000bf;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.subs__modal{border-radius:var(--radius-xl);width:100%;max-width:480px;padding:var(--space-2xl);gap:var(--space-lg);flex-direction:column;animation:.3s fadeInUp;display:flex;position:relative}.subs__modal-close{top:var(--space-md);right:var(--space-md);background:var(--color-surface-2);border:1px solid var(--color-border);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute}.subs__modal-close:hover{color:var(--color-error);border-color:var(--color-error);background:#ef444433}.subs__modal-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.subs__modal-price{font-family:var(--font-heading);color:var(--color-text-muted);margin-top:-var(--space-sm);font-size:1.1rem;font-weight:600}.subs__modal-form{gap:var(--space-md);flex-direction:column;display:flex}.subs__modal-header{flex-direction:column;gap:6px;display:flex}.subs__modal-save{color:var(--color-gold-light);font-weight:600}.subs__modal-desc{color:var(--color-text-secondary);font-size:.92rem;line-height:1.65}.subs__modal-channels{gap:var(--space-sm);flex-direction:column;display:flex}.subs__modal-channel{align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);border:1px solid var(--color-border);transition:all var(--transition-base);color:var(--color-text-primary);text-decoration:none;display:flex}.subs__modal-channel div{flex-direction:column;flex:1;gap:2px;display:flex}.subs__modal-channel div strong{font-size:.92rem;font-weight:600}.subs__modal-channel div span{color:var(--color-text-muted);font-size:.8rem}.subs__modal-channel:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.subs__modal-channel--telegram{color:#29aef5;background:#27aefe14;border-color:#27aefe40}.subs__modal-channel--telegram:hover{background:#27aefe26;border-color:#27aefe80}.subs__modal-channel--whatsapp{color:#25d366;background:#25d36614;border-color:#25d36640}.subs__modal-channel--whatsapp:hover{background:#25d36626;border-color:#25d36680}.subs__modal-channel--email{color:var(--color-gold-light);background:#d4af3714;border-color:#d4af3740}.subs__modal-channel--email:hover{background:#d4af3726;border-color:#d4af3780}@media (width<=1100px){.subs__plans-grid{grid-template-columns:repeat(2,1fr)}.subs__plan-card--highlighted{transform:none}}@media (width<=768px){.subs__plans-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.subs__features-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.subs__features-grid{grid-template-columns:1fr}}.reseller{background:var(--color-bg)}.reseller__hero{position:relative}.reseller__hero-glow{background:radial-gradient(at 50% 60%,#d4af3724 0%,#0000 70%)!important}.reseller__explainer{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-xl) 0}.reseller__explainer-inner{border-radius:var(--radius-xl);padding:var(--space-xl) var(--space-2xl);gap:var(--space-xl);grid-template-columns:56px 1fr auto;align-items:center;display:grid}.reseller__explainer-icon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--color-gold-light);background:#d4af371f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.reseller__explainer-title{font-family:var(--font-heading);margin-bottom:var(--space-xs);font-size:1.1rem;font-weight:700}.reseller__explainer-desc{color:var(--color-text-secondary);font-size:.9rem;line-height:1.65}.reseller__explainer-example{border-radius:var(--radius-lg);padding:var(--space-md) var(--space-lg);gap:var(--space-sm);background:#d4af3712;border:1px solid #d4af3733;flex-direction:column;min-width:260px;display:flex}.reseller__explainer-example p{color:var(--color-text-secondary);font-size:.85rem;line-height:1.55}.reseller__packages{background:var(--color-bg)}.reseller__packages-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);align-items:stretch;padding-top:20px;display:grid}.reseller__pkg-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-xl);gap:var(--space-md);transition:all var(--transition-base);flex-direction:column;display:flex;position:relative;overflow:visible}.reseller__pkg-card:hover{border-color:var(--color-border-hover);transform:translateY(-4px);box-shadow:0 20px 50px #0000004d}.reseller__pkg-card--hot{border-color:var(--color-gold);background:linear-gradient(135deg, #d4af370d 0%, var(--color-surface) 100%);box-shadow:0 0 40px #d4af371f}.reseller__pkg-card--hot:hover{border-color:var(--color-gold-light);box-shadow:0 20px 60px #d4af3733}.reseller__pkg-badge{white-space:nowrap;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.reseller__pkg-header{padding-top:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.reseller__pkg-name{font-family:var(--font-heading);font-size:1.3rem;font-weight:700}.reseller__pkg-credits{align-items:baseline;gap:6px;display:flex}.reseller__pkg-credit-num{font-family:var(--font-heading);font-size:2.4rem;font-weight:900;line-height:1}.reseller__pkg-credit-label{color:var(--color-text-muted);font-size:.85rem}.reseller__pkg-price{align-items:baseline;gap:var(--space-md);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-md) 0;display:flex}.reseller__pkg-amount{font-family:var(--font-heading);color:var(--color-text-primary);font-size:2rem;font-weight:900}.reseller__pkg-per{color:var(--color-text-muted);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:3px 9px;font-size:.82rem}.reseller__pkg-features{flex-direction:column;flex:1;gap:10px;display:flex}.reseller__pkg-feature{color:var(--color-text-secondary);align-items:center;gap:10px;font-size:.88rem;display:flex}.reseller__pkg-check{width:20px;height:20px;color:var(--color-success);background:#22c55e1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.reseller__pkg-actions{gap:var(--space-sm);border-top:1px solid var(--color-border);padding-top:var(--space-md);flex-direction:column;display:flex}.reseller__pkg-cta{justify-content:center;gap:8px;width:100%}.reseller__pkg-cta-sm{width:100%;padding:9px var(--space-md);justify-content:center;gap:8px;font-size:.85rem}.reseller__pkg-note{text-align:center;margin-top:var(--space-lg);color:var(--color-text-muted);letter-spacing:.02em;font-size:.82rem}.reseller__calc{background:var(--color-surface)}.reseller__calc-table{border-radius:var(--radius-xl);max-width:860px;margin:0 auto;overflow:hidden}.reseller__calc-header,.reseller__calc-row{padding:var(--space-md) var(--space-xl);align-items:center;gap:var(--space-md);grid-template-columns:1fr 1fr 1fr 1fr 1fr;display:grid}.reseller__calc-header{border-bottom:1px solid var(--color-border);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);background:#d4af3714;font-size:.75rem;font-weight:700}.reseller__calc-row{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);transition:background var(--transition-fast);font-size:.92rem}.reseller__calc-row:last-child{border-bottom:none}.reseller__calc-row:hover{background:#ffffff08}.reseller__calc-pkg{color:var(--color-text-primary);font-weight:600}.reseller__calc-cost{color:var(--color-text-muted)}.reseller__calc-profit{font-family:var(--font-heading);font-size:1.15rem;font-weight:800}.reseller__calc-note{text-align:center;margin-top:var(--space-md);color:var(--color-text-muted);max-width:600px;margin-left:auto;margin-right:auto;font-size:.8rem}.reseller__steps{background:var(--color-bg)}.reseller__steps-grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.reseller__step{text-align:center;padding:var(--space-xl);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:all var(--transition-base);position:relative}.reseller__step:hover{border-color:var(--color-border-hover);transform:translateY(-3px)}.reseller__step-number{font-family:var(--font-heading);background:var(--grad-gold);-webkit-text-fill-color:transparent;margin-bottom:var(--space-md);-webkit-background-clip:text;background-clip:text;font-size:2.4rem;font-weight:900;line-height:1}.reseller__step-connector{z-index:1;background:linear-gradient(90deg,#d4af3780,#0000);width:64px;height:2px;position:absolute;top:60px;right:-32px}.reseller__step-title{font-family:var(--font-heading);margin-bottom:var(--space-sm);font-size:.95rem;font-weight:700}.reseller__step-desc{color:var(--color-text-muted);font-size:.85rem;line-height:1.6}.reseller__benefits{background:var(--color-surface)}.reseller__benefit-card{border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-sm);transition:all var(--transition-base);flex-direction:column;display:flex}.reseller__benefit-card:hover{border-color:#d4af374d;transform:translateY(-4px);box-shadow:0 12px 40px #d4af3714}.reseller__benefit-icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-gold-light);background:#d4af371a;justify-content:center;align-items:center;display:flex}.reseller__benefit-title{font-family:var(--font-heading);font-size:1rem;font-weight:700}.reseller__benefit-desc{color:var(--color-text-muted);font-size:.87rem;line-height:1.6}.reseller__contact{background:var(--color-bg)}.reseller__contact-inner{border-radius:var(--radius-xl);padding:var(--space-2xl) var(--space-3xl);gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.reseller__contact-channels{gap:var(--space-sm);flex-direction:column;display:flex}.reseller__contact-btn{align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);border:1px solid var(--color-border);transition:all var(--transition-base);color:var(--color-text-primary);text-decoration:none;display:flex}.reseller__contact-btn div{flex-direction:column;flex:1;gap:2px;display:flex}.reseller__contact-btn div strong{font-size:.92rem;font-weight:600}.reseller__contact-btn div span{color:var(--color-text-muted);font-size:.8rem}.reseller__contact-btn:hover{transform:translate(4px);box-shadow:0 8px 24px #00000040}.reseller__contact-btn--telegram{color:#29aef5;background:#27aefe0f;border-color:#27aefe33}.reseller__contact-btn--telegram:hover{background:#27aefe1f;border-color:#27aefe66}.reseller__contact-btn--whatsapp{color:#25d366;background:#25d3660f;border-color:#25d36633}.reseller__contact-btn--whatsapp:hover{background:#25d3661f;border-color:#25d36666}.reseller__contact-btn--email{color:var(--color-gold-light);background:#d4af370f;border-color:#d4af3733}.reseller__contact-btn--email:hover{background:#d4af371f;border-color:#d4af3766}@media (width<=1100px){.reseller__steps-grid{grid-template-columns:repeat(2,1fr)}.reseller__step-connector{display:none}}@media (width<=900px){.reseller__explainer-inner{grid-template-columns:56px 1fr}.reseller__explainer-example{grid-column:1/-1}.reseller__packages-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.reseller__contact-inner{padding:var(--space-xl);grid-template-columns:1fr}.reseller__calc-header,.reseller__calc-row{grid-template-columns:1fr 1fr 1fr 1fr}.reseller__calc-header>span:nth-child(4),.reseller__calc-row>span:nth-child(4){display:none}}@media (width<=640px){.reseller__steps-grid{grid-template-columns:1fr}.reseller__calc-header,.reseller__calc-row{padding:var(--space-sm) var(--space-md);grid-template-columns:1fr 1fr 1fr}.reseller__calc-header>span:nth-child(3),.reseller__calc-row>span:nth-child(3){display:none}}.services{background:var(--color-bg)}.services__service-card{padding:var(--space-xl);border-radius:var(--radius-lg);gap:var(--space-sm);transition:all var(--transition-base);flex-direction:column;display:flex}.services__service-card:hover{border-color:var(--color-border-hover);transform:translateY(-4px);box-shadow:0 16px 40px #7b3fe41f}.services__service-icon{border-radius:var(--radius-md);width:52px;height:52px;color:var(--color-purple-light);background:#7b3fe41a;justify-content:center;align-items:center;display:flex}.services__service-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700}.services__service-desc{color:var(--color-text-secondary);flex:1;font-size:.9rem;line-height:1.65}.services__service-items{margin-top:var(--space-sm);border-top:1px solid var(--color-border);padding-top:var(--space-md);flex-direction:column;gap:8px;display:flex}.services__service-item{color:var(--color-text-muted);align-items:center;gap:8px;font-size:.85rem;display:flex}.services__service-item svg{color:var(--color-success);flex-shrink:0}.services__pricing-note{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-xl) 0}.services__pricing-note-inner{border-radius:var(--radius-xl);padding:var(--space-2xl);gap:var(--space-xl);grid-template-columns:56px 1fr auto;align-items:center;display:grid}.services__pricing-note-icon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--color-gold-light);background:#d4af371f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.services__pricing-note-title{font-family:var(--font-heading);margin-bottom:var(--space-sm);font-size:1.3rem;font-weight:800}.services__pricing-note-desc{color:var(--color-text-secondary);max-width:540px;font-size:.9rem;line-height:1.7}.services__pricing-note-ctas{gap:var(--space-sm);flex-direction:column;min-width:220px;display:flex}.services__pricing-note-btn{border-radius:var(--radius-lg);border:1px solid var(--color-border);transition:all var(--transition-fast);font-size:.88rem;font-weight:600;font-family:var(--font-heading);align-items:center;gap:10px;padding:11px 18px;text-decoration:none;display:flex}.services__pricing-note-btn--telegram{color:#29aef5;background:#27aefe14;border-color:#27aefe40}.services__pricing-note-btn--telegram:hover{background:#27aefe26;transform:translate(3px)}.services__pricing-note-btn--whatsapp{color:#25d366;background:#25d36614;border-color:#25d36640}.services__pricing-note-btn--whatsapp:hover{background:#25d36626;transform:translate(3px)}.services__pricing-note-btn--email{color:var(--color-gold-light);background:#d4af3714;border-color:#d4af3740}.services__pricing-note-btn--email:hover{background:#d4af3726;transform:translate(3px)}@media (width<=960px){.services__pricing-note-inner{grid-template-columns:56px 1fr}.services__pricing-note-ctas{flex-flow:wrap;grid-column:1/-1}}.services__service-item span:first-child{color:var(--color-purple-light);flex-shrink:0;font-weight:700}.services__process{background:var(--color-surface)}.services__process-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.services__process-step{border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-sm);transition:all var(--transition-base);flex-direction:column;display:flex}.services__process-step:hover{border-color:var(--color-border-hover);transform:translateY(-2px)}.services__process-num{font-family:var(--font-heading);background:var(--grad-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:900;line-height:1}.services__process-title{font-family:var(--font-heading);font-size:1rem;font-weight:700}.services__process-desc{color:var(--color-text-muted);font-size:.87rem;line-height:1.6}.services__pricing-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.services__pricing-card{padding:var(--space-xl);border-radius:var(--radius-xl);gap:var(--space-md);flex-direction:column;display:flex;position:relative}.services__pricing-card--hot{border-color:var(--color-purple);background:var(--color-surface-2);box-shadow:var(--shadow-purple)}.services__pricing-badge{white-space:nowrap;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.services__pricing-header{padding-top:var(--space-sm)}.services__pricing-name{font-family:var(--font-heading);margin-bottom:var(--space-sm);font-size:1.2rem;font-weight:700}.services__pricing-price{margin-bottom:var(--space-sm);align-items:baseline;gap:4px;display:flex}.services__pricing-from{color:var(--color-text-muted);font-size:.85rem}.services__pricing-amount{font-family:var(--font-heading);background:var(--grad-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900}.services__pricing-sym{font-size:1.4rem}.services__pricing-desc{color:var(--color-text-muted);font-size:.88rem;line-height:1.6}.services__pricing-includes{border-top:1px solid var(--color-border);padding-top:var(--space-md);flex-direction:column;flex:1;gap:10px;display:flex}.services__pricing-include{color:var(--color-text-secondary);align-items:center;gap:10px;font-size:.88rem;display:flex}.services__pricing-check{color:var(--color-success);flex-shrink:0;font-weight:700}.services__pricing-cta{justify-content:center;width:100%}.services__quote{background:var(--color-surface)}.services__quote-inner{gap:var(--space-3xl);grid-template-columns:1fr 1.4fr;align-items:start;display:grid}.services__quote-promises{gap:var(--space-sm);margin-top:var(--space-xl);flex-direction:column;display:flex}.services__quote-promise{align-items:center;gap:var(--space-sm);color:var(--color-text-secondary);font-size:.9rem;display:flex}.services__quote-promise span:first-child{color:var(--color-success);font-weight:700}.services__quote-form,.services__quote-success{border-radius:var(--radius-xl);padding:var(--space-2xl);gap:var(--space-md);flex-direction:column;display:flex}.services__quote-success{text-align:center;align-items:center;animation:.5s fadeInUp}.services__quote-success h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.services__quote-success p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.7}@media (width<=1024px){.services__pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.services__quote-inner{grid-template-columns:1fr}.services__process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services__process-grid{grid-template-columns:1fr}}.about{background:var(--color-bg)}.about__story{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.about__story-grid{gap:var(--space-3xl);grid-template-columns:1fr 480px;align-items:start;display:grid}.about__story-para{color:var(--color-text-secondary);margin-bottom:var(--space-md);font-size:.97rem;line-height:1.8}.about__story-timeline-wrap{gap:var(--space-lg);flex-direction:column;display:flex}.about__story-timeline{border-radius:var(--radius-xl);padding:var(--space-xl)}.about__timeline-heading{font-family:var(--font-heading);margin-bottom:var(--space-lg);color:var(--color-text-secondary);letter-spacing:.04em;font-size:1rem;font-weight:700}.about__timeline-list{gap:var(--space-md);flex-direction:column;display:flex}.about__timeline-row{grid-template-columns:44px 12px 1fr;align-items:center;gap:10px;display:grid}.about__timeline-year{font-family:var(--font-heading);letter-spacing:.04em;text-align:right;font-size:.85rem;font-weight:800}.about__timeline-dot{background:var(--grad-gold);border-radius:50%;justify-self:center;width:10px;height:10px;box-shadow:0 0 8px #e5091466}.about__timeline-text{color:var(--color-text-secondary);font-size:.85rem;line-height:1.5}.about__brand-logo-card{border-radius:var(--radius-xl);padding:var(--space-xl);align-items:center;gap:var(--space-md);text-align:center;flex-direction:column;display:flex}.about__brand-logo{object-fit:contain;filter:drop-shadow(0 0 16px #e509144d);width:auto;height:64px}.about__brand-badges{gap:var(--space-sm);flex-direction:column;width:100%;display:flex}.about__brand-badge{color:var(--color-text-muted);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:.8rem;display:flex}.about__brand-badge svg{color:var(--color-gold);flex-shrink:0}.about__offerings{background:var(--color-bg)}.about__offerings-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.about__offering-card{padding:var(--space-xl);gap:var(--space-md);transition:all var(--transition-base);flex-direction:column;display:flex}.about__offering-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-md);transform:translateY(-5px)}.about__offering-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:52px;height:52px;display:flex}.about__offering-icon--telegram{color:#29aef5;background:#27aefe1f}.about__offering-icon--gold{color:var(--color-gold-light);background:#e509141f}.about__offering-icon--blue{color:var(--color-blue-light);background:#3f88e41f}.about__offering-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700}.about__offering-desc{color:var(--color-text-muted);flex:1;font-size:.88rem;line-height:1.65}.about__offering-cta{align-self:flex-start;gap:8px;padding:10px 20px;font-size:.88rem}.about__values{background:var(--color-surface)}.about__value-card{border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-sm);transition:all var(--transition-base);flex-direction:column;display:flex}.about__value-card:hover{border-color:var(--color-border-hover);transform:translateY(-4px)}.about__value-icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-purple-light);background:#e509141f;justify-content:center;align-items:center;display:flex}.about__value-title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700}.about__value-desc{color:var(--color-text-muted);font-size:.87rem;line-height:1.6}.about__contact{background:var(--color-bg)}.about__contact-inner{gap:var(--space-3xl);grid-template-columns:1fr 1.2fr;align-items:start;display:grid}.about__contact-channels{gap:var(--space-sm);margin-top:var(--space-xl);flex-direction:column;display:flex}.about__contact-channel{align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);border:1px solid var(--color-border);transition:all var(--transition-base);color:var(--color-text-primary);text-decoration:none;display:flex}.about__contact-channel div{flex-direction:column;gap:2px;display:flex}.about__contact-channel div strong{font-size:.9rem;font-weight:600}.about__contact-channel div span{color:var(--color-text-muted);font-size:.8rem}.about__contact-channel:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.about__contact-channel--telegram{color:#29aef5;background:#27aefe0f;border-color:#27aefe33}.about__contact-channel--telegram:hover{background:#27aefe1f;border-color:#27aefe66}.about__contact-channel--whatsapp{color:#25d366;background:#25d3660f;border-color:#25d36633}.about__contact-channel--whatsapp:hover{background:#25d3661f;border-color:#25d36666}.about__contact-channel--email{color:var(--color-gold-light);background:#e509140f;border-color:#e5091433}.about__contact-channel--email:hover{background:#e509141f;border-color:#e5091466}.about__qr-wrap{margin-top:var(--space-xl);gap:var(--space-sm);flex-direction:column;display:flex}.about__qr-label{color:var(--color-text-muted);font-size:.82rem}.about__qr-img{border-radius:var(--radius-lg);border:2px solid var(--color-border);object-fit:cover;width:160px;height:160px;transition:border-color var(--transition-base)}.about__qr-img:hover{border-color:#27aefe80}.about__contact-form,.about__contact-success{border-radius:var(--radius-xl);padding:var(--space-2xl);gap:var(--space-md);flex-direction:column;display:flex}.about__contact-success{text-align:center;align-items:center;animation:.5s fadeInUp}.about__contact-success h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.about__contact-success p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.7}.about__contact-form-title{font-family:var(--font-heading);margin-bottom:var(--space-xs);font-size:1.2rem;font-weight:700}.about__contact-form-note{color:var(--color-text-muted);text-align:center;font-size:.8rem}@media (width<=1100px){.about__story-grid{grid-template-columns:1fr}.about__story-timeline-wrap{flex-flow:wrap}.about__story-timeline,.about__brand-logo-card{flex:1;min-width:260px}.about__contact-inner{grid-template-columns:1fr}.about__offerings-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media (width<=768px){.about__story-timeline-wrap{flex-direction:column}}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
