@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@400;500;700&display=swap";.footer{padding:0 1.25rem 1.25rem}.footer__shell{width:min(calc(100% - 2rem), var(--container));background:#050c18e0;border:1px solid #8adaff24;border-radius:2rem;gap:2rem;margin:0 auto;padding:2rem;display:grid}.footer__brand{align-items:start;gap:1rem;display:flex}.footer__brand-mark{background:linear-gradient(135deg, var(--accent), var(--accent-warm));border-radius:1.1rem;flex:none;width:3rem;height:3rem;box-shadow:0 0 28px #59f4ff33}.footer__brand h2{font-family:var(--font-heading);margin:0 0 .5rem;font-size:1.2rem}.footer__brand p,.footer__contacts p,.footer__contacts a{color:var(--muted);margin:0}.footer__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.footer__eyebrow{color:#e9f4ffa6;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.9rem;font-size:.78rem;display:inline-block}.footer__nav,.footer__contacts{gap:.65rem;display:grid}@media (width<=720px){.footer{padding-inline:.75rem}.footer__shell{width:100%;padding:1.4rem}.footer__links{grid-template-columns:1fr}}.button{letter-spacing:.02em;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.65rem;font-weight:700;transition:transform .18s,border-color .18s,background-color .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--md{min-height:3.2rem;padding:0 1.35rem}.button--lg{min-height:3.65rem;padding:0 1.65rem}.button--primary{color:#06101d;background:linear-gradient(135deg, var(--accent), var(--accent-warm));box-shadow:0 0 0 1px #ffffff0f,0 18px 30px #59f4ff2e}.button--secondary{color:var(--text);border-color:var(--line-strong);background:#0c172acc;box-shadow:inset 0 0 0 1px #59f4ff14}.button--ghost{color:var(--muted);background:0 0}.header{z-index:20;padding:1.1rem 1.25rem 0;position:sticky;top:0}.header__shell{width:min(calc(100% - 2rem), var(--container));box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#060f1cb8;border:1px solid #8adaff24;border-radius:999px;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.9rem 1rem .9rem 1.2rem;display:flex}.header__brand{align-items:center;gap:.85rem;min-width:0;display:flex}.header__brand strong{font-family:var(--font-heading);font-size:.98rem;font-weight:600;display:block}.header__brand small{color:var(--muted);font-size:.78rem;display:block}.header__brand-mark{background:linear-gradient(135deg,#59f4fff2,#ffb347e0);border-radius:.9rem;flex:none;width:2.25rem;height:2.25rem;animation:5.8s ease-in-out infinite floatY;box-shadow:0 0 0 1px #ffffff14,0 0 26px #59f4ff40}.header__nav{align-items:center;gap:.8rem;display:flex}.header__link{color:var(--muted);font-size:.95rem;transition:color .18s}.header__link:hover,.header__link--active{color:var(--text)}.header__cta-mobile,.header__toggle{display:none}@media (width<=980px){.header__cta{display:none}.header__toggle{width:2.9rem;height:2.9rem;color:var(--text);background:#0c172ad1;border:1px solid #8adaff26;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.header__nav{opacity:0;pointer-events:none;background:#060f1cf2;border:1px solid #8adaff24;border-radius:1.5rem;gap:.85rem;padding:1rem;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:calc(100% + .8rem);left:1rem;right:1rem;transform:translateY(-10px)}.header__nav--open{opacity:1;pointer-events:auto;transform:translateY(0)}.header__cta-mobile{display:inline-flex}}@media (width<=640px){.header{padding-inline:.75rem}.header__shell{border-radius:1.5rem;width:100%}.header__brand small{display:none}}.layout{min-height:100vh}.layout__main{gap:var(--section-gap);flex-direction:column;padding-bottom:4rem;display:flex}:root{--bg:#07111f;--bg-soft:#0d1830;--surface:#0e192fb8;--surface-strong:#07111feb;--surface-light:#12233fa6;--line:#8adaff2e;--line-strong:#8adaff57;--text:#e9f4ff;--muted:#9db2c8;--accent:#59f4ff;--accent-strong:#0fd3ff;--accent-warm:#ffb347;--accent-green:#9eff7d;--shadow:0 24px 80px #050a1873;--shadow-soft:0 14px 40px #040a1847;--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px;--container:1200px;--section-gap:clamp(4.5rem, 8vw, 7rem);--font-body:"Manrope", sans-serif;--font-heading:"Unbounded", sans-serif}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulseRing{0%{opacity:.45;transform:scale(.92)}70%{opacity:0;transform:scale(1.1)}to{opacity:0;transform:scale(1.12)}}@keyframes drift{0%{transform:translate(0,0)rotate(0)}50%{transform:translate(18px,-16px)rotate(6deg)}to{transform:translate(0,0)rotate(0)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--text);font-family:var(--font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 0 0,#59f4ff2e,#0000 30%),radial-gradient(circle at 100% 0,#ffb34729,#0000 28%),linear-gradient(#07111f 0%,#091426 42%,#050b16 100%);margin:0;font-size:16px;line-height:1.6}body:before{z-index:-2;content:"";background-color:#0000;background-image:linear-gradient(#59f4ff0d 1px,#0000 1px),linear-gradient(90deg,#59f4ff0d 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000eb,#0000 92%);mask-image:linear-gradient(#000000eb,#0000 92%)}body:after{z-index:-1;filter:blur(16px);content:"";background:radial-gradient(circle,#0fd3ff2e,#0000 70%);border-radius:50%;width:38rem;height:38rem;animation:14s ease-in-out infinite drift;position:fixed;inset:10% auto auto 50%;transform:translate(-50%)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}#root{min-height:100vh}.app-fallback{min-height:100vh;color:var(--text);background:radial-gradient(circle,#59f4ff33,#0000 30%),linear-gradient(#07111f 0%,#050b16 100%);place-items:center;gap:1rem;display:grid}.app-fallback__pulse{background:var(--accent);border-radius:50%;width:1rem;height:1rem;position:relative;box-shadow:0 0 30px #59f4ffbf}.app-fallback__pulse:after{content:"";border:1px solid #59f4ff59;border-radius:50%;animation:2.4s ease-out infinite pulseRing;position:absolute;inset:-.75rem}
