:root{--bg: #060b16;--surface-line: rgba(255, 255, 255, .08);--text: #ffffff;--text-soft: rgba(255, 255, 255, .72);--text-muted: rgba(255, 255, 255, .5);--accent: #ffbb47;--accent-strong: #ff9e2c;--radius-xl: 32px;--shadow: 0 40px 90px rgba(0, 0, 0, .3);--container: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,system-ui,sans-serif;background:linear-gradient(180deg,#091321,#08111d 52%,#060b15);color:var(--text);min-width:320px}body.panel-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer;background:transparent;border:0;color:inherit}img{display:block;max-width:100%}.page-shell{position:relative;isolation:isolate}.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:40;padding:20px 0;transition:padding .35s ease,transform .35s ease}.site-header.is-scrolled{padding:12px 0}.header-inner{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:14px 18px;border:1px solid rgba(255,255,255,.08);border-radius:28px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff0f;box-shadow:0 18px 50px #00000029}.brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content}.brand-logo{width:44px;height:44px;border-radius:14px;object-fit:cover;box-shadow:none}.brand-text{font-weight:700;letter-spacing:-.02em}.site-nav{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px;border-radius:999px;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.site-nav a{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:0;overflow:hidden;color:#ffffffc2;font-size:.94rem;font-weight:600;letter-spacing:-.02em;background:transparent;transition:transform .22s ease,color .22s ease,background-color .22s ease,box-shadow .22s ease}.site-nav a:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#ffffff14,#ffffff08);opacity:0;transition:opacity .22s ease}.site-nav a:after{content:"";position:absolute;top:-150%;left:-38%;width:24%;height:360%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 24%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.04) 76%,transparent 100%);transform:rotate(18deg) translate(-250%);opacity:0;transition:transform .56s ease,opacity .2s ease}.site-nav a>span,.site-nav a{z-index:0}.site-nav a:hover,.site-nav a:focus-visible{color:var(--text);transform:translateY(-1px);background:#ffffff0a;box-shadow:0 12px 24px #0000001a}.site-nav a:hover:before,.site-nav a:focus-visible:before{opacity:1}.site-nav a:hover:after,.site-nav a:focus-visible:after{opacity:1;transform:rotate(18deg) translate(440%)}.site-nav a.is-active{color:#0f1220;background:linear-gradient(135deg,#ffe3a0 0%,var(--accent) 62%,var(--accent-strong) 100%);box-shadow:0 14px 26px #ffbb4738}.site-nav a.is-active:before{opacity:0}.site-nav a.is-active:after{opacity:.75;transform:rotate(18deg) translate(175%)}.header-actions{display:flex;align-items:center;gap:12px}.nav-toggle{display:none;position:relative;width:44px;height:44px;padding:0;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.nav-toggle span{position:absolute;left:11px;right:11px;height:2px;border-radius:999px;background:var(--text);transition:transform .25s ease,opacity .25s ease}.nav-toggle span:nth-child(1){top:14px}.nav-toggle span:nth-child(2){top:21px}.nav-toggle span:nth-child(3){top:28px}.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;overflow:hidden;border-radius:999px;padding:14px 22px;font-weight:700;letter-spacing:-.02em;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease}.button:before{content:"";position:absolute;top:-120%;left:-40%;width:32%;height:340%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 24%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.08) 76%,transparent 100%);transform:rotate(18deg) translate(-240%);opacity:0;pointer-events:none;transition:transform .6s ease,opacity .2s ease}.button:hover,.button:focus-visible{transform:scale(1.03)}.button:hover:before,.button:focus-visible:before{opacity:1;transform:rotate(18deg) translate(430%)}.button-primary{color:#0d1020;background:linear-gradient(135deg,#ffd169 0%,var(--accent) 55%,var(--accent-strong) 100%);box-shadow:0 18px 36px #ffbb4740}.button-primary:hover,.button-primary:focus-visible{box-shadow:0 18px 36px #ffbb4740}.button-secondary{color:var(--text);background:#0000005c;border:1px solid rgba(255,255,255,.1)}.button-ghost{color:var(--text);background:#ffffff14;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.button-large{padding:17px 30px;min-height:58px;font-size:1rem}.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero-media,.hero-video,.hero-overlay,.hero-noise{position:absolute;inset:0}.hero-video{width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.04);transition:opacity .75s ease,transform 5.5s ease}.hero-video.is-active{opacity:1;transform:scale(1)}.hero-overlay{background:linear-gradient(180deg,#060a1338,#060a1366 45%,#060a13e6),linear-gradient(90deg,#060a13e0,#060a1361 48%,#060a13cc)}.hero-noise{opacity:.12;mix-blend-mode:soft-light;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.9) .4px,transparent .6px),radial-gradient(circle at 80% 30%,rgba(255,255,255,.9) .4px,transparent .6px),radial-gradient(circle at 50% 70%,rgba(255,255,255,.9) .5px,transparent .7px);background-size:160px 160px}.hero-glow{position:absolute;width:32vw;height:32vw;filter:blur(85px);border-radius:999px;opacity:.22}.hero-glow-left{top:12%;left:-8%;background:#ffbb476b}.hero-glow-right{right:-10%;bottom:-4%;background:#3e5cff66}.hero-content{position:relative;z-index:1;display:flex;min-height:100svh;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:148px 0 56px}.hero-topline{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:18px}.hero-chip{padding:10px 16px;border-radius:999px;color:#ffffffe0;font-size:.85rem;font-weight:600;border:1px solid rgba(255,255,255,.12);background:#ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-chip-accent{color:#0f1121;background:linear-gradient(135deg,#ffe197 0%,var(--accent) 100%);border-color:transparent}.hero-copy h1{margin:0;font-size:clamp(4.4rem,15vw,9.2rem);line-height:.92;letter-spacing:-.06em;text-transform:uppercase;text-shadow:0 18px 36px rgba(0,0,0,.28)}.hero-copy p{width:min(100%,820px);margin:28px auto 0;color:#ffffffe0;font-size:clamp(1.08rem,2vw,1.45rem);line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px}.hero-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:min(100%,980px);margin-top:48px}.meta-card{padding:18px 22px;text-align:left;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#090e1c94;box-shadow:0 18px 42px #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .3s ease,border-color .3s ease,background-color .3s ease}.meta-card:hover{transform:translateY(-4px);border-color:#ffbb4738}.meta-label{display:block;color:var(--text-muted);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.meta-value{display:block;margin-top:10px;font-size:1.15rem;font-weight:700;letter-spacing:-.03em}.hero-timeline{width:min(100%,980px);margin-top:28px;padding:18px 22px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#090e1c66;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.timeline-head{display:flex;justify-content:space-between;gap:12px;color:var(--text-soft);font-size:.92rem;font-weight:600}.timeline-dots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.timeline-dot{height:8px;border-radius:999px;background:#ffffff1f;transition:background-color .25s ease,transform .25s ease}.timeline-dot.is-active{background:linear-gradient(90deg,rgba(255,255,255,.4),var(--accent));transform:scaleY(1.2)}.section{position:relative;padding:110px 0}.section-intro{padding-top:90px}.section:before{display:none}.intro-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:24px;align-items:stretch}.glass-card,.mode-card,.product-card,.stat-card,.banner-card,.faq-item,.shop-shell{position:relative;border:1px solid var(--surface-line);background:linear-gradient(180deg,#ffffff0d,#0a1020b8);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.intro-card{padding:34px;border-radius:var(--radius-xl)}.intro-card h2,.section-heading h2,.banner-card h2{margin:0;font-size:clamp(2rem,4vw,3.3rem);letter-spacing:-.05em;line-height:1.02}.intro-card p,.banner-card p{margin:18px 0 0;color:var(--text-soft);line-height:1.65;font-size:1.04rem}.section-eyebrow,.purchase-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e}.section-heading{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:32px}.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.stat-card{padding:28px;border-radius:26px}.stat-card span,.mode-index{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:14px;margin-bottom:20px;color:#10131f;font-weight:800;background:linear-gradient(135deg,#ffe09a 0%,var(--accent) 100%)}.stat-card strong,.mode-card h3{display:block;font-size:1.3rem;letter-spacing:-.03em}.stat-card p,.mode-card p{margin:14px 0 0;color:var(--text-soft);line-height:1.65}.modes-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.modes-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.mode-card{padding:28px;border-radius:28px;overflow:hidden}.mode-card:before,.shop-shell:before,.banner-card:before,.purchase-sheet:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(145deg,#ffffff38,#fff0,#ffbb4738);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.shop-shell{border-radius:34px;padding:22px}.shop-toolbar{display:flex;flex-wrap:wrap;gap:12px}.shop-tab{min-height:48px;padding:0 18px;border-radius:999px;font-weight:700;color:#ffffffb8;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;transition:color .24s ease,background-color .24s ease,border-color .24s ease,transform .24s ease}.shop-tab:hover,.shop-tab:focus-visible{transform:translateY(-2px);color:var(--text)}.shop-tab.is-active{color:#0d1120;background:linear-gradient(135deg,#ffe091 0%,var(--accent) 100%);border-color:transparent}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px}.product-card{overflow:hidden;min-height:100%;padding:24px;border-radius:28px;isolation:isolate}.product-card:after{content:"";position:absolute;inset:0;background:radial-gradient(240px circle at var(--mouse-x, 50%) var(--mouse-y, 0%),rgba(255,187,71,.18),transparent 65%);opacity:0;transition:opacity .25s ease;z-index:-1}.product-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.product-badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd1;background:#ffffff14}.product-price{font-size:1.45rem;font-weight:800;letter-spacing:-.04em}.product-copy{margin-top:20px}.product-copy h3{margin:0;font-size:1.48rem;letter-spacing:-.04em}.product-copy p{margin:12px 0 0;color:var(--text-soft);line-height:1.65}.product-perks{list-style:none;display:grid;gap:12px;margin:24px 0 28px;padding:0}.product-perks li{position:relative;padding-left:18px;color:#ffffffd6;line-height:1.5}.product-perks li:before,.purchase-perk span{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#fff5d6 0%,var(--accent) 100%);box-shadow:0 0 0 4px #ffbb4724}.product-button{width:100%}.banner-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px;border-radius:34px}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.faq-item{padding:26px 28px;border-radius:26px}.faq-item summary{list-style:none;font-size:1.08rem;font-weight:700;letter-spacing:-.03em}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:14px 0 0;color:var(--text-soft);line-height:1.65}.site-footer{padding:22px 0 30px}.footer-inner{display:flex;flex-direction:column;gap:24px;padding:28px 32px 24px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.06)}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.footer-links a{font-size:.83rem;color:#ffffff73;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#fffc}.footer-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.06)}.footer-info-block{display:flex;flex-direction:column;gap:6px}.footer-info-label{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff47;margin-bottom:2px}.footer-info-value{font-size:.78rem;line-height:1.55;color:#ffffff85;text-decoration:none}a.footer-info-value:hover{color:#fffc}.footer-payments{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.06)}.footer-payments-label{font-size:.7rem;color:#ffffff47;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.footer-payment-logos{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pay-badge{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;font-size:.72rem;font-weight:800;letter-spacing:.04em;color:#ffffffbf;text-decoration:none;transition:border-color .15s,background .15s;white-space:nowrap}.pay-badge:hover{border-color:#ffffff40;background:#ffffff1a}.pay-badge-visa{font-style:italic;letter-spacing:.06em;color:#fff;font-size:.8rem}.pay-badge-mc{gap:2px;padding:0 8px}.mc-circle{display:block;width:14px;height:14px;border-radius:50%}.mc-red{background:#eb001b}.mc-orange{background:#f79e1b;margin-left:-5px}.pay-badge-mir{background:#045f434d;border-color:#045f4380;color:#4caf7c}.pay-badge-sbp{color:#ffffffa6}.pay-badge-tbank{background:#ffdd2d;border-color:#ffdd2d;color:#000;gap:2px}.pay-badge-tbank:hover{background:#ffe94a;border-color:#ffe94a}.tbank-t{font-weight:900;font-size:.85rem}.tbank-name{font-weight:600;font-size:.72rem}.footer-bottom{display:flex;flex-direction:column;gap:4px}.footer-note{margin:0;color:#ffffff47;font-size:.75rem}.footer-copy{margin:0;color:#ffffff38;font-size:.72rem}@media(max-width:900px){.footer-info-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer-inner{padding:20px 18px}.footer-top{flex-direction:column;align-items:flex-start}.footer-info-grid{grid-template-columns:1fr}}.purchase-panel{position:fixed;inset:0;z-index:80;pointer-events:none}.purchase-panel.is-open{pointer-events:auto}.purchase-backdrop{position:absolute;inset:0;opacity:0;background:#02060eb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:opacity .3s ease}.purchase-panel.is-open .purchase-backdrop{opacity:1}.purchase-sheet{position:absolute;top:20px;right:20px;bottom:20px;width:min(100% - 24px,480px);padding:24px;border-radius:34px;background:linear-gradient(180deg,#0d1324f5,#080c18fa);border:1px solid rgba(255,255,255,.08);box-shadow:0 44px 90px #00000057;transform:translate(calc(100% + 24px));transition:transform .34s cubic-bezier(.2,.9,.2,1)}.purchase-panel.is-open .purchase-sheet{transform:translate(0)}.purchase-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.purchase-close span{position:absolute;top:20px;left:11px;right:11px;height:2px;background:var(--text)}.purchase-close span:first-child{transform:rotate(45deg)}.purchase-close span:last-child{transform:rotate(-45deg)}.purchase-body{display:flex;height:100%;flex-direction:column;padding-top:24px}.purchase-body h3{margin:0;font-size:2.1rem;letter-spacing:-.05em}.purchase-description{margin:14px 0 0;color:var(--text-soft);line-height:1.65}.purchase-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:28px;padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d}.purchase-price-row span{color:var(--text-soft)}.purchase-price-row strong{font-size:1.8rem;letter-spacing:-.05em}.purchase-list{display:grid;gap:14px;margin-top:22px}.purchase-perk{position:relative;padding:16px 18px 16px 34px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.purchase-perk span{top:22px;left:16px}.purchase-perk p{margin:0;color:#ffffffd6;line-height:1.55}.field{display:grid;gap:10px;margin-top:24px}.field span{font-size:.92rem;font-weight:700}.field-input{width:100%;min-height:58px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);color:var(--text);background:#ffffff0a;outline:none;transition:border-color .22s ease,box-shadow .22s ease}.field-input::placeholder{color:#ffffff5c}.field-input:focus{border-color:#ffbb4785;box-shadow:0 0 0 4px #ffbb471f}.payment-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.payment-method{min-height:52px;padding:0 12px;border-radius:16px;color:#ffffffb8;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);font-weight:700;transition:border-color .22s ease,color .22s ease,background-color .22s ease}.payment-method.is-active{color:#0e1220;background:linear-gradient(135deg,#ffe08f 0%,var(--accent) 100%);border-color:transparent}.product-card-wide{grid-column:span 2}.product-card-credits{overflow:visible}.credits-widget,.credit-selector-panel{margin-top:22px;padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0f,#080d1885)}.credit-selector-head,.credits-summary{display:flex;align-items:center;justify-content:space-between;gap:16px}.credit-selector-head span,.credits-summary span,.credits-input-shell span{color:var(--text-muted);font-size:.9rem}.credit-selector-head strong,.credits-summary strong{font-size:1.08rem;letter-spacing:-.03em}.credits-input-shell{display:grid;gap:10px;margin-top:16px}.credits-input{width:100%;min-height:58px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);color:var(--text);font-size:1rem;font-weight:600;background:#ffffff0d;outline:none;transition:border-color .22s ease,box-shadow .22s ease,background-color .22s ease}.credits-input:focus{border-color:#ffbb4785;box-shadow:0 0 0 4px #ffbb471f;background:#ffffff12}.credits-input::-webkit-outer-spin-button,.credits-input::-webkit-inner-spin-button{margin:0}.credits-presets{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.credits-preset{min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);color:#ffffffc2;background:#ffffff0a;font-weight:700;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,color .22s ease}.credits-preset:hover,.credits-preset:focus-visible{transform:translateY(-2px);color:var(--text);border-color:#ffbb473d;background:#ffbb4714}.credits-summary{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.credits-summary>div{display:grid;gap:6px}.credit-selector-panel{margin-top:22px}.purchase-submit{margin-top:auto;width:100%}.toast{position:fixed;left:50%;bottom:24px;z-index:100;min-width:180px;max-width:calc(100% - 32px);padding:14px 18px;border-radius:999px;color:#0f1120;font-weight:700;text-align:center;background:linear-gradient(135deg,#ffe29a 0%,var(--accent) 100%);box-shadow:0 24px 44px #ffbb4747;transform:translate(-50%,24px);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.toast.is-visible{opacity:1;transform:translate(-50%)}.reveal{opacity:1;transform:translateY(0)}.js-ready .reveal{opacity:0;transform:translateY(22px);transition:opacity .55s ease var(--reveal-delay, 0s),transform .55s ease var(--reveal-delay, 0s)}.js-ready .reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1140px){.products-grid,.modes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-wide{grid-column:span 2}.intro-grid{grid-template-columns:1fr}.site-nav{gap:6px}}@media(max-width:920px){.site-header{padding:14px 0}.header-inner{grid-template-columns:auto auto}.nav-toggle{display:inline-flex;justify-self:end}.site-nav{position:absolute;top:calc(100% + 10px);left:0;right:0;display:grid;gap:10px;padding:16px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#070b16f0;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .24s ease,transform .24s ease}.site-nav.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.header-actions{display:none}.hero-content{padding-top:138px}.hero-meta,.faq-grid{grid-template-columns:1fr}.timeline-head,.banner-card,.footer-inner{flex-direction:column;align-items:stretch}}@media(max-width:720px){.section{padding:88px 0}.container{width:min(calc(100% - 20px),var(--container))}.header-inner{padding:12px 14px}.brand-text{display:none}.hero-copy p{width:min(100%,560px)}.hero-actions,.hero-actions .button,.banner-card .button{width:100%}.stats-grid,.products-grid,.modes-grid,.payment-methods{grid-template-columns:1fr}.product-card-wide{grid-column:auto}.intro-card,.stat-card,.mode-card,.product-card,.faq-item,.banner-card,.shop-shell{padding-inline:20px}.purchase-sheet{inset:auto 10px 10px;width:auto;max-height:calc(100% - 20px)}.purchase-body{overflow:auto;padding-right:2px}.footer-links{justify-content:center;flex-wrap:wrap}}@media(max-width:920px){.site-nav a{min-height:50px;justify-content:flex-start;padding:0 16px;border-color:#ffffff0f;background:#ffffff08}.site-nav a.is-active{background:linear-gradient(135deg,#ffe3a0 0%,var(--accent) 62%,var(--accent-strong) 100%)}}.hero-content{gap:0}.hero-copy{max-width:920px}.hero-copy p{width:min(100%,760px)}.section-heading h2{margin:0}.categories-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.category-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:stretch;min-height:240px;overflow:hidden;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#12192af2,#090e1af5);box-shadow:0 36px 84px #0000003d;isolation:isolate;text-align:left}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,transparent 34%,rgba(255,255,255,.08) 46%,rgba(255,255,255,.22) 50%,rgba(255,255,255,.08) 54%,transparent 66%,transparent 100%);transform:translate(-120%);transition:transform .8s ease;pointer-events:none;z-index:2}.category-card:hover:before,.category-card:focus-visible:before{transform:translate(120%)}.category-card-copy{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:28px}.category-card-title{position:relative;width:max-content;max-width:100%;font-size:clamp(1.9rem,3vw,2.5rem);font-weight:800;letter-spacing:-.05em;line-height:1}.category-card-title:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:3px;border-radius:999px;background:linear-gradient(90deg,#fff3,#fff);transform:scaleX(0);transform-origin:left center;transition:transform .35s ease}.category-card-description{max-width:280px;color:#ffffffb8;line-height:1.55}.category-card-meta{color:#ffffffeb;font-size:.95rem;font-weight:700}.category-card-visual{position:relative;min-height:100%}.category-card-slice{position:absolute;inset:0 0 0 24px;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);background:linear-gradient(180deg,#27b8ff,#1592f4)}.category-card-item{position:absolute;right:32px;top:50%;width:170px;height:170px;object-fit:contain;transform:translateY(-50%) scale(1);transition:transform .34s ease;filter:drop-shadow(0 16px 26px rgba(0,0,0,.24))}.category-card:hover .category-card-item,.category-card:focus-visible .category-card-item,.category-card.is-active .category-card-item{transform:translateY(-50%) scale(1.09)}.category-card.is-active{border-color:#ffbb4747;box-shadow:0 30px 70px #0000004d,0 0 0 1px #ffbb471f inset}.shop-products{margin-top:28px;padding:26px;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#12192aeb,#090e1af5);box-shadow:0 40px 90px #0000003d}.shop-products-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.shop-products-head h3{margin:0;font-size:clamp(2rem,3vw,3rem);letter-spacing:-.05em}.shop-back-button{min-height:44px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffd1;font-weight:700;transition:transform .22s ease,border-color .22s ease}.shop-back-button:hover,.shop-back-button:focus-visible{transform:translateY(-2px);border-color:#ffbb474d}.products-grid-active{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.product-card{display:flex;flex-direction:column;min-height:390px;padding:24px 24px 22px;border-radius:30px;border:1px solid rgba(255,187,71,.16);background:radial-gradient(140px 120px at 90% 100%,rgba(255,187,71,.2),transparent 70%),linear-gradient(180deg,#121828f5,#0a0e1afa);box-shadow:0 28px 64px #0000003d}.product-card:after{content:"";position:absolute;inset:0;background:radial-gradient(260px circle at var(--mouse-x, 50%) var(--mouse-y, 0%),rgba(255,187,71,.15),transparent 70%);opacity:0;transition:opacity .25s ease;z-index:0}.product-card:hover:after{opacity:1}.product-card>*{position:relative;z-index:1}.product-card-accent{position:absolute;right:-42px;bottom:-46px;width:170px;height:170px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#ffd27357,#ffa82742 42%,#ffa8270f);filter:blur(2px);z-index:0}.product-card-headline{color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.product-copy h3{margin:0;font-size:clamp(2.2rem,4vw,3rem);line-height:.92;letter-spacing:-.07em}.product-lead{display:block;margin-top:12px;color:var(--accent);font-size:1.05rem;font-weight:700;letter-spacing:-.03em}.product-copy p{margin:14px 0 0;max-width:320px;color:#ffffffb8;line-height:1.6}.product-details{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.product-details span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:#ffffff0d;color:#ffffffc2;font-size:.9rem;font-weight:600}.product-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:auto;padding-top:28px}.product-price{font-size:clamp(2rem,3vw,2.6rem);font-weight:900;letter-spacing:-.08em}.product-button-inline{min-width:132px}.product-card-credits{min-height:430px}.credits-inline-panel{display:grid;gap:14px;margin-top:20px}.credits-inline-field{display:grid;gap:10px}.credits-inline-field span{color:#ffffffa8;font-size:.92rem;font-weight:600}.product-details-wide{margin-top:16px}.purchase-panel{position:fixed;inset:0;z-index:80}.purchase-backdrop{position:absolute;inset:0;background:#040710bd;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:1}.purchase-sheet{position:relative;width:min(calc(100% - 24px),980px);margin:min(8vh,72px) auto;padding:28px;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0c1222fa,#080c18fa);box-shadow:0 40px 100px #00000061;transform:none}.purchase-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.1fr);gap:22px}.purchase-preview{position:relative;overflow:hidden;padding:28px;border-radius:24px;background:radial-gradient(220px 160px at 88% 0%,rgba(255,187,71,.28),transparent 70%),linear-gradient(180deg,#121828f5,#0a0e1afa);border:1px solid rgba(255,187,71,.12)}.purchase-preview h3{margin:0;font-size:clamp(3rem,5vw,4.5rem);line-height:.9;letter-spacing:-.08em}.purchase-lead{display:block;margin-top:16px;color:#ffffffe0;font-size:1.05rem;font-weight:700;line-height:1.4}.purchase-description{max-width:320px}.purchase-preview-price{margin-top:40px;font-size:clamp(2.4rem,4vw,3.6rem);font-weight:900;letter-spacing:-.08em;color:var(--accent)}.purchase-form{display:flex;flex-direction:column}.purchase-close{position:absolute;top:16px;right:16px;z-index:3}@media(max-width:1140px){.products-grid-active{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.categories-grid{grid-template-columns:1fr}.category-card{grid-template-columns:minmax(0,1fr) 220px;min-height:220px}.purchase-sheet{width:min(calc(100% - 20px),860px);margin:48px auto 16px}.purchase-layout{grid-template-columns:1fr}}@media(max-width:720px){.category-card{grid-template-columns:1fr}.category-card-copy{padding-bottom:12px}.category-card-visual{min-height:180px}.category-card-slice{left:0;clip-path:polygon(0 22%,100% 0,100% 100%,0 100%)}.category-card-item{right:24px;width:132px;height:132px}.shop-products{padding:20px}.shop-products-head{flex-direction:column;align-items:stretch}.products-grid-active{grid-template-columns:1fr}.product-card{min-height:360px}.product-card-footer{flex-direction:column;align-items:stretch}.product-button-inline{width:100%}.purchase-sheet{padding:18px;width:min(calc(100% - 12px),980px);margin:12px auto}.purchase-preview,.purchase-form{padding:18px}}.featured-bundle{padding-top:18px;padding-bottom:18px}.bundle-card{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);overflow:hidden;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(520px 240px at 12% 50%,rgba(255,187,71,.14),transparent 68%),linear-gradient(180deg,#10182af5,#080d18fa);box-shadow:0 42px 110px #00000042}.bundle-copy{padding:34px}.bundle-copy h2{margin:14px 0 0;font-size:clamp(2.4rem,4.2vw,4rem);line-height:.92;letter-spacing:-.08em}.bundle-copy p{margin:18px 0 0;max-width:620px;color:#ffffffb8;line-height:1.7}.bundle-perks{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.bundle-perks span,.purchase-preview-tags span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#ffffffd1;font-size:.92rem;font-weight:700}.bundle-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:28px}.bundle-price-block,.product-price-stack{display:flex;flex-direction:column;gap:6px}.bundle-old-price,.product-old-price,.purchase-preview-old-price{color:#ffffff61;font-size:1.1rem;font-weight:700;text-decoration:line-through}.bundle-price{font-size:clamp(2.4rem,4vw,3.5rem);font-weight:900;letter-spacing:-.08em;color:var(--text)}.bundle-visual{position:relative;min-height:100%}.bundle-visual-slice,.product-card-slice{position:absolute;inset:0 0 0 8%;clip-path:polygon(16% 0,100% 0,100% 100%,0 100%);background:linear-gradient(180deg,#32b8ff,#1b9af1)}.bundle-image{position:absolute;right:9%;top:50%;width:min(74%,280px);transform:translateY(-50%);filter:drop-shadow(0 22px 30px rgba(0,0,0,.2))}.category-card:before{background:linear-gradient(108deg,transparent 0%,transparent 32%,rgba(255,255,255,.05) 42%,rgba(255,255,255,.34) 50%,rgba(255,255,255,.05) 58%,transparent 68%,transparent 100%);transition:transform .9s ease}.category-card-title:after{height:2px;background:linear-gradient(90deg,#ffffff2e,#fffffff2)}.products-grid-active{grid-template-columns:1fr;gap:22px}.product-card.product-card-wide{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,340px);min-height:360px;padding:0;overflow:hidden;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(420px 240px at 8% 56%,rgba(255,187,71,.08),transparent 68%),linear-gradient(180deg,#0e1527fa,#060a14fa)}.product-card.product-card-wide:after{background:radial-gradient(260px circle at var(--mouse-x, 50%) var(--mouse-y, 0%),rgba(255,255,255,.06),transparent 70%)}.product-card-copy-column{display:flex;flex-direction:column;padding:30px}.product-card-headline{color:var(--accent);font-size:.85rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.product-copy{margin-top:18px}.product-copy h3{margin:0;max-width:620px;font-size:clamp(2.2rem,4vw,4.1rem);line-height:.94;letter-spacing:-.09em}.product-copy p{margin:16px 0 0;max-width:540px;color:#ffffffb8;line-height:1.65}.product-meta-row{display:flex;flex-wrap:wrap;gap:12px 16px;margin-top:18px}.product-meta-row span{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border-radius:999px;color:#ffffffdb;font-size:.95rem;font-weight:700;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.product-details{gap:12px;margin-top:18px}.product-details span{min-height:40px;padding:0 14px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);color:#ffffffd1}.option-switcher{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.option-chip,.quantity-control button{position:relative;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:#ffffff0a;color:#ffffffd6;font-weight:700;transition:transform .22s ease,border-color .22s ease,background .22s ease}.option-chip:hover,.option-chip:focus-visible,.quantity-control button:hover,.quantity-control button:focus-visible{transform:translateY(-1px);border-color:#ffbb4761}.option-chip.is-active{color:#0b1120;background:linear-gradient(180deg,#ffd578,#ffbb47);border-color:transparent}.quantity-inline-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:22px}.quantity-inline-row>span,.product-sub-price{color:#ffffffb3;font-size:.96rem;font-weight:700}.quantity-control{display:inline-flex;align-items:center;gap:10px}.quantity-control input{width:84px;min-height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:#ffffff0a;color:var(--text);text-align:center;font-size:1rem;font-weight:700}.quantity-control input::-webkit-outer-spin-button,.quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-card-footer{margin-top:auto;padding-top:26px}.product-price{font-size:clamp(2.4rem,4vw,4rem);font-weight:900;letter-spacing:-.08em}.product-button-inline{min-width:144px}.product-card-image{position:absolute;right:8%;top:50%;width:min(70%,220px);transform:translateY(-50%);filter:drop-shadow(0 18px 28px rgba(0,0,0,.2))}.credits-inline-panel-tight{margin-top:18px}.purchase-sheet{width:min(calc(100% - 24px),920px);margin:max(48px,8vh) auto;border-radius:32px}.purchase-preview{padding:30px}.purchase-preview-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.purchase-preview-price-block{margin-top:34px;display:flex;flex-direction:column;gap:8px}@media(max-width:1040px){.bundle-card,.product-card.product-card-wide{grid-template-columns:minmax(0,1fr) 280px}}@media(max-width:820px){.bundle-card,.product-card.product-card-wide{grid-template-columns:1fr}.bundle-visual,.product-card-visual{min-height:220px}.bundle-visual-slice,.product-card-slice{left:0;clip-path:polygon(0 18%,100% 0,100% 100%,0 100%)}.bundle-image,.product-card-image{right:24px;width:min(46vw,190px)}.bundle-footer,.quantity-inline-row,.product-card-footer{flex-direction:column;align-items:stretch}}@media(max-width:620px){.bundle-copy,.product-card-copy-column,.purchase-preview,.purchase-form{padding:20px}.product-copy h3{font-size:clamp(2rem,9vw,3rem)}.option-switcher{gap:8px}.option-chip{width:calc(50% - 4px);justify-content:center}.quantity-control{width:100%;justify-content:space-between}.quantity-control input{flex:1}}.site-header{opacity:1;transition:opacity .42s ease,transform .42s ease,padding .35s ease}.site-header.is-hidden{opacity:0;transform:translateY(-16px);pointer-events:none}.featured-bundle{padding-top:22px;padding-bottom:14px}.bundle-card{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);min-height:360px;border-radius:38px;border:1px solid rgba(255,255,255,.09);background:radial-gradient(420px 220px at 15% 16%,rgba(255,187,71,.16),transparent 70%),radial-gradient(380px 220px at 82% 82%,rgba(44,165,255,.16),transparent 70%),linear-gradient(180deg,#10182afa,#060a14fa)}.bundle-copy{display:flex;flex-direction:column;justify-content:center;padding:40px}.bundle-copy h2{max-width:460px;font-size:clamp(2.6rem,5vw,4.3rem)}.bundle-copy p{max-width:560px}.bundle-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}.bundle-highlight-card{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border-radius:20px;border:1px solid rgba(255,255,255,.09);background:#ffffff0b;box-shadow:inset 0 1px #ffffff0f}.bundle-highlight-card strong{font-size:1.02rem;letter-spacing:-.03em}.bundle-highlight-card span,.bundle-saving{color:#ffffffad;font-size:.94rem}.bundle-footer{align-items:center;margin-top:30px}.bundle-price{color:var(--accent)}.bundle-visual{position:relative;overflow:hidden}.bundle-visual:before{content:"";position:absolute;inset:18px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff08,#ffffff04)}.bundle-visual-orb{position:absolute;border-radius:999px;filter:blur(70px);opacity:.7}.bundle-visual-orb-left{width:180px;height:180px;left:10%;top:16%;background:#ffbb4759}.bundle-visual-orb-right{width:220px;height:220px;right:2%;bottom:10%;background:#2baaff42}.bundle-stack{position:absolute;display:grid;place-items:center;width:220px;height:260px;border-radius:34px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#151e35f5,#080e1bf5);box-shadow:0 26px 60px #0000003d}.bundle-stack-back{right:24%;top:17%;transform:rotate(-10deg)}.bundle-stack-front{right:12%;bottom:12%;transform:rotate(8deg)}.bundle-stack-image{width:62%;filter:drop-shadow(0 16px 26px rgba(0,0,0,.24))}.categories-grid{align-items:stretch}.category-card{position:relative;overflow:hidden}.category-card:after{content:"";position:absolute;inset:0;background:radial-gradient(280px circle at var(--mouse-x, 20%) var(--mouse-y, 30%),rgba(255,255,255,.06),transparent 68%);opacity:0;transition:opacity .26s ease}.category-card:hover:after,.category-card:focus-visible:after{opacity:1}.category-card:hover,.category-card:focus-visible{transform:translateY(-4px)}.category-card-title{position:relative;width:fit-content}.category-card-title:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;transform-origin:left center;transform:scaleX(0);transition:transform .36s ease}.category-card:hover .category-card-title:after,.category-card:focus-visible .category-card-title:after,.category-card.is-active .category-card-title:after{transform:scaleX(1)}.category-card:hover .category-card-item,.category-card:focus-visible .category-card-item,.category-card.is-active .category-card-item{transform:translateY(-50%) scale(1.08)}.shop-products{padding:24px 28px 28px}.products-grid-active{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-card.product-card-premium{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 220px;min-height:300px;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(300px 180px at 14% 20%,rgba(255,187,71,.12),transparent 72%),linear-gradient(180deg,#0c1221fa,#050913fa);box-shadow:0 24px 48px #0000002e}.product-card.product-card-premium:before{content:"";position:absolute;inset:-20% auto -20% -32%;width:36%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 22%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.04) 78%,transparent 100%);transform:rotate(16deg) translate(-220%);transition:transform .9s ease;pointer-events:none}.product-card.product-card-premium:after{content:"";position:absolute;inset:0;background:radial-gradient(240px circle at var(--mouse-x, 20%) var(--mouse-y, 20%),rgba(255,255,255,.08),transparent 72%);opacity:0;transition:opacity .26s ease;pointer-events:none}.product-card.product-card-premium:hover:before,.product-card.product-card-premium:focus-within:before{transform:rotate(16deg) translate(440%)}.product-card.product-card-premium:hover:after,.product-card.product-card-premium:focus-within:after{opacity:1}.product-card.product-card-premium:hover,.product-card.product-card-premium:focus-within{transform:translateY(-4px);border-color:#ffbb4729}.product-card-copy-column{position:relative;z-index:1;padding:24px}.product-copy.product-copy-premium{margin-top:14px}.product-copy.product-copy-premium h3{max-width:420px;font-size:clamp(2rem,2.8vw,3.2rem);line-height:.96;letter-spacing:-.08em}.product-copy.product-copy-premium p{margin-top:14px;max-width:420px;font-size:1rem;line-height:1.55}.product-meta-row{margin-top:14px}.product-meta-row span{min-height:34px;padding:0 12px;font-size:.92rem}.product-features-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.product-features-row span{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffdb;font-size:.94rem;font-weight:700}.term-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.term-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-height:94px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffe0;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.term-card:hover,.term-card:focus-visible{transform:translateY(-2px);border-color:#ffbb474d}.term-card.is-active{color:#101423;border-color:transparent;background:linear-gradient(180deg,#ffe3a5,#ffbb47);box-shadow:0 16px 28px #ffbb472e}.term-card-label{font-size:.88rem;font-weight:700;opacity:.85}.term-card strong{font-size:1.1rem;letter-spacing:-.04em}.term-card small{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;opacity:.72}.quantity-selector-panel,.credits-inline-panel-premium{display:grid;gap:12px;margin-top:18px}.quantity-presets,.credits-presets{display:flex;flex-wrap:wrap;gap:10px}.quantity-preset,.credits-preset{min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd6;font-weight:700;transition:transform .22s ease,border-color .22s ease,background-color .22s ease}.quantity-preset:hover,.credits-preset:hover,.quantity-preset:focus-visible,.credits-preset:focus-visible{transform:translateY(-2px);border-color:#ffbb4747}.quantity-preset.is-active{color:#0f1220;border-color:transparent;background:linear-gradient(180deg,#ffe09a,#ffbb47)}.quantity-control-premium{align-items:stretch;gap:8px}.quantity-control-premium button,.quantity-control-premium input,.credits-inline-field-premium .credits-input{min-height:48px;border-radius:16px}.quantity-control-premium button{min-width:48px}.quantity-control-premium input{width:90px}.credits-inline-field-premium{display:grid;gap:10px}.credits-inline-field-premium span{color:#ffffffbd;font-size:.92rem;font-weight:700}.product-card-footer-inline{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.product-card-visual{position:relative;min-height:100%}.product-card-slice{left:10%;clip-path:polygon(24% 0,100% 0,100% 100%,0 100%);background:linear-gradient(180deg,#36b8ff,#20a3f4)}.product-card-image{right:12%;width:min(68%,166px)}.purchase-panel{display:grid;place-items:center;padding:20px}.purchase-sheet{position:relative;width:min(calc(100% - 24px),980px);margin:0;padding:18px;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0a101df5,#050912fa);box-shadow:0 42px 90px #00000057}.purchase-layout{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);gap:16px}.purchase-preview,.purchase-form{border-radius:26px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.purchase-preview{position:relative;overflow:hidden;padding:28px;background:radial-gradient(240px 160px at 12% 18%,rgba(255,187,71,.16),transparent 70%),linear-gradient(180deg,#0f1628fa,#060a13fa)}.purchase-kicker{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#ffbb471f;color:var(--accent);font-size:.84rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.purchase-preview h3{margin-top:18px;font-size:clamp(2.2rem,4vw,3.5rem);line-height:.94;letter-spacing:-.08em}.purchase-description{margin-top:16px;max-width:340px}.purchase-preview-visual{position:relative;margin-top:34px;min-height:180px}.purchase-preview-visual-slice{position:absolute;inset:0 0 0 22%;border-radius:26px;clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);background:linear-gradient(180deg,#36b8ff,#20a3f4)}.purchase-preview-image{position:absolute;right:14%;top:50%;width:min(56%,160px);transform:translateY(-50%);filter:drop-shadow(0 18px 28px rgba(0,0,0,.26))}.purchase-form{padding:26px}.purchase-form-head{display:grid;gap:8px;margin-bottom:18px}.purchase-form-head strong{font-size:1.24rem;letter-spacing:-.03em}.field{display:grid;gap:10px;margin-bottom:14px}.field span{color:#ffffffc7;font-size:.92rem;font-weight:700}.field-input,.credits-input,.payment-method,.purchase-submit{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease}.field-input{min-height:52px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.field-input:focus,.credits-input:focus{outline:none;border-color:#ffbb4761;box-shadow:0 0 0 4px #ffbb4714}.payment-methods{margin-top:18px}.payment-method{min-height:46px;border-radius:999px}.payment-method.is-active{color:#0f1220;background:linear-gradient(180deg,#ffe09a,#ffbb47)}.purchase-submit{margin-top:22px}@media(max-width:1120px){.products-grid-active{grid-template-columns:1fr}}@media(max-width:920px){.bundle-card,.purchase-layout,.product-card.product-card-premium,.bundle-highlights{grid-template-columns:1fr}.bundle-visual{min-height:280px}.bundle-stack-back{left:12%;top:22%}.bundle-stack-front{right:12%;bottom:14%}.product-card-visual{min-height:180px}.product-card-slice,.purchase-preview-visual-slice{left:0;clip-path:polygon(0 16%,100% 0,100% 100%,0 100%)}.product-card-image,.purchase-preview-image{right:24px}}@media(max-width:680px){.bundle-copy,.purchase-form,.purchase-preview,.product-card-copy-column{padding:20px}.term-selector{grid-template-columns:1fr}.product-card-footer-inline,.bundle-footer{flex-direction:column;align-items:stretch}.purchase-panel{padding:10px}}.product-card.product-card-premium:hover .product-card-image,.product-card.product-card-premium:focus-within .product-card-image{transform:translateY(-50%) scale(1.06)}.product-card-image{transition:transform .28s ease}.products-grid-active{gap:16px}.product-card.product-card-premium{grid-template-columns:minmax(0,1fr) 188px;min-height:248px;border-radius:26px}.product-card-copy-column{padding:20px 20px 18px}.product-copy.product-copy-premium{margin-top:10px}.product-copy.product-copy-premium h3{max-width:360px;font-size:clamp(1.78rem,2vw,2.55rem);line-height:.94}.product-copy.product-copy-premium p{margin-top:10px;max-width:350px;font-size:.94rem;line-height:1.45}.product-meta-row{margin-top:12px;gap:8px}.product-meta-row span{min-height:32px;padding:0 11px;font-size:.84rem}.product-features-row{gap:8px;margin-top:12px}.product-features-row span{min-height:34px;padding:0 12px;border-radius:12px;font-size:.82rem}.term-selector{gap:8px;margin-top:14px}.term-card{min-height:76px;padding:12px 14px;border-radius:16px}.term-card strong{font-size:1rem}.term-card small,.term-card-label{font-size:.74rem}.quantity-selector-panel,.credits-inline-panel-premium{gap:10px;margin-top:14px}.quantity-preset,.credits-preset{min-height:36px;padding:0 14px;font-size:.84rem}.quantity-control-premium button,.quantity-control-premium input,.credits-inline-field-premium .credits-input{min-height:42px;border-radius:14px}.quantity-control-premium input{width:78px}.product-card-footer-inline{margin-top:14px;align-items:center}.product-price-stack{gap:4px}.product-old-price{font-size:.96rem}.product-price{font-size:clamp(1.8rem,2.1vw,2.5rem)}.product-sub-price{font-size:.78rem}.product-button-inline{min-height:46px;padding-inline:22px}.product-card-slice{left:14%;clip-path:polygon(28% 0,100% 0,100% 100%,0 100%)}.product-card-image{right:10%;width:min(62%,148px)}.purchase-sheet{width:min(calc(100% - 28px),940px);padding:16px;border-radius:32px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(420px 240px at 12% 8%,rgba(255,187,71,.08),transparent 70%),linear-gradient(180deg,#0c1221f7,#040810fb);box-shadow:0 48px 90px #0000006b}.purchase-layout{grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);gap:14px}.purchase-preview,.purchase-form{border-radius:28px;border:1px solid rgba(255,255,255,.08)}.purchase-preview{padding:24px;background:radial-gradient(220px 150px at 14% 18%,rgba(255,187,71,.16),transparent 74%),linear-gradient(180deg,#0e1526fa,#070a13fa)}.purchase-kicker{min-height:30px;padding:0 10px;background:#ffbb471a;font-size:.78rem}.purchase-preview h3{margin-top:16px;max-width:280px;font-size:clamp(2.1rem,3vw,3.2rem);line-height:.92}.purchase-description{margin-top:12px;max-width:290px;font-size:.95rem;line-height:1.5}.purchase-preview-tags{gap:8px;margin-top:16px}.purchase-preview-tags span{min-height:34px;padding:0 12px;border-radius:999px;background:#ffffff0b;font-size:.8rem;font-weight:700}.purchase-preview-price-block{margin-top:18px}.purchase-preview-price{font-size:clamp(2.2rem,3.4vw,3.4rem);line-height:.92}.purchase-preview-visual{margin-top:24px;min-height:150px}.purchase-preview-visual-slice{left:16%;border-radius:24px;clip-path:polygon(24% 0,100% 0,100% 100%,0 100%)}.purchase-preview-image{right:10%;width:min(58%,146px)}.purchase-form{padding:24px;background:linear-gradient(180deg,#090e1af5,#060a13fa)}.purchase-form-head{gap:10px;margin-bottom:16px}.purchase-form-head strong{font-size:1.42rem;letter-spacing:-.04em}.purchase-form-caption,.purchase-form-note{margin:0;color:#ffffff9e;font-size:.88rem;line-height:1.5}.field{gap:8px;margin-bottom:12px}.field span{font-size:.84rem;letter-spacing:.01em}.field-input,.credits-input{min-height:54px;padding:0 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0b,#ffffff08);color:var(--text)}.field:first-of-type .field-input{border-color:#ffbb4747;box-shadow:0 0 0 3px #ffbb470f inset}.payment-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.payment-method{min-height:48px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd1;font-weight:700}.payment-method:hover,.payment-method:focus-visible{transform:translateY(-2px);border-color:#ffbb4738}.payment-method.is-active{color:#0f1220;border-color:transparent;box-shadow:0 14px 24px #ffbb472e}.purchase-submit{min-height:54px;margin-top:18px;border-radius:18px;box-shadow:0 18px 34px #ffbb4733}.purchase-form-note{margin-top:12px}.purchase-close{top:14px;right:14px;width:44px;height:44px;border-radius:14px;background:#ffffff0b}.purchase-close:hover,.purchase-close:focus-visible{transform:translateY(-2px);border-color:#ffffff2e}@media(max-width:1120px){.product-card.product-card-premium{grid-template-columns:minmax(0,1fr) 170px;min-height:236px}}@media(max-width:920px){.product-card.product-card-premium{min-height:auto}.purchase-layout,.product-card.product-card-premium{grid-template-columns:1fr}.purchase-sheet{width:min(calc(100% - 18px),720px)}}@media(max-width:680px){.product-card-copy-column,.purchase-form,.purchase-preview{padding:18px}.product-copy.product-copy-premium h3{font-size:1.72rem}.purchase-form-head strong{font-size:1.18rem}.payment-methods{grid-template-columns:1fr}}.products-grid-active{gap:14px}.product-card.product-card-premium{grid-template-columns:minmax(0,1fr) 158px;min-height:218px;border-radius:24px}.product-card-copy-column{padding:18px 18px 16px}.product-card-headline{font-size:.76rem;letter-spacing:.16em}.product-copy.product-copy-premium{margin-top:8px}.product-copy.product-copy-premium h3{max-width:330px;font-size:clamp(1.62rem,1.7vw,2.1rem);line-height:.96}.product-copy.product-copy-premium p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:335px;margin-top:8px;font-size:.9rem;line-height:1.42}.product-meta-row{margin-top:10px;gap:8px}.product-meta-row span{min-height:30px;padding:0 10px;font-size:.8rem}.product-features-row{gap:8px;margin-top:10px}.product-features-row span{min-height:32px;padding:0 11px;border-radius:11px;font-size:.78rem}.term-selector{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.term-card{flex:1 1 calc(33.333% - 6px);min-width:0;min-height:54px;padding:10px 12px;border-radius:14px;justify-content:center;gap:4px}.term-card-label{font-size:.72rem}.term-card strong{font-size:.94rem;line-height:1}.term-card small{display:none}.quantity-selector-panel,.credits-inline-panel-premium{gap:8px;margin-top:12px}.quantity-preset,.credits-preset{min-height:34px;padding:0 12px;font-size:.78rem}.quantity-control-premium button,.quantity-control-premium input,.credits-inline-field-premium .credits-input{min-height:40px;border-radius:13px}.product-card-footer-inline{margin-top:12px;align-items:center}.product-old-price{font-size:.9rem}.product-price{font-size:clamp(1.72rem,2vw,2.3rem)}.product-sub-price{font-size:.74rem}.product-button-inline{min-height:42px;padding-inline:18px}.product-card-slice{left:16%;clip-path:polygon(24% 0,100% 0,100% 100%,0 100%)}.product-card-image{right:8%;width:min(62%,138px)}.bundle-card.bundle-card-premium{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 250px;min-height:290px;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(320px 180px at 14% 18%,rgba(255,187,71,.14),transparent 72%),linear-gradient(180deg,#0c1221fa,#050913fa);box-shadow:0 24px 48px #0000002e}.bundle-card.bundle-card-premium:before{content:"";position:absolute;inset:-20% auto -20% -28%;width:32%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 22%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.04) 78%,transparent 100%);transform:rotate(16deg) translate(-220%);transition:transform .9s ease;pointer-events:none}.bundle-card.bundle-card-premium:hover:before,.bundle-card.bundle-card-premium:focus-within:before{transform:rotate(16deg) translate(440%)}.bundle-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:24px}.bundle-copy-main h2{margin:0;max-width:420px;font-size:clamp(2rem,2.6vw,3.1rem);line-height:.96;letter-spacing:-.08em}.bundle-copy-main p{max-width:440px}.bundle-meta-row,.bundle-features-row{max-width:520px}.bundle-price-stack .product-price{color:var(--accent)}.bundle-button-inline{min-width:170px}.bundle-visual-premium{position:relative;min-height:100%}.bundle-card-slice{left:12%;background:linear-gradient(180deg,#36b8ff,#20a3f4)}.bundle-card-image{right:12%;width:min(62%,182px)}@media(max-width:1120px){.product-card.product-card-premium{grid-template-columns:minmax(0,1fr) 146px;min-height:208px}.bundle-card.bundle-card-premium{grid-template-columns:minmax(0,1fr) 220px;min-height:272px}}@media(max-width:920px){.bundle-card.bundle-card-premium,.product-card.product-card-premium{grid-template-columns:1fr}.bundle-card.bundle-card-premium,.product-card.product-card-premium{min-height:auto}.product-card-visual,.bundle-visual-premium{min-height:156px}}@media(max-width:680px){.bundle-copy,.product-card-copy-column{padding:18px}.term-card{flex:1 1 calc(50% - 4px)}.bundle-button-inline,.product-button-inline{width:100%}}.site-header{transition:padding .35s ease,transform .55s cubic-bezier(.22,1,.36,1),opacity .45s ease}.site-header.is-hidden{opacity:0;transform:translateY(-18px);pointer-events:none}.featured-bundle{padding-top:24px}.bundle-card.bundle-card-premium{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) 380px;align-items:stretch;overflow:hidden;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(420px 220px at 12% 16%,rgba(255,187,71,.16),transparent 70%),linear-gradient(180deg,#0a111ffa,#050912fa);box-shadow:0 32px 68px #0000003d}.bundle-card.bundle-card-premium:before{content:"";position:absolute;inset:-12% auto -12% -24%;width:28%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 24%,rgba(255,255,255,.24) 50%,rgba(255,255,255,.04) 76%,transparent 100%);transform:rotate(16deg) translate(-220%);transition:transform .9s ease;pointer-events:none}.bundle-card.bundle-card-premium:hover:before,.bundle-card.bundle-card-premium:focus-within:before{transform:rotate(16deg) translate(470%)}.bundle-copy{display:flex;flex-direction:column;justify-content:center;padding:34px 34px 30px}.bundle-kicker{color:#ffffff9e}.bundle-copy-main h2{margin:0;font-size:clamp(2.35rem,4vw,4.2rem);line-height:.92;letter-spacing:-.09em}.bundle-copy-main p{max-width:560px;margin-top:16px;font-size:1rem;line-height:1.62;color:#ffffffbd}.bundle-feature-list{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:7px}.bundle-feature-list li{display:flex;align-items:center;gap:8px;color:#ffffffd1;font-size:.9rem;font-weight:600}.bundle-feature-list li:before{content:"";width:5px;height:5px;border-radius:50%;background:#ffbb47cc;flex-shrink:0}.bundle-floating-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#ffffffe6;font-size:.9rem;font-weight:700}.bundle-value-strip{display:inline-flex;align-items:center;gap:12px;width:fit-content;margin-top:18px;min-height:44px;padding:0 18px;border-radius:16px;background:linear-gradient(135deg,#ffbb472e,#ffffff0d);border:1px solid rgba(255,187,71,.24);box-shadow:0 14px 30px #ffbb471a}.bundle-value-strip span{color:#ffffffbd;font-size:.9rem;font-weight:700}.bundle-value-strip strong{font-size:1.05rem;letter-spacing:-.03em}.bundle-footer-inline{margin-top:24px;align-items:center}.bundle-price-stack .product-price{font-size:clamp(2.2rem,3vw,3.2rem)}.bundle-price-stack .product-sub-price{font-size:.88rem}.bundle-button-inline{min-width:196px;min-height:54px;box-shadow:0 20px 40px #ffbb473d}.bundle-visual-premium{position:relative;overflow:hidden;min-height:100%}.bundle-card-slice{position:absolute;inset:0 0 0 12%;background:linear-gradient(180deg,#37bbff,#1aa5f7);clip-path:polygon(24% 0,100% 0,100% 100%,0 100%)}.bundle-visual-stack{position:absolute;display:grid;place-items:center;width:164px;height:164px;border-radius:28px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#0e1426e6,#070b15f5);box-shadow:0 24px 46px #0000003d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.bundle-visual-stack-back{right:34%;top:18%;transform:rotate(-11deg)}.bundle-visual-stack-middle{right:18%;top:10%;transform:rotate(7deg)}.bundle-visual-stack-front{right:12%;bottom:14%;transform:rotate(-4deg)}.bundle-stack-image{width:72%;filter:drop-shadow(0 18px 28px rgba(0,0,0,.26))}.bundle-floating-chip{position:absolute;z-index:2;border-color:#ffffff1f;background:#0b1222a8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bundle-floating-chip-top{top:7%;left:12%}.bundle-floating-chip-bottom{bottom:8%;left:8%}.products-grid-active{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1120px;margin:18px auto 0}.product-card.product-card-premium{grid-template-columns:minmax(0,1fr) 200px;min-height:190px;border-radius:30px;background:radial-gradient(320px 190px at 12% 18%,rgba(255,187,71,.1),transparent 72%),linear-gradient(180deg,#0a111ffa,#050912fa)}.product-card.product-card-premium.is-featured{border-color:#ffbb473d;box-shadow:0 28px 58px #ffbb471f,0 24px 48px #0000002e}.product-card.product-card-premium:hover,.product-card.product-card-premium:focus-within{transform:translateY(-4px)}.product-card-copy-column{padding:18px 20px}.product-card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card-headline{margin-bottom:0;color:#ffffff9e;letter-spacing:.16em}.product-card-note{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#ffffffc7;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-card-note-featured{color:#0f1220;border-color:transparent;background:linear-gradient(135deg,#ffe19b 0%,var(--accent) 100%);box-shadow:0 12px 22px #ffbb472e}.product-copy.product-copy-premium{margin-top:16px}.product-copy.product-copy-premium h3{max-width:420px;font-size:clamp(1.5rem,1.8vw,2.2rem);line-height:.96;letter-spacing:-.06em}.product-copy.product-copy-premium p{max-width:420px;margin-top:8px;font-size:.88rem;line-height:1.5;color:#ffffff9e}.selector-panel{display:grid;gap:8px;margin-top:16px}.selector-panel-duration{display:flex;gap:8px}.selector-tile{position:relative;overflow:hidden;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:9px 11px;border-radius:13px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffe0;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.selector-tile:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.14) 50%,transparent 100%);transform:translate(-100%);opacity:0;transition:transform .5s ease,opacity .18s ease}.selector-tile:hover,.selector-tile:focus-visible{border-color:#ffbb473d}.selector-tile:hover:after,.selector-tile:focus-visible:after{opacity:1;transform:translate(100%)}.selector-tile.is-active{color:#101423;border-color:transparent;background:linear-gradient(180deg,#ffe3a5,#ffbb47);box-shadow:0 10px 22px #ffbb4738}.selector-tile-label{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.72}.selector-tile strong{font-size:.9rem;letter-spacing:-.03em;font-weight:700}.selector-tile small{font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;opacity:.65}.selector-presets{display:flex;flex-wrap:wrap;gap:10px}.selector-chip{min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd6;font-weight:800;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.selector-chip:hover,.selector-chip:focus-visible{transform:translateY(-2px);border-color:#ffbb473d}.selector-chip.is-active{color:#0f1220;border-color:transparent;background:linear-gradient(180deg,#ffe09a,#ffbb47);box-shadow:0 12px 24px #ffbb4729}.selector-counter-wrap,.selector-field-premium{display:grid;gap:8px}.selector-counter-label,.selector-field-premium span{color:#ffffffb8;font-size:.84rem;font-weight:800;letter-spacing:.02em}.selector-counter{display:inline-grid;grid-template-columns:44px minmax(0,84px) 44px;gap:8px;align-items:center;width:fit-content}.selector-counter button,.selector-counter input,.selector-field-premium .credits-input{min-height:46px;border-radius:16px}.selector-counter button{border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text);font-size:1.2rem;font-weight:700;transition:transform .22s ease,border-color .22s ease,background-color .22s ease}.selector-counter button:hover,.selector-counter button:focus-visible{transform:translateY(-2px);border-color:#ffbb4742}.selector-counter input,.selector-field-premium .credits-input{width:100%;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0d,#ffffff08);color:var(--text);text-align:center;font-weight:800}.product-card-footer-inline{margin-top:18px;align-items:center}.product-price-stack{display:grid;gap:4px}.product-old-price{font-size:1rem}.product-price{font-size:clamp(2rem,2.4vw,2.8rem);line-height:.9}.product-sub-price{color:#ffffff94;font-size:.84rem;font-weight:700}.product-button-inline{min-height:48px;padding-inline:24px}.product-card-visual{min-height:100%}.product-card-slice{left:12%;clip-path:polygon(24% 0,100% 0,100% 100%,0 100%)}.product-card-image{right:11%;width:min(68%,160px);filter:drop-shadow(0 18px 28px rgba(0,0,0,.26))}.product-card.product-card-premium.is-featured .product-card-slice{background:linear-gradient(180deg,#4bbcff,#1ea5f5 48%,#1a8dff)}.purchase-panel{display:grid;place-items:center;padding:24px}.purchase-backdrop{background:#040912bd;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:purchaseBackdropIn .42s ease forwards}.purchase-sheet.purchase-sheet-premium{position:relative;width:min(calc(100% - 24px),960px);margin:0;padding:16px;border-radius:34px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(420px 220px at 10% 8%,rgba(255,187,71,.08),transparent 72%),linear-gradient(180deg,#0a111ff7,#050912fb);box-shadow:0 46px 92px #0000006b;transform-origin:center;animation:purchaseSheetIn .56s cubic-bezier(.22,1,.36,1) forwards}.purchase-layout.purchase-layout-premium{display:grid;grid-template-columns:minmax(290px,.9fr) minmax(0,1.1fr);gap:16px}.purchase-preview.purchase-preview-premium,.purchase-form.purchase-form-premium{border-radius:28px;border:1px solid rgba(255,255,255,.08)}.purchase-preview.purchase-preview-premium{position:relative;overflow:hidden;padding:28px;background:radial-gradient(260px 180px at 14% 16%,rgba(255,187,71,.16),transparent 72%),linear-gradient(180deg,#0e1526fa,#060a13fa)}.purchase-preview-topline{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.purchase-selection-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#ffffffd1;font-size:.78rem;font-weight:800}.purchase-preview h3{max-width:320px;margin-top:18px;font-size:clamp(2.3rem,3.3vw,3.6rem);line-height:.92;letter-spacing:-.08em}.purchase-description{max-width:340px;margin-top:14px;font-size:.98rem;line-height:1.56}.purchase-preview-tags-premium{margin-top:18px}.purchase-preview-tags-premium span{min-height:36px;padding:0 14px;border-radius:999px;background:#ffffff0b;color:#ffffffd6;font-size:.82rem;font-weight:800}.purchase-preview-price-block{margin-top:20px}.purchase-preview-old-price{font-size:1rem}.purchase-preview-price{font-size:clamp(2.3rem,3.8vw,3.7rem);line-height:.9}.purchase-preview-visual{position:relative;margin-top:28px;min-height:170px}.purchase-preview-visual-slice{left:18%;border-radius:26px;background:linear-gradient(180deg,#37bbff,#1ca4f7);clip-path:polygon(22% 0,100% 0,100% 100%,0 100%)}.purchase-preview-image{right:10%;width:min(58%,168px);filter:drop-shadow(0 18px 28px rgba(0,0,0,.28));animation:purchaseVisualFloat 5.8s ease-in-out infinite}.purchase-form.purchase-form-premium{padding:26px;background:linear-gradient(180deg,#080e1bfa,#060a13fa)}.purchase-form-head{margin-bottom:18px}.purchase-form-head strong{font-size:1.5rem;letter-spacing:-.04em}.purchase-form-caption,.purchase-form-note{color:#ffffff9e}.purchase-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.purchase-credit-shell{display:grid;gap:10px;margin-top:4px;padding:14px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.purchase-credit-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.purchase-credit-head span{color:#ffffffb3;font-size:.88rem;font-weight:800}.purchase-credit-head strong{font-size:1rem;letter-spacing:-.03em}.purchase-credit-field{margin-top:2px}.payment-methods-premium{margin-top:18px}.payment-method{min-height:50px;border-radius:18px}.purchase-submit{min-height:56px;margin-top:18px;border-radius:18px;box-shadow:0 18px 36px #ffbb4738}.purchase-submit.is-loading{pointer-events:none}.purchase-submit.is-loading span{animation:purchaseButtonPulse 1.1s ease-in-out infinite}.purchase-close{top:14px;right:14px;width:44px;height:44px;border-radius:16px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08)}.purchase-close:disabled{opacity:.55;cursor:default}@keyframes purchaseBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes purchaseSheetIn{0%{opacity:0;transform:translateY(28px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes purchaseVisualFloat{0%,to{transform:translateY(-50%) rotate(0)}50%{transform:translateY(calc(-50% - 8px)) rotate(2deg)}}@keyframes purchaseButtonPulse{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.72;transform:translateY(-1px)}}@media(max-width:1180px){.bundle-card.bundle-card-premium,.products-grid-active{max-width:none}.bundle-card.bundle-card-premium{grid-template-columns:minmax(0,1fr) 320px}}@media(max-width:980px){.bundle-card.bundle-card-premium,.purchase-layout.purchase-layout-premium,.product-card.product-card-premium{grid-template-columns:1fr}.bundle-visual-premium,.product-card-visual,.purchase-preview-visual{min-height:180px}.bundle-card-slice,.product-card-slice,.purchase-preview-visual-slice{left:0;clip-path:polygon(0 16%,100% 0,100% 100%,0 100%)}.bundle-visual-stack-back{right:auto;left:12%;top:18%}.bundle-visual-stack-middle{right:26%;top:10%}.bundle-visual-stack-front{right:12%;bottom:12%}.products-grid-active,.purchase-form-grid{grid-template-columns:1fr}}@media(max-width:680px){.purchase-panel{padding:10px}.bundle-copy,.purchase-form.purchase-form-premium,.purchase-preview.purchase-preview-premium,.product-card-copy-column{padding:20px}.bundle-footer-inline,.product-card-footer-inline{flex-direction:column;align-items:stretch}.selector-panel-duration{flex-wrap:wrap}.selector-tile{flex:1 1 auto;min-width:80px}.product-card.product-card-premium{min-height:auto}}.category-card:before,.product-card.product-card-premium:before,.bundle-card.bundle-card-premium:before{display:none}.category-card{transition:transform .22s ease,border-color .26s ease,box-shadow .26s ease}.product-price,.product-old-price{white-space:nowrap}.shop-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.modes-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px;border-radius:28px;border:1px solid rgba(255,255,255,.07);overflow:hidden;background:linear-gradient(180deg,#0c1222eb,#060a14f5)}.mode-cell{padding:40px 32px;border-right:1px solid rgba(255,255,255,.06);transition:background .26s ease}.mode-cell:last-child{border-right:none}.mode-cell:hover{background:#ffffff05}.mode-num{display:block;font-size:clamp(3rem,5vw,4.5rem);font-weight:900;letter-spacing:-.08em;line-height:1;background:linear-gradient(135deg,#ffbb47b3,#ffbb4733);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mode-title{display:block;margin-top:20px;font-size:clamp(2.1rem,3vw,3rem);font-weight:900;letter-spacing:-.08em;line-height:.92}.mode-body{margin:16px 0 0;color:#ffffff85;line-height:1.65;font-size:.96rem}.footer-copy{margin:0;color:#ffffff52;font-size:.88rem}.footer-links a{color:#ffffff85;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:#ffffffdb}@media(max-width:680px){.modes-row{grid-template-columns:1fr;border-radius:20px}.mode-cell{border-right:none;border-bottom:1px solid rgba(255,255,255,.06);padding:28px 22px}.mode-cell:last-child{border-bottom:none}}.product-card.product-card-premium{padding:0}.button-primary,.shop-tab.is-active,.hero-chip-accent,.term-card.is-active,.option-chip.is-active,.quantity-preset.is-active,.credits-preset.is-active,.selector-chip.is-active,.payment-method.is-active,.stat-card span,.mode-index{color:#4e342e!important}.footer-inner{flex-direction:column;gap:0;padding:24px 28px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.footer-center{display:contents}@media(max-width:640px){.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer-links{flex-wrap:wrap;gap:12px 18px}}.purchase-sheet.purchase-sheet-premium{max-height:calc(100dvh - 48px);overflow:hidden;display:flex;flex-direction:column}.purchase-layout.purchase-layout-premium{flex:1;min-height:0;overflow-y:auto}.purchase-form-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.purchase-form-title{font-size:1.4rem;font-weight:800;letter-spacing:-.04em}.purchase-close-inline{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.09);color:#fff9;transition:background .18s ease,color .18s ease}.purchase-close-inline:hover{background:#ffffff1c;color:var(--text)}.purchase-close-inline:disabled{opacity:.45;cursor:default}.purchase-form-premium .field,.cart-footer .cart-field{margin-top:10px;margin-bottom:0}.purchase-form-premium .field:first-of-type,.cart-footer .cart-field:first-child{margin-top:0}.purchase-actions{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:18px}.purchase-cart-btn{white-space:nowrap;border-radius:18px!important;min-height:56px}.cart-panel{position:fixed;inset:0;z-index:80;pointer-events:none}.cart-panel.is-open{pointer-events:auto}.cart-backdrop{position:absolute;inset:0;background:#040912bd;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:purchaseBackdropIn .42s ease forwards}.cart-sheet{position:absolute;top:0;right:0;bottom:0;width:min(100%,440px);display:flex;flex-direction:column;background:linear-gradient(180deg,#0a111ffc,#050912fe);border-left:1px solid rgba(255,255,255,.08);animation:cartSheetIn .42s cubic-bezier(.22,1,.36,1) forwards}@keyframes cartSheetIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.07)}.cart-header-text{display:flex;flex-direction:column;gap:3px}.cart-title{font-size:1.15rem;font-weight:800;letter-spacing:-.04em}.cart-count{color:#ffffff73;font-size:.82rem}.cart-x-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.09);color:#ffffffb3;flex-shrink:0;transition:background .18s ease,color .18s ease}.cart-x-btn:hover{background:#ffffff1c;color:var(--text)}.cart-x-btn:disabled{opacity:.45;cursor:default}.cart-items{flex:1;overflow-y:auto;padding:14px 20px;display:flex;flex-direction:column;gap:8px;min-height:0}.cart-empty{color:#ffffff61;text-align:center;padding:40px 0;font-size:.92rem}.cart-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.07);background:#ffffff06}.cart-item-visual{width:42px;height:42px;border-radius:10px;background:#ffffff0a;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.cart-item-visual img{width:30px;height:30px;object-fit:contain}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.cart-item-title{font-size:.93rem;font-weight:700;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-label{font-size:.78rem;color:#ffffff73}.cart-item-price{font-size:.95rem;font-weight:800;color:var(--accent);white-space:nowrap}.cart-item-remove{width:32px;height:32px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);color:#ffffff73;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,color .15s ease}.cart-item-remove:hover{background:#ff505026;color:#ff7070}.cart-footer{padding:16px 20px 20px;border-top:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:0}.cart-total{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;margin-bottom:14px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07)}.cart-total span{font-size:.84rem;font-weight:700;color:#ffffff8c;letter-spacing:.02em;text-transform:uppercase;font-size:.75rem}.cart-total strong{font-size:1.15rem;font-weight:900;letter-spacing:-.04em;color:var(--accent)}.cart-checkout-btn{width:100%;border-radius:18px!important;margin-top:14px}.cart-checkout-btn.is-loading{pointer-events:none}.cart-checkout-btn.is-loading span{animation:purchaseButtonPulse 1.1s ease-in-out infinite}.cart-fab{position:fixed;bottom:28px;right:28px;z-index:50;display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:999px;background:linear-gradient(135deg,#ffd169 0%,var(--accent) 55%,var(--accent-strong) 100%);color:#4e342e;font-weight:800;font-size:.95rem;letter-spacing:-.02em;box-shadow:0 8px 32px #ffbb4759;transition:transform .2s ease,box-shadow .2s ease;animation:cartFabIn .3s cubic-bezier(.22,1,.36,1) forwards}.cart-fab:hover{transform:scale(1.06);box-shadow:0 14px 44px #ffbb477a}.cart-fab-count{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#00000026;font-size:.82rem;font-weight:900}@keyframes cartFabIn{0%{opacity:0;transform:translateY(16px) scale(.88)}to{opacity:1;transform:translateY(0) scale(1)}}.top-donors-wrap{max-width:620px;margin:0 auto;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0a,#ffffff05);overflow:hidden;box-shadow:0 40px 80px #00000047}.top-donors-header{display:flex;align-items:center;justify-content:space-between;padding:28px 32px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.top-donors-eyebrow{display:block;margin-bottom:6px}.top-donors-title{font-size:clamp(1.5rem,2.2vw,2.2rem);font-weight:900;letter-spacing:-.05em;line-height:1;margin:0}.top-donors-medal-icon{color:#ffbb4799;flex-shrink:0}.donors-list{list-style:none;padding:0;margin:0}.donor-row{display:flex;align-items:center;gap:14px;padding:17px 32px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .15s}.donor-row:last-child{border-bottom:none}.donor-row:hover{background:#ffffff06}.donor-row.rank-1{background:#ffbb470d}.donor-row.rank-2{background:#c8ccd008}.donor-row.rank-3{background:#cd8c5008}.donor-row.rank-1:hover{background:#ffbb4714}.donor-row-rank{font-size:.68rem;font-weight:900;letter-spacing:.1em;min-width:22px;color:#ffffff38}.rank-1 .donor-row-rank{color:#ffbb47}.rank-2 .donor-row-rank{color:#c8ccd0}.rank-3 .donor-row-rank{color:#cd8c50}.donor-row-name{font-size:.93rem;font-weight:700;color:#ffffffe0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.rank-1 .donor-row-name{font-size:.98rem;color:#fff}.donor-row-dots{flex:1;height:1px;background:repeating-linear-gradient(to right,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 3px,transparent 3px,transparent 9px)}.donor-row-amount{font-size:.95rem;font-weight:800;letter-spacing:-.03em;color:#ffffff8c;white-space:nowrap}.rank-1 .donor-row-amount{font-size:1.08rem;color:#ffbb47}.rank-2 .donor-row-amount{color:#c8ccd0}.rank-3 .donor-row-amount{color:#cd8c50}@media(max-width:600px){.top-donors-header{padding:22px 22px 18px}.donor-row{padding:15px 22px}.donor-row-name{max-width:130px}}.legal-shell{min-height:100dvh;background:var(--bg, #080c14);color:#ffffffd1;display:flex;flex-direction:column}.legal-header{position:sticky;top:0;z-index:10;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06);background:#080c14e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.legal-back{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:#ffffff80;text-decoration:none;transition:color .15s}.legal-back:hover{color:#ffffffe6}.legal-body{flex:1;padding:60px 20px 80px}.legal-container{max-width:720px;margin:0 auto}.legal-title-block{padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:48px}.legal-title{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:900;letter-spacing:-.05em;line-height:1.05;color:#fff}.legal-subtitle{margin-top:10px;font-size:.92rem;color:#fff6;font-weight:500}.legal-content>.legal-p:first-child{font-size:.96rem;line-height:1.72;color:#fff9;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:40px}.legal-section{margin-bottom:44px}.legal-section-title{display:flex;align-items:baseline;gap:14px;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffffffe6;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.06)}.legal-section-num{font-size:.68rem;color:#ffbb47b3;font-weight:700;letter-spacing:.06em;flex-shrink:0}.legal-section-body{display:flex;flex-direction:column;gap:12px}.legal-item{display:grid;grid-template-columns:36px 1fr;gap:8px;align-items:baseline}.legal-item-id{font-size:.7rem;font-weight:700;color:#ffffff40;letter-spacing:.04em;padding-top:1px}.legal-item p{font-size:.88rem;line-height:1.68;color:#ffffff9e}.legal-item p b{color:#ffffffe0;font-weight:700}.legal-p{font-size:.88rem;line-height:1.68;color:#ffffff9e}.legal-footer{padding:20px;border-top:1px solid rgba(255,255,255,.06);text-align:center;font-size:.75rem;color:#ffffff38}.recent-purchases-section{padding-top:0}.recent-wrap{max-width:620px;margin:0 auto;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0a,#ffffff05);overflow:hidden}.recent-header{padding:24px 32px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.recent-title{font-size:clamp(1.3rem,2vw,1.8rem);font-weight:900;letter-spacing:-.04em;margin-top:6px}.recent-list{list-style:none;padding:0;margin:0}.recent-row{display:flex;align-items:center;gap:14px;padding:13px 32px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .12s}.recent-row:last-child{border-bottom:none}.recent-row:hover{background:#ffffff06}.recent-avatar{width:32px;height:32px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:900;color:#000000b3}.recent-info{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.recent-nick{font-size:.85rem;font-weight:700;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-product{font-size:.78rem;color:#ffffff5c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-date{font-size:.72rem;color:#ffffff38;white-space:nowrap;font-weight:600;flex-shrink:0}@media(max-width:600px){.recent-header{padding:20px 22px 16px}.recent-row{padding:12px 22px}}
