.cookie-banner{position:fixed;left:50%;bottom:max(16px,env(safe-area-inset-bottom,0px) + 12px);z-index:130;width:min(calc(100% - 24px),712px);transform:translate(-50%);pointer-events:none}.cookie-banner__surface{display:grid;grid-template-columns:minmax(300px,1fr) auto;justify-content:start;gap:12px 16px;align-items:center;padding:13px 18px 1px;border-radius:18px;border:1px solid var(--border-strong);background:linear-gradient(135deg,#fffffff0,#ffffffe6),var(--bg-surface);box-shadow:0 14px 34px #0f172a17;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);pointer-events:auto}.cookie-banner__content{display:grid;align-items:center;align-self:center;min-width:0}.cookie-banner__copy{display:grid;gap:-2px;align-items:center;align-self:center}.cookie-banner__title{margin:0 0 6px;font-family:var(--font-display);max-width:none;font-size:clamp(14px,.16vw + .94rem,16px);font-weight:600;line-height:1.12;letter-spacing:-.025em;text-wrap:pretty;color:var(--text-primary)}.cookie-banner__text{margin:0 0 -7px;max-width:34ch;font-size:13px;line-height:1.34;color:var(--text-secondary)}.cookie-banner__link{margin-top:0;display:inline-flex;align-items:center;width:fit-content;font-size:12px;font-weight:600;line-height:1.1;color:var(--text-secondary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em;transition:color var(--transition-base),opacity var(--transition-base);opacity:.82}.cookie-banner__link:hover{color:var(--text-primary);opacity:1}.cookie-banner__copy :is(.cookie-banner__link):focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:4px}.cookie-banner__actions{display:flex;flex-wrap:nowrap;align-items:center;align-self:center;justify-content:flex-start;gap:6px;flex-shrink:0;min-width:0}.cookie-banner__action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:12px;border:1px solid transparent;font-size:13px;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;touch-action:manipulation;overflow:hidden;transition:transform var(--transition-base),color var(--transition-base),border-color var(--transition-base),background-color var(--transition-base),box-shadow var(--transition-base)}.cookie-banner__action--primary{min-width:104px;color:#fff;background:linear-gradient(135deg,#316fe1,#2783d6);box-shadow:0 2px 8px #2563eb1c}.cookie-banner__action--primary:hover{box-shadow:0 4px 10px #2563eb21}.cookie-banner__action--secondary{min-width:148px;color:var(--text-primary);background:#ffffffc7;border-color:#1e293b0f}.cookie-banner__action--secondary:hover{background:var(--bg-surface);border-color:var(--border-strong)}.cookie-banner__surface :is(.cookie-banner__action):focus-visible{outline:2px solid var(--primary);outline-offset:2px}.theme-dark .cookie-banner__surface{background:linear-gradient(135deg,#101114f0,#08080ae6),var(--bg-surface);box-shadow:0 16px 38px #00000057}.theme-dark .cookie-banner__action--primary{color:#000;background:linear-gradient(180deg,#eef2f6,#d4dae2);box-shadow:0 3px 10px #ffffff14}.theme-dark .cookie-banner__action--secondary{background:#ffffff12;border-color:#ffffff1a}.theme-dark .cookie-banner__action--secondary:hover{background:#ffffff14;border-color:#ffffff29}.theme-dark .cookie-banner__link{color:var(--text-muted)}.theme-dark .cookie-banner__link:hover{color:var(--text-primary)}@media (max-width: 900px){.cookie-banner{width:min(calc(100% - 20px),660px)}.cookie-banner__surface{grid-template-columns:1fr;align-items:center;justify-content:stretch;padding:13px 16px 12px}.cookie-banner__actions{flex-wrap:wrap;justify-content:flex-start;min-width:0}}@media (max-width: 640px){.cookie-banner{width:calc(100% - 16px);bottom:max(8px,env(safe-area-inset-bottom,0px) + 8px)}.cookie-banner__surface{gap:12px;padding:12px 14px 10px;border-radius:18px}.cookie-banner__title{max-width:none;font-size:16px}.cookie-banner__text{max-width:none;font-size:13px;line-height:1.34}.cookie-banner__actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}.cookie-banner__action{width:100%;min-width:0}}.header{position:fixed;top:16px;left:50%;transform:translate3d(-50%,4px,0);z-index:100000;width:calc(100% - clamp(32px,4vw,56px));max-width:1320px;animation:headerSlideDown .6s cubic-bezier(.16,1,.3,1);transition:transform var(--transition-smooth),opacity var(--transition-base);will-change:transform,opacity;backface-visibility:hidden}@keyframes headerSlideDown{0%{transform:translate3d(-50%,-100%,0);opacity:0}to{transform:translate3d(-50%,4px,0);opacity:1}}.header--scrolled{transform:translate3d(-50%,0,0)}.header__container{background:#ffffffb8;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.4);border-radius:100px;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:clamp(16px,2.2vw,32px);box-shadow:0 4px 16px #00000014,0 1px 2px #0000000a,0 0 0 1px #fff3 inset;transition:background-color .2s ease,border-color .2s ease;will-change:background-color}.theme-dark .header__container{background:#1c1c1ed9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);box-shadow:0 2px 12px #00000080,0 1px 3px #0009,0 0 0 1px #ffffff14 inset}.header[data-intro-theme=light] .header__container,.header[data-intro-theme=dark] .header__container{background:#ffffffe6;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border-color:#0f172a14}.header__logo{display:flex;align-items:center;flex-shrink:0;position:relative}.header__logo-text{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.01em;color:#1e293b;transition:color var(--transition-base);display:inline-flex;align-items:center;line-height:1;position:relative}.header__logo-letter{--logo-color: #1E293B;--logo-wave-color: #1E293B;--logo-wave-shadow: 0 4px 12px rgba(0, 0, 0, .1);display:inline-block;color:var(--logo-color);padding:6px 2px;margin:-6px -2px;transition:transform .25s cubic-bezier(.22,1,.36,1),color .2s ease,text-shadow .2s ease;position:relative;cursor:pointer;transform-origin:center bottom;animation:logoWaveCycle 8s ease-in-out infinite;animation-delay:calc(var(--logo-index, 0) * .15s);will-change:transform,translate}@keyframes logoWaveCycle{0%,80%,to{translate:0 0;color:var(--logo-color);text-shadow:none}90%{translate:0 -4px;color:var(--logo-wave-color);text-shadow:var(--logo-wave-shadow)}}.theme-dark .header__logo-text{color:#fff}.theme-dark .header__logo-letter{--logo-color: #FFFFFF;--logo-wave-color: #E6E7EB;--logo-wave-shadow: 0 4px 12px rgba(255, 255, 255, .4)}.header__logo-letter:hover{transform:translateY(-2px) scale(1.1);text-shadow:var(--logo-wave-shadow)!important;color:var(--logo-wave-color)!important;background:transparent!important}.header__logo-letter:active{transform:translateY(0) scale(.95)}.header__nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.header__nav-link{position:relative;display:flex;align-items:center;justify-content:center;padding:10px 16px;font-size:15px;font-weight:500;color:#1e293b;background:transparent;border:none;border-radius:20px;white-space:nowrap;overflow:visible;cursor:pointer;opacity:0;transform:translateY(-10px);animation:navLinkFadeIn .5s cubic-bezier(.16,1,.3,1) forwards;transition:color .2s ease,background-color .2s ease,transform .2s ease;box-shadow:none;will-change:transform,background-color}@keyframes navLinkFadeIn{to{opacity:1;transform:translateY(0)}}.header__nav-link-text{position:relative;z-index:3;display:inline-block;transition:color .4s cubic-bezier(.22,1,.36,1)}.header__nav-link:before{content:"";position:absolute;inset:0;background:transparent;border-radius:var(--radius-md);opacity:0;transition:none;z-index:0;pointer-events:none}.header__nav-link:hover{color:#000;background:#0000000d;transform:scale(1.02)}.header__nav-link--active,.header__nav-link--active .header__nav-link-text{color:#000!important;font-weight:600}.header__nav-link--active{background:#fff!important;border:1px solid rgba(0,0,0,.04)!important;box-shadow:0 2px 8px #00000014!important}.header__nav-link:active{transform:scale(.98)}.theme-dark .header__nav-link{color:#ffffffd9}.theme-dark .header__nav-link:hover{color:#fff;background:#ffffff1a}.theme-dark .header__nav-link--active{background:#fff!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 2px 10px #0000004d!important}.theme-dark .header__nav-link--active,.theme-dark .header__nav-link--active .header__nav-link-text{color:#000!important;font-weight:600}.header__nav-dropdown-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.header__nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);opacity:0;visibility:hidden;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:8px;min-width:160px;box-shadow:var(--shadow-md);transition:all .2s ease;z-index:10}.header__nav-dropdown-wrapper:hover .header__nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header__dropdown-item{display:block;width:100%;padding:10px 16px;text-align:center;font-size:14px;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-radius:var(--radius-sm);transition:all .2s ease;cursor:pointer}.header__dropdown-item:hover,.header__dropdown-item--active{background:var(--primary-subtle);color:var(--primary)}.theme-dark .header__nav-dropdown{background:var(--bg-surface);border-color:#ffffff1a;box-shadow:0 10px 30px #00000080}.theme-dark .header__dropdown-item:hover,.theme-dark .header__dropdown-item--active{background:#ffffff14;color:var(--primary)}.header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.header__mobile-island{display:contents}.header__theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#1e293b;background:transparent;border:1px solid transparent;border-radius:50%;opacity:0;transform:scale(.8) rotate(-180deg);transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.34,1.56,.64,1),color .25s ease,background-color .25s ease,border-color .25s ease;position:relative;overflow:hidden;cursor:pointer}.header__theme-toggle:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--primary-subtle);transform:translate(-50%,-50%);transition:width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1);z-index:0}.header__theme-toggle>*{position:relative;z-index:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.header__theme-toggle--visible{opacity:1;transform:scale(1) rotate(0)}.header__theme-toggle:hover{color:#000;background:#0000000d;border-color:transparent;transform:scale(1.08)}.header__theme-toggle:hover:before{width:100%;height:100%}.header__theme-toggle:hover>*{transform:scale(1.1) rotate(-15deg)}.header__theme-toggle--visible:hover{transform:scale(1.15) rotate(15deg)}.header__theme-toggle:active{transform:scale(.95)}.theme-dark .header__theme-toggle{color:#ffffffb3}.theme-dark .header__theme-toggle:hover{color:#fff;background:#ffffff1a}.header__cta{padding:10px 20px;font-size:14px;font-weight:600;color:#fff;background:#111827;border-radius:50px;white-space:nowrap;border:none;box-shadow:0 2px 8px #00000026;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer;will-change:transform,box-shadow;transform:translateZ(0);backface-visibility:hidden}@keyframes ctaPulse{0%,to{box-shadow:0 4px 16px #fff3,0 0 #fff6}50%{box-shadow:0 6px 24px #ffffff4d,0 0 0 6px #fff0}}@keyframes ctaPulseDark{0%,to{box-shadow:0 4px 14px #ffffff26,0 0 #ffffff4d}50%{box-shadow:0 4px 20px #ffffff40,0 0 0 4px #fff0}}.header__cta-text{position:relative;z-index:2;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.header__cta-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent);transition:left .6s cubic-bezier(.4,0,.2,1);z-index:1}.header__cta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#0000000d;transform:translate(-50%,-50%);transition:width .6s cubic-bezier(.4,0,.2,1),height .6s cubic-bezier(.4,0,.2,1);z-index:1}.header__cta:hover{transform:translateY(-2px) scale(1.03);background:#000;box-shadow:0 4px 12px #00000040}.header__cta:hover .header__cta-text{transform:scale(1.02)}.header__cta:hover .header__cta-shine{left:100%}.header__cta:hover:before{width:300px;height:300px}.header__cta:active{transform:scale(.98)}.header__burger{display:none;width:44px;height:44px;align-items:center;justify-content:center;color:#1e293b;background:#ffffffe0;border:1px solid rgba(0,0,0,.08);border-radius:999px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 10px 26px #0f172a1f;transition:background-color .3s ease,border-color .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.theme-dark .header__burger{color:#fff;background:#ffffff0d;border-color:#ffffff1a}.header__burger:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--primary-subtle);transform:translate(-50%,-50%);transition:width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1);z-index:0}.header__burger>*{position:relative;z-index:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.header__burger:hover{background:var(--primary-subtle);border-color:var(--primary);transform:scale(1.05) rotate(90deg)}.header__burger:hover:before{width:100%;height:100%}.header__burger:hover>*{transform:rotate(-90deg)}.header__burger:active{transform:scale(.95)}.header__burger--open{background:#fffffff0;border-color:#0f172a24}.theme-dark .header__burger--open{background:#18181bf0;border-color:#ffffff1f}.header__mobile{position:fixed;inset:0;background:transparent;padding:0;opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base);z-index:100001;pointer-events:none}.header__mobile--open{opacity:1;visibility:visible;pointer-events:auto}.header__mobile-backdrop{position:absolute;inset:0;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease;will-change:opacity}.header__mobile--open .header__mobile-backdrop{opacity:1}.header__mobile-nav{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:100%;background:var(--bg-primary);padding:120px 40px 40px;display:flex;flex-direction:column;gap:4px;overflow-y:auto;overscroll-behavior:contain;transform:translate3d(100%,0,0);transition:transform .4s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 30px #0000001a;will-change:transform;backface-visibility:hidden}.header__mobile--open .header__mobile-nav{transform:translateZ(0)}.header__mobile-close{position:absolute;top:24px;right:24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);background:transparent;border:none;border-radius:50%;cursor:pointer;transition:background .2s ease}.header__mobile-close:hover{background:var(--bg-secondary)}.header__mobile-link{--link-pl: 16px;padding:16px 16px 16px var(--link-pl);font-size:28px;font-weight:700;color:var(--text-secondary);text-align:left;border-bottom:none;background:none;border-left:none;border-right:none;border-top:none;cursor:pointer;position:relative;border-radius:16px;transition:color .3s ease,background-color .3s ease,padding .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.34,1.56,.64,1);opacity:0;transform:translate3d(-20px,0,0);animation:mobileLinkSlideIn .4s cubic-bezier(.16,1,.3,1) forwards;will-change:transform,opacity;backface-visibility:hidden}.header__mobile-link:nth-child(1){animation-delay:.1s}.header__mobile-link:nth-child(2){animation-delay:.15s}.header__mobile-link:nth-child(3){animation-delay:.2s}@keyframes mobileLinkSlideIn{to{opacity:1;transform:translateZ(0)}}.header__mobile-link:before{content:"";position:absolute;left:8px;top:50%;bottom:auto;height:24px;transform:translateY(-50%);width:0;background:var(--gradient-primary);opacity:0;border-radius:4px;transition:width .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;z-index:1}.header__mobile-link:hover{color:var(--text-primary);background:#2563eb0a;--link-pl: 24px;transform:none}.header__mobile-link:hover:before{width:4px;opacity:.75}.header__mobile-link--active{color:var(--primary);background:#2563eb0d;--link-pl: 24px}.header__mobile-link--active:before{width:4px;opacity:1}.header__mobile-link:active{transform:scale(.99)}.header__mobile-theme{display:flex;align-items:center;gap:12px;padding:16px 0;font-size:16px;font-weight:500;color:var(--text-secondary);border-bottom:1px solid var(--border-color);background:none;border-left:none;border-right:none;border-top:none;cursor:pointer;transition:color var(--transition-fast);justify-content:center}.header__mobile-theme:hover{color:var(--primary)}.header__mobile-cta{margin-top:24px;padding:16px 24px;font-size:16px;font-weight:600;color:#121212;background:#fff;border-radius:var(--radius-md);box-shadow:0 4px 14px #00000026;text-align:center;border:none;cursor:pointer;width:100%;position:relative;overflow:hidden;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;opacity:0;transform:translate3d(0,20px,0) scale(.9);animation:mobileCTASlideIn .5s cubic-bezier(.16,1,.3,1) .25s forwards;will-change:transform,opacity,box-shadow;backface-visibility:hidden}@keyframes mobileCTASlideIn{to{opacity:1;transform:translateZ(0) scale(1)}}.header__mobile-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.header__mobile-cta:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px #0003}.theme-dark .header__cta{color:#121212;background:#e6e7eb;box-shadow:0 4px 14px #ffffff26,0 0 0 1px #ffffff0d;border:none;animation:ctaPulseDark 2s ease-in-out infinite}.theme-dark .header__cta:hover{transform:translateY(-2px) scale(1.02);background:#fff;box-shadow:0 8px 24px #ffffff40,0 0 0 1px #ffffff1a;animation:none}.header__mobile-cta:hover:before{left:100%}.header__mobile-cta:active{transform:translateY(0) scale(.98)}.theme-dark .header__mobile-cta{color:#121212;background:#e6e7eb;box-shadow:0 4px 14px #ffffff26,0 0 0 1px #ffffff0d}.theme-dark .header__mobile-cta:hover{background:#fff;box-shadow:0 8px 24px #ffffff40,0 0 0 1px #ffffff1a}.header[data-intro-theme=light] .header__logo-text{color:#1e293b!important}.header[data-intro-theme=light] .header__logo-letter{--logo-color: #1E293B;--logo-wave-color: #1E293B;--logo-wave-shadow: none;text-shadow:none}.header[data-intro-theme=light] .header__nav-link{color:#1e293bb3}.header[data-intro-theme=light] .header__nav-link:hover{color:#1e293b;background:#0000000d;border-color:#0000001a;box-shadow:inset 0 0 0 1px #0000000d}.header[data-intro-theme=light] .header__nav-link:before{background:transparent}.header[data-intro-theme=light] .header__cta{color:#121212;background:#fff;box-shadow:0 4px 14px #0000001a,0 0 #0003;animation:ctaPulse 2s ease-in-out infinite}.header[data-intro-theme=light] .header__cta:hover{transform:translateY(-3px) scale(1.02);animation:none;box-shadow:0 8px 24px #00000026,0 0 #0000}.header[data-intro-theme=dark] .header__logo-text{color:#e6e7eb!important}.header[data-intro-theme=dark] .header__logo-letter{--logo-color: #E6E7EB;--logo-wave-color: #E6E7EB;--logo-wave-shadow: none;text-shadow:none}.header[data-intro-theme=dark] .header__nav-link{color:#fff}.header[data-intro-theme=dark] .header__nav-link:hover{color:#eff6ff;background:#ffffff29;border-color:#ffffff47;box-shadow:inset 0 0 0 1px #ffffff2e}.header[data-intro-theme=dark] .header__nav-link:before{background:transparent}.header[data-intro-theme=dark] .header__cta{color:#121212;background:#e6e7eb;box-shadow:0 4px 14px #ffffff26,0 0 0 1px #ffffff0d;border:none;transition:all .4s ease;animation:ctaPulseDark 2s ease-in-out infinite}.header[data-intro-theme=dark] .header__cta:hover{transform:translateY(-2px) scale(1.02);background:#fff;box-shadow:0 8px 24px #ffffff40,0 0 0 1px #ffffff1a;animation:none}@media (min-width: 2560px){.header{max-width:1800px}.header__container{padding:12px 28px}.header__logo-text{font-size:24px}.header__nav-link{font-size:17px;padding:12px 20px}.header__cta{padding:12px 24px;font-size:16px}}@media (min-width: 1920px) and (max-width: 2559px){.header{max-width:1600px}.header__logo-text{font-size:22px}.header__nav-link{font-size:16px}}@media (min-width: 1536px) and (max-width: 1919px){.header{max-width:1440px}}@media (max-width: 1440px){.header{max-width:1180px}.header__container{padding:9px 16px}.header__logo-text{font-size:18px}.header__nav-link{padding:8px 12px;font-size:14px}.header__theme-toggle{width:34px;height:34px}.header__cta{padding:9px 16px;font-size:13px}}@media (max-width: 1279px){.header{width:calc(100% - 32px);max-width:1040px}.header--scrolled{-webkit-backdrop-filter:none;backdrop-filter:none;background:color-mix(in srgb,var(--bg-primary) 94%,transparent);-webkit-box-shadow:0 4px 18px rgba(0,0,0,.14);box-shadow:0 4px 18px #00000024}.header__nav,.header__actions{display:none}.header__burger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:background-color .2s ease,border-color .2s ease;-o-transition:background-color .2s ease,border-color .2s ease;transition:background-color .2s ease,border-color .2s ease}.header__burger:hover{-webkit-transform:none;-ms-transform:none;transform:none}.header__burger:hover>*{-webkit-transform:none;-ms-transform:none;transform:none}.header__logo-letter{-webkit-animation:none;animation:none;-webkit-transition:color .24s ease,-webkit-transform .32s cubic-bezier(.22,1,.36,1);transition:color .24s ease,-webkit-transform .32s cubic-bezier(.22,1,.36,1);-o-transition:color .24s ease,transform .32s cubic-bezier(.22,1,.36,1);transition:color .24s ease,transform .32s cubic-bezier(.22,1,.36,1);transition:color .24s ease,transform .32s cubic-bezier(.22,1,.36,1),-webkit-transform .32s cubic-bezier(.22,1,.36,1)}.header__logo-letter:hover{-webkit-transform:translateY(-2px) scale(1.1);-ms-transform:translateY(-2px) scale(1.1);transform:translateY(-2px) scale(1.1);text-shadow:var(--logo-wave-shadow)!important;color:var(--logo-wave-color)!important;background:transparent!important}.header__mobile-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#000c}.header__mobile-nav{-webkit-box-shadow:-6px 0 22px rgba(0,0,0,.2);box-shadow:-6px 0 22px #0003;padding-top:max(120px,calc(env(safe-area-inset-top) + 80px));padding-bottom:max(40px,env(safe-area-inset-bottom))}.header__mobile-link{-webkit-animation:none;animation:none;opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.header__mobile-cta{-webkit-animation:none;animation:none;opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;margin-bottom:env(safe-area-inset-bottom)}}@media (min-width: 768px) and (max-width: 1023px){.header__mobile-nav{max-width:400px}.header__mobile-link{font-size:26px}}@media (min-width: 640px) and (max-width: 767px){.header{width:calc(100% - 28px)}.header__mobile-link{font-size:26px}}@media (min-width: 480px) and (max-width: 639px){.header{width:calc(100% - 24px);top:14px}.header__container{gap:12px;padding:8px 16px}.header__logo-text{font-size:19px}.header__mobile-nav{padding:100px 28px 40px;padding-bottom:max(40px,env(safe-area-inset-bottom))}.header__mobile-link{font-size:24px}}@media (max-width: 479px){.header{width:calc(100% - 20px);top:10px;max-width:372px}.header__mobile-island{gap:6px;padding:8px 8px 8px 12px;width:min(calc(100vw - 104px),360px)}.header__logo-text{font-size:15px}.header__theme-toggle{width:34px;height:34px;min-width:34px;min-height:34px}.header__cta{padding:10px 12px;font-size:11px;max-width:118px}.header__mobile-nav{padding:90px 20px 32px;padding-bottom:max(32px,env(safe-area-inset-bottom))}.header__mobile-link{font-size:22px;padding:14px 14px 14px var(--link-pl)}.header__mobile-cta{padding:14px 20px;font-size:15px}}@media (max-width: 359px){.header{width:calc(100% - 16px);top:8px;max-width:332px}.header__mobile-island{gap:6px;padding:7px 7px 7px 10px;width:min(calc(100vw - 92px),316px)}.header__logo-text{font-size:14px}.header__theme-toggle{width:32px;height:32px;min-width:32px;min-height:32px}.header__cta{padding:9px 10px;font-size:10px;max-width:106px}.header__mobile-link{font-size:20px;padding:12px 12px 12px var(--link-pl)}}@media (max-width: 767px){.header{top:max(10px,env(safe-area-inset-top));left:0;right:0;width:100%;max-width:none;transform:none;pointer-events:none;transition:top .24s ease,opacity .24s ease}.header--scrolled{top:max(10px,env(safe-area-inset-top));left:0;right:0;width:100%;max-width:none;transform:none}.header__container{position:relative;display:flex;align-items:center;justify-content:flex-end;overflow:visible;padding:0;width:100%;min-height:60px;background:transparent!important;border:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:none}.theme-dark .header__container,.header[data-intro-theme=light] .header__container,.header[data-intro-theme=dark] .header__container{background:transparent!important;border:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.header__mobile-island{display:flex;position:absolute;top:4px;left:50%;align-items:center;justify-content:space-between;gap:8px;width:min(calc(100vw - 132px),430px);max-width:430px;padding:8px 8px 8px 14px;min-height:52px;background:#ffffffdb;border:1px solid rgba(255,255,255,.56);border-radius:999px;box-shadow:0 14px 36px #0f172a1f,0 0 0 1px #ffffff38 inset;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);pointer-events:auto;transition:opacity .28s ease,transform .42s cubic-bezier(.22,1,.36,1),filter .42s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background-color .25s ease,border-color .25s ease;transform:translate(-50%) scale(1);transform-origin:center center}.theme-dark .header__mobile-island,.header[data-intro-theme=light] .header__mobile-island,.header[data-intro-theme=dark] .header__mobile-island{background:#16161ad6;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 34px #00000047,0 0 0 1px #ffffff0a inset;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%)}.header__logo{display:flex;min-width:0;flex:1 1 auto;overflow:visible}.header__logo-text{font-size:15px}.header__nav{display:none}.header__actions{display:flex;flex:0 0 auto;min-width:0;overflow:visible;align-items:center;gap:6px}.header__theme-toggle{display:inline-flex;width:34px;height:34px;min-width:34px;min-height:34px;opacity:1;transform:none;color:#1e293b;background:#0f172a0a;border:1px solid rgba(15,23,42,.08);box-shadow:none}.theme-dark .header__theme-toggle{color:#f8fafc;background:#ffffff14;border-color:#ffffff1a}.header__cta{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:10px 12px;font-size:11px;line-height:1;border-radius:999px;box-shadow:0 10px 24px #0f172a1f;max-width:132px}.header__cta-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__burger{display:flex;position:absolute;top:4px;right:16px;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;aspect-ratio:1 / 1;flex:0 0 auto;border-radius:999px;background:#ffffffe0;border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 16px #0f172a14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;pointer-events:none;transform:scale(.78);will-change:transform,opacity;z-index:2;transition:opacity .22s ease,transform .42s cubic-bezier(.22,1,.36,1),background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.header__burger:before{display:none}.header__burger:hover,.header__burger:hover>*{transform:none}.theme-dark .header__burger{background:#1e1e22d9;border-color:#ffffff1a;box-shadow:0 6px 16px #00000038}.header__burger,.header--scrolled .header__burger{border-radius:50%!important}.header--scrolled .header__mobile-island{opacity:0;pointer-events:none;transform:translate(calc(-50% + min(168px,22vw))) scaleX(.22) scaleY(.82);filter:blur(8px)}.header--scrolled .header__burger{opacity:1;pointer-events:auto;transform:scale(1)}.header__mobile{min-height:100svh;height:100dvh;background:transparent;overflow:hidden;opacity:1;visibility:hidden;transition:visibility 0s linear .28s}.header__mobile--open{visibility:visible;transition-delay:0s}.header__mobile-backdrop{display:none}.header__mobile-nav{inset:0;width:100%;max-width:none;min-height:100svh;min-height:100dvh;padding:max(88px,calc(env(safe-area-inset-top) + 64px)) 20px max(32px,calc(env(safe-area-inset-bottom) + 24px));background:var(--bg-primary);box-shadow:none;transform:translate3d(0,18px,0) scale(.985);opacity:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .28s ease}.header__mobile--open .header__mobile-nav{transform:translateZ(0) scale(1);opacity:1}.header__mobile-close{top:max(16px,env(safe-area-inset-top));right:16px;width:46px;height:46px;background:#ffffffe6;border:1px solid rgba(15,23,42,.1);box-shadow:0 10px 24px #0f172a24;color:#0f172a}.theme-dark .header__mobile-close{background:#18181bf0;border-color:#ffffff1f;box-shadow:0 12px 28px #00000052;color:#fff}.header__mobile-link{padding:14px 14px 14px var(--link-pl)}.header__mobile-theme{margin-top:auto;padding-top:20px}.header__mobile-cta{margin-top:16px}}@media (orientation: landscape) and (max-height: 500px){.header{top:8px}.header__container{padding:6px 16px}.header__mobile-nav{padding-top:70px;gap:2px}.header__mobile-link{font-size:18px;padding:10px 10px 10px var(--link-pl)}.header__mobile-cta{margin-top:16px;padding:12px 20px}}@media (prefers-reduced-motion: reduce){.header,.header__cta{animation:none}.header__cta-shine{display:none}.header__logo-letter{animation:none;transition:transform .2s ease}.header__logo-letter:hover{transform:translateY(-2px) scale(1.05);text-shadow:var(--logo-wave-shadow)!important;color:var(--logo-wave-color)!important;background:transparent!important}.header__mobile{transition:opacity var(--transition-fast),visibility var(--transition-fast);transform:none}.header__mobile-link,.header__mobile-cta{animation:none;opacity:1;transform:none}}@media (max-width: 767px){.header--desktop{display:none!important}.mobile-dynamic{--dynamic-top: max(10px, env(safe-area-inset-top));--dynamic-right: 16px;--dynamic-size: 46px;--dynamic-center: calc(100% - var(--dynamic-right) - (var(--dynamic-size) / 2));--dynamic-width: min( calc(100vw - 132px) , 430px);--dynamic-ease: cubic-bezier(.32, .72, 0, 1);--dynamic-ease-fast: cubic-bezier(.3, .7, .12, 1);--dynamic-press-ease: cubic-bezier(.34, 1.45, .64, 1);--dynamic-morph-duration: .68s;--dynamic-content-duration: .58s;--dynamic-menu-duration: .62s;position:fixed;top:var(--dynamic-top);left:0;right:0;height:var(--dynamic-size);z-index:100000;pointer-events:none;overflow:visible;isolation:isolate;contain:layout style}.mobile-dynamic__morph{position:absolute;top:0;left:50%;width:var(--dynamic-width);height:var(--dynamic-size);transform:translate3d(-50%,0,0);border-radius:26px;background:#ffffffe0;border:1px solid rgba(255,255,255,.58);box-shadow:0 14px 36px #0f172a1f,0 0 0 1px #ffffff38 inset;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);transform-origin:center center;will-change:left,width,border-radius,box-shadow,opacity;backface-visibility:hidden;filter:saturate(102%) brightness(1);transition:left var(--dynamic-morph-duration) var(--dynamic-ease),width var(--dynamic-morph-duration) var(--dynamic-ease),border-radius var(--dynamic-morph-duration) var(--dynamic-ease),opacity .3s var(--dynamic-ease-fast),background-color .25s ease,border-color .25s ease,box-shadow var(--dynamic-morph-duration) var(--dynamic-ease),filter var(--dynamic-morph-duration) var(--dynamic-ease)}.theme-dark .mobile-dynamic__morph{background:#18181be6;border-color:#ffffff1f;box-shadow:0 14px 34px #00000057,0 0 0 1px #ffffff0a inset}.mobile-dynamic__island{position:absolute;top:0;left:50%;width:var(--dynamic-width);height:var(--dynamic-size);transform:translate3d(-50%,0,0);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px 7px 14px;pointer-events:auto;transform-origin:center center;will-change:transform,opacity;backface-visibility:hidden;transition:opacity .34s var(--dynamic-ease-fast),transform var(--dynamic-content-duration) var(--dynamic-ease)}.mobile-dynamic__logo{display:inline-flex;align-items:center;min-width:0;font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:-.01em;color:#1e293b;text-decoration:none}.theme-dark .mobile-dynamic__logo{color:#f8fafc}.mobile-dynamic__actions{display:inline-flex;align-items:center;gap:6px;min-width:0}.mobile-dynamic__theme{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;min-height:34px;border:1px solid rgba(15,23,42,.12);border-radius:13px;background:#0f172a0d;color:#1e293b;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform .24s var(--dynamic-press-ease),background-color .22s ease,border-color .22s ease,box-shadow .22s ease;will-change:transform;transform:translateZ(0)}.theme-dark .mobile-dynamic__theme{background:#ffffff14;border-color:#ffffff24;color:#f8fafc}.mobile-dynamic__cta{display:inline-flex;align-items:center;justify-content:center;min-height:34px;max-width:132px;padding:9px 12px;border:none;border-radius:14px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;color:#fff;background:#0f172a;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:0 8px 18px #0f172a2e;transition:transform .24s var(--dynamic-press-ease),background-color .22s ease,box-shadow .22s ease;will-change:transform,box-shadow;transform:translateZ(0)}.theme-dark .mobile-dynamic__cta{color:#0f172a;background:#f8fafc}.mobile-dynamic__menu{position:absolute;top:0;right:var(--dynamic-right);width:var(--dynamic-size);height:var(--dynamic-size);border:1px solid rgba(15,23,42,.14);border-radius:14px;background:#f8fafc;color:#0f172a;box-shadow:0 8px 20px #0f172a29,0 0 0 1px #ffffff8c inset;backdrop-filter:none;-webkit-backdrop-filter:none;display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:translateZ(0) scale(.66) rotate(-12deg);pointer-events:none;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:manipulation;will-change:transform,opacity,box-shadow;backface-visibility:hidden;transition:opacity .3s var(--dynamic-ease-fast),transform var(--dynamic-menu-duration) var(--dynamic-ease),background-color .25s ease,border-color .25s ease,box-shadow .3s ease}.theme-dark .mobile-dynamic__menu{background:#1d1f24;border-color:#ffffff1f;color:#f8fafc;box-shadow:0 8px 20px #0000006b,0 0 0 1px #ffffff0d inset}.mobile-dynamic--collapsed .mobile-dynamic__morph{left:var(--dynamic-center);width:var(--dynamic-size);border-radius:14px;opacity:.38;filter:saturate(116%) brightness(1.03);box-shadow:0 8px 20px #0f172a1f,0 0 0 1px #ffffff70 inset}.mobile-dynamic--collapsed .mobile-dynamic__island{opacity:0;pointer-events:none;transform:translate3d(calc(-50% + min(44px,10vw)),0,0) scale(.9);transition-delay:.04s,.04s}.mobile-dynamic--collapsed .mobile-dynamic__menu{opacity:1;pointer-events:auto;transform:translateZ(0) scale(1) rotate(0);transition-delay:.16s,.1s,0s,0s,0s}.mobile-dynamic--expanded .mobile-dynamic__island{transition-delay:0s,0s}.mobile-dynamic--expanded .mobile-dynamic__menu{transition-delay:0s,0s,0s,0s,0s}.mobile-dynamic__logo{transition:transform .22s var(--dynamic-press-ease),opacity .22s ease;-webkit-tap-highlight-color:transparent}.mobile-dynamic__menu svg,.mobile-dynamic__theme svg{transition:transform .24s var(--dynamic-ease-fast)}.mobile-dynamic__menu svg{stroke-width:2.2;shape-rendering:geometricPrecision}@media (hover: hover) and (pointer: fine){.mobile-dynamic__theme:hover{background:#0f172a1a;border-color:#0f172a33;transform:translateY(-1px)}.mobile-dynamic__cta:hover{background:#111f38;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a3d}.mobile-dynamic__menu:hover{transform:scale(1.02);box-shadow:0 12px 28px #0f172a33}.theme-dark .mobile-dynamic__theme:hover{background:#ffffff24;border-color:#ffffff38}.theme-dark .mobile-dynamic__cta:hover{background:#fff;box-shadow:0 10px 22px #fff3}.theme-dark .mobile-dynamic__menu:hover{box-shadow:0 12px 28px #0000006b}}.mobile-dynamic__logo:active{transform:scale(.98)}.mobile-dynamic__theme:active{transform:scale(.94);background:#0f172a24;border-color:#0f172a47}.mobile-dynamic__cta:active{transform:scale(.96);background:#0b1324;box-shadow:0 6px 14px #0f172a38}.mobile-dynamic__menu:active{transform:scale(.94);box-shadow:0 8px 18px #0f172a2e}.mobile-dynamic__theme:active svg,.mobile-dynamic__menu:active svg{transform:scale(.92)}.theme-dark .mobile-dynamic__theme:active{background:#ffffff2e;border-color:#ffffff42}.theme-dark .mobile-dynamic__cta:active{background:#e5e7eb;box-shadow:0 6px 14px #ffffff24}.theme-dark .mobile-dynamic__menu:active{box-shadow:0 8px 20px #00000070}.mobile-dynamic__theme:focus-visible,.mobile-dynamic__cta:focus-visible,.mobile-dynamic__menu:focus-visible,.mobile-dynamic__logo:focus-visible{outline:2px solid rgba(37,99,235,.46);outline-offset:2px}}@media (max-width: 767px){.mobile-dynamic{--dynamic-top: max(10px, env(safe-area-inset-top));--dynamic-right: 16px;--dynamic-size: 48px;--dynamic-expanded-height: 54px;--dynamic-width: min( calc(100vw - 132px) , 430px);--dynamic-center: calc(100% - var(--dynamic-right) - (var(--dynamic-size) / 2));--dynamic-morph-ease: cubic-bezier(.32, .72, 0, 1);--dynamic-content-ease: cubic-bezier(.4, 0, .2, 1);--dynamic-layout-duration: .72s;--dynamic-content-duration: .22s;--dynamic-menu-duration: .52s;top:var(--dynamic-top);height:var(--dynamic-expanded-height)}.mobile-dynamic__shell{position:absolute;top:0;left:50%;width:var(--dynamic-width);height:var(--dynamic-expanded-height);transform:translate3d(-50%,0,0);border-radius:999px;overflow:hidden;pointer-events:auto;background:#ffffffe6;border:1px solid rgba(255,255,255,.6);box-shadow:0 14px 36px #0f172a24,0 0 0 1px #ffffff38 inset;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);color:#0f172a;will-change:left,width,height,border-radius,box-shadow;backface-visibility:hidden;transition:left var(--dynamic-layout-duration) var(--dynamic-morph-ease),width var(--dynamic-layout-duration) var(--dynamic-morph-ease),height var(--dynamic-layout-duration) var(--dynamic-morph-ease),border-radius var(--dynamic-layout-duration) var(--dynamic-morph-ease),box-shadow var(--dynamic-layout-duration) var(--dynamic-morph-ease),background-color .25s ease,border-color .25s ease}.theme-dark .mobile-dynamic__shell{background:#18181beb;border-color:#ffffff1f;box-shadow:0 14px 34px #0000005c,0 0 0 1px #ffffff0d inset;color:#f8fafc}.mobile-dynamic__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;height:100%;padding:8px 8px 8px 14px;will-change:opacity,transform;backface-visibility:hidden;transition:opacity var(--dynamic-content-duration) var(--dynamic-content-ease),transform calc(var(--dynamic-content-duration) + .06s) var(--dynamic-morph-ease)}.mobile-dynamic__menu{position:absolute;inset:0;width:100%;height:100%;border:none;border-radius:inherit;background:transparent;color:inherit;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:translateZ(0) scale(.62) rotate(-12deg);pointer-events:none;transition:opacity .22s var(--dynamic-content-ease),transform var(--dynamic-menu-duration) var(--dynamic-morph-ease)}.mobile-dynamic__menu svg{stroke-width:2.2;shape-rendering:geometricPrecision;transition:transform .22s var(--dynamic-content-ease)}.mobile-dynamic--collapsed .mobile-dynamic__shell{left:var(--dynamic-center);width:var(--dynamic-size);height:var(--dynamic-size);border-radius:14px;box-shadow:0 10px 24px #0f172a2e,0 0 0 1px #ffffff73 inset;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%)}.theme-dark .mobile-dynamic--collapsed .mobile-dynamic__shell{box-shadow:0 10px 24px #0000006b,0 0 0 1px #ffffff0f inset}.mobile-dynamic--collapsed .mobile-dynamic__content{opacity:0;transform:translateZ(0) scale(.76);pointer-events:none;transition-delay:0s,0s}.mobile-dynamic--collapsed .mobile-dynamic__menu{opacity:1;transform:translateZ(0) scale(1) rotate(0);pointer-events:auto;transition-delay:.08s,.02s}.mobile-dynamic--expanded .mobile-dynamic__content{transition-delay:.12s,.12s}.mobile-dynamic--expanded .mobile-dynamic__menu{transition-delay:0s,0s}}@media (max-width: 479px){.mobile-dynamic{--dynamic-width: min( calc(100vw - 108px) , 360px)}.mobile-dynamic__logo{font-size:14px}.mobile-dynamic__cta{max-width:116px;font-size:10px}}@media (max-width: 359px){.mobile-dynamic{--dynamic-width: min( calc(100vw - 96px) , 320px)}.mobile-dynamic__logo{font-size:13px}.mobile-dynamic__theme{width:32px;height:32px;min-width:32px;min-height:32px}}@media (prefers-reduced-motion: reduce) and (max-width: 767px){.mobile-dynamic,.mobile-dynamic__shell,.mobile-dynamic__content,.mobile-dynamic__morph,.mobile-dynamic__island,.mobile-dynamic__logo,.mobile-dynamic__theme,.mobile-dynamic__cta,.mobile-dynamic__menu,.mobile-dynamic__menu svg,.mobile-dynamic__theme svg{transition:none!important}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding:0;overflow:hidden;isolation:isolate}.hero--hidden{visibility:hidden;pointer-events:none}.hero--instant-visible .hero__content,.hero--instant-visible .hero__visual{opacity:1;transform:none;transition:none}.app .hero:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 16% 18%,rgba(56,189,248,.24) 0%,rgba(56,189,248,.12) 18%,transparent 42%),radial-gradient(circle at 84% 34%,rgba(37,99,235,.2) 0%,rgba(59,130,246,.1) 20%,transparent 46%),radial-gradient(circle at 52% 86%,rgba(8,145,178,.1) 0%,transparent 40%),linear-gradient(180deg,#f8fafc2e,#eff6ff1a 48%,#dbeafe14)}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:clamp(48px,8vw,92px);z-index:1;pointer-events:none;background:linear-gradient(180deg,#edf2f800,#edf2f8)}.theme-dark .app .hero:before{background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.06) 0%,transparent 28%),radial-gradient(circle at 82% 14%,rgba(255,255,255,.04) 0%,transparent 24%),radial-gradient(circle at 50% 82%,rgba(255,255,255,.03) 0%,transparent 32%),linear-gradient(180deg,#000,#05080d 42%,#000)}.theme-dark .hero:after{background:linear-gradient(180deg,#0000,#000)}.hero .container{max-width:1680px;margin:0 auto;width:100%;padding:72px 32px}.hero__bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;display:none}.hero__orb{position:absolute;border-radius:50%;filter:blur(100px);animation:float 15s ease-in-out infinite}.hero__orb--1{width:700px;height:700px;top:-100px;right:-50px;background:radial-gradient(circle,rgba(37,99,235,.25) 0%,rgba(6,182,212,.15) 50%,transparent 70%);opacity:.8}.hero__orb--2{width:300px;height:300px;bottom:20%;left:10%;background:radial-gradient(circle,rgba(37,99,235,.08) 0%,transparent 70%);opacity:.5;animation-delay:-5s}.theme-dark .hero__orb--1{background:radial-gradient(circle,rgba(255,255,255,.03) 0%,rgba(200,200,200,.01) 50%,transparent 72%)}.theme-dark .hero__orb--2{background:radial-gradient(circle,rgba(255,255,255,.015) 0%,transparent 72%)}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-20px) scale(1.05)}66%{transform:translate(-15px,15px) scale(.98)}}.hero__cursor-glow{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none;transition:opacity .3s ease}.hero__layout{display:flex;justify-content:space-between;align-items:center;gap:clamp(48px,10vw,160px);position:relative;z-index:2;width:100%;max-width:1600px;margin:0 auto;min-height:clamp(520px,64vh,600px)}.hero__visual{position:relative;flex:0 1 clamp(480px,38vw,680px);width:min(100%,clamp(480px,38vw,680px));min-width:0;max-width:100%;height:auto;opacity:0;transform:translate(30px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);z-index:1;pointer-events:none;margin-left:80px;margin-right:0}.hero__visual.visible{opacity:1;transform:translate(0)}.hero__laptop{position:relative;width:100%;margin:0;display:flex;flex-direction:column;align-items:center;animation:hero-laptop-float 8s ease-in-out infinite}.hero__laptop-screen{position:relative;width:100%;aspect-ratio:16 / 10;border-radius:16px 16px 0 0;background:#000;border:3px solid #1C1C1E;border-bottom:none;overflow:hidden;box-shadow:0 -8px 30px #00000026,0 25px 60px #0006,inset 0 1px #ffffff1a}.theme-dark .hero__laptop-screen{border-color:#222;box-shadow:0 -8px 30px #ffffff0d,0 25px 60px #000c,inset 0 1px #ffffff0d}.hero__laptop-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:12px;z-index:3}.hero__laptop-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:12px;z-index:2;background:#050507}.hero__laptop-fallback{position:absolute;inset:0;z-index:1}.hero__laptop-ui{width:100%;height:100%;padding:12px;display:flex;flex-direction:column;gap:12px}.hero__ui-header{display:flex;gap:6px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.hero__ui-dot{width:10px;height:10px;border-radius:50%}.hero__ui-dot--red{background:#ff5f57}.hero__ui-dot--yellow{background:#ffbd2e}.hero__ui-dot--green{background:#28c840}.hero__ui-content{flex:1;display:grid;grid-template-columns:50px 1fr;gap:12px}.hero__ui-sidebar{display:flex;flex-direction:column;gap:8px}.hero__ui-menu-item{height:8px;border-radius:4px;background:#ffffff14}.hero__ui-menu-item--active{background:linear-gradient(90deg,#2563eb,#06b6d4);box-shadow:0 0 12px #2563eb66}.theme-dark .hero__ui-menu-item--active{background:linear-gradient(90deg,#f8fafc,#d4d4d8);box-shadow:0 0 12px #ffffff52}.hero__ui-main{display:flex;flex-direction:column;gap:12px}.hero__ui-card{flex:1;padding:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px}.hero__ui-card-header{height:10px;width:60%;background:#ffffff26;border-radius:5px;margin-bottom:14px}.hero__ui-chart{display:flex;align-items:flex-end;gap:6px;height:50px}.hero__ui-bar{flex:1;background:linear-gradient(180deg,#2563eb66,#2563eb26);border-radius:4px;animation:hero-bar-pulse 2.5s ease-in-out infinite}.theme-dark .hero__ui-bar{background:linear-gradient(180deg,#ffffff61,#ffffff24)}.hero__ui-bar:nth-child(2){animation-delay:.3s}.hero__ui-bar:nth-child(3){animation-delay:.6s}.hero__ui-bar:nth-child(4){animation-delay:.9s}.hero__ui-bar:nth-child(5){animation-delay:1.2s}.hero__ui-bar--accent{background:linear-gradient(180deg,#2563eb,#06b6d4);box-shadow:0 4px 16px #2563eb80}.theme-dark .hero__ui-bar--accent{background:linear-gradient(180deg,#fff,#d4d4d8);box-shadow:0 4px 16px #ffffff59}.hero__ui-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero__ui-stat{padding:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;text-align:center}.hero__ui-stat-value{display:block;font-size:18px;font-weight:800;background:linear-gradient(135deg,#38bdf8,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-dark .hero__ui-stat-value{background:linear-gradient(135deg,#fff,#d4d4d8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__ui-stat-label{font-size:10px;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.hero__laptop-base{width:112%;height:14px;background:linear-gradient(180deg,#2c2c2e,#1c1c1e);border-radius:0 0 8px 8px;position:relative;box-shadow:0 8px 30px #0000004d}.theme-dark .hero__laptop-base{background:linear-gradient(180deg,#222,#111);box-shadow:0 8px 30px #000c}.hero__laptop-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(180deg,#3a3a3c,#2c2c2e);border-radius:0 0 4px 4px}.theme-dark .hero__laptop-notch{background:linear-gradient(180deg,#111,#000)}@keyframes hero-laptop-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(.5deg)}}@keyframes hero-bar-pulse{0%,to{opacity:.8;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.05)}}.hero__content{position:relative;z-index:3;flex:1 1 0;min-width:0;max-width:min(100%,720px);opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease;text-align:left;user-select:none;cursor:default}.hero__content.visible{opacity:1;transform:translateY(0)}.hero__guarantee{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right;padding:24px 0;opacity:0;transform:translate(30px);transition:opacity .8s ease .2s,transform .8s ease .2s;overflow:visible;max-width:560px;min-width:450px;flex-shrink:0;position:relative;justify-self:end}.hero__guarantee.visible{opacity:1;transform:translate(0)}.hero__guarantee-number{font-family:var(--font-display);font-size:clamp(120px,18vw,200px);font-weight:900;line-height:.8;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.hero__guarantee-text{display:flex;flex-direction:column;align-items:center;gap:4px}.hero__guarantee-day{font-family:var(--font-display);font-size:clamp(40px,6vw,64px);font-weight:800;line-height:1;color:var(--text-primary);letter-spacing:-.02em}.hero__guarantee-or{font-size:16px;font-weight:400;color:var(--text-muted);margin:8px 0}.hero__guarantee-free{font-family:var(--font-display);font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1;background:linear-gradient(135deg,#34d399,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__guarantee-desc{font-size:15px;color:var(--text-muted);margin-top:24px;max-width:280px;line-height:1.5}.hero__badge{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;font-size:14px;font-weight:600;color:var(--primary);background:var(--primary-subtle);border:1px solid rgba(37,99,235,.15);border-radius:100px;margin-bottom:28px;animation:pulse-badge 3s ease-in-out infinite}@keyframes pulse-badge{0%,to{box-shadow:0 0 0 0 var(--primary-glow)}50%{box-shadow:0 0 20px 5px var(--primary-glow)}}.hero__title{font-family:var(--font-display);font-size:clamp(58px,5vw,96px);font-weight:900;line-height:1.06;letter-spacing:-.038em;margin-bottom:36px;max-width:720px;position:relative;z-index:5}.theme-dark .hero__title{color:#e6e7eb}.hero__title-line{display:block;padding-top:.03em}.hero__word--dla{letter-spacing:-.012em}.hero__title-line--fixed{white-space:normal}.hero__title-nowrap{white-space:nowrap}.hero__title-line--ecosystem .text-gradient{background:linear-gradient(135deg,#2563eb,#38bdf8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.theme-dark .hero .text-gradient{background:none;-webkit-background-clip:border-box;background-clip:border-box;color:#e6e7eb;text-shadow:none}.theme-dark .hero__title-line--ecosystem .text-gradient{background:linear-gradient(180deg,#2c2f35,#666c74 20%,#eef2f6 34%,#7f858d 46%,#fcfdff 53%,#a5abb3 62%,#454951 80%,#9aa1aa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:0 1px 0 rgba(255,255,255,.12),0 0 1px rgba(18,20,24,.55)}.theme-dark .hero__badge{color:#e6e7eb;background:#ffffff0f;border-color:#ffffff40}.hero__title-accent{color:#34d399;text-shadow:0 0 24px rgba(52,211,153,.35);animation:hero-accent-pulse 2.2s ease-in-out infinite}.hero__particle-word{display:inline-flex;align-items:center;color:#34d399;margin-left:6px}@keyframes hero-accent-pulse{0%,to{transform:translateY(0) scale(1);text-shadow:0 0 18px rgba(52,211,153,.25)}50%{transform:translateY(-2px) scale(1.03);text-shadow:0 0 32px rgba(52,211,153,.55)}}.hero__subtitle{font-size:clamp(18px,1vw + .65rem,22px);line-height:1.7;color:#0f172ac7;margin-top:40px;margin-bottom:48px;max-width:860px;position:relative;z-index:5}@media (min-width: 1600px){.hero__layout{max-width:1680px;gap:160px}.hero__content{max-width:min(100%,760px)}.hero__title{max-width:760px}.hero__subtitle{max-width:680px}.hero__visual{flex-basis:680px;width:min(100%,680px);margin-right:0}}@media (max-width: 1480px){.hero .container{padding:60px 30px 72px}.hero__layout{gap:100px;align-items:center;max-width:1480px;min-height:540px}.hero__content{max-width:min(100%,640px)}.hero__title{font-size:clamp(52px,5.1vw,82px);max-width:640px;margin-bottom:28px}.hero__subtitle{font-size:18px;line-height:1.6;margin-bottom:28px;max-width:580px}.hero__visual{flex-basis:clamp(460px,38vw,580px);width:min(100%,clamp(460px,38vw,580px))}.hero__laptop-base{width:108%}}@media (max-width: 1480px) and (max-height: 900px){.hero{min-height:min(100vh,860px);min-height:min(100dvh,860px)}.hero .container{padding-top:48px;padding-bottom:52px}.hero__layout{align-items:center;min-height:0}.hero__title{font-size:clamp(46px,4.8vw,70px);margin-bottom:24px}.hero__subtitle{font-size:16px;line-height:1.55;margin-bottom:24px}.hero__visual{flex-basis:clamp(480px,37vw,560px);width:min(100%,clamp(480px,37vw,560px))}.hero__laptop{animation-duration:12s}}@media (max-width: 1366px){.hero .container{padding:48px 24px 56px}.hero__layout{gap:80px;align-items:center;max-width:1360px;min-height:0}.hero__content{max-width:min(100%,560px)}.hero__title{font-size:clamp(46px,4.7vw,66px);max-width:560px;margin-bottom:20px}.hero__subtitle{font-size:16px;max-width:500px;margin-bottom:20px}.hero__visual{flex-basis:clamp(420px,36vw,520px);width:min(100%,clamp(420px,36vw,520px))}.hero__laptop-base{width:106%}}.theme-dark .hero__subtitle{color:#e2e8f0c7}.hero__actions{display:flex;align-items:center;gap:16px;margin-bottom:0;justify-content:flex-start;position:relative;z-index:10}.hero__actions .btn{padding:14px 22px;border-radius:14px;font-weight:600;letter-spacing:.01em;cursor:pointer;position:relative;z-index:1}.hero__actions .btn-primary{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;box-shadow:0 14px 32px #2563eb59}.hero__actions .btn-primary:hover{box-shadow:0 18px 44px #2563eb80}.hero__actions .hero__cta-works{color:#0f172a;background:linear-gradient(180deg,#ffffffeb,#f1f5f9e0);border:1px solid rgba(15,23,42,.22);border-radius:16px;box-shadow:0 10px 24px #0f172a1a,0 0 0 1px #ffffff8c inset;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1),border-color .35s ease,color .35s ease,background .35s ease}.hero__actions .hero__cta-works:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,rgba(255,255,255,.32) 0%,transparent 42%,rgba(255,255,255,.22) 100%);opacity:.65;pointer-events:none}.hero__actions .hero__cta-works:hover{transform:translateY(-3px);border-color:#0f172a5c;box-shadow:0 18px 36px #0f172a29,0 0 0 1px #ffffffbf inset}.hero__actions .hero__cta-works:active{transform:translateY(-1px) scale(.985)}.hero__actions .btn-secondary{background:#0f172a0f;border:1px solid rgba(15,23,42,.14);color:#0f172a}.hero__actions .btn-secondary:hover{background:#2563eb14;border-color:#2563eb59}.theme-dark .hero__actions .btn-primary{color:#050505;background:linear-gradient(180deg,#f1f3f5,#c5cad1);box-shadow:0 16px 44px #ffffff2e,0 0 0 1px #ffffff38}.theme-dark .hero__actions .btn-primary:hover{box-shadow:0 22px 54px #ffffff3d,0 0 0 1px #ffffff4d}.theme-dark .hero__actions .btn-secondary{background:#ffffff14;border-color:#ffffff2e;color:#e6e7eb}.theme-dark .hero__actions .btn-secondary:hover{background:#ffffff24;border-color:#ffffff8c}.theme-dark .hero__actions .hero__cta-works{color:#e6e7eb;background:linear-gradient(180deg,#ffffff1a,#a3a3a314);border-color:#ffffff4d;box-shadow:0 12px 28px #00000073,0 0 0 1px #ffffff2e inset}.theme-dark .hero__actions .hero__cta-works:before{background:linear-gradient(125deg,rgba(255,255,255,.2) 0%,transparent 45%,rgba(255,255,255,.12) 100%);opacity:.72}.theme-dark .hero__actions .hero__cta-works:hover{border-color:#ffffff8f;box-shadow:0 18px 40px #00000085,0 0 0 1px #ffffff47 inset}.theme-dark .hero__ui-menu-item--active{background:linear-gradient(180deg,#f1f3f5,#c5cad1);box-shadow:0 0 10px #ffffff2e}.theme-dark .hero__ui-bar{background:linear-gradient(180deg,#ffffff57,#ffffff1a)}.theme-dark .hero__ui-bar--accent{background:linear-gradient(180deg,#f1f3f5,#c5cad1);box-shadow:0 4px 14px #ffffff29}.theme-dark .hero__ui-stat-value{background:linear-gradient(180deg,#f1f3f5,#c5cad1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.intro-dark .hero__actions .btn-primary{background:#fff;color:#0a0a0a;box-shadow:0 10px 26px #ffffff38,0 0 0 1px #ffffff59}.intro-dark .hero__actions .btn-secondary{background:#ffffff0d;border-color:#ffffff26;color:#f8fafcf2}.intro-dark .hero__actions .btn-secondary:hover{background:#ffffff1a;border-color:#ffffff4d}.hero__cta{position:relative}.hero__cta:hover{transform:translateY(-3px) scale(1.02)}.hero__trust{display:flex;flex-wrap:wrap;gap:20px}.hero__trust-item{display:flex;align-items:center;gap:12px;padding:12px 18px;background:#2563eb0d;border:1px solid rgba(37,99,235,.15);border-radius:12px;transition:all .3s ease}.hero__trust-item:hover{background:#2563eb1a;border-color:#2563eb4d;transform:translateY(-2px)}.theme-dark .hero__trust-item{background:#ffffff08;border-color:#ffffff14}.theme-dark .hero__trust-item:hover{background:#ffffff0f;border-color:#ffffff26}.hero__trust-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-subtle);border-radius:10px;color:var(--primary)}.hero__trust-text{display:flex;flex-direction:column;gap:2px}.hero__trust-label{font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.hero__trust-value{font-size:16px;font-weight:700;color:var(--text-primary)}.hero__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;opacity:0;transform:translate(30px);transition:opacity .8s ease .2s,transform .8s ease .2s}.hero__stats.visible{opacity:1;transform:translate(0)}.hero__stats-card{display:flex;flex-direction:column;gap:16px;padding:28px 24px;background:#14141499;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;transition:all .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.hero__stats-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--card-gradient);opacity:0;transition:opacity .3s ease}.hero__stats-card:hover{transform:translateY(-8px) scale(1.02);border-color:#fff3;box-shadow:0 20px 40px #00000080}.hero__stats-card:hover:before{opacity:1}.hero__stats-card--1{--card-gradient: linear-gradient(135deg, #38BDF8 0%, #3B82F6 100%);animation:float-stats 6s ease-in-out infinite}.hero__stats-card--2{--card-gradient: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);animation:float-stats 6s ease-in-out infinite -1.5s}.hero__stats-card--3{--card-gradient: linear-gradient(135deg, #34D399 0%, #10B981 100%);animation:float-stats 6s ease-in-out infinite -3s}.hero__stats-card--4{--card-gradient: linear-gradient(135deg, #A78BFA 0%, #8B5CF6 100%);animation:float-stats 6s ease-in-out infinite -4.5s}@keyframes float-stats{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__stats-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--card-gradient);border-radius:16px;color:#fff;box-shadow:0 8px 20px #0003}.hero__stats-content{display:flex;flex-direction:column;gap:4px}.hero__stats-number{font-family:var(--font-display);font-size:36px;font-weight:800;color:var(--text-primary);line-height:1}.hero__stats-label{font-size:14px;font-weight:500;color:var(--text-muted);line-height:1.3}[data-theme=light] .hero__stats-card,:root:not([data-theme=dark]) .hero__stats-card{background:#fffc;border-color:#2563eb26;box-shadow:0 4px 20px #0000000d}[data-theme=light] .hero__stats-card:hover,:root:not([data-theme=dark]) .hero__stats-card:hover{box-shadow:0 20px 40px #0000001a}.hero__floating-cards{position:absolute;right:5%;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:16px;z-index:2;pointer-events:none}.hero__floating-card{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#141414cc;backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:14px;color:var(--text-primary);box-shadow:0 8px 32px #00000080;animation:float-card 6s ease-in-out infinite;transition:transform .2s cubic-bezier(.22,1,.36,1),border-color .3s ease,background .3s ease,box-shadow .3s ease;pointer-events:auto;cursor:pointer;position:relative;overflow:visible}.hero__floating-card-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff0d;border-radius:10px;color:var(--primary);flex-shrink:0;transition:all .3s ease}.hero__floating-card-content{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.hero__floating-card-title{font-size:13px;font-weight:500;color:var(--text-primary);line-height:1.2}.hero__floating-card-value{font-size:16px;font-weight:700;color:var(--primary);line-height:1;transition:color .3s ease}.hero__floating-card-tooltip{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);padding:10px 14px;background:#141414f2;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:12px;color:var(--text-primary);white-space:nowrap;box-shadow:0 8px 24px #0009;z-index:10;animation:tooltip-appear .2s ease;pointer-events:none}.hero__floating-card-tooltip:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#ffffff1a}@keyframes tooltip-appear{0%{opacity:0;transform:translateY(-50%) translate(-8px)}to{opacity:1;transform:translateY(-50%) translate(0)}}[data-theme=light] .hero__floating-card,:root:not([data-theme=dark]) .hero__floating-card{background:#ffffffd9;border-color:#2563eb33;box-shadow:0 8px 32px #00000014}[data-theme=light] .hero__floating-card-tooltip,:root:not([data-theme=dark]) .hero__floating-card-tooltip{background:#fffffff2;border-color:#2563eb4d}.hero__floating-card:hover,.hero__floating-card--hovered{border-color:var(--card-color, rgba(96, 165, 250, .5));box-shadow:0 12px 40px #0000004d,0 0 0 1px var(--card-color, rgba(96, 165, 250, .2));transform:translateY(-4px) scale(1.05)!important}.hero__floating-card:hover .hero__floating-card-icon,.hero__floating-card--hovered .hero__floating-card-icon{background:var(--card-color, rgba(96, 165, 250, .2));color:var(--card-color, var(--primary));transform:scale(1.1) rotate(5deg)}.hero__floating-card:hover .hero__floating-card-value,.hero__floating-card--hovered .hero__floating-card-value{color:var(--card-color, var(--primary))}.hero__floating-card--1{--card-color: #38BDF8;animation-delay:0s}.hero__floating-card--2{--card-color: #34D399;animation-delay:-2s}.hero__floating-card--3{--card-color: #F59E0B;animation-delay:-4s}@keyframes float-card{0%,to{transform:translateY(0) translate(0) rotate(0)}33%{transform:translateY(-8px) translate(4px) rotate(1deg)}66%{transform:translateY(4px) translate(-4px) rotate(-1deg)}}.hero__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:2}.hero__scroll span{font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}.hero__scroll-line{width:2px;height:50px;background:var(--border-color);border-radius:1px;position:relative;overflow:hidden}.hero__scroll-dot{width:100%;height:12px;background:var(--gradient-primary);border-radius:1px;animation:scroll-bounce 1.5s ease-in-out infinite}@keyframes scroll-bounce{0%{transform:translateY(-100%)}to{transform:translateY(400%)}}@media (max-width: 1024px){.hero__layout--with-laptop{grid-template-columns:minmax(0,1fr) minmax(320px,400px);gap:32px}.hero__floating-cards{right:2%;gap:12px}.hero__floating-card{padding:12px 16px}.hero__floating-card-title{font-size:12px}.hero__floating-card-value{font-size:14px}.hero__floating-card-icon{width:32px;height:32px}.hero__floating-card-icon svg{width:18px;height:18px}}@media (min-width: 2560px){.hero .container{max-width:1800px;padding:92px 48px}.hero__layout{max-width:1680px;gap:160px;min-height:680px}.hero__title{font-size:clamp(68px,4.2vw,92px);max-width:660px}.hero__subtitle{font-size:22px;max-width:620px}.hero__visual{-webkit-box-flex:0;-webkit-flex:0 1 760px;-ms-flex:0 1 760px;flex:0 1 760px;width:min(100%,760px)}.hero__laptop-screen{border-radius:20px 20px 0 0}.hero__stats-card{padding:32px 28px}.hero__stats-number{font-size:44px}.hero__stats-label{font-size:16px}.hero__trust-item{padding:18px 24px}.hero__trust-value{font-size:20px}.hero__trust-label{font-size:14px}.hero__cta-primary,.hero__cta-works{padding:18px 36px;font-size:18px}.hero__badge{font-size:15px;padding:12px 24px}}@media (min-width: 1920px) and (max-width: 2559px){.hero .container{max-width:1600px;padding:80px 40px}.hero__layout{max-width:1600px;gap:128px;min-height:640px}.hero__title{font-size:clamp(62px,4.1vw,84px);max-width:620px}.hero__subtitle{font-size:19px;max-width:560px}.hero__visual{-webkit-box-flex:0;-webkit-flex:0 1 680px;-ms-flex:0 1 680px;flex:0 1 680px;width:min(100%,680px)}.hero__stats-number{font-size:40px}.hero__cta-primary,.hero__cta-works{padding:16px 32px;font-size:17px}}@media (min-width: 1536px) and (max-width: 1919px){.hero .container{max-width:1460px;padding:76px 36px}.hero__layout{max-width:1480px;gap:104px}.hero__title{font-size:clamp(56px,3.8vw,70px);max-width:580px}.hero__subtitle{font-size:18px;max-width:520px}.hero__visual{-webkit-box-flex:0;-webkit-flex:0 1 620px;-ms-flex:0 1 620px;flex:0 1 620px;width:min(100%,620px)}}@media (max-width: 1279px){.hero__layout{flex-direction:column;gap:40px}.hero__layout--with-laptop{flex-direction:column;gap:32px}.hero__title{font-size:clamp(48px,6vw,76px)}.hero__content{width:100%;min-width:0}.hero__guarantee-desc{font-size:12px}.hero__guarantee{min-width:480px}.hero__laptop{max-width:600px}.hero__flow{width:160px;left:66%}.hero__receiver{right:-6px}.hero__visual{position:relative;flex:1;width:100%;min-width:0;max-width:600px;margin:0 auto}.hero__visual.visible{transform:none}}@media (max-width: 768px){.hero{padding:0;min-height:100svh;height:100svh;overflow:hidden;display:flex;align-items:stretch}.hero:after{display:none}.hero__orb{display:none!important}.hero .container{padding:max(108px,calc(env(safe-area-inset-top) + 88px)) 20px max(24px,calc(env(safe-area-inset-bottom) + 18px));display:flex;align-items:flex-start;width:100%;min-height:100%}.hero__layout{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:14px;min-height:100%;flex:1 1 auto;width:100%;margin-bottom:0}.hero__orb{filter:blur(62px);animation-duration:24s}.hero__orb--1{width:520px;height:520px;right:-180px;top:-160px;opacity:.48}.hero__orb--2{width:220px;height:220px;left:-20px;bottom:14%;opacity:.28}.hero__layout--with-laptop{display:flex;flex-direction:column;gap:32px}.hero__layout--with-laptop .hero__visual{order:-1;width:100%;max-width:380px;margin:0 auto}.hero__visual{display:none!important}.hero__laptop-screen{box-shadow:0 -6px 22px #2563eb24,0 16px 34px #0f172a47}.hero__laptop-base{width:112%}.hero__flow{display:none}.hero__receiver{position:static;transform:none;margin-top:16px}.hero__guarantee{order:-1;align-items:center;text-align:center;padding:32px 20px;transform:translate(0);min-width:0}.hero__guarantee-number{font-size:100px}.hero__guarantee-day{font-size:48px}.hero__guarantee-free{font-size:32px}.hero__particle-container{display:none}.hero__title{font-size:clamp(42px,11.8vw,68px);line-height:1.08;letter-spacing:-.028em;text-wrap:balance;margin-bottom:0;text-align:center;max-width:9.6ch}.hero__title-line+.hero__title-line{margin-top:.072em}.hero__title-line--ecosystem{white-space:nowrap}.hero__title-line--fixed{white-space:normal}.hero__content{max-width:100%;overflow:visible;margin-top:0;margin-bottom:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:8px}.hero__visual{margin-right:0}.hero__subtitle{font-size:15px;line-height:1.58;margin-top:20px;margin-bottom:26px;max-width:30ch;text-align:center}.hero__actions{flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:360px;margin:0 auto}.hero__actions .btn{padding:18px 24px;font-size:16px;font-weight:700;border-radius:16px;text-align:center;justify-content:center}.hero__actions .btn-primary{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;box-shadow:0 12px 28px #2563eb4d}.hero__actions .hero__cta-works{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff;border:1.5px solid rgba(15,23,42,.12);color:#0f172a;box-shadow:0 4px 16px #0f172a14}.hero__trust{flex-direction:row;flex-wrap:wrap;gap:12px}.hero__trust-item{flex:1 1 calc(50% - 6px);min-width:140px;padding:10px 14px}.hero__trust-icon{width:36px;height:36px}.hero__trust-label{font-size:10px}.hero__trust-value{font-size:14px}.hero__stats{grid-template-columns:repeat(2,1fr);gap:12px}.hero__stats-card{padding:20px 16px}.hero__stats-icon{width:44px;height:44px}.hero__stats-icon svg{width:22px;height:22px}.hero__stats-number{font-size:28px}.hero__stats-label{font-size:12px}.hero__floating-cards,.hero__scroll,.hero__cursor-glow{display:none}}@media (max-width: 480px){.hero .container{padding:max(102px,calc(env(safe-area-inset-top) + 82px)) 16px max(22px,calc(env(safe-area-inset-bottom) + 14px))}.hero__title{font-size:clamp(40px,12.6vw,54px);line-height:1.08;letter-spacing:-.024em;margin-bottom:0}.hero__title-line+.hero__title-line{margin-top:.068em}.hero__subtitle{font-size:14px;line-height:1.54;margin-top:18px;margin-bottom:24px}.hero__actions .btn{padding:15px 20px;font-size:15px;border-radius:14px}.hero__laptop,.hero__ui-bar{animation:none}.hero__guarantee{padding:20px 16px}.hero__guarantee-main{flex-direction:row;align-items:center;gap:10px}.hero__guarantee-number{font-size:64px}.hero__guarantee-day{font-size:32px}.hero__guarantee-free{font-size:22px}.hero__guarantee-or{font-size:12px}.hero__guarantee-badge{font-size:10px;padding:6px 12px}.hero__badge{font-size:12px;padding:8px 14px}.hero__trust{flex-direction:column}.hero__trust-item{flex:1 1 100%}.hero__stats{grid-template-columns:1fr 1fr;gap:10px}.hero__stats-card{padding:16px 12px;gap:12px}.hero__stats-icon{width:40px;height:40px}.hero__stats-icon svg{width:20px;height:20px}.hero__stats-number{font-size:24px}.hero__stats-label{font-size:11px}}@media (prefers-reduced-motion: reduce){.hero__content{opacity:1;transform:none}.hero__badge,.hero__orb,.hero__scroll-dot,.hero__floating-card{animation:none}.hero__floating-card-tooltip{display:none}.hero__bg-rect{animation:none}}.intro-split{position:fixed;inset:0;z-index:9998;cursor:pointer;overflow:hidden;background:transparent;pointer-events:auto}.intro-split--complete{pointer-events:none!important;z-index:-1}.intro-split--complete *{pointer-events:none!important}.intro-split--complete .intro-split__layer{display:none}.intro-split--complete .intro-bg-particle{opacity:.4!important;pointer-events:none;z-index:0;visibility:visible!important}.intro-split__layer{position:absolute;inset:0;overflow:hidden}.intro-split__layer--moving{z-index:2;contain:layout paint style;will-change:clip-path;backface-visibility:hidden;transform:translateZ(0);pointer-events:none}.intro-split__layer:not(.intro-split__layer--moving){z-index:1}.intro-split__layer--light{background:linear-gradient(180deg,#f8fafc,#eff6ff,#f8fafc);--bg-primary: #F8FAFC;--bg-surface: #FFFFFF;--text-primary: #1E293B;--text-secondary: #475569;--text-muted: #94A3B8;--primary: #2563EB;--primary-subtle: rgba(37, 99, 235, .08);--primary-glow: rgba(37, 99, 235, .2);--border-color: rgba(30, 41, 59, .08);--gradient-primary: linear-gradient(135deg, #2563EB 0%, #0891B2 100%);color:#1e293b}.intro-split__layer--light:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(37,99,235,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(8,145,178,.08) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(37,99,235,.06) 0%,transparent 60%);opacity:0;animation:gradient-fade-in 2s ease-out .3s forwards;pointer-events:none;z-index:0}.intro-split__orb--light-1{position:absolute;width:500px;height:500px;top:-150px;right:-100px;background:#2563eb26;border-radius:50%;filter:blur(56px);pointer-events:none;animation:intro-float 30s ease-in-out infinite}.intro-split__orb--light-2{position:absolute;width:400px;height:400px;bottom:-100px;left:-80px;background:#0891b21f;border-radius:50%;filter:blur(56px);pointer-events:none;animation:intro-float 30s ease-in-out infinite;animation-delay:-15s}.intro-split__layer--dark{background:linear-gradient(180deg,#000,#0a0a0a,#000);transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility .4s ease-out;--bg-primary: #000000;--bg-surface: #111111;--text-primary: #E6E7EB;--text-secondary: #B6BAC1;--text-muted: #888D96;--primary: #A5ABB3;--primary-subtle: rgba(255, 255, 255, .08);--primary-glow: rgba(255, 255, 255, .16);--border-color: rgba(148, 163, 184, .2);--gradient-primary: linear-gradient(180deg, #2C2F35 0%, #666C74 20%, #EEF2F6 34%, #7F858D 46%, #FCFDFF 53%, #A5ABB3 62%, #454951 80%, #9AA1AA 100%);color:var(--text-primary)}.intro-split__layer--dark:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.02) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.02) 0%,transparent 60%);opacity:0;animation:gradient-fade-in 2s ease-out .3s forwards;pointer-events:none;z-index:0}.intro-split__orb{position:absolute;border-radius:50%;filter:blur(72px);pointer-events:none}.intro-split__orb--1{width:600px;height:600px;top:-200px;right:-150px;background:#ffffff14;opacity:.4;animation:intro-float 25s ease-in-out infinite}.intro-split__orb--2{width:400px;height:400px;bottom:-100px;left:-100px;background:#ffffff0d;opacity:.3;animation:intro-float 25s ease-in-out infinite;animation-delay:-12s}@keyframes intro-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.08)}50%{transform:translate(-20px,25px) scale(.96)}75%{transform:translate(-25px,-15px) scale(1.04)}}.intro-split__wave-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,var(--primary-glow) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 50% 100%,var(--primary-subtle) 0%,transparent 50%);opacity:.22;animation:wave-shift 40s ease-in-out infinite;pointer-events:none}.intro-split__wave-bg--light{background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(37,99,235,.15) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 50% 100%,rgba(8,145,178,.1) 0%,transparent 50%)}@keyframes wave-shift{0%,to{transform:translateY(0) scale(1);opacity:.3}50%{transform:translateY(-30px) scale(1.08);opacity:.4}}@keyframes gradient-fade-in{0%{opacity:0}to{opacity:1}}.intro-split__hero{position:relative;z-index:1;width:100%;min-height:100%;display:block;padding:0}.intro-split__layer .hero:before,.intro-split__layer .hero:after{display:none}.intro-split__layer .hero__laptop{animation:none!important;transform:none!important}.intro-split__layer .hero__content,.intro-split__layer .hero__visual{opacity:1!important;transform:none!important;transition:none!important}.intro-split__layer .hero__title,.intro-split__layer .hero__subtitle,.intro-split__layer .hero__actions,.intro-split__layer .hero__visual,.intro-split__layer .hero__laptop-screen,.intro-split__layer .hero__laptop-video{backface-visibility:hidden;transform:translateZ(0)}.intro-split .hero__badge,.intro-split .hero__ui-bar,.intro-split .hero__ui-menu-item--active,.intro-split .header__logo-letter{animation:none!important}.intro-split--complete .intro-split__layer--light{animation:intro-fade-complete .6s ease-out forwards}@keyframes intro-fade-complete{0%{opacity:1}to{opacity:0;visibility:hidden}}.intro-split__layer--light .text-gradient{background:linear-gradient(135deg,#2563eb,#0891b2)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:transparent!important}.intro-split__layer--light .hero__badge{color:#1d4ed8!important;background:#1e40af1a!important;border-color:#1e40af33!important}.intro-split__layer--light .hero__subtitle{color:#334155!important}.intro-split__layer--light .hero__title{color:#0f172a!important}.intro-split__layer--light .hero__title-line--ecosystem .text-gradient{text-shadow:none!important}.intro-split__layer--light .hero__trust-item{color:#64748b!important}.intro-split__layer--light .hero__trust-item svg{color:#2563eb!important}.intro-split__layer--light .hero__actions .btn-primary{color:#fff!important;background:linear-gradient(135deg,#2563eb,#0891b2)!important;box-shadow:0 8px 30px #2563eb66!important;border:none!important}.intro-split__layer--light .hero__actions .btn-secondary{color:#0f172a!important;background:#0f172a0f!important;border:1px solid rgba(15,23,42,.14)!important;box-shadow:none}.intro-split__layer--light .hero__actions .btn-secondary:hover{background:#2563eb14!important;border-color:#2563eb59!important;color:#0f172a!important}.intro-split__layer--light .hero__actions .hero__cta-works{color:#0f172a!important;background:linear-gradient(180deg,#ffffffeb,#f1f5f9e0)!important;border:1px solid rgba(15,23,42,.22)!important}.intro-split__layer--light .hero__actions .btn-outline{color:#0f172a!important;background:transparent!important;border:2px solid #334155!important;box-shadow:none!important}.intro-split__layer--light .hero__actions .btn-outline:hover{border-color:#2563eb!important;color:#2563eb!important;background:#2563eb0f!important}.intro-split__layer .btn,.intro-split__layer .hero__actions{pointer-events:none;position:relative;z-index:100}.intro-split--settle{animation:intro-overlay-release .22s cubic-bezier(.22,1,.36,1) forwards}@keyframes intro-overlay-release{0%{opacity:1}to{opacity:0}}.intro-split__layer--dark .text-gradient{background:linear-gradient(180deg,#2c2f35,#666c74 20%,#eef2f6 34%,#7f858d 46%,#fcfdff 53%,#a5abb3 62%,#454951 80%,#9aa1aa)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.intro-split__layer--dark .hero__badge{color:#e2e8f0!important;background:#ffffff14!important;border-color:#ffffff4d!important}.intro-split__layer--dark .hero__subtitle{color:var(--text-secondary)!important}.intro-split__layer--dark .hero__title{color:#e6e7eb!important}.intro-split__layer--dark .hero__trust-item{color:var(--text-muted)!important}.intro-split__layer--dark .hero__trust-item svg{color:var(--primary)!important}.intro-split__layer--dark .hero__actions .btn.btn-primary{background:linear-gradient(180deg,#f1f3f5,#c5cad1)!important;color:#050505!important;border:none!important}.intro-split__layer--dark .hero__actions .btn.btn-secondary{color:#e6e7eb!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.18)!important}.intro-split__layer--dark .hero__actions .hero__cta-works{color:#e6e7eb!important;background:linear-gradient(180deg,#ffffff1a,#a3a3a314)!important;border:1px solid rgba(255,255,255,.3)!important}.intro-split__layer--dark .hero__actions .btn-outline{color:#e6e7eb!important;background:transparent!important;border:2px solid rgba(255,255,255,.3)!important;box-shadow:none!important}.intro-split__layer--dark .hero__actions .btn-outline:hover{border-color:#e6e7eb!important;color:#e6e7eb!important;background:#ffffff14!important}.intro-energy-orb{position:fixed;width:70px;height:70px;z-index:100;pointer-events:none;will-change:transform,opacity}.intro-energy-orb__core{position:absolute;inset:12px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#f1f3f5f2,#a5abb3e0 72%);box-shadow:0 0 40px #f1f3f58c,0 0 20px #ffffffb8}.intro-energy-orb__ring{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(255,255,255,.8);animation:ring-rotate 2.8s linear infinite}.intro-energy-orb__ring--1{animation-duration:1.5s;border-color:#ffffffb3}.intro-energy-orb__ring--2{inset:-8px;animation-duration:2s;animation-direction:reverse;border-style:dashed;border-color:#a5abb38c}.intro-energy-orb__glow{position:absolute;inset:-40px;border-radius:50%;background:radial-gradient(circle,rgba(241,243,245,.45) 0%,rgba(165,171,179,.22) 40%,transparent 70%);animation:glow-pulse 1.6s ease-in-out infinite alternate}.intro-energy-orb--pulsing .intro-energy-orb__core{animation:core-pulse .2s ease-in-out infinite alternate}.intro-energy-orb--pulsing .intro-energy-orb__glow{animation:glow-intense .2s ease-in-out infinite alternate}.intro-split--charge .intro-energy-orb{filter:drop-shadow(0 0 30px rgba(241,243,245,.36))}@keyframes ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes glow-pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(1.2);opacity:1}}@keyframes core-pulse{0%{transform:scale(1);box-shadow:0 0 30px #fffc,0 0 60px #fff6,inset 0 0 20px #ffffff80}to{transform:scale(1.15);box-shadow:0 0 50px #fff,0 0 100px #fff9,inset 0 0 30px #ffffffb3}}@keyframes glow-intense{0%{transform:scale(1);opacity:1}to{transform:scale(1.65);opacity:.6}}.intro-particle{position:fixed;width:var(--particle-size);height:var(--particle-size);border-radius:50%;background:linear-gradient(135deg,#fff,#e5e5e5);box-shadow:0 0 10px #ffffffe6,0 0 20px #ffffff80;z-index:99;pointer-events:none;transform:translate(-50%,-50%);animation:particle-burst var(--particle-duration) cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:var(--particle-delay)}@keyframes particle-burst{0%{transform:translate(-50%,-50%) translate(0) scale(1.2);opacity:1}60%{opacity:.8}to{transform:translate(-50%,-50%) translate(var(--end-x),var(--end-y)) scale(0);opacity:0}}.intro-star-particle{position:fixed;width:var(--particle-size);height:var(--particle-size);border-radius:50%;background:radial-gradient(circle,#fff,#22c55ee6 70%);box-shadow:0 0 12px #22c55ecc;z-index:120;pointer-events:none;transform:translate3d(-50%,-50%,0);animation:star-flight var(--particle-duration) cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--particle-delay);will-change:transform,opacity}@keyframes star-flight{0%{transform:translate3d(-50%,-50%,0) translateZ(0) scale(.3);opacity:0}10%{opacity:1}40%{transform:translate3d(-50%,-50%,0) translate3d(var(--mid-x),var(--mid-y),0) scale(1.1);opacity:1}75%{transform:translate3d(-50%,-50%,0) translate3d(calc(var(--end-x) * .85 + var(--mid-x) * .15),calc(var(--end-y) * .85 + var(--mid-y) * .15),0) scale(.85);opacity:.9}95%{transform:translate3d(-50%,-50%,0) translate3d(var(--end-x),var(--end-y),0) scale(.65);opacity:.5}to{transform:translate3d(-50%,-50%,0) translate3d(var(--end-x),var(--end-y),0) scale(.5);opacity:0}}.intro-trail-point{position:fixed;width:16px;height:16px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9) 0%,rgba(255,255,255,.5) 50%,transparent 100%);z-index:98;pointer-events:none;filter:blur(1.5px);opacity:0;will-change:transform,opacity}.intro-theme-morph{position:fixed;z-index:101;pointer-events:none;background:#ffffffeb;border:1px solid rgba(255,255,255,.45);box-shadow:0 10px 28px #ffffff59,0 0 0 1px #ffffff4d}.intro-bg-particle{position:fixed;width:var(--particle-size, 4px);height:var(--particle-size, 4px);border-radius:50%;background:var(--primary);box-shadow:0 0 10px var(--primary-glow);z-index:1;pointer-events:none;opacity:.6;filter:blur(.5px);animation:bg-particle-fly var(--particle-duration, 2.5s) ease-out forwards;animation-delay:var(--particle-delay, 0s);left:var(--start-x, 50%);top:var(--start-y, 50%);transform:translate(-50%,-50%)}@keyframes bg-particle-fly{0%{transform:translate(-50%,-50%) translate(0) scale(1.5);opacity:.9;left:var(--start-x);top:var(--start-y)}50%{opacity:.7}to{transform:translate(-50%,-50%) translate(0) scale(1);opacity:.6;left:var(--final-x);top:var(--final-y)}}.intro-split--complete .intro-bg-particle{animation:bg-particle-float 40s ease-in-out infinite!important;animation-delay:var(--particle-delay, 0s);left:var(--final-x, 50%)!important;top:var(--final-y, 50%)!important;z-index:0;opacity:.4!important;transform:translate(-50%,-50%)}@keyframes bg-particle-float{0%,to{transform:translate(-50%,-50%) translate(0) scale(1);opacity:.4}25%{transform:translate(-50%,-50%) translate(30px,-40px) scale(1.2);opacity:.6}50%{transform:translate(-50%,-50%) translate(-20px,30px) scale(.9);opacity:.5}75%{transform:translate(-50%,-50%) translate(40px,20px) scale(1.1);opacity:.55}}.intro-flash{position:fixed;inset:0;z-index:200;background:radial-gradient(circle at center,rgba(255,255,255,.5) 0%,rgba(165,171,179,.24) 30%,transparent 60%);pointer-events:none;animation:flash-fade .3s ease-out forwards}@keyframes flash-fade{0%{opacity:1}to{opacity:0}}.intro-word-flash{position:fixed;inset:0;z-index:150;pointer-events:none;background:radial-gradient(ellipse 40% 20% at 50% 55%,rgba(241,243,245,.32) 0%,rgba(165,171,179,.16) 40%,transparent 70%);animation:word-flash-pop .4s ease-out forwards}@keyframes word-flash-pop{0%{opacity:1;transform:scale(.95);filter:brightness(2)}50%{opacity:.7;transform:scale(1.05);filter:brightness(1.3)}to{opacity:0;transform:scale(1);filter:brightness(1)}}.intro-split__skip{position:fixed;bottom:32px;left:50%;transform:translate(-50%);padding:10px 20px;font-size:13px;color:#6b6b6b;background:#000000e6;backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.08);border-radius:100px;box-shadow:0 4px 20px #00000080;z-index:30;opacity:0;animation:fade-in-skip .4s ease .2s forwards;transition:opacity .3s ease-out,background .3s ease}.intro-split--cover .intro-split__skip,.intro-split--collapse .intro-split__skip{color:#64748b;background:#fffffff2;border-color:#0000000d;box-shadow:0 4px 20px #0000001a}.intro-split__skip--hidden{opacity:0!important}.intro-split__skip kbd{display:inline-block;padding:2px 8px;font-family:inherit;font-size:11px;font-weight:600;background:#ffffff1a;color:#a1a1a1;border-radius:4px;margin-right:4px}.intro-split--cover .intro-split__skip kbd,.intro-split--collapse .intro-split__skip kbd{background:#f1f5f9;color:#475569}@keyframes fade-in-skip{to{opacity:1}}.intro-split--shrink-width .intro-split__skip,.intro-split--shrink-height .intro-split__skip,.intro-split--move .intro-split__skip{opacity:0}.intro-split--heroPath .intro-trail-point{box-shadow:0 0 12px #f1f3f56b}.intro-split--morph .intro-theme-morph{box-shadow:0 0 40px #ffffff75,0 0 80px #a5abb338;transition:box-shadow .3s ease-out}@media (max-width: 768px){.intro-split{display:none}.intro-split__hero{padding:100px 0 60px}.intro-split__skip{bottom:20px;font-size:12px;padding:8px 16px}.intro-split__button{width:40px;height:40px;border-radius:10px}}@media (max-width: 480px){.intro-split__skip{display:none}}@media (prefers-reduced-motion: reduce){.intro-split__layer--dark{transition:none}.intro-split__skip{animation:none;opacity:1}.intro-split__button{transition:none}.intro-split__wave-bg{animation:none}}.manifesto{position:relative;z-index:1;--manifesto-surface: #F2F6FC;background:linear-gradient(180deg,#f9fbff,#f3f8ff);border-top:1px solid rgba(148,163,184,.2);border-bottom:1px solid rgba(148,163,184,.18);padding:140px 0;color:var(--text-primary)}.manifesto__container{max-width:1400px;margin:0 auto;padding:0 40px}.manifesto__header{max-width:800px;margin:0 auto 80px;text-align:center;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.manifesto--visible .manifesto__header{opacity:1;transform:translateY(0)}.manifesto__header .section-title>span:first-child{font-weight:900;letter-spacing:-.04em}.manifesto__header .section-title>span:last-child{font-weight:800;letter-spacing:-.02em}.manifesto__title{font-family:var(--font-display);font-size:clamp(3rem,6vw,4.5rem);font-weight:700;letter-spacing:-.024em;line-height:1.24;color:var(--text-primary);margin-bottom:24px;padding-top:.05em;text-wrap:balance}.manifesto__title-muted{background:linear-gradient(135deg,#1d4ed8,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:brightness(1.15);font-weight:700;display:inline}.manifesto__word--ishut{letter-spacing:-.012em}.manifesto__subtitle{font-size:clamp(18px,1.6vw,22px);line-height:1.72;color:var(--text-secondary);margin:0}.manifesto__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 80px;position:relative;margin-top:80px}.manifesto__grid:before{content:"";position:absolute;top:60px;bottom:80px;left:50%;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(59,130,246,.25) 5%,rgba(59,130,246,.15) 50%,rgba(59,130,246,.25) 95%,transparent 100%);transform:translate(-50%)}.manifesto__col{display:flex;flex-direction:column}.manifesto__col--left{padding-right:60px}.manifesto__col--right{padding-left:60px}.manifesto__col-title{font-family:var(--font-display);font-size:32px;font-weight:600;letter-spacing:-.02em;color:var(--text-primary);margin:0 0 40px;padding-bottom:20px;border-bottom:1px solid rgba(148,163,184,.32);background:transparent;display:block;position:relative}.manifesto__pains{display:flex;flex-direction:column;gap:40px}.manifesto__pain{display:flex;gap:24px;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.manifesto--visible .manifesto__pain:nth-child(1){transition-delay:.1s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__pain:nth-child(2){transition-delay:.2s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__pain:nth-child(3){transition-delay:.3s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__pain:nth-child(4){transition-delay:.4s;opacity:1;transform:translateY(0)}.manifesto__pain-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f61f,#2563eb14);color:var(--primary);border-radius:14px;flex-shrink:0;border:1px solid rgba(59,130,246,.2);transition:all .3s ease}.manifesto__pain-icon svg{stroke-width:2px}.manifesto__pain:hover .manifesto__pain-icon{background:linear-gradient(135deg,#3b82f62e,#2563eb1f);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.manifesto__pain-content{flex:1}.manifesto__pain-title{font-family:var(--font-display);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--text-primary);margin:0 0 8px}.manifesto__pain-desc{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0}.manifesto__list{display:flex;flex-direction:column;flex:1}.manifesto__item{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid rgba(59,130,246,.07);opacity:0;transform:translateY(30px);transition:all .45s cubic-bezier(.22,1,.36,1);align-items:flex-start;flex:1;min-height:112px;position:relative;border-radius:18px}.manifesto__item:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:linear-gradient(90deg,rgba(59,130,246,.45),transparent 70%);transition:width .4s ease}.manifesto__item:hover:after{width:58%}.manifesto--visible .manifesto__item:nth-child(1){transition-delay:.2s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__item:nth-child(2){transition-delay:.3s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__item:nth-child(3){transition-delay:.4s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__item:nth-child(4){transition-delay:.5s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__item:nth-child(5){transition-delay:.6s;opacity:1;transform:translateY(0)}.manifesto__item:first-child{padding-top:0}.manifesto__item:last-child{border-bottom:none}.manifesto__item-num{font-family:var(--font-display);font-size:18px;font-weight:600;color:#2563ebad;letter-spacing:.02em;flex-shrink:0;line-height:1.3;width:36px;min-width:36px;padding-right:2px;transition:color .25s ease}.manifesto__item:hover .manifesto__item-num{color:#2563ebe6}.manifesto__item-content{flex:1;padding-top:4px}.manifesto__item-heading{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:10px}.manifesto__item-title{font-family:var(--font-display);font-size:20px;font-weight:600;letter-spacing:-.01em;color:var(--text-primary);margin:0;transition:color .3s ease}.manifesto__item:hover .manifesto__item-title{color:#3b82f6}.manifesto__item-desc{font-size:15px;line-height:1.72;color:var(--text-secondary);margin:0}.manifesto__item-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;margin-top:14px;font-size:13px;font-weight:500;color:var(--primary);background:#3b82f614;border:1px solid rgba(59,130,246,.2);border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:var(--font-body)}.manifesto__item-btn:hover{border-color:var(--primary);background:#3b82f626;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.manifesto__item-btn--primary{background:linear-gradient(135deg,#3b82f61a,#2563eb1a);color:var(--primary);border-color:#3b82f640}.manifesto__item-btn--primary:hover{border-color:var(--primary);background:linear-gradient(135deg,#3b82f633,#2563eb26);color:var(--primary)}.manifesto__item-link{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:0;font-size:15px;font-weight:600;color:#3b82f6;background:transparent;border:none;cursor:pointer;transition:all .2s ease;font-family:var(--font-body)}.manifesto__item-link:hover{color:#2563eb;text-decoration:underline}.manifesto__item-link svg{transition:transform .2s ease}.manifesto__item-link:hover svg{transform:translate(3px)}.manifesto__item-link--inline{display:inline;margin-top:0;margin-left:6px;white-space:nowrap}.manifesto__item-link--accent{margin-left:0;font-size:15px;color:#3b82f6}.manifesto__item-content>.manifesto__item-link:not(.manifesto__item-link--inline){display:none}.manifesto__cta{margin-top:100px;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(30px);transition:opacity .8s ease .6s,transform .8s cubic-bezier(.22,1,.36,1) .6s}.manifesto--visible .manifesto__cta{opacity:1;transform:translateY(0)}.manifesto__btn{margin-bottom:16px;padding:16px 32px;font-size:18px;border-radius:100px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;gap:12px;font-weight:500;text-decoration:none;transition:all .2s ease}.manifesto__btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb40}.manifesto__cta-note{font-size:14px;color:#6b7280;margin:0}.manifesto__modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100002;padding:20px;backdrop-filter:blur(4px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.manifesto__modal{position:relative;background:var(--bg-primary);border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;padding:40px;box-shadow:0 20px 60px #0000004d;-webkit-overflow-scrolling:touch}.manifesto__modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:28px;color:var(--text-muted);cursor:pointer;transition:color .2s ease;line-height:1}.manifesto__modal-close:hover{color:var(--text-primary)}.manifesto__modal-title{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--text-primary);margin:0 0 24px}.manifesto__modal-content{display:flex;flex-direction:column;gap:24px}.manifesto__modal-section h4{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 12px}.manifesto__modal-section p{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0 0 8px}.manifesto__modal-section p:last-child{margin-bottom:0}.manifesto__modal-section strong{color:var(--text-primary);font-weight:600}.manifesto__modal-table-wrapper{overflow-x:auto;margin-top:24px}.manifesto__comparison-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;border:2px solid var(--border-color)}.manifesto__table-header{padding:16px;font-family:var(--font-display);font-size:15px;font-weight:600;text-align:left;border-bottom:2px solid var(--border-color);border-right:2px solid var(--border-color);background:var(--bg-secondary)}.manifesto__table-header:last-child{border-right:none}.manifesto__table-header--criterion{width:25%;color:var(--text-primary)}.manifesto__table-header--code{width:37.5%;color:#10b981}.manifesto__table-header--constructor{width:37.5%;color:#ef4444}.manifesto__comparison-table tbody tr{transition:background-color .2s ease}.manifesto__comparison-table tbody tr:hover{background-color:var(--bg-secondary)}.manifesto__table-criterion{padding:20px 16px;font-family:var(--font-display);font-size:14px;font-weight:600;color:var(--text-primary);background:var(--bg-secondary);vertical-align:top;border-right:2px solid var(--border-color);border-bottom:2px solid var(--border-color)}.manifesto__table-cell{padding:20px 16px;font-size:14px;line-height:1.6;color:var(--text-secondary);vertical-align:top;border-right:2px solid var(--border-color);border-bottom:2px solid var(--border-color)}.manifesto__table-cell:last-child{border-right:none}.manifesto__table-cell--positive,.manifesto__table-cell--negative{background:transparent}@media (max-width: 768px){.manifesto__modal-overlay{align-items:flex-start;padding:max(16px,env(safe-area-inset-top)) 14px max(16px,env(safe-area-inset-bottom));overflow-y:auto}.manifesto__modal{width:100%;max-width:none;max-height:none;margin-top:0;padding:24px 18px 18px;border-radius:24px}.manifesto__modal-title{font-size:22px;line-height:1.15;margin-bottom:18px}.manifesto__modal-close{top:12px;right:12px;width:36px;height:36px;border-radius:999px;background:#94a3b81f}.manifesto__modal-table-wrapper{overflow:visible;margin-top:18px}.manifesto__comparison-table,.manifesto__comparison-table tbody,.manifesto__comparison-table tr,.manifesto__comparison-table td{display:block;width:100%}.manifesto__comparison-table{border:none;font-size:14px}.manifesto__comparison-table thead{display:none}.manifesto__comparison-table tbody{display:flex;flex-direction:column;gap:14px}.manifesto__comparison-table tbody tr{display:grid;gap:12px;padding:16px;background:#ffffffc7;border:1px solid rgba(148,163,184,.24);border-radius:20px;box-shadow:0 10px 28px #0f172a14}.manifesto__comparison-table tbody tr:hover{background:#ffffffc7}.manifesto__table-criterion,.manifesto__table-cell{padding:0;border:none;background:transparent}.manifesto__table-criterion:before,.manifesto__table-cell:before{content:attr(data-label);display:block;margin-bottom:8px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.manifesto__table-criterion:before{color:#64748b}.manifesto__table-criterion{font-size:16px;line-height:1.3}.manifesto__table-cell{padding:14px;border-radius:16px;font-size:14px;line-height:1.58}.manifesto__table-cell--positive{background:#10b98114;border:1px solid rgba(16,185,129,.18)}.manifesto__table-cell--negative{background:#ef44440f;border:1px solid rgba(239,68,68,.16)}.manifesto__table-cell--positive:before{color:#059669}.manifesto__table-cell--negative:before{color:#dc2626}}@media (max-width: 1024px){.manifesto__grid:before{display:none}.manifesto__grid{grid-template-columns:1fr;gap:60px}.manifesto__col--left,.manifesto__col--right{padding-left:0;padding-right:0}.manifesto__item{min-height:auto}.manifesto__cta{margin-top:80px}}@media (max-width: 768px){.manifesto{padding:80px 0}.manifesto__container{padding:0 24px}.manifesto__header{max-width:380px;margin:0 auto 48px}.manifesto__title{font-size:clamp(38px,10vw,50px);line-height:1.01;letter-spacing:-.042em;margin-bottom:18px;text-wrap:balance}.manifesto__subtitle{max-width:340px;margin:0 auto;font-size:17px;line-height:1.54}.manifesto__col-title{font-size:clamp(30px,6.4vw,38px);margin-bottom:32px;padding-bottom:16px}.manifesto__item{gap:16px;padding:24px 0;min-height:auto}.manifesto__item-num{font-size:17px;width:34px}.manifesto__item-title{font-size:clamp(21px,4.3vw,26px)}.manifesto__item-desc{font-size:15px}.manifesto__pain{gap:16px}}@media (max-width: 480px){.manifesto{padding:60px 0}.manifesto__grid{gap:48px}.manifesto__pain-icon{width:40px;height:40px}.manifesto__pain-icon svg{width:20px;height:20px}.manifesto__item-num{width:30px;font-size:16px}.manifesto__pain-title,.manifesto__item-title{font-size:clamp(22px,6vw,28px);line-height:1.14}.manifesto__header{max-width:340px;margin-bottom:42px}.manifesto__title{font-size:clamp(42px,12vw,52px);line-height:.99;letter-spacing:-.045em;margin-bottom:16px}.manifesto__col-title{font-size:clamp(34px,8vw,42px);line-height:1.04}.manifesto__subtitle{max-width:310px;font-size:16px;line-height:1.5}.manifesto__item-desc{font-size:14px;line-height:1.62}.manifesto__item-btn{padding:6px 12px;font-size:12px}.manifesto__cta{margin-top:60px}.manifesto__btn{width:100%;justify-content:center}}.theme-dark .manifesto{--manifesto-surface: #080808;background:linear-gradient(180deg,#080808,#101010);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.theme-dark .manifesto__grid:before{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.08) 10%,rgba(255,255,255,.04) 50%,rgba(255,255,255,.08) 90%,transparent 100%)}.theme-dark .manifesto__col-title{border-bottom-color:#ffffff1a;background:transparent}.theme-dark .manifesto__item{border-color:#ffffff14}.theme-dark .manifesto__item:hover{background:transparent;box-shadow:none}.theme-dark .manifesto__item:after{background:linear-gradient(90deg,rgba(238,242,246,.72),rgba(165,171,179,.42) 42%,transparent 78%)}.theme-dark .manifesto__title,.theme-dark .manifesto__col-title,.theme-dark .manifesto__pain-title,.theme-dark .manifesto__item-title{color:#f9fafb}.theme-dark .manifesto__title-muted{background:linear-gradient(180deg,#2c2f35,#666c74 20%,#eef2f6 34%,#7f858d 46%,#fcfdff 53%,#a5abb3 62%,#454951 80%,#9aa1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:brightness(1.15)}.theme-dark .manifesto__item:hover .manifesto__item-title{color:#eef2f6;text-shadow:0 0 10px rgba(238,242,246,.08)}.theme-dark .manifesto__item:hover .manifesto__item-num{color:#d7dce3}.theme-dark .manifesto__item:hover .manifesto__item-desc{color:#d2d7de}.theme-dark .manifesto__item-link--accent{color:#5aa2ff}.theme-dark .manifesto__item:hover .manifesto__item-link--accent{color:#7db7ff;text-shadow:0 0 12px rgba(90,162,255,.18)}.theme-dark .manifesto__item-link,.theme-dark .manifesto__item-link--inline{color:#5aa2ff}.theme-dark .manifesto__item:hover .manifesto__item-link,.theme-dark .manifesto__item:hover .manifesto__item-link--inline,.theme-dark .manifesto__item-link:hover,.theme-dark .manifesto__item-link--inline:hover{color:#8ec2ff;text-shadow:0 0 10px rgba(90,162,255,.16)}.theme-dark .manifesto__subtitle,.theme-dark .manifesto__pain-desc,.theme-dark .manifesto__item-desc{color:#b6bac1}.theme-dark .manifesto__item-num{color:#a5abb3bd}.theme-dark .manifesto__pain-icon{background:#ffffff0d;border-color:#ffffff1a;color:#e6e7eb}.theme-dark .manifesto__item-btn{background:#ffffff0d;border-color:#ffffff26;color:#e6e7eb}.theme-dark .manifesto__item-btn:hover{background:#ffffff1a;border-color:#e6e7eb}.theme-dark .manifesto__item-link{color:#a1a1aa}.theme-dark .manifesto__item-link:hover{color:#e6e7eb}.theme-dark .manifesto__btn{background:linear-gradient(180deg,#f1f3f5,#c5cad1);color:#0b1220;box-shadow:0 8px 24px #000c}.theme-dark .manifesto__btn:hover{background:linear-gradient(180deg,#fcfdff,#d4d9e0);color:#020617;box-shadow:0 12px 28px #000000e6}@media (max-width: 768px){.theme-dark .manifesto__modal-close{background:#ffffff14}.theme-dark .manifesto__comparison-table tbody tr,.theme-dark .manifesto__comparison-table tbody tr:hover{background:#0f172adb;border-color:#94a3b82e;box-shadow:0 14px 32px #00000052}.theme-dark .manifesto__table-cell--positive{background:#10b9811a;border-color:#34d39933}.theme-dark .manifesto__table-cell--negative{background:#ef444414;border-color:#f871712e}}@media (prefers-reduced-motion: reduce){.manifesto__header,.manifesto__pain,.manifesto__item,.manifesto__cta{opacity:1;transform:none;transition:none}}.landings{position:relative;background:#f5f7fa;padding:160px 0;overflow:hidden;scroll-margin-top:110px}.landings__header,.landings__studio-section,.landings__cards{opacity:0;transform:translateY(40px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1)}.landings--visible .landings__header{opacity:1;transform:translateY(0)}.landings--visible .landings__studio-section{opacity:1;transform:translateY(0);transition-delay:.26s}.landings--visible .landings__cards{opacity:1;transform:translateY(0);transition-delay:.08s}.landings--visible .landings__card{opacity:1;transform:translateY(0);transition-delay:calc(.08s + var(--delay, 0s))}.landings__header{text-align:center;max-width:900px;margin:0 auto 6rem}.landings__title{font-family:var(--font-display);font-size:clamp(3rem,6vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text-primary);margin-bottom:24px}.landings__subtitle{font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6;color:var(--text-secondary);max-width:600px;margin:0 auto;font-weight:400}.landings__studio-section{max-width:1100px;margin:56px auto 0}.landings__studio-header{max-width:780px;margin:0 auto 36px;text-align:center}.landings__studio-title{margin:0;color:#0f172a;font-family:var(--font-display);font-size:clamp(2rem,3vw,2.7rem);font-weight:600;letter-spacing:-.03em;line-height:1.08}.landings__studio-subtitle{margin:16px auto 0;color:#64748b;font-size:clamp(.98rem,1.05vw,1.08rem);line-height:1.6;font-weight:500;letter-spacing:-.01em;max-width:68ch}.landings__studio-module{--studio-text: #FFFFFF;--studio-text-secondary: rgba(226, 232, 240, .82);--studio-line: rgba(255, 255, 255, .14);--studio-dot: rgba(226, 232, 240, .74);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1100px;margin:0 auto;align-items:stretch}.landings__studio-module:hover{transform:none;box-shadow:none}.landings__studio-module:before{display:none}.landings__studio-module:after{display:none}.landings__studio-module-sheen,.landings__studio-module-glow,.landings__studio-module-divider{display:none}.landings__studio-pane{position:relative;isolation:isolate;display:flex;flex-direction:column;min-width:0;min-height:100%;padding:58px 48px 52px;overflow:hidden;border-radius:38px;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 42px #0f172a14,inset 0 1px #ffffff14;transition:transform .45s cubic-bezier(.16,1,.3,1)}.landings__studio-pane>*{position:relative;z-index:1}.landings__studio-pane:hover{transform:translateY(-3px)}.landings__studio-pane:before,.landings__studio-pane:after{content:"";position:absolute;pointer-events:none;z-index:0}.landings__studio-pane:before{inset:0;background-repeat:no-repeat;background-size:cover;background-position:center;transform:scale(1.02)}.landings__studio-pane:after{inset:0}.landings__studio-pane--basic{background:#111b2d}.landings__studio-pane--featured{padding:58px 48px 52px;border-color:#7dd3fc6b;box-shadow:0 28px 62px #0e58d02e,0 0 0 1px #7dd3fc2e,inset 0 1px #ffffff2e}.landings__studio-pane--basic:before{background:url(/lite.jpg);background-position:center}.landings__studio-pane--pro{background:#0b1320}.landings__studio-pane--pro:before{background:url(/pro.jpg);background-position:58% center}.landings__studio-pane--basic:after{background:linear-gradient(180deg,#08112133,#08112170),radial-gradient(112% 96% at 0% 0%,#bfdbfe47,#bfdbfe00 44%),radial-gradient(76% 88% at 100% 100%,#0ea5e938,#0ea5e900 54%),linear-gradient(135deg,#2563eb1f,#2563eb0a 42%,#22c5f929)}.landings__studio-pane--pro:after{background:linear-gradient(180deg,#030a156b,#030a15d1),radial-gradient(72% 56% at 0% 0%,#030a157a,#030a1500 62%),radial-gradient(124% 42% at 50% -6%,#6f92c852,#6f92c81f 30%,#6f92c800 62%),radial-gradient(74% 72% at 84% 82%,#ffffff14,#fff0 50%)}.landings__studio-pane-header{margin-bottom:26px}.landings__studio-pane-name{margin:0 0 10px;font-family:var(--font-display);font-size:clamp(1.95rem,2.8vw,2.5rem);font-weight:600;letter-spacing:-.04em;line-height:1.04}.landings__studio-pane-description{margin:0;max-width:30ch;font-size:1.02rem;line-height:1.62}.landings__studio-pane-pricing{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin-bottom:28px}.landings__studio-pane-price{font-family:var(--font-display);font-size:clamp(3.1rem,4vw,4.2rem);font-weight:600;letter-spacing:-.05em;line-height:.94}.landings__studio-pane-currency{font-size:1.45rem;font-weight:600;line-height:1;margin-bottom:.42rem}.landings__studio-pane-period{font-size:.98rem;font-weight:600;line-height:1.1;margin-bottom:.38rem}.landings__studio-pane-rule{height:1px;width:100%;margin-bottom:28px}.landings__studio-pane-features{display:flex;flex-direction:column;gap:13px;margin:0 0 32px;padding:0;list-style:none}.landings__studio-pane-feature{display:flex;align-items:flex-start;gap:14px}.landings__studio-pane-dot{width:6px;height:6px;border-radius:999px;flex-shrink:0;margin-top:.55rem}.landings__studio-pane-feature-text{font-size:1rem;line-height:1.55}.landings__studio-pane-note{margin:0 0 28px;font-size:.86rem;line-height:1.55}.landings__studio-pane-btn{position:relative;isolation:isolate;appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:60px;margin-top:auto;padding:16px 22px;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;overflow:hidden;backface-visibility:hidden;transform:translateZ(0);touch-action:manipulation;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),background .35s ease,border-color .35s ease,color .35s ease}.landings__studio-pane-btn svg{transition:transform .35s cubic-bezier(.16,1,.3,1)}.landings__studio-pane-btn:hover{transform:translateY(-2px)}.landings__studio-pane-btn:hover svg{transform:translate(4px)}.landings__studio-pane--basic .landings__studio-pane-name,.landings__studio-pane--basic .landings__studio-pane-price{color:var(--studio-text)}.landings__studio-pane--basic .landings__studio-pane-description,.landings__studio-pane--basic .landings__studio-pane-currency,.landings__studio-pane--basic .landings__studio-pane-period{color:var(--studio-text-secondary)}.landings__studio-pane--basic .landings__studio-pane-feature-text{color:#fffffff0}.landings__studio-pane--basic .landings__studio-pane-note{color:#e2e8f0bd}.landings__studio-pane--basic .landings__studio-pane-rule{background:var(--studio-line)}.landings__studio-pane--basic .landings__studio-pane-dot{background:var(--studio-dot);opacity:1}.landings__studio-pane-btn--basic{background:linear-gradient(135deg,#2563eb,#1d76ec 38%,#0ea5e9 72%,#22c1f1);color:#fff;border:0;box-shadow:0 14px 30px #0c2e703d}.landings__studio-pane-btn--basic:hover{background:linear-gradient(135deg,#1d4ed8,#1668e3 40%,#0284c7 72%,#06b6d4);box-shadow:0 16px 32px #0c2e7047}.landings__studio-pane--pro .landings__studio-pane-name,.landings__studio-pane--pro .landings__studio-pane-price{color:var(--studio-text)}.landings__studio-pane--pro .landings__studio-pane-description,.landings__studio-pane--pro .landings__studio-pane-currency,.landings__studio-pane--pro .landings__studio-pane-period{color:var(--studio-text-secondary)}.landings__studio-pane--pro .landings__studio-pane-feature-text{color:#fffffff0}.landings__studio-pane--pro .landings__studio-pane-note{color:#e2e8f0bd}.landings__studio-pane--pro .landings__studio-pane-rule{background:var(--studio-line)}.landings__studio-pane--pro .landings__studio-pane-dot{background:var(--studio-dot);opacity:1}.landings__studio-pane-btn--pro{background:#f3f4f6;color:#111317;border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 28px #01040c2e,inset 0 1px #ffffffad}.landings__studio-pane-btn--pro:hover{background:#fff;color:#0a0a0a;border-color:#0000001f}.landings__studio-pane--featured .landings__studio-pane-btn--basic{min-height:64px}.landings__card-btn:focus-visible,.landings__studio-pane-btn:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:3px}.landings__studio-note{position:relative;isolation:isolate;display:flex;flex-direction:column;gap:10px;max-width:980px;margin:28px auto 0;padding:24px 28px;border-radius:28px;background:radial-gradient(110% 140% at 0% 0%,rgba(96,165,250,.08),transparent 46%),linear-gradient(180deg,#fffffff0,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 18px 36px #0f172a14,inset 0 1px #ffffffb8;overflow:hidden}.landings__studio-note:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.28),transparent 32%,transparent 72%,rgba(255,255,255,.18));pointer-events:none}.landings__studio-note-title,.landings__studio-note-text{position:relative;z-index:1;margin:0}.landings__studio-note-title{color:#0f172a;font-size:1rem;font-weight:600;letter-spacing:-.01em}.landings__studio-note-text{color:#6b7a90;font-size:.95rem;line-height:1.5}.landings__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1100px;margin:0 auto;align-items:stretch;position:relative;z-index:1}.landings__card{position:relative;isolation:isolate;display:flex;flex-direction:column;padding:56px;border-radius:40px;opacity:0;transform:translateY(40px);transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s cubic-bezier(.16,1,.3,1),border-color .6s ease;will-change:transform;overflow:hidden}.landings__card-content{position:relative;z-index:1;flex:1}.landings__card-btn,.landings__card-badge{position:relative;z-index:1}.landings__card-header{margin-bottom:40px}.landings__card-badge{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:22px;right:22px;z-index:3;min-height:34px;padding:7px 12px;margin-bottom:0;border-radius:999px;font-size:.74rem;line-height:1;font-weight:700;letter-spacing:-.01em;text-transform:none;width:fit-content;white-space:nowrap;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.landings__card-name{font-family:var(--font-display);font-size:2rem;font-weight:600;letter-spacing:-.03em;margin-bottom:12px}.landings__card-description{font-size:1.0625rem;line-height:1.5;opacity:.7;max-width:90%}.landings__card-pricing-wrap{margin-bottom:40px}.landings__card-pricing{display:flex;align-items:flex-start;margin-bottom:0}.landings__card-pricing--period{align-items:flex-end;gap:10px;flex-wrap:wrap}.landings__card-price{font-family:var(--font-display);font-size:3.5rem;font-weight:600;letter-spacing:-.04em;line-height:1}.landings__card-currency{font-size:1.5rem;font-weight:500;margin-left:6px;margin-top:4px;opacity:.6}.landings__card-price-period{font-size:1rem;font-weight:600;line-height:1.1;margin-bottom:.3rem;opacity:.68}.landings__card-meta{display:flex;align-items:center;gap:12px;margin-bottom:12px}.landings__card-old-price{font-size:1.125rem;font-weight:600;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:currentColor;opacity:.68}.landings__card-discount{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:.8125rem;font-weight:700;letter-spacing:.02em}.landings__card-divider{height:1px;width:100%;margin-bottom:40px}.landings__card-features{display:flex;flex-direction:column;gap:16px;margin-bottom:56px}.landings__card-feature{display:flex;align-items:center;gap:16px}.landings__feature-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.landings__feature-text{font-size:1.0625rem;font-weight:400;opacity:.85}.landings__card-note{margin:-28px 0 32px;color:#64748b;font-size:.88rem;line-height:1.5}.landings__card-btn{position:relative;isolation:isolate;appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 28px;font-size:1.125rem;font-weight:500;border-radius:100px;cursor:pointer;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),background .4s ease,border-color .4s ease,color .4s ease;margin-top:auto;border:1px solid rgba(0,0,0,.08);overflow:hidden;backface-visibility:hidden;transform:translateZ(0);touch-action:manipulation}.landings__card-btn svg{transition:transform .4s cubic-bezier(.16,1,.3,1)}.landings__card:hover .landings__card-btn svg{transform:translate(4px)}.landings__card--standard{background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 28px #0f172a0f;border:1px solid rgba(37,99,235,.16)}.landings__card--standard:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0f172a14}.landings__card--standard .landings__card-name,.landings__card--standard .landings__card-price,.landings__card--standard .landings__card-description,.landings__card--standard .landings__feature-text,.landings__card--standard .landings__card-note{color:var(--text-primary)}.landings__card--standard .landings__card-divider{background:var(--border-color)}.landings__card--standard .landings__feature-dot{background:#b5c8e2;opacity:.66}.landings__card--standard .landings__card-btn{background:linear-gradient(135deg,#2563eb,#0891b2);color:#fff;border:0;box-shadow:0 12px 24px #0c2e7029}.landings__card--standard .landings__card-btn:hover{background:linear-gradient(135deg,#1d4ed8,#0e7490);color:#fff;box-shadow:0 14px 28px #0c2e7033}.landings__card--standard .landings__card-price{opacity:.92}.landings__card--standard .landings__card-badge{color:#244a79;background:linear-gradient(180deg,#f0f8fff5,#dbeafee6);box-shadow:0 8px 18px #2563eb1f,inset 0 1px #ffffffb8;border:1px solid rgba(96,165,250,.28)}.landings__card--standard .landings__card-discount{color:#075985;background:#38bdf82e;border:1px solid rgba(2,132,199,.28)}.landings__card--basic{background:linear-gradient(180deg,#f3efe7,#eee8de);border:1px solid #E2DACC;box-shadow:0 14px 34px #2e2b2714,inset 0 1px #ffffff8c}.landings__card--basic:hover{transform:translateY(-3px);box-shadow:0 18px 42px #2e2b271f,inset 0 1px #fff9}.landings__card--basic .landings__card-name,.landings__card--basic .landings__card-price,.landings__card--basic .landings__card-currency,.landings__card--basic .landings__card-price-period{color:#2e2b27}.landings__card--basic .landings__card-description,.landings__card--basic .landings__feature-text,.landings__card--basic .landings__card-note{color:#2e2b27;opacity:.82}.landings__card--basic .landings__card-divider{background:#e2dacc}.landings__card--basic .landings__feature-dot{background:#bbaf9f;opacity:1}.landings__card--basic .landings__card-btn{background:#2e2b27;color:#f3efe7;border:1px solid #2E2B27;box-shadow:0 12px 26px #2e2b2729}.landings__card--basic .landings__card-btn:hover{background:#23211e;color:#f3efe7;border-color:#23211e}.landings__card--premium{background:radial-gradient(130% 42% at 50% -6%,#6c96d28a,#6c96d247 30%,#6c96d200 62%),radial-gradient(90% 72% at 18% 78%,#01040c29,#01040c00 56%),radial-gradient(76% 58% at 74% 84%,#0008121a,#00081200 50%),linear-gradient(180deg,#ffffff04,#fff0 18%),linear-gradient(162deg,#040b18,#09142b 34%,#133056 66%,#07101f);color:#fff;border:1px solid rgba(64,92,138,.18);box-shadow:0 18px 42px #01040c38,0 1px #ffffff08 inset;transform:none}.landings__card--premium:hover{transform:translateY(-3px);box-shadow:0 24px 54px #01040c42,0 1px #ffffff0a inset}.landings__card--premium:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(140deg,#adc5e80d,#ffffff04,#ffffff01);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:0}.landings__card--premium .landings__card-content,.landings__card--premium .landings__card-btn{position:relative;z-index:1}.landings__card--premium .landings__card-divider{background:#ffffff14}.landings__card--premium .landings__feature-dot{background:#b5c8e2;opacity:.66}.landings__card--premium .landings__card-btn{background:#f3f4f6;color:#111317;border:1px solid rgba(0,0,0,.08)}.landings__card--premium .landings__card-btn:hover{background:#fff;color:#0a0a0a;border-color:#0000001f}.landings__card--premium .landings__card-discount{color:#eef4ff;background:#b5c8e214;border:1px solid rgba(181,200,226,.12)}.landings__card--premium .landings__card-note{color:#e2e8f0b3}.landings__card--pro{background:radial-gradient(120% 135% at 85% 0%,#2a3040eb,#2a30403d 34%,#2a304000 58%),linear-gradient(165deg,#1a1d24,#1c2028 56%,#14171d);color:#f2f3f6;border:1px solid rgba(42,48,64,.72);box-shadow:0 22px 54px #1a1d2447,0 0 34px #2a304038;transform:none}.landings__card--pro:hover{transform:translateY(-3px);box-shadow:0 28px 62px #1a1d2452,0 0 42px #2a304047}.landings__card--pro:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(145deg,#f2f3f61f,#2a30401a,#f2f3f60a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:0}.landings__card--pro .landings__card-content,.landings__card--pro .landings__card-btn{position:relative;z-index:1}.landings__card--pro .landings__card-name,.landings__card--pro .landings__card-price,.landings__card--pro .landings__card-currency,.landings__card--pro .landings__card-price-period{color:#f2f3f6}.landings__card--pro .landings__card-description,.landings__card--pro .landings__feature-text,.landings__card--pro .landings__card-note{color:#f2f3f6;opacity:.78}.landings__card--pro .landings__card-divider{background:#f2f3f61f}.landings__card--pro .landings__feature-dot{background:#8b93a5;opacity:.9}.landings__card--pro .landings__card-btn{background:#f2f3f6;color:#1a1d24;border:1px solid rgba(242,243,246,.2);box-shadow:0 12px 28px #1a1d243d}.landings__card--pro .landings__card-btn:hover{background:#fff;color:#1a1d24;border-color:#f2f3f652}.theme-dark .landings{background:linear-gradient(180deg,#0a0a0a,#000);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.theme-dark .landings__studio-title{color:#f8fafc}.theme-dark .landings__studio-subtitle{color:#e2e8f0cc}.theme-dark .landings__studio-module{background:none;box-shadow:none}.theme-dark .landings__studio-module:hover{box-shadow:none}.theme-dark .landings__studio-module:before,.theme-dark .landings__studio-module:after,.theme-dark .landings__studio-module-sheen{display:none}.theme-dark .landings__studio-pane--basic:before{background:url(/lite.jpg)}.theme-dark .landings__studio-pane--pro:before{background:url(/pro.jpg)}.theme-dark .landings__studio-pane-btn--basic{background:linear-gradient(135deg,#2563eb,#1d76ec 40%,#0ea5e9 72%,#22c1f1);color:#fff;border-color:transparent;box-shadow:0 14px 30px #091e4847}.theme-dark .landings__studio-pane-btn--basic:hover{background:linear-gradient(135deg,#1d4ed8,#1668e3 40%,#0284c7 72%,#06b6d4);box-shadow:0 16px 32px #091e4852}.theme-dark .landings__studio-pane-btn--pro{background:#f3f4f6;color:#111317;border-color:#00000014;box-shadow:0 12px 28px #01040c2e,inset 0 1px #ffffffad}.theme-dark .landings__studio-pane-btn--pro:hover{background:linear-gradient(180deg,#fff,#f3f7fd);border-color:#f8fbff57}.theme-dark .landings__studio-note{background:radial-gradient(88% 140% at 0% 0%,rgba(56,189,248,.1),transparent 48%),linear-gradient(180deg,#12161ef5,#0b0f16fa);border-color:#94a3b81f;box-shadow:0 20px 44px #00000061,inset 0 1px #ffffff0a}.theme-dark .landings__studio-note-title{color:#f8fafc}.theme-dark .landings__studio-note-text{color:#e2e8f09e}.theme-dark .landings__card--standard{background:linear-gradient(180deg,#121212,#1a1a1a);border-color:#ffffff1a;box-shadow:0 18px 42px #0009,0 1px #ffffff0f inset}.theme-dark .landings__card--standard:hover{border-color:#fff3;box-shadow:0 24px 56px #000000b3,0 1px #ffffff14 inset}.theme-dark .landings__card--standard .landings__card-btn{background:#e5e7eb;color:#111214;border:1px solid rgba(229,231,235,.34)}.theme-dark .landings__card--standard .landings__card-btn:hover{background:#fff;color:#0a0a0a}.theme-dark .landings__card--standard .landings__card-badge{color:#0b2545;background:linear-gradient(135deg,#e0f2fe,#dbeafe 55%,#e2e8f0);border:1px solid rgba(125,211,252,.26)}.theme-dark .landings__card--standard .landings__card-old-price{color:#cbd5e1;opacity:.72}.theme-dark .landings__card--standard .landings__card-discount{color:#e0f2fe;background:#38bdf824;border:1px solid rgba(125,211,252,.24);box-shadow:inset 0 1px #ffffff0f}.theme-dark .landings__card--standard .landings__feature-dot,.theme-dark .landings__card--premium .landings__feature-dot{background:#e2e8f09e;opacity:1}.theme-dark .landings__card--basic{background:linear-gradient(180deg,#181716,#141312);border:1px solid #2A2825;box-shadow:0 18px 42px #0000008f,inset 0 1px #ffffff0a}.theme-dark .landings__card--basic:hover{border-color:#35322e;box-shadow:0 24px 54px #000000a3,inset 0 1px #ffffff0d}.theme-dark .landings__card--basic .landings__card-name,.theme-dark .landings__card--basic .landings__card-price,.theme-dark .landings__card--basic .landings__card-currency,.theme-dark .landings__card--basic .landings__card-price-period{color:#e6ded3}.theme-dark .landings__card--basic .landings__card-description,.theme-dark .landings__card--basic .landings__feature-text,.theme-dark .landings__card--basic .landings__card-note{color:#e6ded3;opacity:.8}.theme-dark .landings__card--basic .landings__card-divider{background:#2a2825}.theme-dark .landings__card--basic .landings__feature-dot{background:#847a70;opacity:1}.theme-dark .landings__card--basic .landings__card-btn{background:#e6ded3;color:#181716;border:1px solid #E6DED3}.theme-dark .landings__card--basic .landings__card-btn:hover{background:#f0e8de;color:#181716;border-color:#f0e8de}.theme-dark .landings__card--premium{background:repeating-linear-gradient(180deg,#ffffff08,#ffffff03 1px,#fff0 2px 6px),linear-gradient(180deg,#ffffff0a,#fff0 20%,#ffffff04 64%,#fff0),radial-gradient(82% 130% at 92% 52%,#a2aab62e,#78808a17 24%,#fff0 58%),linear-gradient(90deg,#020202,#050607 18%,#0a0c0e 46%,#171a1d 78%,#0a0b0d),linear-gradient(180deg,#121417,#050505);color:#f3f4f6;border:1px solid rgba(255,255,255,.07);box-shadow:0 28px 64px #000000d1,0 1px #ffffff0d inset}.theme-dark .landings__card--premium:hover{border-color:#ffffff1a;box-shadow:0 34px 78px #000000db,0 1px #ffffff0f inset}.theme-dark .landings__card--premium:before{display:none}.theme-dark .landings__card--premium .landings__card-btn{background:linear-gradient(180deg,#f8fafc,#e5e7eb);color:#0f1115;border:1px solid rgba(255,255,255,.24)}.theme-dark .landings__card--premium .landings__card-btn:hover{background:#fff;color:#0a0a0a;border-color:#ffffff57}.theme-dark .landings__card--premium .landings__card-name,.theme-dark .landings__card--premium .landings__card-price,.theme-dark .landings__card--premium .landings__card-currency{color:#f3f4f6}.theme-dark .landings__card--premium .landings__card-description,.theme-dark .landings__card--premium .landings__feature-text,.theme-dark .landings__card--premium .landings__card-note{color:#e2e8f0c7}.theme-dark .landings__card--premium .landings__card-divider{background:#ffffff1a}.theme-dark .landings__card--premium .landings__card-old-price{color:#e2e8f09e;opacity:1}.theme-dark .landings__card--premium .landings__card-discount{color:#f8fafc;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff14}.theme-dark .landings__card--pro{background:radial-gradient(120% 135% at 85% 0%,#1f2631e0,#1f26313d 34%,#1f263100 58%),linear-gradient(165deg,#101216,#12151a 56%,#0c0e12);color:#f4f5f7;border:1px solid rgba(31,38,49,.78);box-shadow:0 28px 64px #000000d1,0 0 38px #1f26313d}.theme-dark .landings__card--pro:hover{border-color:#1f2631eb;box-shadow:0 34px 78px #000000db,0 0 46px #1f26314d}.theme-dark .landings__card--pro:before{display:none}.theme-dark .landings__card--pro .landings__card-name,.theme-dark .landings__card--pro .landings__card-price,.theme-dark .landings__card--pro .landings__card-currency,.theme-dark .landings__card--pro .landings__card-price-period{color:#f4f5f7}.theme-dark .landings__card--pro .landings__card-description,.theme-dark .landings__card--pro .landings__feature-text,.theme-dark .landings__card--pro .landings__card-note{color:#f4f5f7;opacity:.8}.theme-dark .landings__card--pro .landings__card-divider{background:#f4f5f71f}.theme-dark .landings__card--pro .landings__feature-dot{background:#7e8798;opacity:1}.theme-dark .landings__card--pro .landings__card-btn{background:#f4f5f7;color:#101216;border:1px solid rgba(244,245,247,.24)}.theme-dark .landings__card--pro .landings__card-btn:hover{background:#fff;color:#101216;border-color:#f4f5f75c}@media (min-width: 2560px){.landings{padding:200px 0}.landings__header{max-width:1100px;margin-bottom:8rem}.landings__title{font-size:clamp(4rem,4vw,5.5rem)}.landings__subtitle{font-size:1.5rem;max-width:720px}.landings__cards{max-width:1400px;gap:48px}.landings__card{padding:72px;border-radius:48px}.landings__card-price{font-size:5rem}.landings__card-btn{padding:24px 40px;font-size:17px}}@media (min-width: 1920px) and (max-width: 2559px){.landings{padding:180px 0}.landings__header{max-width:1000px;margin-bottom:7rem}.landings__title{font-size:clamp(3.5rem,3.5vw,5rem)}.landings__cards{max-width:1250px;gap:40px}.landings__card{padding:64px}.landings__card-price{font-size:4.5rem}}@media (min-width: 1536px) and (max-width: 1919px){.landings__cards{max-width:1150px}.landings__card{padding:56px}}@media (max-width: 1480px){.landings{padding:132px 0}.landings__header{max-width:820px;margin-bottom:4.75rem}.landings__title{font-size:clamp(2.75rem,4.4vw,3.85rem)}.landings__subtitle{font-size:1.0625rem;max-width:560px}.landings__cards{max-width:940px;gap:20px}.landings__card{padding:38px 32px;border-radius:30px}.landings__card-header{margin-bottom:24px}.landings__card-badge{top:20px;right:20px;padding:7px 12px;font-size:.72rem}.landings__card-name{font-size:1.75rem}.landings__card-description{font-size:1rem;max-width:100%}.landings__card-pricing-wrap{margin-bottom:32px}.landings__card-price{font-size:2.85rem}.landings__card-currency{font-size:1.25rem}.landings__card-divider{margin-bottom:28px}.landings__card-features{gap:10px;margin-bottom:34px}.landings__feature-text{font-size:.98rem}.landings__card-btn{padding:15px 20px;font-size:.98rem}}@media (max-width: 1366px){.landings{padding:120px 0}.landings__header{margin-bottom:4rem}.landings__cards{max-width:900px;gap:18px}.landings__card{padding:34px 28px;border-radius:26px}.landings__card-name{font-size:1.55rem}.landings__card-description{font-size:.95rem}.landings__card-price{font-size:2.55rem}.landings__card-currency{font-size:1.125rem}.landings__card-meta{gap:10px;margin-bottom:10px}.landings__card-old-price{font-size:1rem}.landings__card-features{gap:9px;margin-bottom:30px}.landings__feature-text{font-size:.9rem}.landings__card-btn{padding:14px 18px;font-size:.92rem}}@media (max-width: 1024px){.landings__studio-section{margin-top:48px}.landings__studio-module{border-radius:32px}.landings__studio-pane{padding:44px 36px}.landings__studio-pane-name{font-size:1.85rem}.landings__studio-pane-price{font-size:3.45rem}.landings__studio-note{padding:22px}.landings__studio-header{margin-bottom:28px}.landings__cards{gap:24px}.landings__card{padding:40px}.landings__card-badge{top:22px;right:22px}}@media (max-width: 900px){.landings__cards{grid-template-columns:1fr;max-width:560px}.landings__studio-module{grid-template-columns:1fr;max-width:560px;gap:18px}.landings__studio-pane{border-radius:32px;box-shadow:0 14px 32px #0f172a14,inset 0 1px #ffffff14}.landings__card-badge{top:18px;right:18px}}@media (max-width: 600px){.landings{padding:100px 0}.landings__header{margin-bottom:4rem}.landings__studio-section{margin-top:40px}.landings__studio-header{margin-bottom:24px}.landings__studio-title{font-size:1.55rem}.landings__studio-subtitle{max-width:none;font-size:.95rem}.landings__studio-module{border-radius:28px}.landings__studio-pane{padding:32px 26px}.landings__studio-pane-header{margin-bottom:28px}.landings__studio-pane-name{font-size:1.65rem}.landings__studio-pane-description{font-size:.95rem}.landings__studio-pane-price{font-size:2.8rem}.landings__studio-pane-currency{font-size:1.15rem}.landings__studio-pane-period{font-size:.88rem}.landings__studio-pane-features{gap:12px;margin-bottom:28px}.landings__studio-pane-feature-text{font-size:.92rem}.landings__studio-pane-note{margin-bottom:20px;font-size:.8rem}.landings__studio-pane-btn{min-height:52px;padding:14px 16px;font-size:.94rem}.landings__studio-pane--featured .landings__studio-pane-btn--basic{min-height:56px}.landings__studio-note{padding:18px;border-radius:24px}.landings__studio-note-text{font-size:.92rem}.landings__card-price-period{font-size:.92rem;margin-bottom:.2rem}.landings__card-note{margin-top:-20px;margin-bottom:24px;font-size:.82rem}.landings__card{padding:40px 32px;border-radius:32px}.landings__card-price{font-size:3rem}.landings__card-btn{padding:20px 28px;min-height:56px}.landings__card-meta{gap:10px}}@media (max-width: 480px){.landings__studio-module{gap:16px}.landings__studio-pane{border-radius:24px;padding:28px 22px}.landings__studio-pane-price{font-size:2.4rem}.landings__studio-pane--featured .landings__studio-pane-btn--basic{min-height:54px}.landings__studio-module-divider{display:none}.landings__card{padding:32px 24px;border-radius:24px}.landings__card-price{font-size:2.5rem}.landings__card-badge{font-size:.6875rem;padding:7px 12px;top:16px;right:16px}.landings__card-old-price{font-size:1rem}.landings__card-discount{font-size:.75rem;padding:4px 8px}}@media (max-width: 359px){.landings{padding:72px 0}.landings__header{margin-bottom:3rem}.landings__title{font-size:2rem}.landings__subtitle{font-size:.9375rem}.landings__studio-pane{border-radius:20px;padding:24px 18px}.landings__studio-pane-name{font-size:1.45rem}.landings__studio-pane-price{font-size:2.1rem}.landings__studio-pane-btn{min-height:48px;font-size:.88rem}.landings__card{padding:24px 20px;border-radius:20px}.landings__card-price{font-size:2rem}.landings__card-btn{padding:16px 20px;font-size:14px}}@media (orientation: landscape) and (max-height: 500px){.landings{padding:60px 0}.landings__header{margin-bottom:2.5rem}.landings__title{font-size:2rem}.landings__studio-module{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%}.landings__studio-module-divider{display:none}.landings__studio-pane{padding:24px}.landings__studio-pane-price{font-size:2.2rem}.landings__cards{grid-template-columns:repeat(2,1fr);max-width:100%}.landings__card{padding:24px}.landings__card-price{font-size:2rem}}@media (prefers-reduced-motion: reduce){.landings__header,.landings__studio-section,.landings__studio-module,.landings__cards,.landings__card{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.landings__card:hover,.landings__studio-module:hover{-webkit-transform:none;-ms-transform:none;transform:none}.landings__card-btn:hover{background-color:var(--bg-secondary);color:var(--text-primary)}.landings__card-btn:hover svg{-webkit-transform:none;-ms-transform:none;transform:none}.landings__studio-pane-btn:hover{-webkit-transform:none;-ms-transform:none;transform:none}.landings__studio-pane-btn:hover svg{-webkit-transform:none;-ms-transform:none;transform:none}}.tooltip-portal{position:fixed;z-index:99999;pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.tooltip-portal--visible{pointer-events:auto}.tooltip-content{position:relative;width:340px;max-width:calc(100vw - 32px);padding:20px 56px 20px 24px;background:var(--bg-surface, #fff);border:1px solid var(--border-color, rgba(0,0,0,.1));border-radius:12px;box-shadow:0 4px 20px #00000026,0 0 0 1px #0000000d}.theme-dark .tooltip-content{background:#1e293b;border-color:#ffffff1a;box-shadow:0 4px 30px #0006,0 0 0 1px #ffffff0d}.tooltip-content p{font-size:14px;line-height:1.7;color:var(--text-secondary, #64748B);margin:0}.tooltip-content strong{color:var(--text-primary, #1E293B);font-weight:600}.tooltip-close{position:absolute;top:12px;right:12px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--text-muted, #94A3B8);background:none;border:none;border-radius:6px;cursor:pointer;transition:color .15s,background-color .15s}.tooltip-close:hover{color:var(--text-primary, #1E293B);background:#0000000d}@media (hover: none){.tooltip-close{display:block}}@media (max-width: 768px){.tooltip-close{display:block}.tooltip-content{width:calc(100vw - 24px);max-width:calc(100vw - 24px);padding:16px 48px 16px 18px;max-height:calc(100vh - 100px);overflow-y:auto}.tooltip-content p{font-size:13px;line-height:1.6}}.demand{position:relative;z-index:60;overflow:visible;overflow-anchor:none;background:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;padding-top:10px;margin-top:-10px}.demand--closed{padding-bottom:180px}.demand:before{content:"";position:absolute;left:0;right:0;top:-12px;height:calc(100% + 12px);background:linear-gradient(180deg,#e7eef6,#e4ebf4 18%,#dee7f1 58%,#e8eef6);z-index:0}.theme-dark .demand:before{background:linear-gradient(180deg,#000,#070707)}.theme-dark .demand{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.demand__header,.demand__search,.demand__suggestions,.demand__results{position:relative;z-index:1;opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.demand--visible .demand__header{opacity:1;transform:translateY(0)}.demand--visible .demand__search{opacity:1;transform:translateY(0);transition-delay:.1s}.demand--visible .demand__suggestions{opacity:1;transform:translateY(0);transition-delay:.18s}.demand__header{text-align:center;max-width:740px;margin:0 auto 40px}.demand__header .section-title{font-size:clamp(36px,5vw,78px);line-height:1.22;letter-spacing:-.03em;display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:16px}.demand__header .section-title>span:first-child{font-weight:900;letter-spacing:-.04em}.demand__header .section-title>span:last-child{font-weight:800;letter-spacing:-.02em}.demand__particle-word .particle-text__label{color:var(--text-primary)}.theme-dark .demand .text-gradient{background:linear-gradient(135deg,#2563eb,#0891b2);-webkit-background-clip:text;background-clip:text;color:transparent}.demand__header .section-subtitle{max-width:720px;margin:8px auto 24px;color:#4a5568}.theme-dark .demand__header .section-subtitle{color:#94a3b8}@media (max-width: 768px){.demand__header .section-title{font-size:clamp(30px,7vw,44px);gap:4px}.section-subtitle{font-size:16px}}.demand__search{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:14px;max-width:700px;margin:0 auto 20px}.demand__input-wrap{flex:1;position:relative;display:flex;align-items:center;min-height:64px}.demand__input-icon{position:absolute;top:50%;left:20px;transform:translateY(-50%);color:var(--text-muted);pointer-events:none;flex-shrink:0}.demand__input{width:100%;min-height:64px;padding:0 20px 0 56px;font-size:17px;line-height:1.25;font-family:var(--font-body);color:var(--text-primary);background:var(--bg-surface);border:2px solid var(--border-color);border-radius:16px;outline:none;transition:border-color .2s,box-shadow .2s}.demand__input::placeholder{color:var(--text-muted);line-height:1.25}.demand__input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-subtle)}.demand__submit{display:inline-flex;align-items:center;align-self:stretch;justify-content:center;gap:8px;min-height:64px;padding:0 28px;font-size:16px;font-weight:600;line-height:1;font-family:var(--font-body);color:#fff;background:var(--primary);border:none;border-radius:16px;cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s,opacity .2s}.demand__submit:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.demand__submit:disabled{opacity:.55;cursor:not-allowed}.demand__spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:demand-spin .7s linear infinite}@keyframes demand-spin{to{transform:rotate(360deg)}}.demand__suggestions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;max-width:680px;margin:0 auto 32px;position:relative;z-index:1}.demand__suggestions-label{font-size:14px;color:var(--text-muted);font-weight:500}.demand__suggestion{padding:8px 16px;font-size:14px;font-weight:500;font-family:var(--font-body);color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border-color);border-radius:100px;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.demand__suggestion:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-subtle)}.demand__suggestion:disabled{opacity:.5;cursor:not-allowed}.demand__error{text-align:center;color:#dc2626;font-size:15px;margin:16px 0}.demand__region-wrap{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:20px;z-index:9999;min-height:44px}.demand__region-btn,.demand__region-selected{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;font-family:var(--font-body);color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border-color);border-radius:100px;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.demand__region-btn:hover{border-color:var(--primary);color:var(--primary)}.demand__region-selected{width:auto;max-width:max-content;min-height:38px;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;line-height:1;background:var(--primary-subtle);border-color:#2563eb3d;color:var(--primary);box-shadow:0 6px 18px #2563eb14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:default}.demand__region-selected>span{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demand__region-clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;background:transparent;border:none;border-radius:50%;color:var(--primary);cursor:pointer;transition:background .2s}.demand__region-selected .demand__region-clear{width:18px;height:18px;color:#64748b}.demand__region-clear:hover{background:#2563eb26}.demand__chevron--open{transform:rotate(180deg)}.demand__region-dropdown{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);width:min(360px,calc(100vw - 32px));max-width:100%;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 16px 48px #0003;z-index:9999;overflow:hidden}.theme-dark .demand__region-dropdown{background:#111;border-color:#ffffff1f;box-shadow:0 16px 48px #0009}.theme-dark .demand__region-selected{color:#f8fafc;background:#ffffff14;border-color:#ffffff2e;box-shadow:0 10px 28px #00000061}.theme-dark .demand__region-selected .demand__region-clear{color:#ffffffb8}.demand__region-search{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border-color)}.demand__region-search svg{color:var(--text-muted);flex-shrink:0}.demand__region-search input{flex:1;border:none;background:transparent;font-size:16px;font-family:var(--font-body);color:var(--text-primary);outline:none}.demand__region-search input::placeholder{color:var(--text-muted)}.demand__region-list{max-height:240px;min-height:176px;overflow-y:auto}.demand__region-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:14px;font-family:var(--font-body);color:var(--text-primary);background:transparent;border:none;cursor:pointer;transition:background .15s;text-align:left}.demand__region-item:hover{background:var(--bg-secondary)}.demand__region-item svg{color:var(--text-muted);flex-shrink:0}.demand__region-type{margin-left:auto;font-size:12px;color:var(--text-muted)}.demand__region-loading,.demand__region-empty{min-height:176px;padding:20px 16px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;font-size:14px;color:var(--text-muted)}.demand__region-loading:before{content:"";width:14px;height:14px;border:2px solid rgba(148,163,184,.26);border-top-color:var(--primary);border-radius:50%;animation:demand-spin .7s linear infinite}.demand__results{max-width:1000px;margin:0 auto;opacity:0;transform:translateY(20px)}.demand__results--visible{opacity:1;transform:translateY(0)}.demand__main-stat{text-align:center;padding:40px 32px;margin-bottom:32px;position:relative}.demand__main-stat-head{position:relative;display:inline-block;padding:0 28px;margin-bottom:12px}.demand__header .section-title{font-family:var(--font-display);font-size:clamp(3rem,6vw,4.5rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;color:var(--text-primary);margin-bottom:24px}.demand__main-stat-value{font-family:var(--font-display);font-size:clamp(48px,8vw,72px);font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--text-primary);margin-bottom:0;display:block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.demand__main-stat-label{font-size:18px;color:var(--text-secondary);line-height:1.5}.demand__region-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;margin-left:8px;font-size:13px;font-weight:500;color:var(--primary);background:var(--primary-subtle);border-radius:100px;vertical-align:middle}.demand__compact-stats{display:flex;justify-content:center;gap:16px;margin-bottom:28px;flex-wrap:wrap}.demand__compact-stat{display:flex;align-items:center;gap:12px;padding:16px 24px;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:12px}.demand__compact-stat--hidden{display:none}.demand__compact-stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0;shape-rendering:geometricPrecision}.demand__compact-stat-icon svg{shape-rendering:geometricPrecision}.demand__compact-stat-icon--green{background:#22c55e1a;color:#22c55e}.demand__compact-stat--growth{border-color:#22c55e47;background:linear-gradient(135deg,#22c55e1a,#2563eb0a)}.demand__compact-stat--growth .demand__compact-stat-value{color:#16a34a}.demand__compact-stat--growth .demand__compact-stat-label{color:var(--text-secondary)}.demand__compact-stat-icon--red{background:#ef44441f;color:#ef4444}.demand__compact-stat--decline{border-color:#ef444447;background:linear-gradient(135deg,#ef444414,#2563eb0a)}.demand__compact-stat--decline .demand__compact-stat-value{color:#ef4444}.demand__compact-stat--decline .demand__compact-stat-label{color:var(--text-secondary)}.demand__compact-stat-icon--orange{background:#f973161a;color:#f97316}.demand__compact-stat--loss{border-color:#ef444447;background:linear-gradient(135deg,#ef444414,#2563eb0d)}.demand__compact-stat-icon--loss{background:#ef44441f;color:#ef4444;font-weight:700;font-family:var(--font-display);font-size:18px}.demand__compact-stat--loss .demand__compact-stat-value{color:#ef4444}.demand__compact-stat--loss .demand__compact-stat-label{color:var(--text-secondary)}.demand__ruble{line-height:1}.demand__compact-stat-body{min-width:0}.demand__compact-stat-value{font-family:var(--font-display);font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--text-primary);margin-bottom:4px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.demand__compact-stat-label{font-size:13px;color:var(--text-muted);line-height:1}.demand__compact-stat-label--with-info{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;line-height:1.2}.demand__info{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;min-height:20px;padding:0;border-radius:50%;font-size:12px;font-weight:600;font-style:normal;font-family:var(--font-body);color:var(--text-primary);border:1px solid rgba(37,99,235,.35);background:#2563eb14;cursor:help;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:0 6px 14px #0f172a14;letter-spacing:0;line-height:1;align-self:center;top:0;appearance:none;-webkit-appearance:none;flex-shrink:0}.demand__info:hover{transform:translateY(-1px);border-color:#2563ebb3;background:#2563eb;color:#fff;box-shadow:0 10px 20px #2563eb33}.demand__info:focus-visible{outline:2px solid rgba(37,99,235,.38);outline-offset:3px}.demand__info--stat{position:absolute;top:50%;right:0;transform:translateY(-50%)}.demand__info--inline{margin-left:2px}.theme-dark .demand__info{color:#e2e8f0;border-color:#8ab4ff66;background:#2563eb2e;box-shadow:0 10px 20px #0006}.theme-dark .demand__info:hover{color:#fff;border-color:#8ab4ffbf;background:#3b82f6;box-shadow:0 12px 24px #00000073}.demand__chart-card{padding:32px 32px 14px;background:linear-gradient(180deg,#fffffff2,#f8fafce6);border:1px solid rgba(226,232,240,.8);border-radius:24px;margin-bottom:32px;box-shadow:0 1px 2px #00000005,0 4px 16px #0000000a,0 16px 48px #0000000a;position:relative;overflow:visible}.demand__chart-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.3) 50%,transparent 100%)}.demand__card-title{display:flex;align-items:center;gap:12px;font-family:var(--font-display);font-size:13px;font-weight:600;color:#64748be6;margin-bottom:20px;text-transform:uppercase;letter-spacing:.08em}.demand__card-title svg{color:#3b82f6;flex-shrink:0;width:18px;height:18px}.demand__chart-premium{position:relative;padding:26px 0 0;border-radius:24px;background:linear-gradient(180deg,#f8fafccc,#f1f5f966);border:1px solid rgba(226,232,240,.8);overflow:visible}.demand__chart-svg-premium{width:100%;height:258px;display:block;cursor:crosshair}.demand__gradient-start{stop-color:#3b82f6;stop-opacity:.35}.demand__gradient-mid{stop-color:#60a5fa;stop-opacity:.15}.demand__gradient-end{stop-color:#93c5fd;stop-opacity:.02}.demand__chart-grid-line{stroke:#94a3b833;stroke-width:1}.demand__chart-y-label{font-size:11px;font-family:var(--font-body);font-weight:500;fill:#64748bcc;text-anchor:start}.demand__chart-line{stroke:#3b82f6;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.demand__chart-area{opacity:1}.demand__chart-mask-rect{transition:width 1.2s cubic-bezier(.22,1,.36,1)}.demand__chart-hover-line{stroke:#3b82f680;stroke-width:1;stroke-dasharray:4 4}.demand__chart-dot-glow{fill:#3b82f61a}.demand__chart-dot{fill:#3b82f6;stroke:#fff;stroke-width:3}.demand__chart-dot-inner{fill:#fff}.demand__chart-x-labels{display:flex;justify-content:space-between;padding:16px 16px 20px;gap:4px}.demand__chart-x-label{font-size:12px;font-weight:500;color:#64748bb3;text-align:center;min-width:32px;transition:color .2s,transform .2s}.demand__chart-x-label--active{color:#3b82f6;font-weight:600;transform:scale(1.1)}.demand__chart-tooltip-premium{position:absolute;bottom:calc(100% - 58px);transform:translate(-50%);padding:12px 16px;background:#0f172af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px -1px #0000001a,0 20px 40px -4px #0003;pointer-events:none;z-index:20;animation:tooltipFadeIn .15s ease-out}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.demand__chart-tooltip-month{font-size:11px;font-weight:500;color:#94a3b8e6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.demand__chart-tooltip-value-premium{font-size:18px;font-weight:700;color:#fff;font-family:var(--font-display);letter-spacing:-.02em;display:flex;align-items:baseline;gap:6px}.demand__chart-tooltip-unit{font-size:12px;font-weight:500;color:#94a3b8cc}.demand__chart{position:relative}.demand__chart-wrapper{position:relative;cursor:crosshair}.demand__chart-svg{width:100%;height:120px;shape-rendering:geometricPrecision}.demand__chart-labels{display:flex;justify-content:space-between;gap:8px;margin-top:10px;font-size:12px;color:var(--text-muted);flex-wrap:wrap}.demand__chart-labels span{min-width:28px;text-align:center}.demand__skeleton{background:linear-gradient(90deg,#94a3b81f,#94a3b83d,#94a3b81f);border-radius:16px;animation:demand-skeleton 1.2s ease-in-out infinite}.demand__skeleton--stat{height:120px;margin-bottom:24px}.demand__skeleton--cards{height:72px;margin-bottom:28px}.demand__skeleton--chart{height:240px;margin-bottom:28px}.demand__skeleton--tabs{height:240px}@keyframes demand-skeleton{0%{background-position:0% 50%}to{background-position:100% 50%}}.theme-dark .demand__chart-card{background:linear-gradient(180deg,#080808f5,#030303fa);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 8px -2px #0009,0 26px 60px -18px #000c}.theme-dark .demand__chart-card:before{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%)}.theme-dark .demand__card-title{color:#fffc}.theme-dark .demand__card-title svg{color:#fafafa}.theme-dark .demand__cta{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-color:#ffffff1a}.theme-dark .demand__cta:before{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%)}.theme-dark .demand__chart-premium{background:linear-gradient(180deg,#0a0a0ae6,#040404db);border:1px solid rgba(255,255,255,.08)}.theme-dark .demand__gradient-start{stop-color:#60a5fa;stop-opacity:.4}.theme-dark .demand__gradient-mid{stop-color:#3b82f6;stop-opacity:.15}.theme-dark .demand__gradient-end{stop-color:#1e40af;stop-opacity:.02}.theme-dark .demand__chart-grid-line{stroke:#ffffff14}.theme-dark .demand__chart-y-label{fill:#ffffff80}.theme-dark .demand__chart-line{stroke:#60a5fa}.theme-dark .demand__chart-hover-line{stroke:#fff6}.theme-dark .demand__chart-dot-glow{fill:#ffffff24}.theme-dark .demand__chart-dot{fill:#fafafa;stroke:#111}.theme-dark .demand__chart-dot-inner{fill:#fff}.theme-dark .demand__chart-x-label{color:#fff6}.theme-dark .demand__chart-x-label--active{color:#60a5fa}.theme-dark .demand__chart-tooltip-premium{background:#0a0a0af2;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px -1px #00000080,0 25px 50px -12px #000c}.theme-dark .demand__chart-tooltip-month{color:#fff9}.theme-dark .demand__chart-tooltip-value-premium{color:#f1f5f9}.theme-dark .demand__chart-tooltip-unit{color:#ffffff80}.demand__queries-list{display:flex;flex-direction:column;gap:0}.demand__query-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(226,232,240,.6);transition:background .2s cubic-bezier(.22,1,.36,1);position:relative}.demand__query-row:last-child{border-bottom:none}.demand__query-row:hover{background:#3b82f60a}.demand__query-row:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,#3b82f6,#8b5cf6);border-radius:0 2px 2px 0;transition:height .3s cubic-bezier(.22,1,.36,1)}.demand__query-row:hover:before{height:60%}.demand__query-text{font-size:15px;color:var(--text-primary);font-weight:500;letter-spacing:-.01em;line-height:1.4}.demand__query-volume{font-size:15px;font-weight:700;font-family:var(--font-display);color:#3b82f6;text-align:right;letter-spacing:-.02em;min-width:70px}.demand__query-bar{display:none}.demand__tabs{background:var(--bg-surface);border:1px solid rgba(226,232,240,.8);border-radius:24px;overflow:hidden;margin-bottom:32px;box-shadow:0 1px 2px #00000005,0 4px 16px #0000000a}.demand__tabs-header{display:flex;padding:8px;gap:4px;background:#f1f5f980;border-bottom:1px solid rgba(226,232,240,.5)}.demand__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;font-size:14px;font-weight:600;font-family:var(--font-body);color:#64748bcc;background:transparent;border:none;border-radius:16px;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1);position:relative}.demand__tab:hover{color:var(--text-primary);background:#fff9}.demand__tab--active{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 8px #3b82f640,0 4px 16px #3b82f626}.demand__tab--active:hover{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.demand__tab svg{flex-shrink:0;width:16px;height:16px}.demand__tabs-content{padding:0}.demand__empty-state{text-align:center;padding:48px 24px;color:var(--text-muted)}.demand__empty-state p{margin:0;font-size:14px;font-weight:500}.demand__regions-list{display:flex;flex-direction:column;gap:0}.demand__region-row{display:grid;grid-template-columns:36px 1fr auto;gap:16px;align-items:center;padding:18px 24px;border-bottom:1px solid rgba(226,232,240,.6);transition:background .2s cubic-bezier(.22,1,.36,1)}.demand__region-row:last-child{border-bottom:none}.demand__region-row:hover{background:#3b82f60a}.demand__region-rank{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;font-family:var(--font-display);color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#8b5cf614);border-radius:10px;border:1px solid rgba(59,130,246,.15)}.demand__region-name{font-size:15px;font-weight:500;color:var(--text-primary);letter-spacing:-.01em}.demand__region-count{font-size:15px;font-weight:700;font-family:var(--font-display);color:#64748be6;letter-spacing:-.02em}.demand__export{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:32px;padding:14px 16px;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:16px}.demand__export-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;font-family:var(--font-body);color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border-color);border-radius:12px;cursor:pointer;transition:border-color .2s,color .2s,background .2s,transform .15s}.demand__export-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-subtle);transform:translateY(-1px)}.demand__export-btn svg{flex-shrink:0;shape-rendering:geometricPrecision}.demand__cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 32px;background:linear-gradient(135deg,#3b82f614,#8b5cf60f);border:1px solid rgba(59,130,246,.15);border-radius:20px;position:relative;overflow:hidden}.demand__cta:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.4) 50%,transparent 100%)}.demand__cta-text{margin:0;font-size:15px;font-weight:500;color:var(--text-primary);line-height:1.5;letter-spacing:-.01em}.demand__cta-btn{flex-shrink:0}@media (max-width: 768px){.demand--closed{padding-bottom:132px}.demand{padding-top:0;margin-top:0}.demand:before{top:-60px;height:calc(100% + 60px);background:linear-gradient(180deg,#e5ecf5,#e0e8f2 18%,#dbe4ef 62%,#e7eef6)}.demand__header,.demand__search,.demand__suggestions,.demand__results{opacity:1;transform:none;transition:none}.demand__search{flex-direction:column}.demand__header{margin-top:0;margin-bottom:32px}.demand__header .section-title{position:static;transform:none;will-change:auto}.demand__submit{justify-content:center}.demand__main-stat{padding:32px 20px}.demand__main-stat-head{padding:0 24px}.demand__main-stat-value{font-size:clamp(42px,11.5vw,60px)}.demand__main-stat-label{font-size:16px}.demand__compact-stats{flex-direction:column;align-items:stretch}.demand__compact-stat{justify-content:flex-start}.demand__tabs-header{flex-direction:column}.demand__tab{justify-content:flex-start;border-bottom:none;border-left:2px solid transparent}.demand__tab--active{border-bottom-color:transparent;border-left-color:var(--primary)}.demand__export{flex-direction:column}.demand__export-btn{width:100%;justify-content:center}.demand__cta{flex-direction:column;text-align:center}.demand__chart-svg-premium{height:228px;cursor:default}.demand__chart-x-labels{padding:12px 10px 16px;gap:0}.demand__chart-x-label{min-width:0;font-size:10px;letter-spacing:-.01em}}@media (max-width: 480px){.demand__input{min-height:58px;padding:0 16px 0 46px;font-size:16px}.demand__submit{min-height:58px;padding:0 20px;font-size:15px}.demand__main-stat{padding:24px 16px}.demand__compact-stat{padding:14px 18px}.demand__compact-stat-value{font-size:22px}.demand__compact-stat-label--with-info{gap:4px}.demand__chart-card{padding:22px 16px 12px}.demand__chart-premium{padding-top:18px}.demand__tabs-content,.demand__cta{padding:20px}.demand__info--stat{width:18px;height:18px;min-width:18px;min-height:18px;right:2px;font-size:11px;box-shadow:0 4px 10px #0f172a14}.demand__info--inline{width:18px;height:18px;min-width:18px;min-height:18px;font-size:11px;margin-left:0}}.theme-dark .demand__input:focus{border-color:#a5abb3;box-shadow:0 0 0 4px #a6acb524}.theme-dark .demand__submit{color:#000;background:linear-gradient(180deg,#f1f3f5,#c5cad1)}.theme-dark .demand__submit:hover:not(:disabled){background:linear-gradient(180deg,#fcfdff,#d4d9e0)}.theme-dark .demand__suggestion:hover:not(:disabled){border-color:#a5abb3;color:#d6dbe2;background:#a6acb51f}.theme-dark .demand__compact-stat-icon--green{background:#22c55e26}.theme-dark .demand__compact-stat-icon--orange{background:#f9731626}.theme-dark .demand__tab--active{color:#d6dbe2;border-bottom-color:#a5abb3}@media (max-width: 768px){.theme-dark .demand__tab--active{border-left-color:#a5abb3;border-bottom-color:transparent}}.theme-dark .demand__region-badge{background:#a6acb51f;color:#d6dbe2}.theme-dark .demand__query-row{border-bottom-color:#ffffff14}.theme-dark .demand__query-row:hover{background:#ffffff0a}.theme-dark .demand__query-row:before{background:#fffc}.theme-dark .demand__query-volume{color:#e6e7eb}.theme-dark .demand__tabs{background:#0a0a0ae6;border-color:#ffffff1a;box-shadow:0 4px 8px -2px #0000008c,0 18px 38px -12px #000000b8}.theme-dark .demand__tabs-header{background:#121212e6;border-bottom-color:#ffffff14}.theme-dark .demand__tab{color:#fff9}.theme-dark .demand__tab:hover{color:#e6e7eb;background:#ffffff14}.theme-dark .demand__tab--active{color:#000;background:linear-gradient(180deg,#f1f3f5,#c5cad1);box-shadow:0 2px 12px #ffffff1f,0 4px 20px #ffffff14}.theme-dark .demand__tab--active:hover{color:#000;background:linear-gradient(180deg,#fcfdff,#d4d9e0)}.theme-dark .demand__region-row{border-bottom-color:#ffffff14}.theme-dark .demand__region-row:hover{background:#ffffff0a}.theme-dark .demand__region-rank{color:#fafafa;background:#ffffff0d;border-color:#ffffff1a}.theme-dark .demand__region-count{color:#fff9}@media (min-width: 2560px){.demand .container{max-width:2000px}.demand__header{max-width:900px;margin-bottom:56px}.demand__header .section-title{font-size:clamp(64px,4vw,96px)}.demand__search-form{max-width:900px;gap:16px}.demand__input{padding:20px 28px 20px 56px;font-size:18px}.demand__submit{padding:20px 36px;font-size:17px}.demand__suggestions{gap:14px}.demand__suggestion{padding:12px 22px;font-size:15px}.demand__results,.demand__chart-card,.demand__tabs{max-width:1000px}.demand__tab{padding:16px 28px;font-size:16px}.demand__query-text{font-size:16px}.demand__query-volume{font-size:15px}}@media (min-width: 1920px) and (max-width: 2559px){.demand .container{max-width:1700px}.demand__header{max-width:820px;margin-bottom:48px}.demand__header .section-title{font-size:clamp(56px,3.5vw,84px)}.demand__search-form{max-width:820px}.demand__input{padding:18px 24px 18px 56px;font-size:17px}.demand__submit{padding:18px 32px;font-size:16px}.demand__results,.demand__chart-card,.demand__tabs{max-width:900px}}@media (min-width: 1536px) and (max-width: 1919px){.demand .container{max-width:1400px}.demand__header{max-width:780px}.demand__header .section-title{font-size:clamp(48px,3vw,72px)}.demand__search-form{max-width:780px}}@media (max-width: 359px){.demand__header .section-title{font-size:28px}.demand__input{padding:12px 14px 12px 46px;font-size:14px}.demand__submit{padding:12px 16px;font-size:13px}.demand__suggestion{padding:8px 12px;font-size:12px}.demand__tab{padding:10px 12px;font-size:12px}.demand__query-text{font-size:13px}}@media (orientation: landscape) and (max-height: 500px){.demand{padding-block:40px}.demand__header{margin-bottom:24px}.demand__header .section-title{font-size:32px}.demand__suggestions{margin-bottom:24px}}@media (prefers-reduced-motion: reduce){.demand__header,.demand__search,.demand__suggestions,.demand__results{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.demand__spinner{-webkit-animation:none;animation:none}.demand__query-fill{-webkit-transition:none;-o-transition:none;transition:none}}.studio{position:relative;background:var(--gradient-bg);padding-top:80px;padding-bottom:100px;overflow:hidden;overflow-anchor:none;z-index:10}.theme-dark .studio{background:var(--gradient-bg)}.studio__ambient{position:absolute;inset:0;pointer-events:none;overflow:hidden}.studio__ambient-grain{position:absolute;inset:0;background-image:radial-gradient(circle,var(--text-muted) 1px,transparent 1px);background-size:32px 32px;opacity:.015;pointer-events:none}.studio__ambient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4;pointer-events:none}.studio__ambient-orb--1{width:600px;height:600px;top:-200px;left:-100px;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%)}.studio__ambient-orb--2{width:500px;height:500px;bottom:-150px;right:-100px;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%)}.theme-dark .studio__ambient-orb--1{background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);opacity:.2}.theme-dark .studio__ambient-orb--2{background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);opacity:.16}.studio__header{max-width:900px;margin:0 auto 76px;text-align:center}.studio__hero-title{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--text-primary)}.studio__hero-title-line{display:inline-block;margin-bottom:4px}.studio__hero-title-accent{display:inline-block}.studio__hero-gradient{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.theme-dark .studio__hero-gradient{background:var(--metallic-silver);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.theme-dark .studio__hero-title-line{color:var(--text-primary)}.studio__hero-sub{max-width:640px;margin:0 auto;color:var(--text-secondary);font-size:clamp(1.05rem,1.6vw,1.22rem);line-height:1.7}.studio__cinema{--glow-x: 50%;--glow-y: 40%;position:relative;max-width:860px;margin:0 auto 36px;overflow-anchor:none;opacity:0;transform:translateY(48px) scale(.96);transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1)}.studio__cinema--visible{opacity:1;transform:translateY(0) scale(1)}.studio__cinema-glow{position:absolute;inset:-100px -60px;background:radial-gradient(ellipse at var(--glow-x) var(--glow-y),var(--primary-glow),var(--primary-subtle) 45%,transparent 70%);filter:blur(50px);pointer-events:none;z-index:0;transition:background .3s ease}.theme-dark .studio__cinema-glow{background:radial-gradient(ellipse at var(--glow-x) var(--glow-y),var(--primary-glow),rgba(255,255,255,.03) 45%,transparent 70%);filter:blur(70px)}.studio__device{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;transform:translateZ(0);transform-origin:50% 55%;backface-visibility:hidden;will-change:transform;animation:studio-float 8s cubic-bezier(.45,0,.55,1) infinite}.studio__device-screen{position:relative;width:100%;aspect-ratio:16 / 10;display:flex;flex-direction:column;border-radius:20px 20px 0 0;background:#000;border:3px solid #1c1c1e;border-bottom:none;overflow:hidden;box-shadow:0 -8px 30px #00000026,0 25px 60px #0006,inset 0 1px #ffffff1a}.studio__device-screen:after{content:"";position:absolute;top:0;left:50%;z-index:3;width:clamp(132px,18%,168px);height:clamp(18px,4.2%,24px);transform:translate(-50%);background:#000;border-radius:0 0 7px 7px;box-shadow:0 1px #ffffff0f,0 8px 16px #0000001f;pointer-events:none}.theme-dark .studio__device-screen{border-color:#222;box-shadow:0 -8px 30px #ffffff0d,0 25px 60px #000c,inset 0 1px #ffffff0d}.studio__device-chrome{display:flex;gap:8px;padding:14px 18px;flex-shrink:0;background:#0003;border-bottom:1px solid rgba(37,99,235,.18)}.studio__dot{width:12px;height:12px;border-radius:50%;transition:transform .2s ease,box-shadow .2s ease}.studio__dot:hover{transform:scale(1.3)}.studio__dot--r{background:linear-gradient(135deg,#ff6b63,#ff5f57);box-shadow:0 0 8px #ff5f5766}.studio__dot--y{background:linear-gradient(135deg,#ffd764,#ffbd2e);box-shadow:0 0 8px #ffbd2e6b}.studio__dot--g{background:linear-gradient(135deg,#63e08d,#28c840);box-shadow:0 0 8px #28c84066}.studio__device-viewport{position:relative;flex:1;overflow:hidden}.studio__device-poster,.studio__device-video{position:absolute;max-width:none}.studio__device-poster{top:-2.25%;left:0;width:100%;height:102.25%;z-index:1;object-fit:cover;object-position:center top;background:#f7f9fc;opacity:0;pointer-events:none}.theme-dark .studio__device-poster{background:#070a10}.studio__device-poster--active{opacity:1}.studio__device-video{inset:0;width:100%;height:100%;z-index:2;object-fit:cover}.studio__device-base{width:112%;height:14px;background:linear-gradient(180deg,#2c2c2e,#1c1c1e);border-radius:0 0 8px 8px;position:relative;box-shadow:0 8px 30px #0000004d}.theme-dark .studio__device-base{background:linear-gradient(180deg,#222,#111);box-shadow:0 8px 30px #000c}.studio__device-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(180deg,#3a3a3c,#2c2c2e);border-radius:0 0 4px 4px}.theme-dark .studio__device-notch{background:linear-gradient(180deg,#111,#000)}.studio__cinema-reflection{width:min(54%,320px);height:34px;margin:-4px auto 0;background:linear-gradient(to bottom,rgba(255,255,255,.12),rgba(255,255,255,.03),transparent);filter:blur(14px);mask-image:linear-gradient(to bottom,rgba(0,0,0,.3),transparent);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.3),transparent);pointer-events:none}.studio__narrative{position:relative;max-width:800px;margin:0 auto 40px;text-align:center;padding:0 20px;opacity:0;transform:translateY(32px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.studio__narrative-line{display:block;width:60px;height:4px;margin:0 auto 32px;border-radius:999px;background:linear-gradient(90deg,var(--primary-light),var(--primary-dark))}.theme-dark .studio__narrative-line{background:var(--metallic-silver)}.studio__narrative--visible{opacity:1;transform:translateY(0)}.studio__narrative-text{margin:0;font-family:var(--font-display);font-size:clamp(1.4rem,2.8vw,2.2rem);font-weight:500;line-height:1.4;color:var(--text-primary);letter-spacing:-.02em}.studio__narrative-copy{display:block;margin-bottom:6px;color:var(--text-primary)}.studio__narrative-own{color:var(--primary-dark)}.theme-dark .studio__narrative-copy{color:var(--off-white)}.theme-dark .studio__narrative-own{color:transparent;background:var(--metallic-silver);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.studio__narrative-em{color:transparent;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text;font-weight:600}.theme-dark .studio__narrative-em{background:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:unset;color:var(--off-white-strong)}.studio__bento{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto 60px}.studio__bento-card{position:relative;display:flex;flex-direction:column;padding:36px 40px;min-height:178px;border-radius:28px;background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:0 4px 24px #1e293b14,0 1px 3px #0000000a;overflow:hidden;opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1) var(--delay, 0ms),transform .7s cubic-bezier(.16,1,.3,1) var(--delay, 0ms),box-shadow .35s ease,border-color .35s ease}.studio__bento--visible .studio__bento-card{opacity:1;transform:translateY(0)}.studio__bento-card:hover{box-shadow:0 8px 40px #1e293b1f,0 4px 12px #0000000f;border-color:var(--border-strong);transform:translateY(-3px)}.theme-dark .studio__bento-card{background:linear-gradient(180deg,#181a20fa,#0e1015fc);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 44px #0009,0 0 0 1px #ffffff0d inset;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.theme-dark .studio__bento-card:hover{border-color:#ffffff29;box-shadow:0 24px 48px #0009,0 8px 24px #0006,inset 0 1px #ffffff0d}.studio__bento-card--hero{grid-column:1 / -1;min-height:178px;justify-content:center;padding:36px 40px;background:linear-gradient(135deg,#fff,#eef4ff 60%,#f8fbff);border-color:#2563eb24}.studio__bento-card--hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(37,99,235,.12) 0%,transparent 34%),radial-gradient(circle at bottom left,rgba(37,99,235,.08) 0%,transparent 28%);pointer-events:none}.studio__bento-card--editor{background:linear-gradient(135deg,#fff,#eff6ff);border-color:#2563eb1f}.studio__bento-card--editor:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(37,99,235,.1) 0%,transparent 70%);pointer-events:none}.studio__bento-card--crm{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#1e293b1a}.studio__bento-card--analytics{background:linear-gradient(135deg,#fff,#eff6ff);border-color:#2563eb1a}.studio__bento-card--hosting{background:linear-gradient(135deg,#fff,#f1f5f9);border-color:#1e293b1a}.theme-dark .studio__bento-card--hero{background:radial-gradient(circle at top right,rgba(255,255,255,.08),transparent 28%),linear-gradient(180deg,#181a20fc,#0e1015fc);border-color:#ffffff24}.theme-dark .studio__bento-card--hero:before{background:radial-gradient(circle at top right,rgba(255,255,255,.08) 0%,transparent 34%),radial-gradient(circle at bottom left,rgba(255,255,255,.05) 0%,transparent 28%)}.theme-dark .studio__bento-card--editor{background:radial-gradient(ellipse at top right,rgba(255,255,255,.08) 0%,transparent 48%),linear-gradient(180deg,#1a1c23fc,#101218fc);border-color:#ffffff24}.theme-dark .studio__bento-card--editor:before{background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%)}.theme-dark .studio__bento-card--crm{background:radial-gradient(ellipse at top left,rgba(255,255,255,.05) 0%,transparent 50%),linear-gradient(180deg,#181a20fc,#0e1015fc)}.theme-dark .studio__bento-card--analytics{background:radial-gradient(ellipse at top right,rgba(255,255,255,.06) 0%,transparent 48%),linear-gradient(180deg,#191b22fc,#0f1117fc);border-color:#ffffff1f}.theme-dark .studio__bento-card--hosting{background:radial-gradient(ellipse at top left,rgba(255,255,255,.04) 0%,transparent 50%),linear-gradient(180deg,#181a20fc,#0e1015fc)}.theme-dark .studio__bento-title{color:var(--off-white-strong);background:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:unset}.theme-dark .studio__bento-desc{color:#e6e7ebdb}.studio__bento-content{position:relative;z-index:1}.studio__bento-title{margin:0 0 14px;font-family:var(--font-display);font-size:clamp(1.15rem,1.6vw,1.3rem);font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.studio__bento-desc{margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.65;max-width:100%}.studio__bento-card--hero .studio__bento-desc{max-width:760px}.studio__bento-hero-em{display:inline;margin-top:0;color:inherit;background:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:unset;font-weight:500}.theme-dark .studio__bento-hero-em{color:inherit}.studio__pricing-banner{position:relative;max-width:900px;margin:0 auto;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#10141b,#171d27 52%,#202938);box-shadow:0 20px 60px #00000059,0 8px 24px #00000026;opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.studio__pricing-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(ellipse at bottom left,rgba(255,255,255,.04) 0%,transparent 50%);pointer-events:none}.studio__pricing-banner--visible{opacity:1;transform:translateY(0)}.theme-dark .studio__pricing-banner{background:radial-gradient(circle at right top,rgba(255,255,255,.06),transparent 32%),linear-gradient(180deg,#12151ffa,#0a0c12fa);border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 46px #00000094,0 0 0 1px #ffffff0a inset}.theme-dark .studio__pricing-banner:before{background:radial-gradient(ellipse at top right,rgba(255,255,255,.09) 0%,transparent 50%),radial-gradient(ellipse at bottom left,rgba(255,255,255,.04) 0%,transparent 50%)}.studio__pricing-content{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px;position:relative;z-index:1}.studio__pricing-info{flex:1;max-width:440px}.studio__pricing-badge{display:inline-block;padding:6px 14px;margin-bottom:20px;background:#ffffff14;border-radius:100px;color:#ffffffb3;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.studio__pricing-title{margin:0 0 14px;font-family:var(--font-display);font-size:1.7rem;font-weight:700;color:#fff;letter-spacing:-.02em}.studio__pricing-text{margin:0;color:#ffffffbf;font-size:1rem;line-height:1.65}.studio__pricing-action{flex-shrink:0;text-align:right}.studio__pricing-amount{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;gap:10px}.studio__pricing-value{font-family:var(--font-display);font-size:3rem;font-weight:800;background:linear-gradient(135deg,#fff,#dbeafe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;letter-spacing:-.04em;white-space:nowrap}.studio__pricing-period{display:inline-flex;text-align:right;color:#ffffffb3;font-size:.95rem;font-weight:500;margin-top:0;line-height:1;align-self:flex-end;transform:translateY(-2px)}.theme-dark .studio__pricing-title,.theme-dark .studio__pricing-value{color:var(--off-white-strong);background:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:unset}.theme-dark .studio__pricing-text{color:#e2e8f0b3}.theme-dark .studio__pricing-period{color:#b6bac1c7}@keyframes studio-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-14px,0)}}@media (max-width: 900px){.studio__header{margin-bottom:68px}.studio__cinema{margin-bottom:34px}.studio__narrative{margin-bottom:28px}.studio__bento{grid-template-columns:1fr}.studio__bento-card--hero{grid-column:1}}@media (max-width: 768px){.studio__hero-title{font-size:clamp(2.65rem,9.4vw,4rem);line-height:1.08;letter-spacing:-.03em}.studio__narrative-text{font-size:clamp(1.7rem,6.1vw,2.2rem);line-height:1.22;letter-spacing:-.03em}.studio__device-screen{border-radius:12px 12px 0 0}.studio__device-base{height:10px}.studio__device-notch{width:56px;height:3px}.studio__dot{width:9px;height:9px}.studio__device-chrome{padding:9px 12px;gap:6px}.studio__bento-card{padding:32px;border-radius:24px;min-height:auto}.studio__bento-title{font-size:clamp(1.45rem,4.8vw,1.85rem);line-height:1.14;letter-spacing:-.03em;margin-bottom:16px}.studio__bento-card--hero{padding:32px}.studio__pricing-content{flex-direction:column;align-items:flex-start;padding:36px;gap:32px}.studio__pricing-action,.studio__pricing-amount{align-items:flex-start;text-align:left}}@media (max-width: 480px){.studio__hero-title{font-size:clamp(2.85rem,10.2vw,3.35rem);line-height:1.06}.studio__narrative-text{font-size:clamp(1.95rem,7.8vw,2.45rem);line-height:1.16}.studio__narrative-line{margin-bottom:22px}.studio__bento-card{padding:28px 24px}.studio__bento-title{font-size:clamp(1.55rem,5.9vw,1.95rem);line-height:1.12}.studio__pricing-banner,.studio__pricing-content{border-radius:24px}.studio__pricing-content{padding:28px}.studio__pricing-title{font-size:1.5rem}.studio__pricing-value{font-size:2.4rem}}@media (prefers-reduced-motion: reduce){.studio__device{animation:none}.studio__cinema,.studio__narrative,.studio__bento-card,.studio__pricing-banner{opacity:1;transform:none;transition:none}.studio__bento-shape{transition:none}}.portfolio{position:relative;background:linear-gradient(180deg,#fff,#f8fafd);border-top:1px solid rgba(148,163,184,.16);border-bottom:1px solid rgba(148,163,184,.14);overflow-anchor:none}.theme-dark .portfolio{background:linear-gradient(180deg,#080808,#0f0f0f);border-top:1px solid rgba(163,163,163,.2);border-bottom:1px solid rgba(163,163,163,.16)}.portfolio__header,.portfolio__grid,.portfolio__cta{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.portfolio--visible .portfolio__header{opacity:1;transform:translateY(0)}.portfolio--visible .portfolio__grid{opacity:1;transform:translateY(0);transition-delay:.15s}.portfolio--visible .portfolio__cta{opacity:1;transform:translateY(0);transition-delay:.35s}.portfolio__header{text-align:center;max-width:900px;margin:0 auto 56px}.portfolio__header .section-label{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);background:var(--primary-subtle);border:1px solid rgba(37,99,235,.15);border-radius:100px;margin-bottom:24px}.portfolio__header .section-title{font-family:var(--font-display);font-size:clamp(3rem,6vw,4.5rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;margin-bottom:24px;color:var(--text-primary)}.portfolio__header .section-subtitle{font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6;color:var(--text-secondary);max-width:600px;margin:0 auto;font-weight:400}.portfolio__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:48px;max-width:1000px;margin-left:auto;margin-right:auto}.portfolio__card{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-surface);border:1px solid var(--border-color);cursor:pointer;will-change:transform;transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base)}.portfolio__card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-xl);border-color:var(--primary)}.portfolio__card:active{transform:translateY(-4px) scale(1.01)}.portfolio__card-image{position:relative;aspect-ratio:16 / 10;overflow:hidden}.portfolio__card-placeholder{position:absolute;inset:24px;display:flex;align-items:center;justify-content:center;border:2px dashed;border-radius:var(--radius-lg);font-size:14px;font-weight:600}.portfolio__card-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;opacity:0;transition:opacity var(--transition-base)}.portfolio__card:hover .portfolio__card-overlay{opacity:1}.portfolio__card-link{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;color:#0f172a;transform:scale(.8);transition:transform var(--transition-fast)}.portfolio__card:hover .portfolio__card-link{transform:scale(1)}.portfolio__card-info{padding:20px 24px}.portfolio__card-category{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:6px}.portfolio__card-title{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--text-primary)}.portfolio__cta{text-align:center}@media (min-width: 2560px){.portfolio .container{max-width:1800px}.portfolio__grid{grid-template-columns:repeat(3,1fr);gap:40px}.portfolio__card-info{padding:28px 32px}.portfolio__card-title{font-size:22px}.portfolio__card-category{font-size:14px}.portfolio__card-link{width:56px;height:56px}}@media (min-width: 1920px) and (max-width: 2559px){.portfolio .container{max-width:1600px}.portfolio__grid{grid-template-columns:repeat(2,1fr);gap:36px;max-width:1100px}.portfolio__card-info{padding:24px 28px}.portfolio__card-title{font-size:20px}}@media (min-width: 1536px) and (max-width: 1919px){.portfolio .container{max-width:1400px}.portfolio__grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:1060px}}@media (min-width: 1024px) and (max-width: 1279px){.portfolio__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 768px){.portfolio__grid{grid-template-columns:1fr;gap:20px}}@media (max-width: 480px){.portfolio__card-info{padding:16px 20px}.portfolio__card-title{font-size:16px}.portfolio__card-link{width:44px;height:44px}}@media (max-width: 359px){.portfolio__card-info{padding:14px 16px}.portfolio__card-title{font-size:15px}.portfolio__card-category{font-size:11px}}@media (orientation: landscape) and (max-height: 500px){.portfolio__grid{grid-template-columns:repeat(2,1fr);gap:16px}.portfolio__card-info{padding:12px 16px}}@media (prefers-reduced-motion: reduce){.portfolio__header,.portfolio__grid,.portfolio__cta{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.portfolio__card{-webkit-transition:none;-o-transition:none;transition:none}.portfolio__card:hover{-webkit-transform:none;-ms-transform:none;transform:none}}.contact-cta{position:relative;background:radial-gradient(circle at 20% 30%,rgba(134,134,139,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(134,134,139,.06) 0%,transparent 50%),linear-gradient(180deg,#f8fafc,#e2e8f0);padding:clamp(140px,18vw,240px) 0;overflow:visible;isolation:isolate;border-top:1px solid rgba(15,23,42,.06);z-index:10}.contact-cta__container{position:relative;max-width:1560px;margin:0 auto;padding:0 clamp(24px,5vw,64px)}.contact-cta__ambient{position:absolute;border-radius:50%;filter:blur(140px);z-index:0;opacity:.5;pointer-events:none;animation:float 20s ease-in-out infinite;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}@keyframes float{0%,to{transform:translateZ(0) scale(1)}33%{transform:translate3d(30px,-30px,0) scale(1.1)}66%{transform:translate3d(-30px,30px,0) scale(.9)}}.contact-cta__ambient--1{width:700px;height:700px;background:radial-gradient(circle,rgba(134,134,139,.15) 0%,transparent 70%);top:-15%;left:-10%;animation-delay:0s}.contact-cta__ambient--2{width:600px;height:600px;background:radial-gradient(circle,rgba(134,134,139,.1) 0%,transparent 70%);bottom:-20%;right:-15%;animation-delay:-7s}.contact-cta__grid-pattern{display:none}.contact-cta__inner{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:clamp(64px,12vw,160px);z-index:1}.contact-cta{opacity:0;transform:translate3d(0,40px,0);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);will-change:transform,opacity;backface-visibility:hidden}.contact-cta--visible{opacity:1;transform:translateZ(0)}.contact-cta__content{flex:1 1 64%;max-width:940px}.contact-cta__content-wrap{display:flex;flex-direction:column}.contact-cta__title{font-family:var(--font-display);font-size:clamp(4rem,8.5vw,8.5rem);font-weight:500;letter-spacing:-.05em;line-height:.9;color:var(--text-primary);margin:0 0 clamp(40px,6vw,72px) 0;text-wrap:balance}.contact-cta__title .text-gradient{display:block;background:linear-gradient(135deg,#2563eb,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-style:italic;font-weight:400;padding-left:8%}.contact-cta__subtitle{font-size:clamp(1.2rem,1.5vw,1.5rem);line-height:1.6;color:var(--text-secondary);max-width:540px;margin-bottom:clamp(60px,12vw,160px);font-weight:400;text-wrap:pretty}.contact-cta__contacts{display:flex;flex-direction:row;flex-wrap:wrap;gap:18px clamp(24px,4vw,48px)}.contact-cta__contact-item{display:flex;flex-direction:column;gap:12px}.contact-cta__contact-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8;font-weight:600}.contact-cta__contact-link{font-family:var(--font-display);font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:500;color:var(--text-primary);text-decoration:none;transition:opacity .3s ease;letter-spacing:-.03em}.contact-cta__contact-link:hover{opacity:.6}.contact-cta__form-wrapper{flex:0 1 clamp(360px,32vw,500px);padding-top:clamp(24px,5vw,48px)}.contact-cta__form{display:flex;flex-direction:column;gap:32px}.contact-cta__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 24px}.contact-cta__field{position:relative;margin-top:24px}.contact-cta__field--email{grid-column:1 / -1}.contact-cta__field--select{margin-top:0;padding:14px 22px 12px;border-radius:22px;background:linear-gradient(180deg,#ffffffe0,#f1f5f9c2);border:1px solid rgba(148,163,184,.22);box-shadow:0 22px 44px #0f172a14,inset 0 1px #ffffffd1;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,box-shadow .35s ease,background .35s ease;overflow:visible}.contact-cta__field--select:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at top right,rgba(37,99,235,.12) 0%,transparent 34%),linear-gradient(120deg,rgba(255,255,255,.42),transparent 38%,transparent 72%,rgba(255,255,255,.22));pointer-events:none}.contact-cta__field--select .contact-cta__floating-label{top:12px;left:22px;transform:none;color:#5f6f84;font-weight:500;letter-spacing:.04em;text-transform:uppercase;font-size:.74rem;z-index:1}.contact-cta__input{width:100%;padding:12px 0 20px;font-family:var(--font-body);font-size:1.25rem;color:var(--text-primary);background:transparent;border:none;border-bottom:1px solid rgba(15,23,42,.2);border-radius:0;transition:color .4s ease,border-color .4s ease,box-shadow .4s ease,opacity .4s ease;outline:none}.contact-cta__floating-label{position:absolute;left:0;top:12px;font-size:1.25rem;color:#94a3b8;pointer-events:none;transition:transform .4s cubic-bezier(.16,1,.3,1),color .4s cubic-bezier(.16,1,.3,1),letter-spacing .4s cubic-bezier(.16,1,.3,1);transform-origin:left top}.contact-cta__input:focus~.contact-cta__floating-label,.contact-cta__input--filled~.contact-cta__floating-label{transform:translateY(-32px) scale(.7);color:#2563eb;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.theme-dark .contact-cta__input:focus~.contact-cta__floating-label,.theme-dark .contact-cta__input--filled~.contact-cta__floating-label{color:#2563eb}.theme-dark .contact-cta__field--select .contact-cta__floating-label{color:#fafafa}.contact-cta__input:hover{border-bottom-color:#0f172a66}.contact-cta__input:focus,.contact-cta__input:focus-visible{outline:none;border-bottom-color:#2563eb;box-shadow:none}.contact-cta__input--error{border-bottom-color:#ef4444;box-shadow:none}.contact-cta__listbox-trigger{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:52px;padding:0;background:transparent;border:none;box-shadow:none;cursor:pointer;font-family:var(--font-display);font-size:1.22rem;font-weight:500;letter-spacing:-.02em;line-height:1.15;color:var(--text-primary);text-align:left;outline:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.contact-cta__listbox-value{min-width:0;flex:1;overflow-wrap:anywhere}.contact-cta__listbox-value--placeholder{color:#6b7a90}.contact-cta__listbox-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;color:#5f6f84;background:#ffffff8f;border:1px solid rgba(148,163,184,.2);box-shadow:inset 0 1px #ffffffa6;flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1),color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.contact-cta__listbox-icon--open{transform:rotate(180deg)}.contact-cta__listbox-panel{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:4;display:grid;gap:3px;padding:8px;border-radius:18px;background:linear-gradient(180deg,#fffffff0,#f1f5f9eb);border:1px solid rgba(148,163,184,.22);box-shadow:0 32px 64px #0f172a24,inset 0 1px #ffffffe6;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);transform-origin:top center;overflow:hidden}.contact-cta__listbox-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:46px;padding:12px 14px;border:none;border-radius:14px;background:transparent;color:var(--text-primary);cursor:pointer;font-family:var(--font-display);font-size:1.12rem;font-weight:500;letter-spacing:-.02em;text-align:left;transition:background-color .25s ease,color .25s ease,transform .25s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.contact-cta__listbox-option-label{min-width:0}.contact-cta__listbox-option-check{flex-shrink:0;opacity:0;transform:scale(.8);transition:opacity .2s ease,transform .2s ease}.contact-cta__listbox-option--selected{background:#0f172a14}.contact-cta__listbox-option--selected .contact-cta__listbox-option-check{opacity:1;transform:scale(1)}.contact-cta__listbox-option:hover,.contact-cta__listbox-option--active,.contact-cta__listbox-option:focus-visible{background:#2563eb1f;color:#0f172a;transform:translate(2px);outline:none}.contact-cta__field-hint{display:block;margin-top:10px;font-size:.94rem;line-height:1.5;color:#718096}.contact-cta__field-error{display:block;margin-top:10px;font-size:.92rem;line-height:1.45;color:#dc2626}.contact-cta__field--select:hover{transform:translateY(-2px);border-color:#60a5fa52;box-shadow:0 28px 54px #0f172a1c,inset 0 1px #ffffffe0}.contact-cta__field--select:hover .contact-cta__listbox-icon,.contact-cta__field--select:focus-within .contact-cta__listbox-icon,.contact-cta__field--select-open .contact-cta__listbox-icon{color:var(--text-primary);background:#ffffffb8;border-color:#60a5fa52}.contact-cta__field--select:focus-within,.contact-cta__field--select-open{transform:translateY(-2px);border-color:#2563eb70;box-shadow:0 28px 58px #2563eb29,inset 0 1px #ffffffeb;z-index:5}.contact-cta__field--error.contact-cta__field--select{border-color:#dc262657;box-shadow:0 22px 44px #dc262614,inset 0 1px #ffffffd1}.contact-cta__field--error.contact-cta__field--select .contact-cta__listbox-icon{color:#dc2626;background:#fee2e2b8;border-color:#ef44445c}.contact-cta__textarea{resize:vertical;min-height:100px;padding:12px 0 20px}.contact-cta__form-stage{display:flex;flex-direction:column;gap:32px;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transform:translateY(16px);transition:max-height .55s cubic-bezier(.16,1,.3,1),opacity .4s ease,transform .4s ease}.contact-cta__form-stage--visible{max-height:1180px;opacity:1;pointer-events:auto;transform:translateY(0)}.contact-cta__error-message{font-size:.95rem;color:#dc2626}.contact-cta__spinner{width:22px;height:22px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:contact-cta-spin .8s linear infinite}@keyframes contact-cta-spin{to{transform:rotate(360deg)}}.contact-cta__form-footer{display:flex;flex-direction:column;gap:40px;margin-top:16px}.contact-cta__consent-block{display:flex;flex-direction:column;gap:10px}.contact-cta__checkbox{display:flex;align-items:flex-start;gap:16px;cursor:pointer;padding:0;position:relative;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.contact-cta__checkbox input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);border:0;white-space:nowrap}.contact-cta__checkmark{width:22px;height:22px;border:1px solid rgba(15,23,42,.2);border-radius:4px;background:transparent;position:relative;flex-shrink:0;transition:border-color .3s cubic-bezier(.16,1,.3,1),background-color .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:center}.contact-cta__check-icon{color:#fff;opacity:0;transform:scale(.3);transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1)}.contact-cta__checkbox input:checked~.contact-cta__checkmark{background:var(--text-primary);border-color:var(--text-primary)}.contact-cta__checkbox input:focus-visible~.contact-cta__checkmark{outline:2px solid rgba(37,99,235,.32);outline-offset:4px}.contact-cta__checkbox input:checked~.contact-cta__checkmark .contact-cta__check-icon{opacity:1;transform:scale(1)}.contact-cta__checkbox-text{font-size:.95rem;line-height:1.5;color:#64748b}.contact-cta__checkbox-text a{color:var(--text-primary);text-decoration:none;border-bottom:1px solid rgba(15,23,42,.2);transition:border-color .3s ease}.contact-cta__checkbox-text a:hover{border-bottom-color:var(--text-primary)}.contact-cta__checkbox--error .contact-cta__checkmark{border-color:#ef4444}.contact-cta__submit{display:inline-flex;align-items:center;justify-content:space-between;width:100%;min-height:72px;padding:0 8px 0 32px;font-family:var(--font-body);font-size:1.15rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#2563eb,#0891b2);border:none;border-radius:200px;cursor:pointer;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1),opacity .3s ease,background .5s cubic-bezier(.16,1,.3,1),color .3s ease;overflow:hidden;position:relative;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.contact-cta__submit:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1d4ed8,#0e7490);transform:translateY(100%);transition:transform .5s cubic-bezier(.16,1,.3,1);z-index:0}.contact-cta__submit:hover:not(:disabled):before{transform:translateY(0)}.contact-cta__submit:hover:not(:disabled){box-shadow:0 16px 40px #2563eb4d}.contact-cta__submit:focus-visible{outline:2px solid rgba(37,99,235,.36);outline-offset:4px}.contact-cta__submit:active:not(:disabled){transform:scale(.98)}.contact-cta__submit>*{position:relative;z-index:1}.contact-cta__submit-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#fff3;border-radius:50%;transition:background-color .5s cubic-bezier(.16,1,.3,1),color .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.contact-cta__submit:hover:not(:disabled) .contact-cta__submit-icon{background:#fff;color:#1d4ed8;transform:rotate(-45deg)}.contact-cta__submit:disabled{opacity:.4;cursor:not-allowed}.contact-cta__success{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;min-height:400px;animation:fade-in-up .6s cubic-bezier(.16,1,.3,1)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-cta__success h3{font-family:var(--font-display);font-size:clamp(2rem,3vw,2.8rem);margin-bottom:16px;color:var(--text-primary);letter-spacing:-.03em}.contact-cta__success p{font-size:1.15rem;color:var(--text-secondary)}.theme-dark .contact-cta{background:radial-gradient(circle at 25% 25%,rgba(165,171,179,.08) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(252,253,255,.04) 0%,transparent 50%),linear-gradient(180deg,#0a0a0a,#000);border-top:1px solid rgba(255,255,255,.08)}.theme-dark .contact-cta__ambient--1{background:radial-gradient(circle,rgba(165,171,179,.12) 0%,transparent 70%)}.theme-dark .contact-cta__ambient--2{background:radial-gradient(circle,rgba(252,253,255,.08) 0%,transparent 70%)}.theme-dark .contact-cta__grid-pattern{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px)}.theme-dark .contact-cta__title .text-gradient{background:linear-gradient(180deg,#2c2f35,#666c74 20%,#eef2f6 34%,#7f858d 46%,#fcfdff 53%,#a5abb3 62%,#454951 80%,#9aa1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.theme-dark .contact-cta__input{border-bottom-color:#ffffff26;color:#e2e8f0}.theme-dark .contact-cta__field-hint{color:#cbd5e1b8}.theme-dark .contact-cta__field--select{background:radial-gradient(circle at top right,rgba(252,253,255,.06) 0%,transparent 32%),linear-gradient(180deg,#12161ef5,#0a0d14eb);border-color:#ffffff1a;box-shadow:0 28px 60px #0000006b,inset 0 1px #ffffff14}.theme-dark .contact-cta__field--select:before{background:radial-gradient(circle at top right,rgba(165,171,179,.12) 0%,transparent 30%),linear-gradient(130deg,rgba(255,255,255,.08),transparent 42%,transparent 72%,rgba(255,255,255,.03))}.theme-dark .contact-cta__input:hover{border-bottom-color:#fff6}.theme-dark .contact-cta__input:focus,.theme-dark .contact-cta__input:focus-visible{outline:none;border-bottom-color:#2563eb}.theme-dark .contact-cta__listbox-value--placeholder{color:#e2e8f0e6}.theme-dark .contact-cta__listbox-icon{color:#e2e8f0b8;background:#ffffff08;border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.theme-dark .contact-cta__listbox-value{color:#f1f5f9}.theme-dark .contact-cta__field--select:hover{border-color:#ffffff2e;box-shadow:0 30px 64px #00000080,inset 0 1px #ffffff1a}.theme-dark .contact-cta__field--select:hover .contact-cta__listbox-icon,.theme-dark .contact-cta__field--select:focus-within .contact-cta__listbox-icon,.theme-dark .contact-cta__field--select-open .contact-cta__listbox-icon{color:#fafafa;background:#ffffff0f;border-color:#ffffff2e}.theme-dark .contact-cta__field--select:focus-within,.theme-dark .contact-cta__field--select-open{border-color:#a5abb361;box-shadow:0 32px 68px #0000008f,0 0 0 1px #a5abb324 inset}.theme-dark .contact-cta__listbox-panel{background:linear-gradient(180deg,#12161efa,#0a0d14f5);border-color:#ffffff1a;box-shadow:0 32px 68px #0000008f,inset 0 1px #ffffff14}.theme-dark .contact-cta__listbox-option{color:#f1f5f9}.theme-dark .contact-cta__listbox-option--selected{background:#ffffff14}.theme-dark .contact-cta__listbox-option:hover,.theme-dark .contact-cta__listbox-option--active,.theme-dark .contact-cta__listbox-option:focus-visible{background:#a5abb32e;color:#fcfdff}.theme-dark .contact-cta__field--error.contact-cta__field--select{border-color:#f8717157;box-shadow:0 28px 60px #7f1d1d47,inset 0 1px #ffffff0f}.theme-dark .contact-cta__field--error.contact-cta__field--select .contact-cta__listbox-icon{color:#fda4af;background:#7f1d1d3d;border-color:#f8717157}.theme-dark .contact-cta__checkmark{border-color:#fff3}.theme-dark .contact-cta__checkbox input:focus-visible~.contact-cta__checkmark{outline-color:#a5abb36b}.theme-dark .contact-cta__checkbox input:checked~.contact-cta__checkmark{background:#a5abb3;border-color:#a5abb3}.theme-dark .contact-cta__checkbox input:checked~.contact-cta__checkmark .contact-cta__check-icon{color:#000}.theme-dark .contact-cta__checkbox-text a{color:#cbd5e1;border-bottom-color:#fff3}.theme-dark .contact-cta__checkbox-text a:hover{border-bottom-color:#a5abb3}.theme-dark .contact-cta__submit{background:linear-gradient(180deg,#f1f3f5,#c5cad1);color:#050505}.theme-dark .contact-cta__submit:before{background:linear-gradient(180deg,#fcfdff,#d4d9e0)}.theme-dark .contact-cta__submit-icon{background:#0000001a}.theme-dark .contact-cta__submit:hover:not(:disabled) .contact-cta__submit-icon{background:#f1f3f5;color:#050505}.theme-dark .contact-cta__submit:focus-visible{outline-color:#a5abb36b}.theme-dark .contact-cta__submit:disabled{background:#222;color:#888}.theme-dark .contact-cta__submit:disabled .contact-cta__submit-icon{background:#ffffff0d}@media (max-width: 1200px){.contact-cta__inner{flex-direction:column;gap:80px}.contact-cta__form-wrapper{flex:none;width:100%;max-width:640px}.contact-cta__subtitle{margin-bottom:64px}}@media (max-width: 768px){.contact-cta{padding:clamp(80px,12vw,120px) 0}.contact-cta__form-grid{grid-template-columns:1fr}.contact-cta__contacts{flex-direction:column;gap:18px}.contact-cta__field--select{padding:12px 18px 10px;border-radius:18px}.contact-cta__field--select .contact-cta__floating-label{top:10px;left:18px;font-size:.68rem}.contact-cta__listbox-trigger{min-height:44px;padding:0;font-size:1.05rem}.contact-cta__listbox-icon{width:34px;height:34px}.contact-cta__listbox-panel{top:calc(100% + 8px);padding:6px;border-radius:16px}.contact-cta__listbox-option{min-height:42px;padding:10px 12px;border-radius:12px;font-size:.98rem}}@media (max-width: 480px){.contact-cta__title{font-size:clamp(3rem,12vw,4rem)}.contact-cta__field--select{padding:10px 14px 8px;border-radius:16px}.contact-cta__field--select .contact-cta__floating-label{top:8px;left:14px;font-size:.64rem}.contact-cta__listbox-trigger{min-height:40px;padding:0;font-size:1rem}.contact-cta__listbox-icon{width:32px;height:32px}.contact-cta__listbox-panel{padding:5px;border-radius:14px}.contact-cta__listbox-option{min-height:40px;padding:9px 10px;border-radius:10px;font-size:.95rem}.contact-cta__submit{min-height:64px;padding:0 8px 0 24px}}@media (prefers-reduced-motion: reduce){.contact-cta,.contact-cta--visible{opacity:1;transform:none;transition:none}.contact-cta__ambient{animation:none;transform:none}}.footer{position:relative;background:var(--bg-primary);color:var(--text-primary);padding:100px 0 0;overflow:hidden;border-top:1px solid var(--border-color)}.footer:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:4px;background:inherit;pointer-events:none}.footer__container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 40px;max-width:1400px;margin:0 auto}.footer__contact-block{margin-bottom:80px;display:flex;flex-direction:column;align-items:center}.footer__contact-subtitle{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:24px}.footer__contact-title{font-family:var(--font-display);font-size:clamp(40px,6vw,80px);font-weight:500;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary);margin:0 0 32px}.footer__contact-phone{font-family:var(--font-display);font-size:clamp(32px,4vw,56px);font-weight:400;color:var(--text-primary);text-decoration:none;margin-bottom:40px;transition:opacity .2s ease}.footer__contact-phone:hover{opacity:.8}.footer__contact-btn{background:linear-gradient(135deg,#2563eb,#0891b2);color:#fff;padding:16px 40px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #2563eb4d}.footer__contact-btn:hover{background:linear-gradient(135deg,#3b82f6,#22d3ee);transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.theme-dark .footer__contact-btn{background:linear-gradient(180deg,#f1f3f5,#c5cad1);color:#0b1220}.theme-dark .footer__contact-btn:hover{background:linear-gradient(180deg,#fcfdff,#d4d9e0);color:#020617}.theme-dark .footer{background:#000;border-top-color:#ffffff1a}.theme-dark .footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%)}.footer__grid{display:grid;grid-template-columns:.9fr .9fr minmax(260px,1.25fr);gap:72px;width:100%;max-width:960px;margin:0 auto 56px;text-align:left;border-top:1px solid var(--border-color);padding-top:60px}.footer__column{display:flex;flex-direction:column}.footer__column-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:24px}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer__link{font-size:16px;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer__link:hover{color:var(--text-primary)}.footer__info-text{display:flex;flex-direction:column;gap:16px;font-size:16px;color:var(--text-secondary)}.footer__info-text p{margin:0}.footer__info-phone{color:var(--text-primary);text-decoration:none;font-weight:500}.footer__legal-details{display:grid;grid-template-columns:.9fr .9fr minmax(260px,1.25fr);gap:72px;width:100%;max-width:960px;margin:0 auto 92px;padding-top:32px;border-top:1px solid var(--border-color);text-align:left}.footer__legal-item{display:flex;flex-direction:column;gap:10px;min-width:0}.footer__legal-item:first-child{grid-column:2}.footer__legal-item:nth-child(2){grid-column:3}.footer__legal-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.footer__legal-name{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.5}.footer__requisites{display:grid;gap:5px;color:var(--text-secondary);font-size:14px;line-height:1.5;font-variant-numeric:tabular-nums}.footer__giant-logo{font-family:var(--font-display);font-size:clamp(80px,15vw,240px);font-weight:800;letter-spacing:-.015em;line-height:.82;color:var(--text-primary);opacity:.05;text-align:center;width:100%;white-space:nowrap;font-variant-ligatures:none;pointer-events:none;user-select:none}.footer__bottom{width:100%;display:flex;justify-content:center;align-items:center;padding:24px 0;border-top:1px solid var(--border-color);font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:40px}.footer__creator{font-weight:600;color:#9ca3af}.theme-light .footer{background:#151518;color:#f9fafb;border-top-color:#ffffff1a}.theme-light .footer__contact-subtitle{color:#9ca3af}.theme-light .footer__contact-title,.theme-light .footer__contact-phone{color:#fff}.theme-light .footer__column-title{color:#9ca3af}.theme-light .footer__link{color:#d1d5db}.theme-light .footer__link:hover{color:#fff}.theme-light .footer__info-text{color:#d1d5db}.theme-light .footer__info-phone,.theme-light .footer__legal-name,.theme-light .footer__giant-logo{color:#fff}.theme-light .footer__grid,.theme-light .footer__legal-details{border-top-color:#ffffff1a}.theme-light .footer__legal-label{color:#9ca3af}.theme-light .footer__requisites{color:#d1d5db}.theme-light .footer__bottom{border-top-color:#ffffff0d;color:#9ca3af}@media (max-width: 768px){.footer{padding:80px 0 0}.footer__contact-block{margin-bottom:60px}.footer__grid{grid-template-columns:1fr;gap:48px;text-align:center;padding-top:48px}.footer__column,.footer__info-text{align-items:center}.footer__bottom{flex-direction:column;gap:16px;text-align:center;margin-top:24px}.footer__giant-logo{font-size:clamp(58px,17vw,96px);line-height:.86;letter-spacing:-.01em;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 10px}}.footer__copyright{font-size:13px;color:var(--text-muted)}.footer__legal{display:flex;gap:24px}.footer__legal a{font-size:13px;color:var(--text-muted);transition:color var(--transition-fast)}.footer__legal a:hover{color:var(--text-primary)}.footer__banner{position:relative;background:transparent;border-top:1px solid var(--border-color);padding:0;overflow:hidden;height:clamp(180px,28vw,360px)}@media (min-width: 2560px){.footer{padding:140px 0 0}.footer__container{max-width:1800px;padding:0 56px}.footer__contact-title{font-size:clamp(72px,5vw,100px)}.footer__contact-phone{font-size:clamp(48px,3vw,72px)}.footer__contact-btn{padding:20px 48px;font-size:16px}.footer__banner{height:clamp(280px,22vw,420px)}}@media (min-width: 1920px) and (max-width: 2559px){.footer{padding:120px 0 0}.footer__container{max-width:1600px;padding:0 48px}.footer__contact-title{font-size:clamp(64px,4.5vw,88px)}.footer__contact-phone{font-size:clamp(44px,2.8vw,64px)}}@media (min-width: 1536px) and (max-width: 1919px){.footer__container{max-width:1400px}}@media (max-width: 900px){.footer__cta{grid-template-columns:1fr;gap:28px}.footer__trust{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.footer__grid{grid-template-columns:1fr 1fr;gap:40px}.footer__legal-details{grid-template-columns:1fr;gap:24px;max-width:520px;margin:0 auto 84px;text-align:center}.footer__legal-item{grid-column:auto;align-items:center}}@media (max-width: 600px){.footer{padding:56px 0 0;padding-bottom:env(safe-area-inset-bottom)}.footer__container{padding:0 20px}.footer__grid{grid-template-columns:1fr 1fr;gap:32px 16px}.footer__column:nth-child(3){grid-column:1 / -1;text-align:center;margin-top:16px;align-items:center}.footer__info-text{align-items:center}.footer__info-phone,.footer__contact-phone{white-space:nowrap}.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:center}.footer__legal{gap:16px}.footer__giant-logo{font-size:clamp(52px,18vw,84px);line-height:.9;letter-spacing:-.008em;opacity:.06}.footer__contact-btn{padding:14px 32px;font-size:13px;min-height:48px}}@media (max-width: 359px){.footer{padding:40px 0 0}.footer__container{padding:0 16px}.footer__contact-block{margin-bottom:48px}.footer__contact-title{font-size:32px;margin-bottom:20px}.footer__contact-phone{font-size:24px;margin-bottom:28px}.footer__contact-btn{padding:12px 24px;font-size:12px}.footer__giant-logo{font-size:48px}}@media (orientation: landscape) and (max-height: 500px){.footer{padding:40px 0 0}.footer__contact-block{margin-bottom:40px}.footer__contact-title{font-size:36px;margin-bottom:16px}.footer__contact-phone{font-size:28px;margin-bottom:24px}.footer__banner{height:120px}}.footer__column--info{width:100%}.footer__contact-phone,.footer__info-phone{display:inline-block;white-space:nowrap;font-variant-numeric:tabular-nums}.footer__bottom{padding-bottom:max(24px,env(safe-area-inset-bottom))}@media (max-width: 600px){.footer{padding-bottom:0}.footer:after{bottom:0;height:max(28px,env(safe-area-inset-bottom))}.footer__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px 18px;align-items:start;margin-bottom:72px}.footer__column{min-width:0;align-items:flex-start}.footer__column:nth-child(1),.footer__column:nth-child(2){text-align:left}.footer__column--info{grid-column:1 / -1;width:min(100%,320px);justify-self:center;align-items:center;text-align:center;margin-top:8px}.footer__column--info .footer__column-title,.footer__column--info .footer__info-text{width:100%;text-align:center;align-items:center}.footer__column-title{margin-bottom:20px}.footer__contact-phone{font-size:clamp(24px,7vw,32px)}.footer__info-phone{font-size:16px}.footer__legal-details{gap:22px;margin-bottom:72px;font-size:12px;text-align:center}.footer__legal-name,.footer__requisites{font-size:12px}.footer__bottom{margin-top:24px;padding:18px 0 max(28px,env(safe-area-inset-bottom))}.footer__copyright{font-size:11px;letter-spacing:.04em;max-width:320px}}.scroll-to-top{position:fixed;bottom:32px;right:32px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--primary);border:none;border-radius:50%;color:var(--text-inverse);cursor:pointer;z-index:1000;opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);transition:opacity .3s cubic-bezier(.22,1,.36,1),visibility .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1),background .2s ease-out,box-shadow .3s cubic-bezier(.22,1,.36,1);box-shadow:var(--shadow-lg);overflow:hidden}.scroll-to-top:before{content:none}.scroll-to-top:after{content:none}.scroll-to-top--visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-to-top:hover{transform:translateY(-4px) scale(1.1);box-shadow:var(--shadow-glow)}.scroll-to-top:active{transform:translateY(-2px) scale(1.02)}.scroll-to-top svg{position:relative;z-index:1;transition:transform .2s cubic-bezier(.22,1,.36,1);filter:none;color:currentColor}.scroll-to-top:hover svg{transform:translateY(-2px);filter:none}[data-theme=light] .scroll-to-top,:root:not([data-theme=dark]) .scroll-to-top{background:var(--primary);color:var(--text-inverse);box-shadow:var(--shadow-lg)}[data-theme=light] .scroll-to-top:hover,:root:not([data-theme=dark]) .scroll-to-top:hover{background:var(--primary-dark);box-shadow:var(--shadow-glow)}.theme-dark .scroll-to-top,[data-theme=dark] .scroll-to-top{background:#ffffff1a;color:var(--text-primary);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px);box-shadow:0 8px 16px #00000080}.theme-dark .scroll-to-top:hover,[data-theme=dark] .scroll-to-top:hover{background:#ffffff26;border-color:#fff3;transform:translateY(-4px) scale(1.1)}[data-theme=light] .scroll-to-top svg,:root:not([data-theme=dark]) .scroll-to-top svg{color:currentColor}[data-theme=light] .scroll-to-top:hover svg,:root:not([data-theme=dark]) .scroll-to-top:hover svg{color:currentColor}@media (max-width: 768px){.scroll-to-top{bottom:24px;right:24px;width:50px;height:50px}.scroll-to-top svg{width:18px;height:18px}}@media (max-width: 480px){.scroll-to-top{bottom:20px;right:20px;width:46px;height:46px}}@media (prefers-reduced-motion: reduce){.scroll-to-top{transition:opacity .2s,visibility .2s,transform .2s}.scroll-to-top:hover{transform:translateY(-2px) scale(1.02)}.scroll-to-top__circle{animation:none;opacity:0}.scroll-to-top svg{transition:none}}/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid}}}@layer theme{:root,:host{--spacing:.25rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1)}}@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.block{display:block}.contents{display:contents}.grid{display:grid}.hidden{display:none}.table{display:table}.max-w-\[1440px\]{max-width:1440px}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.px-\[24px\]{padding-inline:24px}.py-\[100px\]{padding-block:100px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media not all and (min-width:768px){.max-\[768px\]\:flex{display:flex}.max-\[768px\]\:flex-col{flex-direction:column}.max-\[768px\]\:items-center{align-items:center}.max-\[768px\]\:gap-\[40px\]{gap:40px}.max-\[768px\]\:px-\[16px\]{padding-inline:16px}.max-\[768px\]\:pt-\[20px\]{padding-top:20px}.max-\[768px\]\:pb-\[60px\]{padding-bottom:60px}.max-\[768px\]\:text-center{text-align:center}}}:root{--bg-primary:#f8fafc;--bg-secondary:#f1f5f9;--bg-surface:#fff;--bg-elevated:#fff;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8;--text-inverse:#fff;--border-color:#1e293b14;--border-strong:#1e293b26;--primary:#2563eb;--primary-light:#3b82f6;--primary-dark:#1d4ed8;--primary-subtle:#2563eb0f;--primary-glow:#2563eb26;--accent:#0891b2;--accent-light:#22d3ee;--accent-subtle:#0891b20f;--accent-glow:#0891b233;--accent-glow-soft:#0891b21a;--accent-glow-intense:#0891b24d;--gradient-primary:linear-gradient(135deg, #2563eb 0%, #0891b2 100%);--gradient-subtle:linear-gradient(135deg, #2563eb0a 0%, #0891b208 100%);--gradient-bg:linear-gradient(180deg, #f8fafc 0%, #eff6ff 50%, #f8fafc 100%);--shadow-sm:0 1px 3px #1e293b0f;--shadow-md:0 4px 12px #1e293b14;--shadow-lg:0 10px 30px #1e293b1a;--shadow-xl:0 20px 50px #1e293b1f;--shadow-glow:0 0 20px var(--primary-glow);--shadow-glow-lg:0 0 40px var(--primary-glow);--glass-bg:#fffc;--glass-border:#1e293b0f;--container-width:1200px;--container-padding:24px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--font-display:"Unbounded", -apple-system, sans-serif;--font-body:"Onest", -apple-system, sans-serif;--transition-fast:.12s ease;--transition-base:.2s ease;--transition-smooth:.3s cubic-bezier(.4, 0, .2, 1);--z-header:50;--z-modal:100;--z-tooltip:9999}.theme-dark,:root[data-theme=dark]{--metallic-silver:linear-gradient(180deg, #2c2f35 0%, #666c74 20%, #eef2f6 34%, #7f858d 46%, #fcfdff 53%, #a5abb3 62%, #454951 80%, #9aa1aa 100%);--off-white:#e6e7eb;--off-white-strong:#f1f3f5;--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-surface:#121212;--bg-elevated:#1a1a1a;--text-primary:var(--off-white);--text-secondary:#b6bac1;--text-muted:#888d96;--text-inverse:#000;--border-color:#ffffff14;--border-strong:#ffffff26;--primary:#a5abb3;--primary-light:#fcfdff;--primary-dark:#666c74;--primary-subtle:#a6acb51f;--primary-glow:#fcfdff1f;--accent:#b8bec6;--accent-light:#f1f3f5;--accent-subtle:#b8bec614;--accent-glow:#f1f3f524;--accent-glow-soft:#f1f3f50d;--accent-glow-intense:#f1f3f538;--gradient-primary:var(--metallic-silver);--gradient-subtle:linear-gradient(135deg, #ffffff0f 0%, #ffffff03 100%);--gradient-bg:linear-gradient(180deg, #000 0%, #0a0a0a 100%);--shadow-sm:0 1px 2px #000c;--shadow-md:0 4px 12px #000c, 0 0 0 1px #ffffff0d;--shadow-lg:0 8px 24px #000c, 0 0 0 1px #ffffff0d;--shadow-xl:0 16px 40px #000000e6, 0 0 0 1px #ffffff0d;--shadow-glow:0 0 20px #ffffff0d;--shadow-glow-lg:0 0 40px #ffffff14;--glass-bg:#0a0a0aa6;--glass-border:#ffffff14}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-variant-numeric:lining-nums tabular-nums;background-color:var(--bg-primary);scrollbar-gutter:stable}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);-o-transition:background-color .3s,color .3s;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100dvh;font-size:clamp(14px,1vw + .5rem,16px);line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}html.scroll-locked,body.scroll-locked{overscroll-behavior:none}html.scroll-locked{overflow:hidden}body.scroll-locked{width:100%;inset:0;top:var(--scroll-lock-offset-y,0px);padding-right:var(--scroll-lock-scrollbar-width,0px);min-height:100dvh;position:fixed;left:0;right:0;overflow:hidden}body.scroll-locked.scroll-locked--simple{touch-action:none;width:auto;padding-right:0;position:static;inset:auto;overflow:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--container-width);padding-left:var(--container-padding);padding-right:var(--container-padding);padding-left:max(var(--container-padding),env(safe-area-inset-left));padding-right:max(var(--container-padding),env(safe-area-inset-right));margin-left:auto;margin-right:auto}.section-loading{background:linear-gradient(110deg,#0000 20%,#2563eb14,#0000 70%) 0 0/200% 100%,linear-gradient(#94a3b80f,#94a3b805) 0 0/100% 100%;width:100%;animation:1.4s ease-in-out infinite section-loading-shimmer}.theme-dark .section-loading{background:linear-gradient(110deg,#0000 20%,#ffffff12,#0000 70%),linear-gradient(#ffffff08,#ffffff03)}.section-reveal{opacity:1;filter:none;will-change:auto;backface-visibility:hidden;contain:layout style;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);overflow:visible;transform:translate(0)scale(1)}.section-reveal:before{display:none}.theme-dark .section-reveal{filter:none;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.theme-dark .section-reveal:before{display:none}.section-reveal--visible{opacity:1;filter:none;transform:translate(0)scale(1)}.section-reveal--visible:before{display:none}@keyframes section-loading-shimmer{0%{background-position:160% 0,0 0}to{background-position:-60% 0,0 0}}.text-gradient{background:var(--gradient-primary);color:#0000;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-md);-webkit-transition:all var(--transition-base);-o-transition:all var(--transition-base);transition:all var(--transition-base);-webkit-user-select:none;user-select:none;cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;gap:clamp(6px,1vw,8px);min-height:44px;padding:clamp(10px,2vw,14px) clamp(20px,4vw,28px);font-size:clamp(13px,1vw + .5rem,15px);font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.btn:hover:before{transform:translate(100%)}.btn-primary{color:#fff;background:var(--gradient-primary);box-shadow:var(--shadow-glow)}.btn-primary:hover{box-shadow:var(--shadow-glow-lg);background:linear-gradient(135deg,#3b82f6,#22d3ee);transform:translateY(-2px)}.magnetic-btn{will-change:transform}.btn-secondary{color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary);background:var(--primary-subtle)}.theme-dark .btn-primary{color:#000;background:linear-gradient(#f1f3f5,#c5cad1);box-shadow:0 4px 14px #ffffff1f,0 0 0 1px #ffffff29}.theme-dark .btn-primary:hover{background:linear-gradient(#fcfdff,#d4d9e0);box-shadow:0 6px 20px #ffffff2e,0 0 0 1px #ffffff3d}.theme-dark .btn-secondary{color:var(--text-primary);box-shadow:none;background:#ffffff0d;border-color:#ffffff1a}.theme-dark .btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.btn-outline{color:var(--text-primary);background:0 0;border:2px solid #334155;font-weight:600}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-subtle)}.theme-dark .btn-outline{color:var(--text-primary);border-color:#ffffff26}.theme-dark .btn-outline:hover{border-color:var(--off-white);color:#000;background:var(--off-white)}.card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.section{padding:100px 0;position:relative}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);background:var(--primary-subtle);border-radius:100px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 16px;font-size:12px;font-weight:600;display:inline-flex}.section-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,4vw,44px);font-weight:800}.section-subtitle{color:var(--text-secondary);max-width:540px;font-size:17px;line-height:1.7}.bg-animated{z-index:-1;pointer-events:none;background:var(--gradient-bg);position:fixed;inset:0;overflow:hidden}body:not(.theme-dark) .bg-animated{background:linear-gradient(#f8fafc,#eff6ff 40%,#dbeafe,#eff6ff,#f8fafc)}body.theme-dark .bg-animated{background:var(--gradient-bg)}.bg-animated__waves{position:absolute;inset:0;overflow:hidden}.bg-animated__wave{opacity:.15;width:200%;height:200%;animation:20s linear infinite wave-flow;position:absolute}body:not(.theme-dark) .bg-animated__wave{opacity:.25}body:not(.theme-dark) .bg-animated__wave--1{opacity:.3}body:not(.theme-dark) .bg-animated__wave--2{opacity:.2}body:not(.theme-dark) .bg-animated__wave--3{opacity:.22}body.theme-dark .bg-animated__wave{opacity:.03}body.theme-dark .bg-animated__wave--1{opacity:.04;background:radial-gradient(100% 50%,#ffffff14,#0000 72%)}body.theme-dark .bg-animated__wave--2{opacity:.03;background:radial-gradient(80% 40%,#ffffff0f,#0000 64%)}body.theme-dark .bg-animated__wave--3{opacity:.02;background:radial-gradient(90% 45%,#ffffff0d,#0000 66%)}.bg-animated__wave--1{background:radial-gradient(ellipse 100% 50% at 50% 50%,var(--primary-glow) 0%,transparent 70%);animation-duration:25s;animation-direction:normal;top:-50%;left:-50%}.bg-animated__wave--2{background:radial-gradient(ellipse 80% 40% at 50% 50%,var(--primary-subtle) 0%,transparent 60%);animation-duration:30s;animation-direction:reverse;animation-delay:-5s;top:-30%;right:-50%}.bg-animated__wave--3{background:radial-gradient(ellipse 90% 45% at 50% 50%,var(--accent-subtle) 0%,transparent 65%);animation-duration:35s;animation-direction:normal;animation-delay:-10s;bottom:-40%;left:-30%}@keyframes wave-flow{0%{transform:translate(0)rotate(0)scale(1)}25%{transform:translate(10%,-15%)rotate(90deg)scale(1.1)}50%{transform:translate(-5%,10%)rotate(180deg)scale(.95)}75%{transform:translate(15%,-5%)rotate(270deg)scale(1.05)}to{transform:translate(0)rotate(360deg)scale(1)}}.bg-animated__orb{filter:blur(120px);opacity:.35;will-change:transform;border-radius:50%;animation:50s ease-in-out infinite float-orb;position:absolute}body:not(.theme-dark) .bg-animated__orb{opacity:.5}body.theme-dark .bg-animated__orb{opacity:.12;filter:blur(120px)}body.theme-dark .bg-animated__orb--1{background:#ffffff26}body.theme-dark .bg-animated__orb--2{background:#2997ff1f}body.theme-dark .bg-animated__orb--3{background:#ffffff1a}body.theme-dark .bg-animated__orb--4{background:#5e5ce61a}.bg-animated__orb--1{background:var(--primary-glow);width:700px;height:700px;animation-delay:0s;top:-200px;right:-200px}.bg-animated__orb--2{background:var(--accent-subtle);width:600px;height:600px;animation-delay:-12s;bottom:5%;left:-200px}.bg-animated__orb--3{background:var(--primary-subtle);width:500px;height:500px;animation-delay:-20s;top:40%;right:10%}.bg-animated__orb--4{background:var(--primary-glow);width:450px;height:450px;animation-delay:-28s;top:60%;left:20%}@keyframes float-orb{0%,to{transform:translate(0)scale(1)rotate(0)}25%{transform:translate(80px,-80px)scale(1.15)rotate(90deg)}50%{transform:translate(-60px,60px)scale(.9)rotate(180deg)}75%{transform:translate(70px,50px)scale(1.1)rotate(270deg)}}.bg-animated__mesh{background:radial-gradient(circle at 20% 30%,var(--primary-glow) 0%,transparent 50%),radial-gradient(circle at 80% 70%,var(--accent-subtle) 0%,transparent 50%),radial-gradient(circle at 50% 50%,var(--primary-subtle) 0%,transparent 60%);opacity:.2;mix-blend-mode:screen;animation:30s ease-in-out infinite mesh-shift;position:absolute;inset:0}@keyframes mesh-shift{0%,to{opacity:.2;transform:translate(0)scale(1)}33%{opacity:.25;transform:translate(5%,-5%)scale(1.1)}66%{opacity:.22;transform:translate(-5%,5%)scale(.95)}}.bg-animated__particles{position:absolute;inset:0;overflow:hidden}.bg-animated__particle{background:var(--primary);opacity:.4;filter:blur(1px);box-shadow:0 0 8px var(--primary-glow);animation:particle-drift var(--particle-duration,40s) linear infinite;animation-delay:var(--particle-delay,0s);top:var(--particle-y,50%);left:var(--particle-x,50%);border-radius:50%;position:absolute}.bg-animated__particles{--cursor-x:50%;--cursor-y:50%;--cursor-velocity-x:0;--cursor-velocity-y:0}.bg-animated__particle--intro{width:var(--particle-size,4px);height:var(--particle-size,4px);background:var(--primary);box-shadow:0 0 10px var(--primary-glow);z-index:0;pointer-events:none;filter:blur(.5px);left:var(--final-x,50vw);top:var(--final-y,50vh);animation:bg-particle-fly-in var(--particle-duration,2.5s) ease-out forwards,bg-particle-float 40s ease-in-out infinite;animation-delay:var(--particle-delay,0s);--parallax-x:calc((var(--cursor-x,50%) - 50%) * .4);--parallax-y:calc((var(--cursor-y,50%) - 50%) * .4);--velocity-x:calc(var(--cursor-velocity-x,0) * 20px);--velocity-y:calc(var(--cursor-velocity-y,0) * 20px);transform:translate(calc(-50% + var(--parallax-x,0px) + var(--velocity-x,0px)),calc(-50% + var(--parallax-y,0px) + var(--velocity-y,0px)));will-change:transform;border-radius:50%;transition:transform .2s cubic-bezier(.25,.46,.45,.94);position:fixed}@keyframes bg-particle-fly-in{0%{transform:translate(calc(-50% + var(--parallax-x,0px)),calc(-50% + var(--parallax-y,0px))) translate(0) scale(1.5);opacity:.9;left:var(--start-x);top:var(--start-y)}50%{opacity:.7}to{transform:translate(calc(-50% + var(--parallax-x,0px)),calc(-50% + var(--parallax-y,0px))) translate(0) scale(1);opacity:.6;left:var(--final-x);top:var(--final-y)}}@keyframes bg-particle-float{0%,to{transform:translate(calc(-50% + var(--parallax-x,0px)),calc(-50% + var(--parallax-y,0px))) translate(0) scale(1);opacity:.4}25%{transform:translate(calc(-50% + var(--parallax-x,0px)),calc(-50% + var(--parallax-y,0px))) translate(30px,-40px) scale(1.2);opacity:.6}50%{transform:translate(calc(-50% + var(--parallax-x,0px)),calc(-50% + var(--parallax-y,0px))) translate(-20px,30px) scale(.9);opacity:.5}75%{transform:translate(calc(-50% + var(--parallax-x,0px)),calc(-50% + var(--parallax-y,0px))) translate(40px,20px) scale(1.1);opacity:.55}}.bg-animated__particle--1{width:4px;height:4px}.bg-animated__particle--2{width:6px;height:6px}.bg-animated__particle--3{width:3px;height:3px}.bg-animated__particle--4{width:5px;height:5px}.bg-animated__particle--5{width:4px;height:4px}@keyframes particle-drift{0%{opacity:.3;transform:translate(0)scale(1)}25%{opacity:.6;transform:translate(100px,-150px)scale(1.5)}50%{opacity:.4;transform:translate(-80px,120px)scale(.8)}75%{opacity:.5;transform:translate(120px,80px)scale(1.2)}to{opacity:.3;transform:translate(0)scale(1)}}.bg-animated__network{background-image:radial-gradient(ellipse 100% 20% at 30% 20%,var(--primary-subtle) 0%,transparent 50%),radial-gradient(ellipse 100% 20% at 70% 80%,var(--primary-subtle) 0%,transparent 50%),radial-gradient(circle,var(--primary-glow) 1.5px,transparent 1.5px),radial-gradient(circle,var(--primary-subtle) 1px,transparent 1px);opacity:.15;mix-blend-mode:screen;filter:blur(.5px);background-position:0 0,200px 100px,0 0,15px 15px;background-size:400px 200px,400px 200px,60px 60px,30px 30px;animation:25s ease-in-out infinite network-pulse;position:absolute;inset:0}@keyframes network-pulse{0%,to{opacity:.12;background-position:0 0,200px 100px,0 0,15px 15px;transform:scale(1)}25%{opacity:.18;background-position:50px 30px,250px 130px,10px 10px,20px 20px;transform:scale(1.02)}50%{opacity:.15;background-position:-30px 20px,170px 90px,-5px -5px,10px 10px;transform:scale(.98)}75%{opacity:.18;background-position:40px 25px,240px 120px,8px 8px,18px 18px;transform:scale(1.01)}}body:not(.theme-dark) .bg-animated__network{opacity:.25}body.theme-dark .bg-animated__network{display:none}.bg-grid{z-index:-1;pointer-events:none;opacity:.3;background-image:radial-gradient(circle at 20% 30%,var(--primary-subtle) 1px,transparent 1px),radial-gradient(circle at 80% 70%,var(--primary-subtle) 1px,transparent 1px),radial-gradient(circle at 50% 50%,var(--primary-subtle) .5px,transparent .5px),radial-gradient(circle,var(--primary-subtle) 1px,transparent 1px);background-position:0 0,100px 100px,50px 50px,0 0;background-size:200px 200px,250px 250px,300px 300px,40px 40px;animation:40s ease-in-out infinite bg-pattern-drift;position:fixed;inset:0;-webkit-mask-image:radial-gradient(60% 60%,#000 30%,#0000 80%);mask-image:radial-gradient(60% 60%,#000 30%,#0000 80%)}@keyframes bg-pattern-drift{0%,to{opacity:.3;background-position:0 0,100px 100px,50px 50px,0 0}25%{opacity:.35;background-position:20px 30px,120px 130px,70px 80px,10px 10px}50%{opacity:.3;background-position:-10px 20px,90px 110px,40px 60px,-5px 5px}75%{opacity:.35;background-position:15px 25px,110px 120px,60px 70px,8px 8px}}body:not(.theme-dark) .bg-grid{opacity:.4}body.theme-dark .bg-grid{opacity:.12;display:block}.app--mobile-perf .bg-animated__mesh,.app--mobile-perf .bg-animated__network,.app--mobile-perf .bg-grid,.app--mobile-perf .bg-animated__wave--3,.app--mobile-perf .bg-animated__orb--3,.app--mobile-perf .bg-animated__orb--4,.app--balanced-perf .bg-animated__mesh,.app--balanced-perf .bg-animated__network,.app--balanced-perf .bg-grid,.app--balanced-perf .bg-animated__wave--3,.app--balanced-perf .bg-animated__orb--3,.app--balanced-perf .bg-animated__orb--4{display:none}.app--mobile-perf .bg-animated__wave{opacity:.12;animation-duration:42s}.app--balanced-perf .bg-animated__wave{opacity:.1;animation:none;transform:none}.app--mobile-perf .bg-animated__orb{filter:blur(72px);opacity:.22;animation-duration:64s}.app--balanced-perf .bg-animated__orb{filter:none;opacity:.16;will-change:auto;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 68%);animation:none}body:not(.theme-dark) .app--balanced-perf .bg-animated__orb{opacity:.22;filter:none}body.theme-dark .app--balanced-perf .bg-animated__orb{filter:none}body.theme-dark .app--balanced-perf .bg-animated__orb--1{background:radial-gradient(circle,#ffffff14,#0000 70%)}body.theme-dark .app--balanced-perf .bg-animated__orb--2{background:radial-gradient(circle,#2997ff14,#0000 70%)}.app--mobile-perf .section-reveal{filter:none;transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.app--mobile-perf .section-reveal:before{display:none}.app--balanced-perf .section-reveal{will-change:auto}.app--balanced-perf .header__logo-letter,.app--balanced-perf .header__cta,.app--balanced-perf .hero__laptop,.app--balanced-perf .hero__ui-bar,.app--balanced-perf .hero__badge,.app--balanced-perf .studio__widget,.app--balanced-perf .studio__laptop,.app--balanced-perf .contact-cta__ambient{animation:none!important}.app--balanced-perf .header__container{-webkit-backdrop-filter:blur(6px)saturate(120%)}.app--balanced-perf .hero__actions .hero__cta-works,.app--balanced-perf .studio__card,.app--balanced-perf .studio__metrics,.app--balanced-perf .studio__widget{-webkit-backdrop-filter:none}.app--balanced-perf .contact-cta__ambient{filter:blur(88px);opacity:.24}.app--balanced-perf .studio__glow{filter:blur(48px);opacity:.75}.app--legal-perf .bg-animated{background:radial-gradient(circle at 18% 12%,#2563eb1f,#0000 28%),radial-gradient(circle at 82% 18%,#0ea5e91a,#0000 26%),linear-gradient(#f8fafc,#eef5ff 45%,#f8fafc)}body.theme-dark .app--legal-perf .bg-animated{background:radial-gradient(circle at 18% 10%,#ffffff14,#0000 24%),radial-gradient(circle at 82% 16%,#2997ff14,#0000 26%),linear-gradient(#06070a,#0b0f18 46%,#07080c)}.app--legal-perf .bg-animated__waves,.app--legal-perf .bg-animated__wave,.app--legal-perf .bg-animated__orb,.app--legal-perf .bg-animated__mesh,.app--legal-perf .bg-animated__network,.app--legal-perf .bg-grid{display:none}.app--legal-perf .header__container{-webkit-backdrop-filter:blur(6px)saturate(115%)}@media (max-width:900px),(hover:none) and (pointer:coarse){.section-reveal{filter:none;transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.section-reveal:before{display:none}}@media (prefers-reduced-motion:reduce){.bg-animated__wave,.bg-animated__orb,.bg-animated__mesh,.bg-animated__particle,.bg-animated__network,.bg-grid{animation:none!important}.bg-animated__wave,.bg-animated__orb{transform:none!important}.section-loading{animation:none!important}.section-reveal{opacity:1!important;filter:none!important;will-change:auto!important;transition:none!important;transform:none!important}.section-reveal:before{opacity:0!important;transition:none!important}}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.scale-in{opacity:0;transition:opacity .5s,transform .5s;transform:scale(.95)}.scale-in.visible{opacity:1;transform:scale(1)}.stagger>*{opacity:0;transform:translateY(20px)}.stagger.visible>:first-child{transition-delay:0s}.stagger.visible>:nth-child(2){transition-delay:.1s}.stagger.visible>:nth-child(3){transition-delay:.2s}.stagger.visible>:nth-child(4){transition-delay:.3s}.stagger.visible>:nth-child(5){transition-delay:.4s}.stagger.visible>:nth-child(6){transition-delay:.5s}.stagger.visible>*{opacity:1;transition:opacity .4s,transform .4s;transform:translateY(0)}.scroll-progress{z-index:99999;background:0 0;height:3px;position:fixed;top:0;left:0;right:0}.scroll-progress__bar{background:var(--gradient-primary);transform-origin:0;height:100%;transform:scaleX(0)}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}@media (max-width:768px){:root{--container-padding:20px}.section{padding:72px 0}}@media (max-width:480px){:root{--container-padding:16px}.section{padding:56px 0}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}html{scroll-behavior:auto}.fade-up,.scale-in,.stagger>*{opacity:1;transform:none}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}::selection{background:var(--primary);color:var(--text-inverse)}.theme-dark ::selection{color:#fafafa;-webkit-text-fill-color:#fafafa;background:#fff3}.theme-dark ::-moz-selection{color:#fafafa;background:#fff3}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}html{--safe-area-inset-top: env(safe-area-inset-top, 0px);--safe-area-inset-right: env(safe-area-inset-right, 0px);--safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--safe-area-inset-left: env(safe-area-inset-left, 0px)}body{overflow-x:hidden;overflow-y:auto;min-height:100vh;min-height:100dvh;overscroll-behavior-y:auto}:root{--font-size-hero: clamp(2rem, 5vw + 1rem, 4.5rem);--font-size-h1: clamp(1.75rem, 4vw + .5rem, 3.5rem);--font-size-h2: clamp(1.5rem, 3vw + .5rem, 2.75rem);--font-size-h3: clamp(1.25rem, 2vw + .5rem, 2rem);--font-size-h4: clamp(1.125rem, 1.5vw + .5rem, 1.5rem);--font-size-h5: clamp(1rem, 1vw + .5rem, 1.25rem);--font-size-h6: clamp(.875rem, .5vw + .5rem, 1.125rem);--font-size-xl: clamp(1.125rem, 1vw + .5rem, 1.375rem);--font-size-lg: clamp(1rem, .75vw + .5rem, 1.25rem);--font-size-base: clamp(.875rem, .5vw + .5rem, 1rem);--font-size-sm: clamp(.8125rem, .25vw + .5rem, .875rem);--font-size-xs: clamp(.75rem, .25vw + .375rem, .8125rem);--line-height-tight: 1.2;--line-height-snug: 1.375;--line-height-normal: 1.6;--line-height-relaxed: 1.75;--space-xs: clamp(.25rem, .5vw, .5rem);--space-sm: clamp(.5rem, 1vw, .75rem);--space-md: clamp(.75rem, 1.5vw, 1.25rem);--space-lg: clamp(1rem, 2vw, 2rem);--space-xl: clamp(1.5rem, 3vw, 3rem);--space-2xl: clamp(2rem, 4vw, 4rem);--space-3xl: clamp(3rem, 6vw, 6rem);--space-4xl: clamp(4rem, 8vw, 8rem)}:root{--container-max-width: min(1200px, 100vw - 2rem);--container-padding-inline: clamp(1rem, 4vw, 2rem)}.container{width:100%;max-width:var(--container-max-width);margin-inline:auto;padding-inline:var(--container-padding-inline)}.container--sm{max-width:min(640px,100vw - 2rem)}.container--md{max-width:min(768px,100vw - 2rem)}.container--lg{max-width:min(1024px,100vw - 2rem)}.container--xl{max-width:min(1280px,100vw - 2rem)}.container--2xl{max-width:min(1536px,100vw - 2rem)}.container--full{max-width:100%}.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.inline-flex{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.items-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.items-start{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.items-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.justify-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.justify-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.grid{display:-ms-grid;display:grid}img,video,picture,canvas,svg{display:block;max-width:100%;height:auto}img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}button,[role=button],input[type=submit],input[type=button],input[type=reset],a{min-height:44px;min-width:44px}p a,span a,li a{min-height:auto;min-width:auto}@media (hover: none) and (pointer: coarse){*{-webkit-tap-highlight-color:transparent}.scrollable{-webkit-overflow-scrolling:touch;overflow-y:auto}}@media (hover: hover) and (pointer: fine){.hover-lift:hover{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}.hover-scale:hover{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary, #f1f5f9);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--border-strong, rgba(30, 41, 59, .15));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary, #2563eb)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong, rgba(30, 41, 59, .15)) var(--bg-secondary, #f1f5f9)}input,button,textarea,select{font:inherit;color:inherit;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}::placeholder{color:var(--text-muted, #94a3b8);opacity:1}::-webkit-input-placeholder{color:var(--text-muted, #94a3b8)}::-moz-placeholder{color:var(--text-muted, #94a3b8);opacity:1}:-ms-input-placeholder{color:var(--text-muted, #94a3b8)}:focus-visible{outline:2px solid var(--primary, #2563eb);outline-offset:2px}@media (max-width: 479px){:root{--container-padding-inline: 1rem}.section{padding-block:var(--space-2xl)}.hide-xs{display:none!important}}@media (min-width: 480px) and (max-width: 639px){:root{--container-padding-inline: 1.25rem}.hide-sm{display:none!important}}@media (min-width: 640px) and (max-width: 767px){:root{--container-padding-inline: 1.5rem}.hide-md{display:none!important}}@media (min-width: 768px) and (max-width: 1023px){:root{--container-padding-inline: 2rem}.hide-lg{display:none!important}}@media (min-width: 1024px) and (max-width: 1279px){:root{--container-padding-inline: 2rem}.hide-xl{display:none!important}}@media (min-width: 1280px) and (max-width: 1535px){:root{--container-max-width: 1200px}.hide-2xl{display:none!important}}@media (min-width: 1536px) and (max-width: 1919px){:root{--container-max-width: 1400px}.hide-3xl{display:none!important}}@media (min-width: 1920px) and (max-width: 2559px){:root{--container-max-width: 1600px;--font-size-base: 1.0625rem}.hide-4xl{display:none!important}}@media (min-width: 2560px){:root{--container-max-width: 1800px;--font-size-base: 1.125rem}.hide-5xl{display:none!important}}@media (orientation: portrait){.hide-portrait,.show-landscape{display:none!important}}@media (orientation: landscape){.hide-landscape,.show-portrait{display:none!important}}@media (orientation: landscape) and (max-height: 500px){.section{padding-block:var(--space-lg)}.hero{min-height:auto;padding-block:var(--space-xl)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.border-thin{border-width:.5px}}@media (-webkit-min-device-pixel-ratio: 3),(min-resolution: 288dpi),(min-resolution: 3dppx){.border-thin{border-width:.333px}}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){color-scheme:dark}}@media (prefers-color-scheme: light){:root:not([data-theme=dark]){color-scheme:light}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:.01ms!important;-o-transition-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}html{scroll-behavior:auto}}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}img{max-width:100%!important;page-break-inside:avoid}h2,h3{page-break-after:avoid}.no-print{display:none!important}}@supports (-webkit-touch-callout: none){.full-height{height:100vh;height:-webkit-fill-available;height:100dvh}.sticky{position:-webkit-sticky;position:sticky}}@-moz-document url-prefix(){html{scrollbar-width:thin}.flex-gap{gap:var(--space-md)}}@supports (-ms-ime-align: auto){.grid{display:-ms-grid}}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.aspect-photo{aspect-ratio:4 / 3}.aspect-portrait{aspect-ratio:3 / 4}@supports not (aspect-ratio: 1 / 1){.aspect-square:before{content:"";display:block;padding-top:100%}.aspect-video:before{content:"";display:block;padding-top:56.25%}.aspect-photo:before{content:"";display:block;padding-top:75%}.aspect-portrait:before{content:"";display:block;padding-top:133.33%}}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto;overflow-y:hidden}.overflow-y-auto{overflow-x:hidden;overflow-y:auto}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.whitespace-nowrap{white-space:nowrap}.truncate{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.break-words{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.safe-top{padding-top:max(var(--space-md),env(safe-area-inset-top))}.safe-bottom{padding-bottom:max(var(--space-md),env(safe-area-inset-bottom))}.safe-left{padding-left:max(var(--space-md),env(safe-area-inset-left))}.safe-right{padding-right:max(var(--space-md),env(safe-area-inset-right))}.safe-x{padding-left:max(var(--space-md),env(safe-area-inset-left));padding-right:max(var(--space-md),env(safe-area-inset-right))}.safe-y{padding-top:max(var(--space-md),env(safe-area-inset-top));padding-bottom:max(var(--space-md),env(safe-area-inset-bottom))}.safe-all{padding-top:max(var(--space-md),env(safe-area-inset-top));padding-right:max(var(--space-md),env(safe-area-inset-right));padding-bottom:max(var(--space-md),env(safe-area-inset-bottom));padding-left:max(var(--space-md),env(safe-area-inset-left))}
