:root{--landing-bg: #0a0a0f;--landing-bg-secondary: #12121a;--landing-bg-elevated: #0d0d14;--landing-text: var(--text-primary);--landing-text-muted: #9ca3af;--landing-accent: #6366f1;--landing-accent-hover: #818cf8;--landing-accent-rgb: 99, 102, 241;--landing-gradient-start: #6366f1;--landing-gradient-end: #a855f7;--landing-card-bg: rgba(255, 255, 255, .03);--landing-card-border: var(--border-secondary);--landing-positive: #22c55e;--landing-positive-rgb: 34, 197, 94;--landing-negative: #ef4444;--landing-negative-rgb: 239, 68, 68;--landing-warning: #eab308;--landing-warning-rgb: 234, 179, 8;--landing-gold: #d4af37;--landing-gold-light: #f4d03f;--landing-gold-dark: #b8960c;--landing-gold-glow: rgba(212, 175, 55, .3);--landing-font-display: "Inter", system-ui, -apple-system, sans-serif;--landing-font-body: "Inter", system-ui, -apple-system, sans-serif;--landing-section-padding: 120px;--landing-container-max: 1280px;--landing-container-padding: 24px;--landing-transition-fast: .2s ease;--landing-transition-base: .3s ease;--landing-transition-slow: .5s ease}.landing-body{min-height:100dvh;background:var(--landing-bg);color:var(--landing-text);font-family:var(--landing-font-body);line-height:1.6;overflow-x:hidden;margin:0;padding:0;position:relative}.landing-body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 100% 100% at 20% 0%,rgba(var(--landing-accent-rgb),.08) 0%,transparent 50%),radial-gradient(ellipse 60% 60% at 90% 20%,rgba(212,175,55,.06) 0%,transparent 40%),radial-gradient(ellipse 80% 80% at 80% 100%,rgba(168,85,247,.06) 0%,transparent 50%),radial-gradient(ellipse 40% 40% at 10% 80%,rgba(244,208,63,.04) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(var(--landing-accent-rgb),.03) 0%,transparent 100%);pointer-events:none;z-index:0}.landing-body:after{content:"";position:fixed;width:600px;height:600px;background:radial-gradient(circle,rgba(var(--landing-accent-rgb),.1) 0%,transparent 70%);top:-200px;right:-200px;border-radius:50%;animation:float-orb 20s ease-in-out infinite;pointer-events:none;z-index:0}.landing-main:before{content:"";position:fixed;width:400px;height:400px;background:radial-gradient(circle,rgba(212,175,55,.08) 0%,rgba(244,208,63,.03) 40%,transparent 70%);bottom:10%;left:-100px;border-radius:50%;animation:float-orb-gold 25s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes float-orb-gold{0%,to{transform:translate(0) scale(1);opacity:.6}25%{transform:translate(80px,-50px) scale(1.2);opacity:.8}50%{transform:translate(50px,-100px) scale(.9);opacity:.5}75%{transform:translate(100px,-30px) scale(1.1);opacity:.7}}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-50px,100px) scale(1.1)}50%{transform:translate(-100px,50px) scale(.9)}75%{transform:translate(-30px,150px) scale(1.05)}}@keyframes float{0%,to{transform:translateY(0) translate(0);opacity:.3}25%{transform:translateY(-20px) translate(10px);opacity:.8}50%{transform:translateY(-10px) translate(-10px);opacity:.5}75%{transform:translateY(-30px) translate(5px);opacity:.7}}@keyframes float-gold{0%,to{transform:translateY(0) translate(0) scale(1);opacity:.4}20%{transform:translateY(-15px) translate(15px) scale(1.2);opacity:.9}40%{transform:translateY(-25px) translate(-5px) scale(.9);opacity:.6}60%{transform:translateY(-10px) translate(-15px) scale(1.1);opacity:.8}80%{transform:translateY(-20px) translate(10px) scale(1);opacity:.5}}.landing-main{position:relative;z-index:1}.landing-body,.landing-body *,.landing-body *:before,.landing-body *:after{box-sizing:border-box!important}.landing-body{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-body a{color:inherit;text-decoration:none}.landing-body h1:not([class]),.landing-body h2:not([class]),.landing-body h3:not([class]),.landing-body h4:not([class]),.landing-body h5:not([class]),.landing-body h6:not([class]){margin:0}.landing-body p:not([class]){margin:0}.landing-body ul,.landing-body ol{list-style:none;margin:0;padding:0}.landing-body button{background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:inherit}.landing-main{padding-top:calc(80px + env(safe-area-inset-top,0px))}.landing-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:calc(20px + env(safe-area-inset-top,0px)) 0 20px;transition:background var(--landing-transition-base),backdrop-filter var(--landing-transition-base)}.landing-header--scrolled{background:#0a0a0fe6;backdrop-filter:blur(20px);border-bottom:1px solid var(--landing-card-border)}.landing-header__container{max-width:var(--landing-container-max);margin:0 auto;padding:0 var(--landing-container-padding);display:flex;align-items:center;justify-content:space-between}.landing-header__logo{font-size:1.5rem;font-weight:700;color:var(--landing-text);text-decoration:none;display:flex;align-items:center;gap:8px}.landing-header__logo-img{width:32px;height:32px;object-fit:contain}.landing-header__logo-text{font-size:1.5rem;font-weight:700;color:var(--landing-text)}.landing-header__nav{display:flex;align-items:center;gap:32px}.landing-header__nav-link{color:var(--landing-text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color var(--landing-transition-fast)}.landing-header__nav-link:hover{color:var(--landing-text)}.landing-header__actions{display:flex;align-items:center;gap:16px}.landing-lang{position:relative}.landing-lang__trigger{display:flex;align-items:center;gap:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:8px 12px;font-size:.85rem;font-weight:500;color:var(--landing-text);cursor:pointer;transition:all var(--landing-transition-fast)}.landing-lang__trigger:hover{background:#ffffff26;border-color:#ffffff4d}.landing-lang__flag{flex-shrink:0;border-radius:2px;box-shadow:0 1px 2px #0003}.landing-lang__code{font-weight:600;font-size:.75rem;color:var(--text-secondary)}.landing-lang__name{font-weight:500}.landing-lang__arrow{margin-left:2px;opacity:.7;transition:transform .2s ease}.landing-lang.is-open .landing-lang__arrow{transform:rotate(180deg)}.landing-lang__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;max-height:320px;overflow-y:auto;background:#14141ef2;backdrop-filter:blur(20px);border:1px solid var(--border-primary);border-radius:12px;padding:8px;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000;box-shadow:0 10px 40px #0006}.landing-lang.is-open .landing-lang__menu{opacity:1;visibility:visible;transform:translateY(0)}[dir=rtl] .landing-lang__menu{right:auto;left:0}.landing-lang__item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .15s ease;color:var(--text-primary)}.landing-lang__item:hover{background:#ffffff1a;color:var(--text-primary)}.landing-lang__item:focus-visible{outline:2px solid var(--landing-accent);outline-offset:-2px;background:#ffffff1a}.landing-lang__item--active{background:rgba(var(--landing-accent-rgb),.2);color:var(--text-primary)}.landing-lang__item--active:after{content:"";margin-left:auto;width:6px;height:6px;background:var(--landing-accent);border-radius:50%}.landing-lang__item-code{font-weight:600;font-size:.75rem;color:var(--text-tertiary);min-width:24px}.landing-lang__item-name{font-weight:500;font-size:.9rem}.landing-btn,.landing-header__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all var(--landing-transition-fast);cursor:pointer;border:none}.landing-btn--primary,.landing-header__btn--primary{background:linear-gradient(135deg,var(--landing-gradient-start),var(--landing-gradient-end));color:#fff;box-shadow:0 4px 20px rgba(var(--landing-accent-rgb),.3)}.landing-btn--primary:hover,.landing-header__btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(var(--landing-accent-rgb),.4)}.landing-btn--secondary,.landing-header__btn--secondary{background:transparent;color:var(--landing-text);border:1px solid var(--landing-card-border)}.landing-btn--secondary:hover,.landing-header__btn--secondary:hover{background:var(--landing-card-bg);border-color:var(--landing-text-muted)}.landing-btn--large{padding:16px 32px;font-size:1rem}.landing-btn--ghost{background:transparent;color:var(--landing-text-muted);padding:8px 16px}.landing-btn--ghost:hover{color:var(--landing-text)}.landing-btn__icon{width:20px;height:20px}.landing-section{padding:var(--landing-section-padding) 0;position:relative}.landing-section__container{max-width:var(--landing-container-max);margin:0 auto;padding:0 var(--landing-container-padding)}.landing-section__eyebrow{text-align:center;font-size:1.2rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--landing-accent);margin-bottom:12px}.landing-section__eyebrow--dot{display:flex;align-items:center;justify-content:center;gap:8px}.landing-section__eyebrow--dot:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--landing-accent);box-shadow:0 0 10px rgba(var(--landing-accent-rgb),.5)}.landing-section__title{font-family:var(--landing-font-display);font-size:clamp(2.25rem,4vw,3rem);font-weight:700;text-align:center;margin-bottom:20px;background:linear-gradient(135deg,var(--landing-text),var(--landing-text-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-section__title-sub{display:block;font-size:1.35rem;font-weight:500;color:var(--landing-text-muted);-webkit-text-fill-color:var(--landing-text-muted);margin-top:8px;letter-spacing:.02em}.landing-section__subtitle{text-align:center;color:var(--landing-text-muted);font-size:1.15rem;margin:0 0 72px}@media (max-width: 768px){:root{--landing-section-padding: 80px}.landing-header__nav{display:none}.landing-header__actions{gap:8px}.landing-header__btn--secondary,.landing-header__btn--primary{display:none}.landing-hamburger{display:flex}.landing-lang__trigger{padding:6px 10px}.landing-lang__name{display:none}.landing-lang__menu{min-width:180px}.landing-header__btn{padding:8px 16px;font-size:.8rem}}@media (min-width: 769px) and (max-width: 999px){.landing-header__nav{gap:12px}.landing-header__nav-link{font-size:.78rem}.landing-lang__name{display:none}.landing-header__actions{gap:10px}.landing-header__btn{padding:8px 12px;font-size:.8rem}.landing-header__container{flex-wrap:wrap;row-gap:8px}}@media (max-width: 480px){:root{--landing-section-padding: 60px;--landing-container-padding: 16px}.landing-btn--large{width:100%}}.landing-demo{background:linear-gradient(180deg,var(--landing-bg) 0%,var(--landing-bg-secondary) 100%)}.landing-demo__grid{display:flex;flex-direction:column;gap:28px}.landing-demo__row{display:flex;gap:28px;align-items:stretch}.landing-demo__card{flex:1 1 0;min-width:0;background:var(--landing-card-bg);border:1px solid var(--landing-card-border);border-radius:16px;overflow:hidden;cursor:pointer;transition:flex .45s ease,transform .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease}.landing-demo__card:focus-visible{outline:2px solid rgba(var(--landing-accent-rgb),.8);outline-offset:3px}@media (hover: hover) and (pointer: fine){.landing-demo__grid:not(:has(.is-focused)) .landing-demo__card:hover{transform:translateY(-4px);border-color:rgba(var(--landing-accent-rgb),.4);box-shadow:0 20px 40px -20px rgba(var(--landing-accent-rgb),.35)}}@media (hover: none) and (pointer: coarse){.landing-demo__card:active{transform:scale(.985);opacity:.92}}@media (hover: none) and (pointer: coarse){.landing-lang__trigger,.landing-lang__item{min-height:44px}}.landing-demo__card.is-focused{flex:2.4 1 0;border-color:rgba(var(--landing-accent-rgb),.6);box-shadow:0 24px 48px -16px rgba(var(--landing-accent-rgb),.45)}.landing-demo__row:has(.is-focused) .landing-demo__card:not(.is-focused){flex:.5 1 0;opacity:.85}.landing-demo__video-wrap{position:relative;background:#000;aspect-ratio:16 / 9}.landing-demo__video{display:block;width:100%;height:100%;object-fit:cover}.landing-demo__step{position:absolute;top:12px;left:12px;width:32px;height:32px;border-radius:50%;background:rgba(var(--landing-accent-rgb),.95);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 4px 12px rgba(var(--landing-accent-rgb),.4);z-index:1}.landing-demo__body{padding:20px 22px 24px}.landing-demo__title{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:var(--landing-text);overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-demo__desc{margin:0;font-size:.92rem;color:var(--landing-text-muted);line-height:1.55;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 769px) and (max-width: 1024px){.landing-demo__desc{-webkit-line-clamp:4}}@media (max-width: 768px){.landing-demo__grid{max-width:560px;margin:0 auto;gap:20px}.landing-demo__row{flex-direction:column;gap:20px}.landing-demo__card{flex:1 1 auto}.landing-demo__card.is-focused,.landing-demo__row:has(.is-focused) .landing-demo__card:not(.is-focused){flex:1 1 auto}.landing-demo__row:has(.is-focused) .landing-demo__card:not(.is-focused){opacity:1}}@media (max-width: 480px){.landing-demo__grid{max-width:420px;gap:16px}.landing-demo__card{border-radius:12px}.landing-demo__body{padding:16px 18px 18px}}@media (prefers-reduced-motion: reduce){.landing-demo__card,.landing-demo__grid:not(:has(.is-focused)) .landing-demo__card:hover{transition:none;transform:none}}@media (max-width: 480px){.landing-demo__desc{-webkit-line-clamp:4;line-clamp:4}}
