:root{--glass-bg: rgba(255, 255, 255, .08);--glass-bg-strong: rgba(255, 255, 255, .12);--glass-border: rgba(255, 255, 255, .18);--glass-border-subtle: rgba(255, 255, 255, .08);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .25);--glass-highlight: 0 1px 0 rgba(255, 255, 255, .15) inset;--blur-strong: 24px;--blur-medium: 16px;--blur-soft: 12px;--radius-xl: 24px;--radius-lg: 20px;--radius-md: 16px;--radius-sm: 12px;--bg-base: #0a0a0c;--bg-gradient-start: #0f0f14;--bg-gradient-mid: #14141c;--bg-gradient-end: #0c0c10;--accent: #3b82f6;--accent-soft: rgba(59, 130, 246, .25);--text-primary: #f4f4f5;--text-secondary: #a1a1aa;--text-muted: #71717a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}section[id],article[id]{scroll-margin-top:6.5rem}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-base);color:var(--text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden}.app-bg{position:fixed;inset:0;z-index:-1;background:radial-gradient(ellipse 80% 50% at 50% -20%,var(--accent-soft),transparent 50%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(99,102,241,.12),transparent 45%),linear-gradient(180deg,var(--bg-gradient-start) 0%,var(--bg-gradient-mid) 50%,var(--bg-gradient-end) 100%);pointer-events:none}.glass-card{background:var(--glass-bg);backdrop-filter:blur(var(--blur-strong));-webkit-backdrop-filter:blur(var(--blur-strong));border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow),var(--glass-highlight)}.glass-card-strong{background:var(--glass-bg-strong);backdrop-filter:blur(var(--blur-strong));-webkit-backdrop-filter:blur(var(--blur-strong));border-radius:var(--radius-xl);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow),var(--glass-highlight)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:var(--radius-md);cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.btn-primary:hover{background:#2563eb;box-shadow:0 0 24px var(--accent-soft);transform:translateY(-1px)}.btn-glass{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;color:var(--text-primary);background:var(--glass-bg);backdrop-filter:blur(var(--blur-medium));-webkit-backdrop-filter:blur(var(--blur-medium));border:1px solid var(--glass-border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s}.btn-glass:hover{background:var(--glass-bg-strong);border-color:#ffffff40}.section{padding:5rem 1.5rem;max-width:1200px;margin:0 auto}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:560px;margin-bottom:3rem}a{color:var(--accent);text-decoration:none}a:hover{opacity:.9}.header{position:sticky;top:12px;z-index:100;max-width:1200px;margin:0 auto}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;gap:1rem}.logo{font-size:1.25rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:-.02em}.logo:hover{text-decoration:none;opacity:.9}.nav{display:none;gap:.25rem}@media(min-width:900px){.nav{display:flex}}.nav-link{background:none;border:none;color:var(--text-secondary);font-size:.9375rem;font-weight:500;padding:.5rem .75rem;border-radius:var(--radius-sm);cursor:pointer;transition:color .2s,background .2s}.nav-link:hover{color:var(--text-primary);background:var(--glass-bg)}.nav-link-a{text-decoration:none}.nav-mobile-link-a{text-decoration:none;display:block}.lang-switch{background:none;border:1px solid var(--glass-border);color:var(--text-secondary);font-size:.8125rem;font-weight:600;padding:.4rem .6rem;border-radius:var(--radius-sm);cursor:pointer;transition:color .2s,border-color .2s,background .2s}.lang-switch:hover{color:var(--text-primary);border-color:var(--glass-border);background:var(--glass-bg)}.header-actions{display:flex;align-items:center;gap:.75rem}.burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px}@media(min-width:900px){.burger{display:none}}.burger span{display:block;height:2px;background:var(--text-primary);border-radius:1px;transition:transform .2s,opacity .2s}.nav-mobile{display:flex;flex-direction:column;padding:1rem 1.25rem;gap:.25rem;border-top:1px solid var(--glass-border-subtle)}@media(min-width:900px){.nav-mobile{display:none}}.nav-mobile-link{background:none;border:none;color:var(--text-secondary);font-size:1rem;padding:.75rem;text-align:left;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s,color .2s}.nav-mobile-link:hover{background:var(--glass-bg);color:var(--text-primary)}.footer{border-top:1px solid var(--glass-border-subtle);padding:2rem 1.5rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.footer-links{display:flex;flex-wrap:wrap;gap:.5rem}.footer-logo{font-size:1.125rem;font-weight:700;color:var(--text-primary);text-decoration:none}.footer-logo:hover{text-decoration:none;opacity:.9}.footer-lk:hover{text-decoration:none}.footer-copy{font-size:.875rem;color:var(--text-muted);margin-bottom:.25rem}.footer-site{font-size:.875rem;color:var(--text-secondary)}.footer-site a:hover{text-decoration:none;color:var(--text-primary)}.hero{position:relative;padding:4rem 1.5rem 5rem;min-height:85vh;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 30%,rgba(59,130,246,.15),transparent 55%),radial-gradient(ellipse 50% 30% at 20% 80%,rgba(99,102,241,.08),transparent 50%);pointer-events:none}.hero-inner{position:relative;width:100%;max-width:720px}.hero-content{min-width:0}.hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.hero-badge{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem}.hero-desc{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero-features{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.hero-features li{padding:.35rem .75rem;font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.hero-illo{margin-top:2.5rem;opacity:.9}.hero-illo img{max-width:340px;width:100%;height:auto;display:block}@media(min-width:900px){.hero-inner{display:grid;grid-template-columns:1fr minmax(280px,420px);gap:3rem;align-items:center;max-width:1200px}.hero-illo{margin-top:0;order:2;justify-self:end;opacity:.9}.hero-illo img{max-width:100%;width:400px}}@media(min-width:1100px){.hero-inner{gap:4rem}}.forwho .section-subtitle{margin-bottom:2.5rem}.forwho-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.forwho-card{padding:2rem;transition:transform .2s,border-color .2s}.forwho-card:hover{transform:translateY(-4px);border-color:#ffffff38}.forwho-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.forwho-card-desc{font-size:.9375rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.forwho-card-bullets{list-style:none}.forwho-card-bullets li{font-size:.875rem;color:var(--text-secondary);padding:.15rem 0 .15rem 1rem;position:relative;line-height:1.35}.forwho-card-bullets li:before{content:"";position:absolute;left:0;top:.5em;width:4px;height:4px;background:var(--accent);border-radius:50%}.forwho-card-link{display:inline-block;margin-top:1rem;font-size:.9375rem;font-weight:500;color:var(--accent)}.forwho-card-link:hover{text-decoration:none;opacity:.9}.section-label{font-size:.875rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.how .section-subtitle{margin-bottom:2.5rem}.steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.step-card{padding:1.5rem;transition:transform .2s,border-color .2s}.step-card:hover{transform:translateY(-2px);border-color:#ffffff40}.step-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:.9375rem;font-weight:700;color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-sm);margin-bottom:1rem}.step-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.step-text{font-size:.9375rem;color:var(--text-secondary);line-height:1.55}.benefits{--benefit-icon-bg: rgba(59, 130, 246, .2)}.benefits-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}.benefits-intro{max-width:420px}.benefits-intro .section-label{margin-bottom:.5rem}.benefits-intro .section-title{margin-bottom:1rem}.benefits-intro__text{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.benefits-intro__hint,.benefits-intro__reveal{font-size:.875rem;color:var(--text-muted);line-height:1.55}.benefits-intro__reveal p{margin:0;color:var(--text-secondary)}.benefits-bento{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem;min-width:0}.benefit-card{padding:1.25rem;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.benefit-card:hover{border-color:#ffffff40;box-shadow:0 12px 40px #00000059}.benefit-card--small{grid-column:span 1}.benefit-card--wide{grid-column:span 2}.benefit-card__icon{width:48px;height:48px;border-radius:12px;background:var(--benefit-icon-bg);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;flex-shrink:0}.benefit-card__icon img{width:28px;height:28px;object-fit:contain}.benefit-card__title{font-size:1rem;font-weight:600;margin:0;line-height:1.3}.benefit-card__desc-wrap{overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .3s ease}.benefit-card--expanded .benefit-card__desc-wrap{max-height:180px;opacity:1}.benefit-card__text{font-size:.875rem;color:var(--text-secondary);line-height:1.55;margin:.5rem 0 0;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:639px){.benefits-bento{grid-template-columns:1fr}.benefit-card--wide{grid-column:span 1}}@media(min-width:640px){.benefits-intro{max-width:100%}}@media(min-width:900px){.benefits-layout{grid-template-columns:360px 1fr;gap:3rem;align-items:start}.benefits-bento{grid-template-columns:repeat(3,1fr);gap:1rem}.benefit-card--small{grid-column:span 1}.benefit-card--wide{grid-column:span 2}.benefit-card{padding:1.5rem}.benefit-card__title{font-size:1.0625rem}.benefit-card__text{font-size:.9375rem}}@media(min-width:1100px){.benefits-layout{grid-template-columns:400px 1fr}}.products .section-subtitle{margin-bottom:2.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.product-card{padding:2rem;display:flex;flex-direction:column;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-4px);border-color:#ffffff38}.product-card-soon{opacity:.92}.product-card-soon .product-cta{cursor:default;opacity:.8}.product-type{font-size:.8125rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.product-card-soon .product-type{color:var(--text-muted)}.product-title{font-size:1.375rem;font-weight:700;margin-bottom:.25rem}.product-sub{font-size:.9375rem;color:var(--text-muted);margin-bottom:.75rem}.product-desc{font-size:.9375rem;color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.5}.product-features{list-style:none;margin-bottom:1.5rem;flex:1}.product-features li{font-size:.875rem;color:var(--text-secondary);padding:.2rem 0 .2rem 1rem;position:relative;line-height:1.35}.product-features li:before{content:"";position:absolute;left:0;top:.5em;width:4px;height:4px;background:var(--accent);border-radius:50%}.product-cta{width:100%;margin-top:auto}.product-card-soon .product-features li:before{background:var(--text-muted)}.apiblock-card{padding:2rem;max-width:720px;margin:0 auto}.apiblock-subtitle{margin-bottom:1.25rem}.apiblock-points{list-style:none;margin-bottom:1.5rem}.apiblock-points li{font-size:.875rem;color:var(--text-secondary);padding:.2rem 0 .2rem 1rem;position:relative;line-height:1.35}.apiblock-points li:before{content:"";position:absolute;left:0;top:.5em;width:4px;height:4px;background:var(--accent);border-radius:50%}.apiblock-cta{display:inline-block}.apiblock-cta:hover{text-decoration:none;color:#fff}.cases .section-subtitle{margin-bottom:2.5rem}.cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.case-card{padding:2rem;position:relative;overflow:hidden;transition:transform .25s ease,border-color .25s,box-shadow .25s}.case-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--case-accent, var(--accent));opacity:.9}.case-card:hover{transform:translateY(-6px) scale(1.01);border-color:#ffffff40;box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff1a,0 1px #ffffff26 inset}.case-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.case-company{font-size:.875rem;font-weight:600;color:var(--case-accent, var(--accent));letter-spacing:.02em}.case-accent-line{flex:1;height:1px;background:linear-gradient(90deg,var(--case-accent, var(--accent)),transparent);opacity:.4}.case-title{font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.case-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.25rem}.case-tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.case-tag{font-size:.8125rem;font-weight:500;color:var(--text-primary);background:var(--glass-bg-strong);border:1px solid var(--glass-border-subtle);padding:.35rem .75rem;border-radius:999px}.cases-cta{margin-top:2rem;text-align:center}.cases-cta .btn-glass:hover{text-decoration:none}.application .section-subtitle{margin-bottom:2.5rem}.application-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.application-card{padding:1.75rem;transition:transform .2s,border-color .2s}.application-card:hover{transform:translateY(-2px);border-color:#ffffff38}.application-icon{display:block;margin-bottom:1rem}.application-icon img{width:44px;height:44px;object-fit:contain;display:block}.application-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.application-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.55;margin-bottom:.75rem}.application-bullets{list-style:none;font-size:.8125rem;color:var(--text-muted);line-height:1.3}.application-bullets li{padding:.1rem 0 .1rem .85rem;position:relative}.application-bullets li:before{content:"·";position:absolute;left:0;color:var(--accent)}.scenarios .section-subtitle{margin-bottom:2.5rem}.scenarios-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.scenario-card{padding:1.5rem;transition:transform .2s,border-color .2s}.scenario-card:hover{transform:translateY(-2px);border-color:#ffffff38}.scenario-title{font-size:1.0625rem;font-weight:600;margin-bottom:.5rem}.scenario-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.5}.contacts{padding-bottom:4rem}.contacts-intro{margin-bottom:2.5rem}.contacts-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.contacts-cta{display:inline-block}.contacts-cta:hover{text-decoration:none;color:inherit}.contacts-cta.btn-primary:hover{color:#fff}.contacts-block{padding:2rem;max-width:560px}.contacts-block-title{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.contacts-block-desc{font-size:.9375rem;color:var(--text-secondary);margin-bottom:1.5rem}.contacts-list{list-style:none}.contacts-list li{padding:1rem 0;border-bottom:1px solid var(--glass-border-subtle);display:grid;gap:.25rem}.contacts-list li:last-child{border-bottom:none}.contacts-label{font-size:.8125rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.contacts-list a{font-size:1rem;font-weight:500;color:var(--accent)}.contacts-list a:hover{text-decoration:none;opacity:.9}.contacts-note{font-size:.875rem;color:var(--text-secondary)}.product-page__hero{padding-top:2rem;padding-bottom:3rem}.product-page__hero-content{max-width:720px}.product-page__back{display:inline-block;font-size:.9375rem;color:var(--text-secondary);margin-bottom:1.5rem;transition:color .2s}.product-page__back:hover{color:var(--accent);text-decoration:none}.product-page__illo{margin-bottom:1.5rem}.product-page__illo img{width:120px;height:120px;object-fit:contain;display:block}.product-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.product-page__subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.product-page__cta{display:inline-block}.product-page__cta:hover{text-decoration:none;color:#fff}.product-page__sections{padding-top:0;padding-bottom:4rem;display:flex;flex-direction:column;gap:1.5rem}.product-page__block{padding:2rem;max-width:720px}.product-page__block-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.product-page__block-p{font-size:.9375rem;color:var(--text-secondary);line-height:1.65;margin-bottom:.75rem}.product-page__block-p:last-child{margin-bottom:0}.product-page--404{padding:4rem 1.5rem;text-align:center}.product-page--404 .btn-primary{margin-top:1rem;display:inline-block}.product-page--404 .btn-primary:hover{text-decoration:none;color:#fff}.for-private__tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:0}.for-private__tab{padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color .2s,border-color .2s}.for-private__tab:hover{color:var(--text-primary)}.for-private__tab[aria-selected=true]{color:var(--accent);border-bottom-color:var(--accent)}.for-private__panel{display:none}.for-private__panel[aria-hidden=false]{display:block}.for-private__list{list-style:none;margin:0;padding:0}.for-private__list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.9375rem;color:var(--text-secondary);line-height:1.55}.for-private__list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--accent);opacity:.9}.for-private__list li:last-child{margin-bottom:0}.for-private__cta-wrap{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.for-private__cta-wrap .btn-primary{display:inline-block}.for-private__cta-wrap .btn-primary:hover{text-decoration:none;color:#fff}.for-private__lk-link{display:inline-block;margin-top:1rem;font-size:.9375rem;color:var(--text-secondary);transition:color .2s}.for-private__lk-link:hover{color:var(--accent)}
