@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0a0a0f;--color-bg-2:#0d0d18;--color-primary:#6c63ff;--color-secondary:#00d4ff;--color-accent:#ff6584;--color-text:#fff;--color-text-muted:#ffffff8c;--color-border:#ffffff14;--container-max:1280px;--section-py:6rem}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:linear-gradient(#6c63ff,#00d4ff);border-radius:3px}::selection{color:#fff;background:#6c63ff4d}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}@media (width<=640px){.container{padding:0 1rem}}.section{padding:var(--section-py) 0}.text-center{text-align:center}.section-badge{color:#a89fff;text-transform:uppercase;letter-spacing:.08em;background:#6c63ff1f;border:1px solid #6c63ff4d;border-radius:100px;align-items:center;gap:.5rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-title{color:#fff;letter-spacing:-.03em;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.15}.gradient-text{background:linear-gradient(135deg,#6c63ff 0%,#00d4ff 60%,#ff6584 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes spin{to{transform:rotate(360deg)}}.leaflet-container{background:#1a1a2e!important}.leaflet-tile{filter:brightness(.7)saturate(.6)hue-rotate(180deg)invert(.8)}#root{opacity:0;animation:.5s .1s forwards fadeIn}@keyframes fadeIn{to{opacity:1}}:focus-visible{outline-offset:2px;outline:2px solid #6c63ff99}@media (width<=768px){:root{--section-py:4rem}}.header{z-index:1000;padding:1rem 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a14d9;border-bottom:1px solid #6c63ff33;padding:.6rem 0;box-shadow:0 4px 30px #0000004d}.header__container{align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.header__logo-icon{filter:drop-shadow(0 0 10px #6c63ff99);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.header__logo-text{color:#fff;letter-spacing:-.02em;font-size:1.3rem;font-weight:800}.header__logo-text span{background:linear-gradient(135deg,#6c63ff,#00d4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.header__nav{flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}.header__nav-link{color:#ffffffbf;white-space:nowrap;border-radius:8px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.header__nav-link:hover{color:#fff;background:#6c63ff26}.header__right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.header__lang{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:2px;padding:2px;display:flex}.header__lang-btn{color:#ffffff80;cursor:pointer;letter-spacing:.05em;background:0 0;border:none;border-radius:6px;padding:.3rem .5rem;font-size:.7rem;font-weight:700;transition:all .2s}.header__lang-btn.active{color:#fff;background:linear-gradient(135deg,#6c63ff,#00d4ff)}.header__lang-btn:hover:not(.active){color:#fff;background:#6c63ff33}.header__cta{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#6c63ff,#00d4ff);border-radius:10px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #6c63ff4d}.header__cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6c63ff80}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.header__burger span{transform-origin:50%;background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.header__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__mobile{background:#0a0a14f7;border-top:1px solid #6c63ff33;flex-direction:column;gap:.25rem;max-height:0;display:none;overflow:hidden}.header__mobile--open{max-height:600px;padding:1rem 2rem 1.5rem}.header__mobile-link{color:#fffc;border-bottom:1px solid #ffffff0d;padding:.75rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.header__mobile-link:hover{color:#6c63ff}.header__mobile-lang{gap:.5rem;padding-top:1rem;display:flex}@media (width<=1024px){.header__nav,.header__cta{display:none}.header__burger{display:flex}.header__mobile{height:auto;display:flex}.header__mobile-link{height:auto}}@media (width<=480px){.header__container{padding:0 1rem}}.hero{background:#0a0a0f;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__canvas{z-index:0;position:absolute;inset:0}.hero__gradient-left{z-index:1;pointer-events:none;background:radial-gradient(at 20%,#6c63ff26 0%,#0000 60%);position:absolute;inset:0}.hero__gradient-bottom{z-index:2;pointer-events:none;background:linear-gradient(#0000,#0a0a0f);height:200px;position:absolute;bottom:0;left:0;right:0}.hero__content{z-index:3;text-align:center;flex-direction:column;align-items:center;gap:3rem;padding-top:100px;padding-bottom:6rem;display:flex;position:relative}.hero__text{flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;display:flex}.hero__badge{color:#a89fff;letter-spacing:.05em;text-transform:uppercase;background:#6c63ff26;border:1px solid #6c63ff66;border-radius:100px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:#6c63ff;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero__title{color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.1}.hero__title-highlight{background:linear-gradient(135deg,#6c63ff 0%,#00d4ff 50%,#ff6584 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero__subtitle{color:#ffffffa6;max-width:600px;margin:0;font-size:1.125rem;line-height:1.7}.hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn--primary{color:#fff;background:linear-gradient(135deg,#6c63ff,#00d4ff);box-shadow:0 8px 30px #6c63ff66}.btn--primary:before{content:"";opacity:0;background:linear-gradient(135deg,#7d75ff,#1adbff);transition:opacity .3s;position:absolute;inset:0}.btn--primary:hover:before{opacity:1}.btn--primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #6c63ff80}.btn--primary span{z-index:1;position:relative}.btn--primary svg{z-index:1;transition:transform .3s;position:relative}.btn--primary:hover svg{transform:translate(4px)}.btn--ghost{color:#fffc;background:0 0;border:1px solid #fff3}.btn--ghost:hover{color:#fff;background:#ffffff14;border-color:#fff6;transform:translateY(-2px)}.hero__stats{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.hero__stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;gap:.25rem;min-width:120px;padding:1rem 1.5rem;transition:all .3s;display:flex}.hero__stat:hover{background:#6c63ff1a;border-color:#6c63ff4d;transform:translateY(-4px)}.hero__stat-value{background:linear-gradient(135deg,#6c63ff,#00d4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;line-height:1}.hero__stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.hero__scroll{z-index:3;flex-direction:column;align-items:center;gap:.5rem;animation:2s infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.hero__scroll-mouse{border:2px solid #ffffff4d;border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:6px;display:flex}.hero__scroll-wheel{background:#ffffff80;border-radius:2px;width:4px;height:8px;animation:1.5s infinite scroll-wheel}@keyframes scroll-wheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@media (width<=768px){.hero__content{padding-top:80px}.hero__stats{gap:1rem}.hero__stat{min-width:90px;padding:.75rem 1rem}.hero__stat-value{font-size:1.5rem}}
