:root{--bg-page:#0a0a0a;--bg-card:#1a1a1a;--bg-card-hover:#1e1e1e;--bg-surface:#0d0d0d;--bg-card-gradient:linear-gradient(145deg,#1a1a1a,#0a0a0a);--primary-mint:#F28A17;--primary-glow:rgba(242,138,23,0.34);--primary-soft:#FFB95C;--primary-deep:#C86510;--gradient-start:#FFC66D;--gradient-mid:#F28A17;--gradient-end:#D50007;--text-main:#FFFFFF;--text-muted:#888888;--text-dark:#666666;--border-subtle:rgba(255,255,255,0.08);--border-focus:#F28A17}.font-wide{font-family:var(--font-display)}.landing-page h1,.landing-page h2,.landing-page h3{text-shadow:0 0 26px rgba(242,138,23,.28)}.landing-page .btn-primary{text-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 20px rgba(242,138,23,.28)}.landing-page{--color-primary:var(--primary-mint);font-family:var(--font-ui);background-color:#000000;color:var(--text-main);min-height:100vh;overflow-x:hidden;width:100%;position:relative}.landing-home{--font-ui:var(--font-unbounded),sans-serif;--font-display:var(--font-unbounded),sans-serif;--font-accent:var(--font-unbounded),sans-serif;--font-description:var(--font-unbounded),sans-serif}.landing-home .landing-container{max-width:1520px;padding-left:clamp(1.25rem,2.2vw,2rem);padding-right:clamp(1.25rem,2.2vw,2rem)}.landing-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.text-gradient{background:linear-gradient(135deg,var(--text-main) 0,var(--text-muted) 100%);-webkit-background-clip:text}.text-gradient,.text-gradient-mint{-webkit-text-fill-color:transparent}.text-gradient-mint{background:linear-gradient(90deg,var(--gradient-start) 0,var(--gradient-mid) 52%,var(--gradient-end) 100%);-webkit-background-clip:text;filter:drop-shadow(0 0 15px rgba(242,138,23,.18))}.hero-rotator-shell{position:relative;width:min(1100px,100%);max-width:1100px;margin:0 auto;--hero-text-gradient:linear-gradient(115deg,#fffdf8,#fff5dd 24%,#ffe9b3 56%,#ffd574);--hero-text-glow:rgba(255,210,112,0.16)}.hero-rotator-stage{position:relative;display:grid;place-items:center;min-height:clamp(9.5rem,19vw,13.5rem);height:auto;padding:.5rem 0;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.hero-subtitle{margin-top:0}.hero-content-wrapper{padding-top:0}.hero-rotator-text{position:relative;display:inline-block;margin:0;max-width:13ch;font-family:var(--font-accent);font-size:clamp(3rem,7.8vw,5.85rem);font-weight:800;line-height:1.03;letter-spacing:0;text-align:center;word-break:keep-all;overflow-wrap:normal;hyphens:none;line-break:auto;color:var(--text-heading);text-shadow:0 0 28px var(--hero-text-glow);transition:opacity .34s ease,transform .34s ease,filter .34s ease}.hero-rotator-text.is-fading-out{opacity:0;transform:translateY(-.08em);filter:blur(10px)}.hero-text-ghost,.hero-typewriter-text{display:block}.hero-text-ghost{visibility:hidden;pointer-events:none}.hero-typewriter-text{position:absolute;inset:0}.hero-typewriter-caret{display:inline-block;width:.055em;height:.78em;margin-left:.07em;background:currentColor;border-radius:999px;vertical-align:-.08em;animation:heroCaretBlink .9s steps(2) infinite}@keyframes heroCaretBlink{0%,45%{opacity:1}46%,to{opacity:0}}.hero-reveal-char{display:inline-block;background:var(--hero-text-gradient);background-size:140% auto;background-position:18%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:.35px rgba(255,253,248,.14);text-shadow:0 0 26px var(--hero-text-glow);opacity:0;filter:blur(8px) brightness(1.02) saturate(.92);transform:translateY(.12em) scale(.992);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1),filter .62s cubic-bezier(.22,1,.36,1)}.hero-reveal-char.is-visible{opacity:1;filter:blur(0) brightness(1) saturate(1);transform:translateY(0) scale(1)}.hero-reveal-word{display:inline-flex;white-space:nowrap;margin-right:.22em}.hero-reveal-word:last-child{margin-right:0}.landing-page .btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;border-radius:9999px;transition:background .9s cubic-bezier(.16,1,.3,1),border-color .9s cubic-bezier(.16,1,.3,1),box-shadow .9s cubic-bezier(.16,1,.3,1),filter .9s cubic-bezier(.16,1,.3,1),color .9s cubic-bezier(.16,1,.3,1),text-shadow .9s cubic-bezier(.16,1,.3,1);cursor:pointer;text-decoration:none}.landing-page .btn-primary{position:relative;background:linear-gradient(135deg,var(--gradient-start) 0,var(--primary-mint) 56%,var(--gradient-end) 100%)!important;color:#ffffff!important;border:none;box-shadow:0 0 0 1px rgba(255,214,171,.16),0 0 24px rgba(242,138,23,.36),0 0 62px rgba(213,0,7,.18),inset 0 0 0 1px rgba(255,185,92,.18)!important;filter:drop-shadow(0 0 12px rgba(242,138,23,.18)) drop-shadow(0 0 34px rgba(213,0,7,.14));overflow:hidden}.landing-page .btn-primary:hover{transform:none;box-shadow:0 0 0 1px rgba(255,238,210,.26),0 0 36px rgba(242,138,23,.48),0 0 84px rgba(213,0,7,.24),inset 0 0 0 1px rgba(255,185,92,.25)!important;filter:drop-shadow(0 0 18px rgba(242,138,23,.28)) drop-shadow(0 0 48px rgba(213,0,7,.2))}.landing-page .btn-outline{background:transparent;border:1px solid var(--border-subtle);color:var(--text-main)}.landing-page .btn-outline:hover{border-color:rgba(255,185,92,.4);background:transparent;box-shadow:0 0 18px rgba(242,138,23,.12)}.landing-page .btn-hover-text,.landing-page .btn-primary>span:not(.hero-cta-shimmer),.landing-page .netrix-btn>span{display:inline-flex;align-items:center;justify-content:center;transform:scale(1);transform-origin:center;transition:transform 1.15s cubic-bezier(.16,1,.3,1),color .9s cubic-bezier(.16,1,.3,1),text-shadow .9s cubic-bezier(.16,1,.3,1);will-change:transform}.landing-page .btn-primary:hover .btn-hover-text,.landing-page .btn-primary:hover>span:not(.hero-cta-shimmer),.landing-page .netrix-btn:hover>span{color:#fff;text-shadow:0 0 10px rgba(255,247,236,.7),0 0 28px rgba(255,126,2,.42);transform:scale(1.06)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float{animation:float 6s ease-in-out infinite}.parallax-bg{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.footer-link{color:rgba(255,255,255,.6);text-decoration:none;transition:all .2s ease;font-size:.95rem}.footer-link:hover{color:#fff;padding-left:5px}.section{padding:5rem 0;position:relative}.landing-page .glass-liquid,.landing-page .hover-glass-liquid:hover{background-image:none!important;background-blend-mode:normal;background-color:color-mix(in srgb,#000 12%,transparent)}.landing-footer-glow{isolation:isolate}.landing-footer-glow-layer{position:absolute;left:50%;bottom:-14rem;width:min(1400px,145vw);height:44rem;transform:translateX(-50%);z-index:0;background:radial-gradient(78% 96% at 50% 100%,rgba(255,198,109,.18) 0,rgba(242,138,23,.2) 16%,rgba(200,101,16,.15) 34%,rgba(120,53,10,.1) 52%,rgba(0,0,0,0) 84%);opacity:.88;filter:blur(24px)}.landing-footer-fade-layer{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.18) 40%,rgba(0,0,0,.62) 72%,rgba(0,0,0,.92))}@media (max-width:767px){.hero-content-wrapper{padding-top:0!important}.landing-page .hero-rotator-stage{min-height:8rem!important;height:auto!important;margin-bottom:1.5rem!important}.landing-page .glass-title,.landing-page .hero-subtitle{display:none!important}.hero-rotator-text{max-width:11.8ch;font-size:clamp(2rem,10vw,4rem)}.hero-rotator-shell{text-align:center;display:flex;justify-content:center}.landing-page .hero-stats-container{margin-top:.5rem!important}}@media (min-width:768px) and (max-width:1024px){.hero-section{padding-top:8rem!important}.hero-rotator-stage{min-height:11rem;height:auto;margin-bottom:2.5rem}}@media (min-width:1025px){.hero-rotator-stage{margin-bottom:2.5rem}}@media (min-width:768px) and (max-width:1024px){.hero-section{padding-top:8rem!important}.hero-rotator-stage{margin-bottom:2rem}}.netrix-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;overflow:hidden;background:#0a0a0a}.netrix-hero-bg{position:absolute;inset:0;overflow:hidden;z-index:0}.netrix-gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.3;animation:float-orb 20s ease-in-out infinite}.netrix-gradient-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(255,198,109,.4) 0,rgba(242,138,23,.2) 50%,transparent 100%);top:-200px;right:-100px;animation-delay:0s}.netrix-gradient-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(213,0,7,.3) 0,rgba(255,126,2,.15) 50%,transparent 100%);bottom:-150px;left:-100px;animation-delay:7s}.netrix-gradient-orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(255,185,92,.25) 0,rgba(200,101,16,.1) 50%,transparent 100%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.netrix-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.netrix-hero-left{display:flex;flex-direction:column;gap:1.5rem}.netrix-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;color:#ffffff;letter-spacing:-.02em;margin:0}.netrix-hero-subtitle{font-size:clamp(1rem,1.5vw,1.25rem);color:#888888;line-height:1.6;max-width:540px;font-weight:400}.netrix-hero-buttons{display:flex;gap:1rem;margin-top:1rem}.netrix-btn{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .9s cubic-bezier(.16,1,.3,1),box-shadow .9s cubic-bezier(.16,1,.3,1),filter .9s cubic-bezier(.16,1,.3,1),color .9s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:none}.netrix-btn-primary{background:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-mid) 50%,var(--gradient-end) 100%);color:#ffffff;box-shadow:0 0 0 1px rgba(255,214,171,.14),0 0 24px rgba(242,138,23,.34),0 0 58px rgba(213,0,7,.16),0 4px 20px rgba(242,138,23,.3)}.netrix-btn-primary:hover{transform:none;box-shadow:0 0 0 1px rgba(255,238,210,.24),0 0 36px rgba(242,138,23,.46),0 0 80px rgba(213,0,7,.22),0 6px 30px rgba(242,138,23,.4)}.netrix-btn-secondary{background:transparent;color:#ffffff;border:1px solid rgba(255,255,255,.15)}.netrix-btn-secondary:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.3)}.netrix-hero-illustration,.netrix-hero-right{display:flex;align-items:center;justify-content:center;position:relative}.netrix-hero-illustration{width:100%;max-width:500px;aspect-ratio:1}.netrix-server-card{position:relative;width:280px;height:280px;background:linear-gradient(135deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.08);border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:float 6s ease-in-out infinite}.netrix-server-icon{font-size:6rem;filter:drop-shadow(0 0 30px rgba(242,138,23,.5))}.netrix-server-pulse{position:absolute;inset:-20px;border:2px solid rgba(242,138,23,.3);border-radius:30px;animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(.95);opacity:1}to{transform:scale(1.1);opacity:0}}.netrix-stats-bar{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:4rem;padding:2rem 3rem;background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:16px;position:relative;z-index:1}.netrix-stat-item{display:flex;align-items:center;gap:1rem}.netrix-stat-icon{font-size:2rem;filter:grayscale(.3)}.netrix-stat-content{display:flex;flex-direction:column;gap:.25rem}.netrix-stat-value{font-size:1.75rem;font-weight:700;color:#ffffff;line-height:1}.netrix-stat-label{font-size:.75rem;color:#888888;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.netrix-stat-divider{width:1px;height:40px;background:rgba(255,255,255,.1)}@media (max-width:1024px){.netrix-hero-content{grid-template-columns:1fr;gap:3rem}.netrix-hero-right{order:-1}.netrix-hero-illustration{max-width:350px}.netrix-server-card{width:220px;height:220px}.netrix-server-icon{font-size:4.5rem}}@media (max-width:768px){.netrix-hero{padding:6rem 0 3rem}.netrix-stats-bar{flex-wrap:wrap;gap:2rem;padding:1.5rem 2rem}.netrix-stat-divider{display:none}.netrix-hero-buttons{flex-direction:column}.netrix-btn{width:100%}}.hero-stats-container{display:flex;gap:4rem;margin-top:2rem;justify-content:center;flex-wrap:wrap;background:rgba(255,255,255,.03);backdrop-filter:blur(10px);padding:2rem 4rem;border-radius:24px;border:1px solid rgba(255,255,255,.05)}.hero-stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-stat-value{font-size:2.5rem;font-weight:600;color:#fff;line-height:1}.hero-stat-label{font-size:.875rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.1em}.hero-stat-divider{width:1px;background:rgba(255,255,255,.1)}@media (max-width:768px){.hero-stats-container{gap:2rem;padding:1.5rem 2rem;margin-top:1.5rem}.hero-stat-value{font-size:2rem}.hero-stat-label{font-size:.75rem}.hero-stat-divider{display:none}}@media (max-width:480px){.hero-stats-container{gap:1.5rem;padding:1.25rem 1.5rem}.hero-stat-value{font-size:1.75rem}.hero-stat-label{font-size:.7rem}}@media (max-width:640px){.landing-page .btn-primary{padding:.625rem 1rem!important;font-size:.875rem}}.mobile-dropdown-menu{position:absolute;top:calc(100% + .75rem);left:0;width:100%;background:rgba(0,0,0,.95);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 8px 32px rgba(0,0,0,.4);animation:slideDown .3s cubic-bezier(.4,0,.2,1);transform-origin:top}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.mobile-menu-link{color:#fff;text-decoration:none;font-size:1rem;padding:.875rem 1rem;border-radius:12px;transition:background .2s;font-weight:500}.mobile-menu-link:hover{background:rgba(255,255,255,.1)}.mobile-menu-button{text-decoration:none;padding:.875rem 1rem!important;border-radius:12px!important;justify-content:center;gap:.5rem;font-size:1rem}.mobile-menu-button,.mobile-menu-language{display:flex;align-items:center;margin-top:.5rem}.mobile-menu-language{justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05)}.mobile-menu-language-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5)}@media (min-width:1024px){.mobile-dropdown-menu{display:none}}.tariffs-filters-container{display:flex;gap:1.5rem;align-items:flex-end;justify-content:center;width:min(100%,1200px);margin:0 auto}.tariffs-filter-group{flex-shrink:0}.tariffs-filter-group,.tariffs-filter-scroll,.tariffs-filter-wrapper{width:-moz-fit-content;width:fit-content;max-width:100%}.tariffs-filter-scroll{position:relative;display:flex;gap:.25rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding:2px}.tariffs-filter-scroll::-webkit-scrollbar{display:none}@media (max-width:1200px){.tariffs-filters-container{flex-wrap:wrap}}@media (max-width:768px){.tariffs-filters-container{flex-direction:column;gap:1.5rem}.tariffs-filter-group,.tariffs-filter-scroll,.tariffs-filter-wrapper{width:-moz-fit-content;width:fit-content;max-width:100%}.tariffs-filter-scroll{-webkit-overflow-scrolling:touch}}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient{background-size:200% auto;animation:gradient-shift 3s ease infinite}.hero-cta-wrap{display:flex;justify-content:center;align-items:center;margin-top:2rem;margin-bottom:3rem}.hero-cta-btn{position:relative;display:inline-flex;align-items:center;gap:.65rem;padding:1rem 2rem;border-radius:999px;font-family:var(--font-description,inherit);font-weight:700;font-size:1.0625rem;letter-spacing:.005em;color:#fff;text-decoration:none;background:linear-gradient(135deg,#ff7e02,#f28a17 50%,#ff9533);box-shadow:0 0 0 1px rgba(255,214,171,.16),0 0 28px rgba(255,126,2,.42),0 0 72px rgba(213,0,7,.2),0 14px 38px -10px rgba(255,126,2,.55),inset 0 1px 0 rgba(255,255,255,.18);filter:drop-shadow(0 0 14px rgba(255,126,2,.2)) drop-shadow(0 0 42px rgba(213,0,7,.14));overflow:hidden;isolation:isolate;transition:box-shadow .9s cubic-bezier(.16,1,.3,1),filter .9s cubic-bezier(.16,1,.3,1),text-shadow .9s cubic-bezier(.16,1,.3,1)}.hero-cta-btn:hover{transform:none;box-shadow:0 0 0 1px rgba(255,238,210,.28),0 0 42px rgba(255,126,2,.56),0 0 92px rgba(213,0,7,.26),0 20px 48px -10px rgba(255,126,2,.7),inset 0 1px 0 rgba(255,255,255,.22);filter:drop-shadow(0 0 20px rgba(255,126,2,.32)) drop-shadow(0 0 58px rgba(213,0,7,.22))}.hero-cta-btn:active{transform:none}.hero-cta-shimmer{position:absolute;inset:0;background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.28) 50%,transparent 70%);transition:transform .9s cubic-bezier(.22,1,.36,1);pointer-events:none;z-index:1;opacity:0}.hero-cta-btn:hover .hero-cta-shimmer,.hero-cta-shimmer{transform:translateX(-110%)}.hero-cta-arrow,.hero-cta-label{position:relative;z-index:2}.hero-cta-label{display:inline-flex;align-items:center;justify-content:center;transform:scale(1);transform-origin:center;transition:transform 1.15s cubic-bezier(.16,1,.3,1),color .9s cubic-bezier(.16,1,.3,1),text-shadow .9s cubic-bezier(.16,1,.3,1);will-change:transform}.hero-cta-arrow{transition:color .9s cubic-bezier(.16,1,.3,1)}.hero-cta-btn:hover .hero-cta-label{color:#fff;text-shadow:0 0 12px rgba(255,247,236,.75),0 0 30px rgba(255,126,2,.45);transform:scale(1.06)}.hero-cta-btn:hover .hero-cta-arrow{transform:none}.hero-cta-btn:focus-visible{outline:2px solid rgba(255,190,102,.9);outline-offset:3px}@media (prefers-reduced-motion:reduce){.hero-cta-arrow,.hero-cta-btn,.hero-cta-btn:hover,.hero-cta-shimmer{transition:none}.hero-cta-btn:hover{transform:none}}.landing-home{--bg-page:#040302;--surface-strong:#0a0807;--surface:#100c09;--surface-raised:#17110d;--surface-soft:rgba(255,112,16,0.055);--accent:#ff6500;--accent-strong:#ff8a22;--accent-soft:#ffb568;--accent-hot:#ff2f06;--accent-muted:rgba(255,101,0,0.22);--text-main:#fff8f0;--text-muted:#b8aaa0;--text-dark:#756b63;--line:rgba(255,150,72,0.15);--line-soft:rgba(255,255,255,0.075);--shadow-soft:0 18px 56px rgba(0,0,0,0.38);--shadow-card:0 26px 72px rgba(0,0,0,0.44);--radius-sm:8px;--radius-md:10px;--radius-lg:14px;--section-overlap:clamp(86px,9vw,132px);--hero-section-height:88svh;--hero-tariffs-overlap:clamp(280px,26vw,420px);--hero-tariffs-bridge-height:clamp(220px,22vw,340px);--section-fade-height:clamp(220px,22vw,340px);--font-ui:var(--font-manrope),sans-serif;--font-display:var(--font-manrope),sans-serif;--font-accent:var(--font-manrope),sans-serif;--font-description:var(--font-manrope),sans-serif;background:linear-gradient(180deg,#040302,#080503 34%,#120906 56%,#070504 82%,#040302)}.landing-home:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:linear-gradient(115deg,rgba(255,101,0,.1),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.028),transparent 38%);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 68%);mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 68%);opacity:.42}.landing-home h1,.landing-home h2,.landing-home h3{text-shadow:none!important;letter-spacing:0!important}.landing-home a,.landing-home button,.landing-home p,.landing-home span{letter-spacing:0}.landing-home .landing-container{max-width:1440px;padding-left:28px;padding-right:28px}.landing-home main{position:relative;z-index:1;background:linear-gradient(180deg,#040302,#070403 28%,#120906 44%,#080503 68%,#040302)}.landing-home .section{padding:86px 0;scroll-margin-top:108px}.landing-home main>.section{position:relative;z-index:1}.landing-home .nav-fixed-container{top:24px;width:min(calc(100% - 32px),1440px)}.landing-home .nav-bg{min-height:72px;padding:12px 18px;border-radius:var(--radius-lg);border:1px solid var(--line);background:rgba(7,6,5,.78)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 18px 52px rgba(0,0,0,.34)!important;backdrop-filter:blur(18px)}.landing-home .nav-brand-link{gap:10px}.landing-home .nav-brand-text{color:var(--text-main);font-family:var(--font-display);font-size:18px;font-weight:750}.landing-home .nav-link{border-radius:10px;color:rgba(246,243,238,.68);font-family:var(--font-description);font-size:14px;font-weight:650;padding:9px 13px}.landing-home .nav-item.active .nav-link,.landing-home .nav-link:hover{color:var(--text-main)}.landing-home .nav-link:after{border-radius:10px}.landing-home .nav-item.active .nav-link:after,.landing-home .nav-link:hover:after{animation:none!important;background:rgba(255,101,0,.12)!important;box-shadow:none!important}.landing-home .language-trigger{min-height:40px;border-radius:12px!important;border-color:var(--line-soft)!important;background:rgba(255,255,255,.035)!important}.landing-home .language-menu{border-radius:14px;background:rgba(8,8,8,.92)}.landing-home .language-option{border-radius:10px}.landing-home{--landing-btn-radius:12px;--landing-btn-primary-bg:linear-gradient(180deg,#ffb763,#ff7a1a 45%,#ef4d0d);--landing-btn-primary-bg-hover:linear-gradient(180deg,#ffc374,#ff8428 45%,#fa5a16);--landing-btn-primary-border:rgba(255,184,104,0.6);--landing-btn-primary-shadow:inset 0 1px 0 rgba(255,249,236,0.38),inset 0 -1px 0 rgba(112,25,3,0.28),0 12px 26px rgba(255,92,15,0.2),0 14px 34px rgba(0,0,0,0.32);--landing-btn-primary-shadow-hover:inset 0 1px 0 rgba(255,249,236,0.45),inset 0 -1px 0 rgba(112,25,3,0.24),0 16px 34px rgba(255,101,20,0.28),0 18px 42px rgba(0,0,0,0.36);--landing-btn-secondary-bg:rgba(255,255,255,0.045);--landing-btn-secondary-bg-hover:rgba(255,145,62,0.105);--landing-btn-secondary-border:rgba(255,255,255,0.12)}.landing-home .btn,.landing-home .game-custom-panel-cta,.landing-home .hero-cta-btn,.landing-home .premium-plan-card a[href="/order"]{position:relative;display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:10px;border-radius:var(--landing-btn-radius)!important;font-family:var(--font-description);line-height:1;text-decoration:none;white-space:nowrap;transform:translateY(0);transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease,color .16s ease!important}.landing-home .btn-primary,.landing-home .game-custom-panel-cta,.landing-home .hero-cta-btn,.landing-home .premium-plan-card a[href="/order"]{overflow:hidden;border:1px solid var(--landing-btn-primary-border)!important;background:var(--landing-btn-primary-bg)!important;box-shadow:var(--landing-btn-primary-shadow)!important;color:#fffaf4!important;filter:none!important;text-shadow:none!important}.landing-home .btn-primary:before,.landing-home .game-custom-panel-cta:before,.landing-home .hero-cta-btn:before,.landing-home .premium-plan-card a[href="/order"]:before{content:"";position:absolute;inset:1px;border-radius:calc(var(--landing-btn-radius) - 2px);pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.24),rgba(255,255,255,.04) 38%,transparent 70%);opacity:.78}.landing-home .btn-primary:hover,.landing-home .game-custom-panel-cta:hover,.landing-home .hero-cta-btn:hover,.landing-home .premium-plan-card a[href="/order"]:hover{transform:translateY(-1px)!important;border-color:rgba(255,213,154,.72)!important;background:var(--landing-btn-primary-bg-hover)!important;box-shadow:var(--landing-btn-primary-shadow-hover)!important;filter:none!important}.landing-home .btn-primary:active,.landing-home .game-custom-panel-cta:active,.landing-home .hero-cta-btn:active,.landing-home .premium-plan-card a[href="/order"]:active{transform:translateY(0)!important;box-shadow:inset 0 1px 0 rgba(255,249,236,.32),inset 0 2px 8px rgba(112,25,3,.28),0 8px 18px rgba(255,92,15,.16)!important}.landing-home .btn-primary:focus-visible,.landing-home .game-custom-panel-cta:focus-visible,.landing-home .game-plan-mode-button:focus-visible,.landing-home .hero-cta-btn:focus-visible,.landing-home .premium-plan-card a[href="/order"]:focus-visible,.landing-home .tariffs-filter-scroll button:focus-visible{outline:2px solid rgba(255,210,142,.92);outline-offset:3px}.landing-home .btn-primary .btn-hover-text,.landing-home .btn-primary>span:not(.hero-cta-shimmer),.landing-home .game-custom-panel-cta,.landing-home .hero-cta-arrow,.landing-home .hero-cta-label,.landing-home .premium-plan-card a[href="/order"]>span{position:relative;z-index:1}.landing-home .btn-primary:hover .btn-hover-text,.landing-home .btn-primary:hover>span:not(.hero-cta-shimmer),.landing-home .hero-cta-btn:hover .hero-cta-label{color:#fff;text-shadow:none!important;transform:none!important}.landing-home .nav-order .btn-primary{min-height:40px;padding:0 18px!important;border-radius:11px!important;font-size:13px;font-weight:760}.landing-home .hero-cta-btn{min-height:56px;padding:0 24px;font-size:15px;font-weight:780}.landing-home .hero-cta-shimmer{display:none}.landing-home .hero-cta-arrow{width:18px;height:18px;transition:transform .16s ease!important}.landing-home .hero-cta-btn:hover .hero-cta-arrow{transform:translateX(3px)!important}.landing-home main>.section.hero-section{min-height:var(--hero-section-height)!important;border-bottom:0;overflow:visible!important;z-index:3}.landing-home .hero-section:before{content:"";position:absolute;left:0;right:0;bottom:calc(var(--hero-tariffs-bridge-height) * -.28);z-index:9;height:clamp(500px,58vh,720px);pointer-events:none;background:linear-gradient(180deg,rgba(4,3,2,0),rgba(7,4,3,.22) 26%,rgba(14,7,4,.62) 68%,rgba(18,9,6,.86)),linear-gradient(164deg,transparent,transparent 48%,rgba(255,101,0,.16) 58%,rgba(255,47,6,.06) 66%,transparent 78%),linear-gradient(8deg,transparent,rgba(255,181,104,.09) 44%,rgba(255,101,0,.14) 54%,transparent 70%),linear-gradient(180deg,rgba(4,3,2,0),rgba(18,8,4,.36) 58%,rgba(18,9,6,.78));filter:saturate(.96) brightness(.92);-webkit-mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.46) 12%,#000 36%,#000 74%,transparent);mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.46) 12%,#000 36%,#000 74%,transparent)}.landing-home .hero-section:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(4,3,2,.92),rgba(4,3,2,.7) 36%,rgba(4,3,2,.12) 72%,rgba(4,3,2,.28)),linear-gradient(180deg,rgba(4,3,2,.08),rgba(4,3,2,.56)),linear-gradient(135deg,rgba(255,101,0,.12),transparent 42%)}.landing-home .hero-media-layer:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(4,3,2,0) 40%,rgba(7,4,3,.46) 72%,rgba(15,8,5,.95)),linear-gradient(90deg,rgba(4,3,2,.32),transparent 54%)}.landing-home .hero-content-wrapper,.landing-home .hero-content-wrapper>div{align-items:flex-start!important;text-align:left!important}.landing-home .hero-content-wrapper>div{max-width:820px!important}.landing-home .hero-rotator-shell{width:min(820px,100%);margin:0;--hero-text-gradient:linear-gradient(115deg,#ffffff,#fff1e4 56%,#ff8a22)}.landing-home .hero-rotator-stage{place-items:start;min-height:236px;margin-bottom:18px;padding:0}.landing-home .hero-rotator-text{max-width:12.8ch;font-size:72px;font-weight:700;line-height:1.04;text-align:left}.landing-home .hero-rotator-text.is-fading-out{opacity:.84;filter:none!important;transform:translateY(-4px)}.landing-home .hero-reveal-char{filter:blur(4px) saturate(.9)!important;text-shadow:none!important;-webkit-text-stroke:0!important}.landing-home .hero-reveal-char.is-visible{filter:saturate(.98)!important}.landing-home .hero-subtitle{max-width:560px!important;color:rgba(255,248,240,.7)!important;font-family:var(--font-description)!important;font-size:18px!important;line-height:1.7!important}.landing-home .hero-cta-wrap{justify-content:flex-start;margin-top:12px;margin-bottom:24px}.landing-home .hero-stats-container{position:relative;display:inline-grid!important;width:min(100%,560px);grid-template-columns:minmax(126px,1fr) 1px minmax(144px,1fr) 1px minmax(110px,.9fr);align-items:stretch;justify-content:flex-start;gap:0;overflow:hidden;margin-top:8px!important;padding:0;border:1px solid rgba(255,145,62,.18);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.012)),rgba(5,4,3,.72)!important;box-shadow:none!important;backdrop-filter:blur(16px)}.landing-home .hero-stats-container:before{content:"";position:absolute;inset:0 14px auto;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,181,104,.42),transparent)}.landing-home .hero-stats-container:after{content:"";position:absolute;inset:auto 0 0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,101,0,.18),transparent)}.landing-home .hero-stat-item{align-items:flex-start;min-width:0;gap:7px;padding:16px 20px 15px}.landing-home .hero-stat-value{color:var(--text-main);font-variant-numeric:tabular-nums;font-size:clamp(24px,2vw,30px);font-weight:820;letter-spacing:0;line-height:1}.landing-home .hero-stat-label{display:flex;min-height:14px;align-items:center;overflow:hidden;color:rgba(255,248,240,.5);font-size:10.5px;font-weight:760;letter-spacing:.1em;line-height:1.1;text-transform:uppercase;white-space:nowrap}.landing-home .hero-stat-divider{width:1px;min-height:100%;background:linear-gradient(180deg,transparent,rgba(255,181,104,.22),transparent)}.landing-home .hero-content-wrapper>.hero-shell-grid{display:grid!important;width:100%;max-width:min(1440px,100%)!important;grid-template-columns:minmax(0,620px) minmax(420px,1fr);align-items:center!important;gap:clamp(44px,7vw,104px)!important}.landing-home .hero-copy-column{display:flex;min-width:0;flex-direction:column;align-items:flex-start;text-align:left}.landing-home .hero-console-panel{position:relative;justify-self:end;width:min(100%,540px);overflow:hidden;border:1px solid rgba(255,145,62,.18);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.015)),linear-gradient(135deg,rgba(9,8,7,.82),rgba(2,2,2,.94));box-shadow:inset 0 1px 0 rgba(255,248,240,.075),0 32px 90px rgba(0,0,0,.36),0 0 80px rgba(255,82,0,.08);font-family:var(--font-mono-ui);transform:translateY(8px)}.landing-home .hero-console-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.028) 1px,transparent 0),radial-gradient(circle at 18% 12%,rgba(255,181,104,.12),transparent 34%),radial-gradient(circle at 84% 88%,rgba(74,222,128,.075),transparent 32%);background-size:100% 30px,auto,auto;opacity:.7}.landing-home .hero-console-body,.landing-home .hero-console-topbar{position:relative;z-index:1}.landing-home .hero-console-topbar{display:grid;min-height:48px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border-bottom:1px solid rgba(255,145,62,.13);padding:0 16px;background:rgba(0,0,0,.28)}.landing-home .hero-console-dots{display:flex;align-items:center;gap:7px}.landing-home .hero-console-dots span{width:8px;height:8px;border-radius:999px;background:rgba(255,248,240,.28)}.landing-home .hero-console-dots span:first-child{background:#ff6b32}.landing-home .hero-console-dots span:nth-child(2){background:#ffc65a}.landing-home .hero-console-dots span:nth-child(3){background:#4ade80}.landing-home .hero-console-region,.landing-home .hero-console-title{min-width:0;color:rgba(255,248,240,.58);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.landing-home .hero-console-region{color:rgba(255,181,104,.72);font-size:10px}.landing-home .hero-console-body{padding:18px}.landing-home .hero-console-command{display:flex;min-width:0;align-items:center;gap:10px;border:1px solid rgba(255,145,62,.12);border-radius:10px;background:rgba(0,0,0,.24);padding:12px 13px;color:#fff8f0;font-size:12px;line-height:1.4}.landing-home .hero-console-prompt{color:#4ade80;font-weight:900}.landing-home .hero-console-command-text{display:inline-block;max-width:100%;overflow:hidden;border-right:1px solid rgba(255,248,240,.7);white-space:nowrap;animation:heroConsoleCommand 2.8s steps(44) .45s both,heroConsoleCaret .9s steps(2) infinite}.landing-home .hero-console-checks{display:grid;gap:8px;margin-top:16px}.landing-home .hero-console-line{display:grid;min-width:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;color:rgba(255,248,240,.66);font-size:12px;line-height:1.35}.landing-home .hero-console-line strong{color:rgba(255,248,240,.92);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.landing-home .hero-console-status{width:7px;height:7px;border-radius:999px;background:#4ade80;box-shadow:0 0 14px rgba(74,222,128,.55)}.landing-home .hero-console-status.is-warn{background:#ffc65a;box-shadow:0 0 14px rgba(255,198,90,.45)}.landing-home .hero-console-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.landing-home .hero-console-metric{min-width:0;border:1px solid rgba(255,255,255,.075);border-radius:10px;background:rgba(255,255,255,.035);padding:12px 10px}.landing-home .hero-console-metric span,.landing-home .hero-console-metric strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-home .hero-console-metric span{color:rgba(255,248,240,.42);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.landing-home .hero-console-metric strong{margin-top:7px;color:#fff8f0;font-size:20px;font-weight:900;letter-spacing:0}@keyframes heroConsoleCommand{0%{width:0}to{width:100%}}@keyframes heroConsoleCaret{0%,45%{border-right-color:rgba(255,248,240,.7)}46%,to{border-right-color:transparent}}.landing-home #tariffs{position:relative;z-index:1;overflow:hidden;margin-top:calc(var(--hero-tariffs-overlap) * -1);padding-top:calc(58px + var(--hero-tariffs-overlap));padding-bottom:clamp(56px,5vw,76px);background:linear-gradient(180deg,#080504,#050403 18%,#050403 74%,#090504);isolation:isolate}.landing-home #faq:before,.landing-home #tariffs:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-repeat:no-repeat;opacity:.2}.landing-home #tariffs:after,.landing-home #tariffs:before{display:none}.landing-home #tariffs>.absolute{z-index:2;overflow:hidden;display:none!important;background:none!important}.landing-home #tariffs>.absolute:after,.landing-home #tariffs>.absolute:before{display:none}.landing-home #faq .premium-section-header,.landing-home #tariffs .text-center{text-align:left!important}.landing-home #tariffs .landing-container{position:relative;z-index:12}.landing-home #tariffs .text-center{margin-left:auto;margin-right:auto;max-width:1320px}.landing-home #faq h2,.landing-home #tariffs h2{color:var(--text-main);font-size:42px!important;font-weight:700;line-height:1.12}.landing-home #faq p,.landing-home #tariffs p{color:rgba(255,248,240,.6)!important;font-size:17px!important}.landing-home #faq .premium-section-header p,.landing-home #tariffs .text-center p{margin-left:0!important;margin-right:0!important}.landing-home .tariffs-filters-container{justify-content:flex-start;width:min(100%,1320px);margin-left:auto;margin-right:auto}.landing-home .game-plan-mode-group h3,.landing-home .tariffs-filter-group h3{color:rgba(246,243,238,.46)!important;font-family:var(--font-description);font-size:12px;font-weight:700;letter-spacing:.08em!important}.landing-home .tariffs-filter-wrapper{border-radius:var(--radius-md)!important;border-color:rgba(255,255,255,.085)!important;background:rgba(255,255,255,.022)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 30px rgba(0,0,0,.18)}.landing-home .tariffs-filter-scroll button{min-height:40px;border-radius:10px;border:0;background:transparent;font-family:var(--font-description);font-size:14px;font-weight:720;line-height:1;transition:color .16s ease,background .16s ease,transform .16s ease}.landing-home .tariffs-filter-scroll button svg{opacity:.78}.landing-home .tariffs-filter-scroll button:hover{background:rgba(255,255,255,.026)}.landing-home .game-plan-mode-group{flex:1 1 100%;max-width:680px}.landing-home .game-plan-mode-shell{display:inline-grid;width:min(100%,560px);grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:6px;border:1px solid rgba(255,255,255,.085);border-radius:var(--radius-md);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015)),rgba(8,7,6,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(14px)}.landing-home .game-plan-mode-button{display:flex;min-width:0;min-height:44px;align-items:center;justify-content:center;gap:8px;border-radius:10px;color:rgba(255,248,240,.58);font-family:var(--font-description);font-size:14px;font-weight:760;line-height:1;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.landing-home .game-plan-mode-button:hover{color:rgba(255,248,240,.9);background:rgba(255,255,255,.04)}.landing-home .game-plan-mode-button.is-active{color:#fff;background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035)),rgba(116,67,39,.36);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px rgba(0,0,0,.16)}.landing-home .game-plan-mode-button>span:not(.game-plan-mode-count){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-home .game-plan-mode-count{display:inline-flex;min-width:26px;height:22px;align-items:center;justify-content:center;border-radius:999px;padding:0 8px;background:rgba(255,255,255,.07);color:rgba(255,248,240,.66);font-size:11px;font-weight:800}.landing-home .game-plan-mode-button.is-active .game-plan-mode-count{background:rgba(255,255,255,.12);color:#fff}.landing-home .game-custom-panel{position:relative;display:grid;width:min(100%,1320px);margin:0 auto;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:22px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-lg);background:linear-gradient(115deg,rgba(255,255,255,.04),rgba(255,255,255,.022) 42%,rgba(0,0,0,.22)),rgba(11,10,9,.88);padding:26px;box-shadow:inset 0 1px 0 rgba(255,248,240,.08),0 24px 70px rgba(0,0,0,.42)}.landing-home .game-custom-panel:before{content:"";position:absolute;inset:0 22px auto;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent)}.landing-home .game-custom-panel-copy{position:relative;z-index:1;min-width:0}.landing-home .game-custom-kicker{margin-bottom:8px;color:rgba(255,196,132,.72);font-family:var(--font-description);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.landing-home .game-custom-panel h3{color:var(--text-main);font-size:26px;font-weight:750;line-height:1.15}.landing-home .game-custom-panel p{max-width:560px;margin-top:8px;color:rgba(255,248,240,.58)!important;font-size:15px!important;line-height:1.6}.landing-home .game-custom-panel-specs{position:relative;z-index:1;display:flex;gap:8px}.landing-home .game-custom-panel-specs span{border:1px solid rgba(255,145,62,.18);border-radius:999px;background:rgba(255,255,255,.045);padding:9px 12px;color:rgba(255,248,240,.76);font-size:12px;font-weight:800}.landing-home .game-custom-panel-cta{position:relative;z-index:1;display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid rgba(255,145,62,.28);border-radius:var(--landing-btn-radius);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.026)),rgba(18,14,11,.82);padding:0 22px;color:#fff8f1;font-family:var(--font-description);font-size:14px;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 12px 28px rgba(0,0,0,.28)}.landing-home .premium-plan-card{min-height:398px;border-radius:var(--radius-lg)!important;border-color:rgba(255,255,255,.095)!important;background:radial-gradient(ellipse 105% 48% at 50% 96%,rgba(255,125,42,.055) 0,rgba(117,43,10,.03) 42%,transparent 76%),linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.026) 34%,rgba(18,15,13,.58) 58%,rgba(6,5,4,.82)),#0a0908!important;box-shadow:inset 0 1px 0 rgba(255,248,240,.065),0 20px 58px rgba(0,0,0,.4)!important;padding:24px!important}.landing-home .premium-plan-card:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 70% 28% at 50% 80%,rgba(255,125,42,.065),rgba(107,42,9,.035) 42%,transparent 76%),linear-gradient(180deg,transparent,rgba(255,255,255,.018) 76%,rgba(255,255,255,.01));filter:blur(8px);opacity:.5;transform:translateZ(0)}.landing-home .premium-plan-card:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.055),transparent 22%),radial-gradient(circle at 22% 18%,rgba(255,255,255,.026) 0 .8px,transparent 1px),radial-gradient(circle at 72% 66%,rgba(255,255,255,.018) 0 .7px,transparent 1px),repeating-linear-gradient(118deg,rgba(255,255,255,.01) 0 1px,transparent 1px 9px);background-size:7px 7px,9px 9px,100% 100%;opacity:.06;mix-blend-mode:screen}.landing-home #tariffs .grid.justify-center{grid-template-columns:repeat(auto-fit,minmax(248px,288px))!important;gap:24px!important}.landing-home .premium-plan-card:hover{border-color:rgba(255,174,102,.22)!important;box-shadow:inset 0 1px 0 rgba(255,248,240,.08),0 24px 68px rgba(0,0,0,.44)!important}.landing-home .premium-plan-card:hover:before{opacity:.62}.landing-home .premium-plan-card>div:first-child,.landing-home .premium-plan-card>div:nth-child(2){display:none!important}.landing-home .premium-plan-card h3{font-size:20px;font-weight:700;min-height:48px;color:var(--text-main);line-height:1.18;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.landing-home .premium-plan-card h3+div{margin-top:2px;color:rgba(255,248,240,.4)!important;font-size:10px;letter-spacing:.12em!important}.landing-home .premium-plan-card .border-b{border-color:rgba(255,255,255,.085)!important}.landing-home .premium-plan-card .drop-shadow-\[0_0_14px_rgba\(242\,138\,23\,0\.28\)\],.landing-home .premium-plan-card .drop-shadow-\[0_0_22px_rgba\(255\,255\,255\,0\.08\)\]{filter:none!important}.landing-home .premium-plan-card .text-\[\#ffbe66\]{color:#e68a3a!important}.landing-home .premium-plan-card .text-4xl{color:#e68a3a!important;font-size:32px!important;font-weight:650}.landing-home .premium-plan-card .space-y-3{display:grid;gap:0}.landing-home .premium-plan-card .space-y-3>div{border:0!important;border-bottom:1px solid rgba(255,255,255,.07)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:12px 0!important}.landing-home .premium-plan-card .space-y-3>div:first-child{border-top:1px solid rgba(255,255,255,.07)!important}.landing-home .premium-plan-card .space-y-3>div>div:first-child{display:none}.landing-home .premium-plan-card .space-y-3 svg{color:#d98235!important;opacity:.74}.landing-home .premium-plan-card .space-y-3 span{font-family:var(--font-description);font-size:14px!important}.landing-home .premium-plan-card .space-y-3 span:last-child{color:var(--text-main)!important;font-weight:700}.landing-home .premium-plan-card a[href="/order"]{min-height:48px;border-radius:12px!important;border-color:rgba(255,145,62,.28)!important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.026)),rgba(18,14,11,.82)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 12px 28px rgba(0,0,0,.28)!important;color:#fff8f0!important;font-family:var(--font-description);font-size:14px;font-weight:820}.landing-home .game-custom-panel-cta:before,.landing-home .premium-plan-card a[href="/order"]:before{opacity:.36;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 62%)}.landing-home .game-custom-panel-cta:hover,.landing-home .premium-plan-card a[href="/order"]:hover{border-color:rgba(255,184,112,.4)!important;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.032)),rgba(26,19,14,.88)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 32px rgba(0,0,0,.32)!important}.landing-home .premium-plan-card a[href="/order"]>span:not(:last-child){display:none!important}.landing-home #faq{position:relative;z-index:1;overflow:hidden;margin-top:0;padding-top:clamp(72px,6vw,96px);padding-bottom:108px;border-top:0;background:linear-gradient(180deg,#070403,#050403 24%,#040302 74%,#030201);isolation:isolate}.landing-home #faq:before{inset:0 0 auto;height:clamp(480px,48vw,700px);background-image:url(/images/landing-transition-tariffs-faq.png);background-size:cover;background-position:top;opacity:.34;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72),#000 36%,rgba(0,0,0,.52) 68%,transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.72),#000 36%,rgba(0,0,0,.52) 68%,transparent)}.landing-home #faq:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,rgba(7,4,3,.92),rgba(7,4,3,.36) 18%,rgba(255,101,0,.038) 34%,rgba(5,4,3,0) 54%,rgba(4,3,2,.88)),radial-gradient(ellipse 82% 20% at 50% 0,rgba(255,101,0,.07),transparent 72%),radial-gradient(ellipse 88% 18% at 50% 100%,rgba(255,101,0,.08),transparent 76%)}.landing-home #faq>.absolute{background:none!important}.landing-home #faq .landing-container{max-width:1320px}.landing-home .premium-section-header{max-width:760px}.landing-home .premium-faq-list{max-width:1320px}@media (min-width:1025px){.landing-home #faq .landing-container{display:grid;grid-template-columns:minmax(280px,370px) minmax(0,1fr);gap:82px;align-items:start}.landing-home #faq .premium-section-header{margin-bottom:0!important}}.landing-home #faq .rounded-2xl{border-radius:var(--radius-md)!important;border-color:rgba(255,145,62,.16)!important;background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,101,0,.02)),rgba(10,8,7,.9)!important;box-shadow:inset 0 1px 0 rgba(255,248,240,.06),0 18px 46px rgba(0,0,0,.2)!important}.landing-home #faq .rounded-2xl:hover{border-color:rgba(255,138,34,.46)!important;background:linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,101,0,.034)),rgba(12,9,7,.88)!important}.landing-home #faq .rounded-2xl>.relative{padding:24px!important}.landing-home #faq h3{color:var(--text-main);font-family:var(--font-description);font-size:17px;font-weight:720;line-height:1.45}.landing-home #faq [class*="bg-[#c8843b]"],.landing-home #faq [class*="bg-[#d9aa73]"]{background-color:rgba(255,101,0,.78)!important}.landing-home footer{margin-top:calc(var(--section-overlap) * -.55);border-top:0;background:linear-gradient(180deg,#040302,#030201)!important}.landing-home .landing-footer-glow-layer{display:none}.landing-home .landing-footer-fade-layer{top:-160px;height:calc(100% + 160px);background:linear-gradient(180deg,rgba(4,3,2,0),rgba(4,3,2,.62) 36%,rgba(4,3,2,.9)),radial-gradient(ellipse 76% 18% at 50% 0,rgba(255,101,0,.09),transparent 72%)!important}.landing-home .premium-footer-shell{border-color:rgba(255,145,62,.16)!important;padding-top:48px!important;background:linear-gradient(180deg,rgba(255,101,0,.035),transparent 42%)}.landing-home footer h4{color:rgba(246,243,238,.48)!important;letter-spacing:.08em!important}.landing-home footer .text-gray-500,.landing-home footer .text-sm,.landing-home footer h4,.landing-home footer li a,.landing-home footer p{font-family:var(--font-description)}.landing-home footer li a{color:rgba(255,248,240,.58)!important}.landing-home footer a:hover{color:var(--accent-soft)!important}.landing-home .premium-footer-contact{border-left:1px solid rgba(255,138,34,.48);padding-left:16px}.landing-home footer a[aria-label]{border-radius:12px!important;border-color:rgba(255,145,62,.16)!important;background:rgba(255,255,255,.04)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important}.landing-home .mobile-dropdown-menu{border-radius:16px;border-color:var(--line);background:rgba(8,8,8,.94)}.landing-home .mobile-menu-button,.landing-home .mobile-menu-language,.landing-home .mobile-menu-link{border-radius:12px!important}.landing-home.landing-not-found{min-height:100svh;background:linear-gradient(180deg,#040302,#090604 46%,#030201)}.landing-home.landing-not-found:before{opacity:.5}.landing-home .not-found-hero{position:relative;display:flex;min-height:100svh;align-items:center;overflow:hidden;padding:136px 0 72px}.landing-home .not-found-media-layer{position:absolute;inset:0;z-index:0;background-image:url(/images/landing-hero-orange-abstract.png);background-position:100%;background-size:cover;opacity:.72;filter:saturate(.94) brightness(.72);transform:scale(1.02)}.landing-home .not-found-media-layer:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,3,2,.94),rgba(4,3,2,.72) 38%,rgba(4,3,2,.18) 74%,rgba(4,3,2,.48)),linear-gradient(180deg,rgba(4,3,2,.38),rgba(4,3,2,.88)),linear-gradient(135deg,rgba(255,101,0,.16),transparent 48%)}.landing-home .not-found-vignette{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 74% 34%,rgba(255,101,0,.2),transparent 28%),linear-gradient(180deg,rgba(4,3,2,0) 54%,rgba(4,3,2,.92))}.landing-home .not-found-content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:clamp(36px,6vw,96px)}.landing-home .not-found-copy{max-width:760px}.landing-home .not-found-code{margin:0 0 18px;color:rgba(255,181,104,.72);font-family:var(--font-description);font-size:15px;font-weight:800;line-height:1}.landing-home .not-found-title{max-width:780px;margin:0;color:var(--text-main);font-family:var(--font-display);font-size:clamp(48px,8vw,104px);font-weight:740;line-height:.98}.landing-home .not-found-title span{color:var(--accent-soft)}.landing-home .not-found-subtitle{max-width:560px;margin:28px 0 0;color:rgba(255,248,240,.68);font-family:var(--font-description);font-size:18px;line-height:1.7}.landing-home .not-found-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:36px}.landing-home .not-found-primary-link .hero-cta-label{gap:9px}.landing-home .not-found-secondary-link{display:inline-flex;min-height:58px;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.035);padding:0 22px;color:rgba(255,248,240,.78);font-family:var(--font-description);font-size:15px;font-weight:740;text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease}.landing-home .not-found-secondary-link:hover{border-color:rgba(255,164,78,.34);background:rgba(255,101,0,.08);color:var(--text-main)}.landing-home .not-found-panel{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,101,0,.03)),rgba(8,6,5,.78);box-shadow:var(--shadow-card);backdrop-filter:blur(18px)}.landing-home .not-found-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,181,104,.14),transparent 42%),radial-gradient(circle at 80% 18%,rgba(255,101,0,.18),transparent 34%)}.landing-home .not-found-panel-line{position:relative;z-index:1;display:flex;gap:8px;padding:18px;border-bottom:1px solid rgba(255,145,62,.12)}.landing-home .not-found-panel-line span{width:10px;height:10px;border-radius:999px;background:rgba(255,181,104,.28)}.landing-home .not-found-panel-number{position:relative;z-index:1;padding:42px 26px 38px;color:rgba(255,248,240,.9);font-family:var(--font-display);font-size:clamp(82px,12vw,132px);font-weight:760;line-height:.9}.landing-home .not-found-panel-status{position:relative;z-index:1;display:flex;align-items:center;gap:10px;border-top:1px solid rgba(255,145,62,.12);padding:18px;color:rgba(255,248,240,.62);font-family:var(--font-description);font-size:14px;font-weight:720}@media (min-width:1200px){.landing-home .premium-plan-card{max-width:320px}}@media (max-width:1024px){.landing-home{--section-overlap:clamp(58px,8vw,86px);--hero-section-height:86svh;--hero-tariffs-overlap:clamp(150px,18vw,220px);--hero-tariffs-bridge-height:clamp(170px,24vw,260px)}.landing-home .not-found-content{grid-template-columns:1fr;align-items:start}.landing-home .not-found-copy{max-width:720px}.landing-home .not-found-panel{width:min(100%,420px)}.landing-home .hero-section{min-height:var(--hero-section-height)!important;padding-top:116px!important}.landing-home .hero-rotator-stage{min-height:196px}.landing-home .hero-rotator-text{font-size:56px}.landing-home .hero-content-wrapper>.hero-shell-grid{display:flex!important;max-width:820px!important}.landing-home .hero-console-panel{display:none}.landing-home #faq h2,.landing-home #tariffs h2{font-size:36px!important}.landing-home .game-custom-panel{grid-template-columns:1fr;align-items:stretch}.landing-home .game-custom-panel-specs{flex-wrap:wrap}}@media (max-width:767px){.landing-home{--section-overlap:44px;--hero-section-height:82svh;--hero-tariffs-overlap:138px;--hero-tariffs-bridge-height:190px;--section-fade-height:180px}.landing-home .landing-container{padding-left:20px;padding-right:20px}.landing-home .not-found-hero{align-items:flex-start;min-height:100svh;padding:112px 0 44px}.landing-home .not-found-media-layer{background-position:top;opacity:.54}.landing-home .not-found-content{gap:28px}.landing-home .not-found-code{margin-bottom:14px;font-size:13px}.landing-home .not-found-title{font-size:clamp(40px,13vw,54px);line-height:1.02}.landing-home .not-found-subtitle{margin-top:20px;font-size:15px}.landing-home .not-found-actions{align-items:stretch;margin-top:28px}.landing-home .not-found-primary-link,.landing-home .not-found-secondary-link{width:100%;max-width:none}.landing-home .not-found-panel-number{padding:32px 22px 30px;font-size:86px}.landing-home .section{padding:64px 0}.landing-home .nav-fixed-container{top:14px;width:calc(100% - 28px)}.landing-home .nav-bg{border-radius:16px;min-height:62px;padding:9px 12px}.landing-home .hero-section{min-height:var(--hero-section-height)!important;padding-top:104px!important;padding-bottom:48px!important}.landing-home .hero-section:before{height:clamp(300px,46vh,420px);background-size:940px auto;background-position:bottom}.landing-home .hero-section:after{background:linear-gradient(180deg,rgba(4,3,2,.78),rgba(4,3,2,.5) 44%,rgba(4,3,2,.84)),linear-gradient(90deg,rgba(4,3,2,.7),rgba(4,3,2,.3)),linear-gradient(135deg,rgba(255,101,0,.11),transparent 58%)}.landing-home .hero-content-wrapper,.landing-home .hero-content-wrapper>div{align-items:center!important;text-align:center!important}.landing-home .hero-rotator-shell{margin:0 auto}.landing-home .hero-rotator-stage{min-height:136px!important;place-items:center;margin-bottom:14px!important}.landing-home .hero-rotator-text{max-width:11.5ch;font-size:34px;text-align:center}.landing-home .hero-subtitle{display:block!important;max-width:330px!important;font-size:15px!important;line-height:1.6!important}.landing-home .hero-cta-wrap{justify-content:center;margin-bottom:18px}.landing-home .hero-cta-btn{min-height:52px;width:100%;max-width:280px}.landing-home .hero-stats-container{width:min(100%,360px);grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:0}.landing-home .hero-stat-item{align-items:center;padding:14px 10px 13px;text-align:center}.landing-home .hero-stat-value{font-size:22px}.landing-home .hero-stat-label{font-size:8.5px;letter-spacing:.08em}.landing-home .hero-stat-divider{display:none}.landing-home #tariffs{margin-top:calc(var(--hero-tariffs-overlap) * -1);padding-top:calc(52px + var(--hero-tariffs-overlap))}.landing-home #tariffs:before{min-height:620px;height:760px;opacity:.54}.landing-home #faq:before{background-size:760px auto;opacity:.18}.landing-home #faq{margin-top:0;padding-top:64px;padding-bottom:76px}.landing-home footer{margin-top:-34px}.landing-home #faq .premium-section-header,.landing-home #tariffs .text-center{text-align:left!important}.landing-home #faq h2,.landing-home #tariffs h2{font-size:30px!important}.landing-home #faq p,.landing-home #tariffs p{font-size:15px!important}.landing-home .tariffs-filters-container{align-items:stretch;gap:18px}.landing-home .tariffs-filter-group,.landing-home .tariffs-filter-wrapper{width:100%}.landing-home .game-plan-mode-group,.landing-home .game-plan-mode-shell{width:100%;max-width:none}.landing-home .game-plan-mode-shell{grid-template-columns:1fr}.landing-home .game-plan-mode-button{justify-content:space-between;min-height:46px;padding:0 12px}.landing-home .game-custom-panel{padding:20px}.landing-home .game-custom-panel h3{font-size:22px}.landing-home .game-custom-panel-cta,.landing-home .tariffs-filter-scroll{width:100%}.landing-home .tariffs-filter-scroll button{flex:1 0 auto}.landing-home .premium-plan-card{min-height:0;padding:20px!important}.landing-home #faq h3{font-size:16px}.landing-home footer{padding-top:44px}}.landing-home #faq,.landing-home #tariffs,.landing-home footer{content-visibility:auto;contain-intrinsic-size:auto 900px}.landing-home .premium-plan-card{content-visibility:auto;contain-intrinsic-size:auto 398px}@media (max-width:768px),(prefers-reduced-motion:reduce){.landing-home .glass-liquid,.landing-home .hero-stats-container,.landing-home .mobile-dropdown-menu,.landing-home .nav-bg,.landing-home .premium-plan-card,.landing-home .tariffs-filter-wrapper{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}@media (prefers-reduced-motion:reduce){.landing-home *,.landing-home :after,.landing-home :before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.landing-home .hero-console-command-text{width:100%;border-right-color:transparent}}