:root{--primary:#0388e5;--primary-dark:#2563eb;--accent:#a855f7;--accent-light:#c084fc;--background:#f8fafc;--background-light:#ffffff;--foreground:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--warning:#fbbf24;--primary-gradient:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%)}*{padding:0;margin:0;border:0}*,*::after,*::before{box-sizing:border-box}*::after,*::before{display:inline-block}body,html{height:100%;min-width:320px}body{color:#000;line-height:1;font-family:Inter,sans-serif;font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Inter,sans-serif;font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}label{display:inline-block}button,option,select{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}body{background-color:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{max-width:75rem;margin:0 auto;padding:0 .9375rem}[class*="--gc"]{display:grid;min-width:0;grid-template-columns:.9375rem 1fr minmax(auto,73.125rem) 1fr .9375rem}[class*="--gc"]>*{min-width:0;grid-column:3/4}.btn{display:inline-flex;gap:8px;align-items:center;justify-content:center;border-radius:12px;font-weight:600;transition:all .3s ease;text-decoration:none;border:none;cursor:pointer;padding:12px 26px;font-size:1rem;background:#3b82f6;color:#fff;box-shadow:0 4px 14px rgba(59,130,246,.3);min-width:160px}.btn:hover{background:#2563eb;color:#fff;text-decoration:none;-webkit-transform:translateY(-3px);transform:translateY(-3px);box-shadow:0 8px 20px rgba(59,130,246,.5)}.btn--primary{background:#3b82f6;color:#fff;box-shadow:0 4px 14px rgba(59,130,246,.3)}.btn--primary:hover{background:#2563eb;box-shadow:0 8px 20px rgba(59,130,246,.5)}.btn--outline{background:rgba(0,0,0,0);color:#3b82f6;border:2px solid #3b82f6;box-shadow:0 4px 14px rgba(59,130,246,.18)}.btn--outline g{transition:all .3s}.btn--outline:hover{background:#3b82f6;color:#fff;box-shadow:0 8px 20px rgba(59,130,246,.35)}.btn--outline:hover svg g{fill:#3b82f6}.btn--outline-sm{padding:12px 24px;font-size:.875rem;border:2px solid #3b82f6;color:#3b82f6;background:rgba(0,0,0,0);text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 14px rgba(59,130,246,.2)}.btn--outline-sm:hover{background:#3b82f6;color:#fff;text-decoration:none;-webkit-transform:translateY(-3px);transform:translateY(-3px);box-shadow:0 8px 20px rgba(59,130,246,.4)}.cta .btn{background:#fff;color:#2563eb;box-shadow:0 4px 10px rgba(255,255,255,.2)}.cta .btn:hover{background:#f1f5f9;color:#1d4ed8;box-shadow:0 8px 15px rgba(255,255,255,.27)}.cta .btn--outline{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff;box-shadow:0 4px 14px rgba(255,255,255,.15)}.cta .btn--outline:hover{background:#fff;color:#2563eb;box-shadow:0 8px 15px rgba(255,255,255,.27)}.menu__list{padding-left:0;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:5px 30px}.menu__item:not(:last-child){margin-bottom:0}.menu__link{color:var(--text-muted);font-weight:600;transition:color .3s ease}.menu__link.active{color:var(--foreground);font-weight:700}.icon-menu{display:none}.ibg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ibg--top{-o-object-position:top;object-position:top}.ibg--bottom{-o-object-position:bottom;object-position:bottom}.ibg--left{-o-object-position:left;object-position:left}.ibg--right{-o-object-position:right;object-position:right}.ibg--contain{-o-object-fit:contain;object-fit:contain}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:focus,a:hover{color:var(--accent)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;color:var(--primary)}p{color:var(--text-muted)}ul{margin:0;padding-left:1.25rem}li:not(:last-child){margin-bottom:.5em}.header{position:sticky;top:0;z-index:50}.header::before{content:"";position:absolute;z-index:-1;width:100%;height:100%;top:0;left:0;backdrop-filter:blur(5px);background:rgba(250,251,252,.9);border-bottom:1px solid #f1efef}.header__container{max-width:1200px;padding:0 20px;margin:0 auto;display:flex;gap:30px;align-items:center;justify-content:space-between;height:70px}.header__logo{z-index:10;white-space:nowrap;display:flex;align-items:center;gap:8px;color:var(--foreground)}.header__logo:hover{color:var(--primary)}.menu-open .header__logo{color:#fff}.header__logo-icon{width:40px;height:40px}.header__logo-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header__logo-text{font-size:20px;font-weight:700}.header__download-btn{z-index:10;display:flex;align-items:center;gap:8px}.footer{background:var(--foreground);color:#fff;padding:80px 0 20px}.footer__container{max-width:1200px;margin:0 auto;padding:0 20px}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer__logo{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#fff}.footer__logo:hover{color:var(--primary)}.footer__logo-icon{width:32px;height:32px}.footer__logo-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.footer__logo-text{font-size:20px;font-weight:700}.footer__description{color:#9ca3af;line-height:1.6}.footer__column h3{color:#fff;font-weight:600;margin-bottom:16px}.footer__link{display:block;color:#9ca3af;margin-bottom:8px;transition:color .2s}.footer__link:hover{color:#fff}.footer__social-links{display:flex;gap:12px;margin-top:16px}.footer__social-link{width:44px;height:44px;background:rgba(255,255,255,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#b9bfca;transition:all .3s ease}.footer__social-link--x{fill:#b9bfca;width:1.75rem;transition:all .3s ease}.footer__social-link:hover{background:var(--primary);color:#fff}.footer__social-link:hover .footer__social-link--x{fill:#fff}.footer__bottom{border-top:1px solid #374151;padding-top:20px;text-align:center}.footer__copyright{color:#9ca3af;font-size:.875rem}.hero{background:#fff;color:#1e293b;padding-block:120px;overflow:hidden}.hero__container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero__badge{display:inline-flex;align-items:center;background:rgba(59,130,246,.1);padding:10px 20px;border-radius:24px;font-size:.875rem;font-weight:500;margin-bottom:20px;border:1px solid rgba(59,130,246,.2)}.hero__badge-text{color:#3b82f6}.hero__title{font-size:3.5rem;font-weight:700;line-height:1.3;margin-bottom:24px;color:#1e293b}.hero__title-accent{color:#3b82f6}.hero__description{font-size:1.25rem;line-height:1.6;margin-bottom:32px;color:#64748b}.hero__actions{display:flex;flex-wrap:wrap;gap:16px}.hero__visual{position:relative;display:flex;justify-content:center;align-items:center}.hero__image-wrapper{position:relative;width:100%;max-width:500px;background:var(--primary-gradient);border-radius:24px;padding:40px;box-shadow:0 25px 50px rgba(59,130,246,.2)}.hero__img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:16px;transition:all .6s}.hero__img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.features{padding:120px 0;background:#f8fafc}.features__container{max-width:1200px;margin:0 auto;padding:0 20px}.features__header{text-align:center;margin-bottom:80px}.features__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:16px;color:#1e293b}.features__subtitle{font-size:1.25rem;color:#64748b}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px}.feature-card{background:#fff;padding:40px;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease;text-align:center}.feature-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.feature-card__icon{width:64px;height:64px;background:var(--primary-gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.feature-card__title{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1e293b}.feature-card__description{color:#64748b;line-height:1.6}.security{padding:120px 0;background:#fff}.security__container{max-width:1200px;margin:0 auto;padding:0 20px}.security__content{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.security__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:24px;color:#1e293b}.security__description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:40px}.security__features{display:flex;flex-direction:column;gap:24px}.security__feature{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .25s}.security__feature:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.security__feature-icon{width:48px;height:48px;background:#3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.security__feature-content{flex:1}.security__feature-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:8px}.security__feature-description{color:#64748b;line-height:1.5}.security__image{position:relative;overflow:hidden;border-radius:16px}.security__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .6s}.security__img:hover{-webkit-transform:scale(1.06);transform:scale(1.06)}.stats{padding:80px 0;background:var(--primary-gradient);color:#fff}.stats__container{max-width:1200px;margin:0 auto;padding:0 20px}.stats__content{text-align:center}.stats__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:60px;color:#fff}.stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.stat-card{padding:32px 24px;background:rgba(255,255,255,.15);border-radius:16px;text-align:center;border:1px solid rgba(255,255,255,.2);transition:all .25s}.stat-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.stat-card__number{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:8px}.stat-card__label{font-size:1.125rem;color:rgba(255,255,255,.9)}.integration{padding:120px 0;background:#f8fafc}.integration__container{max-width:1200px;margin:0 auto;padding:0 20px}.integration__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.integration__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:24px;color:#1e293b}.integration__description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:30px}.integration__stats{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:32px}.integration__stat{text-align:center;padding:24px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;transition:all .25s}.integration__stat:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.integration__stat-number{font-size:2rem;font-weight:700;color:#3b82f6;margin-bottom:8px}.integration__stat-label{color:#64748b;font-size:.875rem}.integration__visual{position:relative}.integration__demo{background:var(--primary-gradient);border-radius:24px;padding:32px;color:#fff;box-shadow:0 20px 40px rgba(59,130,246,.2)}.integration__demo-header{text-align:center;margin-bottom:24px}.integration__demo-title{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#fff}.integration__demo-subtitle{font-size:.875rem;opacity:.9;color:#d4d4d4}.integration__demo-code{background:#f8fafc;border-radius:12px;padding:20px;font-family:monospace;font-size:.875rem}.integration__code-line{padding:8px 12px;margin-bottom:8px;background:#fff;border-radius:6px;color:#64748b}.integration__code-line:last-child{margin-bottom:0}.integration__code-line--success{background:#22c55e;color:#fff}.wallet-tabs{padding:80px 0;background:#f8fafc}.wallet-tabs__container{max-width:1100px;margin:0 auto;padding:0 20px}.wallet-tabs__header{text-align:center;margin-bottom:60px}.wallet-tabs__title{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:#1e293b}.wallet-tabs__subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.wallet-tabs__content{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(59,130,246,.1);border:1px solid #e2e8f0}.wallet-tabs__nav{display:flex;background:#f8fafc;border-bottom:1px solid #e2e8f0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.wallet-tabs__nav::-webkit-scrollbar{display:none}.wallet-tabs__nav-btn{flex:1;min-width:140px;padding:20px 16px;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.95rem;font-weight:500;color:#64748b;position:relative;white-space:nowrap}.wallet-tabs__nav-btn::after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#3b82f6;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center;transform-origin:center;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.wallet-tabs__nav-btn--active{color:#3b82f6;background:#fff}.wallet-tabs__nav-btn--active::after{-webkit-transform:scaleX(1);transform:scaleX(1)}.wallet-tabs__nav-btn:hover:not(.wallet-tabs__nav-btn--active){color:#3b82f6;background:rgba(59,130,246,.05)}.wallet-tabs__nav-icon{transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;font-size:1.1em}.wallet-tabs__nav-btn--active .wallet-tabs__nav-icon{-webkit-transform:scale(1.05);transform:scale(1.05)}.wallet-tabs__panels{position:relative;min-height:400px}.wallet-tabs__panel{position:absolute;top:0;left:0;right:0;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);transition:all .2s ease;pointer-events:none;padding:40px}.wallet-tabs__panel--active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto;position:relative}.wallet-tabs__panel-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.wallet-tabs__panel-title{font-size:1.875rem;font-weight:700;margin-bottom:20px;color:#1e293b}.wallet-tabs__panel-description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:24px}.wallet-tabs__panel-features{display:flex;flex-direction:column;gap:12px}.wallet-tabs__feature{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;transition:all .2s ease}.wallet-tabs__feature:hover{background:rgba(59,130,246,.05);border-color:#3b82f6;-webkit-transform:translateX(2px);transform:translateX(2px)}.wallet-tabs__feature-icon{color:#3b82f6;flex-shrink:0;font-size:1.1em}.wallet-tabs__feature span{font-weight:500;color:#1e293b;font-size:.95rem}.wallet-tabs__panel-visual{display:flex;justify-content:center;align-items:center}.instant-demo{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;padding:24px;color:#fff;width:100%;max-width:320px;transition:all .3s}.instant-demo:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.instant-demo__header{font-size:1.125rem;font-weight:600;text-align:center;margin-bottom:20px}.instant-demo__comparison{display:flex;flex-direction:column;gap:16px}.instant-demo__item{display:flex;flex-direction:column;gap:8px}.instant-demo__label{font-size:.875rem;opacity:.9}.instant-demo__bar{height:32px;border-radius:6px;position:relative;overflow:hidden;display:flex;align-items:center;padding:0 12px}.instant-demo__bar--slow{background:rgba(239,68,68,.8);-webkit-animation:progress-slow 2.5s ease-in-out 1s infinite;animation:progress-slow 2.5s ease-in-out 1s infinite}.instant-demo__bar--fast{background:rgba(34,197,94,.8);-webkit-animation:progress-fast 2.5s ease-in-out infinite;animation:progress-fast 2.5s ease-in-out infinite}@-webkit-keyframes progress-slow{0%,100%{-webkit-transform:scaleX(.95);transform:scaleX(.95)}50%{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes progress-slow{0%,100%{-webkit-transform:scaleX(.95);transform:scaleX(.95)}50%{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes progress-fast{0%,100%{-webkit-transform:scaleX(.95);transform:scaleX(.95)}50%{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes progress-fast{0%,100%{-webkit-transform:scaleX(.95);transform:scaleX(.95)}50%{-webkit-transform:scaleX(1);transform:scaleX(1)}}.instant-demo__time{font-weight:600;font-size:.875rem}.privacy-demo{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:16px;padding:24px;color:#fff;width:100%;max-width:320px;transition:all .3s}.privacy-demo:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.privacy-demo__header{font-size:1.125rem;font-weight:600;text-align:center;margin-bottom:20px}.privacy-demo__levels{display:flex;flex-direction:column;gap:12px}.privacy-demo__level{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:rgba(255,255,255,.1);border-radius:8px;transition:all .15s}.privacy-demo__level:hover{background:rgba(255,255,255,.17)}.privacy-demo__label{font-weight:500;font-size:.9rem}.privacy-demo__indicator{width:50px;height:6px;background:rgba(255,255,255,.3);border-radius:3px;position:relative;overflow:hidden}.privacy-demo__indicator::after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#22c55e;border-radius:3px;-webkit-animation:privacy-fill 3s ease-in-out infinite;animation:privacy-fill 3s ease-in-out infinite}.privacy-demo__level--low .privacy-demo__indicator::after{-webkit-animation-delay:0s;animation-delay:0s;width:40%}.privacy-demo__level--medium .privacy-demo__indicator::after{-webkit-animation-delay:.5s;animation-delay:.5s;width:85%}.privacy-demo__level--high .privacy-demo__indicator::after{-webkit-animation-delay:1s;animation-delay:1s;width:100%}.security-demo{background:linear-gradient(135deg,#059669,#047857);border-radius:16px;padding:24px;color:#fff;width:100%;max-width:320px;transition:all .3s}.security-demo:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.security-demo__header{font-size:1.125rem;font-weight:600;text-align:center;margin-bottom:20px}.security-demo__layers{display:flex;justify-content:space-around;align-items:center}.security-demo__layer{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.security-demo__shield{width:48px;height:48px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;-webkit-animation:shield-pulse 3s ease-in-out infinite;animation:shield-pulse 3s ease-in-out infinite}@-webkit-keyframes shield-pulse{0%{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 0 rgba(255,255,255,.25)}50%{-webkit-transform:scale(1.03);transform:scale(1.03);box-shadow:0 0 0 8px rgba(255,255,255,0)}}@keyframes shield-pulse{0%{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 0 rgba(255,255,255,.25)}50%{-webkit-transform:scale(1.03);transform:scale(1.03);box-shadow:0 0 0 8px rgba(255,255,255,0)}}.security-demo__layer span{font-size:.8rem;font-weight:500}.portfolio-demo{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:16px;padding:24px;color:#fff;width:100%;max-width:320px;transition:all .3s}.portfolio-demo:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.portfolio-demo__header{font-size:1.125rem;font-weight:600;text-align:center;margin-bottom:20px}.portfolio-demo__stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portfolio-demo__stat{text-align:center;padding:16px;background:rgba(255,255,255,.1);border-radius:10px;transition:all .15s}.portfolio-demo__stat:hover{background:rgba(255,255,255,.17)}.portfolio-demo__value{font-size:1.25rem;font-weight:700;margin-bottom:6px;-webkit-animation:value-update 4s ease-in-out infinite;animation:value-update 4s ease-in-out infinite}@-webkit-keyframes value-update{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.02);transform:scale(1.02)}}@keyframes value-update{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.02);transform:scale(1.02)}}.portfolio-demo__label{font-size:.8rem;opacity:.9}.cta{padding:70px 0;background:var(--primary-gradient);color:#fff;text-align:center}.cta__container{max-width:800px;margin:0 auto;padding:0 20px}.cta__content{text-align:center}.cta__title{font-size:3rem;font-weight:700;margin-bottom:24px;color:#fff;text-wrap:balance}.cta__description{font-size:1.25rem;margin-bottom:40px;color:rgba(255,255,255,.9)}.cta__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;justify-content:center}.overview-hero{background:#fff;color:#1e293b;padding:120px 0;position:relative;overflow:hidden}.overview-hero__container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1;text-align:center}.overview-hero__content{max-width:800px;margin:0 auto}.overview-hero__title{font-size:3.5rem;font-weight:700;margin-bottom:24px;color:#1e293b;line-height:1.3;text-wrap:balance}.overview-hero__title-accent{color:#3b82f6}.overview-hero__description{font-size:1.25rem;color:#64748b;line-height:1.6;margin-bottom:35px}.overview-hero__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.overview-features{padding:120px 0;background:#f8fafc}.overview-features__container{max-width:1200px;margin:0 auto;padding:0 20px}.overview-features__header{text-align:center;margin-bottom:70px}.overview-features__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:16px;color:#1e293b}.overview-features__subtitle{font-size:1.125rem;color:#64748b}.overview-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.overview-feature{background:#fff;padding:40px;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s}.overview-feature:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.overview-feature__icon{width:64px;height:64px;padding:15px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff}.overview-feature__icon svg{width:100%;height:100%}.overview-feature__title{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1e293b}.overview-feature__description{color:#64748b;line-height:1.6;margin-bottom:20px}.overview-feature__features{list-style:none;padding:0;margin:0}.overview-feature__features li{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.875rem;color:#64748b}.overview-feature__features li::before{content:"•";color:#3b82f6;font-weight:600}.overview-innovation{padding:120px 0;background:#fff}.overview-innovation__container{margin:0 auto;padding:0 20px}.overview-innovation__header{text-align:center;margin-bottom:60px}.overview-innovation__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:16px;color:#1e293b}.overview-innovation__subtitle{font-size:1.125rem;color:#64748b}.overview-swiper{padding-bottom:60px;border-radius:16px}.overview-innovation__slide{background:#f8fafc;border-radius:16px;padding:32px;border:1px solid #e2e8f0;height:100%;display:flex;flex-direction:column}.overview-innovation__year{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;align-self:flex-start;margin-bottom:20px}.overview-innovation__slide-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:12px}.overview-innovation__slide-description{color:#64748b;line-height:1.6;margin-bottom:30px;flex-grow:1}.overview-innovation__slide-image{width:100%;height:450px;-o-object-fit:cover;object-fit:cover;border-radius:12px;margin-top:auto}.overview-swiper .swiper-button-next,.overview-swiper .swiper-button-prev{width:55px;height:55px;background:#fff;border:2px solid #3b82f6;border-radius:50%;color:#3b82f6;font-weight:600;margin-top:-24px;transition:all .3s ease;box-shadow:0 4px 12px rgba(59,130,246,.2)}.overview-swiper .swiper-button-next:hover,.overview-swiper .swiper-button-prev:hover{background:#3b82f6;color:#fff;-webkit-transform:scale(1.1);transform:scale(1.1);box-shadow:0 6px 20px rgba(59,130,246,.4)}.overview-swiper .swiper-button-next::after,.overview-swiper .swiper-button-prev::after{font-size:16px;font-weight:600}.overview-swiper .swiper-pagination{bottom:20px}.overview-swiper .swiper-pagination-bullet{width:14px;height:14px;background:#d6dadf;opacity:1;transition:all .3s ease}.overview-swiper .swiper-pagination-bullet-active{background:#3b82f6;-webkit-transform:scale(1.2);transform:scale(1.2)}.overview-tech{padding:120px 0;background:#f8fafc}.overview-tech__container{max-width:1200px;margin:0 auto;padding:0 20px}.overview-tech__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.overview-tech__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:24px;color:#1e293b}.overview-tech__description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:40px}.overview-tech__specs{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.overview-tech__spec{padding:20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;transition:all .25s}.overview-tech__spec:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.overview-tech__spec-title{font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.overview-tech__spec-value{font-weight:600;color:#3b82f6}.overview-tech__image{overflow:hidden;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.overview-tech__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px;transition:all .6s}.overview-tech__img:hover{-webkit-transform:scale(1.06);transform:scale(1.06)}.overview-comparison{padding:120px 0;background:#fff}.overview-comparison__container{max-width:1050px;margin:0 auto;padding:0 20px}.overview-comparison__title{font-size:2.5rem;line-height:1.3;font-weight:700;text-align:center;margin-bottom:60px;color:#1e293b}.overview-comparison__table-wr{overflow:auto}.overview-comparison__table{min-width:1000px;background:#fff;border-radius:16px;border:1px solid #dae0e7;overflow:hidden}.overview-comparison__header{display:grid;grid-template-columns:1.1fr 1.1fr 1fr 1fr;background:#f8fafc;border-bottom:1px solid #dae0e7}.overview-comparison__row{display:grid;grid-template-columns:1.1fr 1.1fr 1fr 1fr;border-bottom:1px solid #e4e9ee}.overview-comparison__row:last-child{border-bottom:none}.overview-comparison__cell{padding:20px;display:flex;align-items:center;gap:8px;border-right:1px solid #f1f5f9}.overview-comparison__cell:last-child{border-right:none}.overview-comparison__cell--feature{font-weight:600;color:#1e293b}.overview-comparison__cell--dash{background:rgba(59,130,246,.05);color:#3b82f6;font-weight:600}.overview-comparison__check{color:#22c55e;flex-shrink:0}.overview-comparison__x{color:#ef4444;flex-shrink:0}.community-hero{background:#fff;color:#1e293b;padding:120px 0;position:relative;overflow:hidden}.community-hero__container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.community-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;text-align:left}.community-hero__badge{display:inline-flex;align-items:center;background:rgba(59,130,246,.1);padding:12px 20px;border-radius:24px;font-size:.875rem;font-weight:500;margin-bottom:24px;border:1px solid rgba(59,130,246,.2)}.community-hero__badge-text{color:#3b82f6}.community-hero__title{font-size:3.5rem;font-weight:700;margin-bottom:24px;color:#1e293b;line-height:1.3}.community-hero__title-accent{color:#3b82f6}.community-hero__description{font-size:1.25rem;color:#64748b;line-height:1.6;margin-bottom:32px}.community-hero__actions{display:flex;flex-wrap:wrap;gap:16px}.community-hero__btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:12px;font-weight:600;transition:all .3s ease;font-size:1rem}.community-hero__visual{display:flex;justify-content:center;align-items:center}.community-hero__image-wrapper{position:relative;width:100%;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:24px;padding:40px;box-shadow:0 25px 50px rgba(59,130,246,.2)}.community-hero__image{border-radius:16px;overflow:hidden}.community-hero__img{width:100%;height:350px;-o-object-fit:cover;object-fit:cover;transition:all .6s}.community-hero__img:hover{-webkit-transform:scale(1.06);transform:scale(1.06)}.community-stats{padding-block:0 120px;background:#f8fafc}.community-stats__container{max-width:1200px;margin:0 auto;padding:0 20px}.community-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px;text-align:center}.community-stat{padding:35px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s}.community-stat:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.community-stat__number{font-size:3rem;font-weight:700;color:#3b82f6;margin-bottom:8px}.community-stat__label{font-size:1.125rem;color:#64748b}.community-channels{padding:120px 0;background:#fff}.community-channels__container{max-width:1200px;margin:0 auto;padding:0 20px}.community-channels__title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:60px;color:#1e293b}.community-channels__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.community-channel{background:#f8fafc;padding:40px;border-radius:16px;border:1px solid #e2e8f0;text-align:center;transition:all .3s ease}.community-channel:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.community-channel__icon{width:64px;height:64px;margin:0 auto 24px;background:#3b82f6;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.community-channel__title{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1e293b}.community-channel__description{color:#64748b;margin-bottom:24px;line-height:1.6}.community-platforms{padding-block:120px 110px;background:#f8fafc}.community-platforms__container{max-width:1200px;margin:0 auto;padding:0 20px}.community-platforms__header{text-align:center;margin-bottom:60px}.community-platforms__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:16px;color:#1e293b}.community-platforms__subtitle{font-size:1.125rem;color:#64748b}.community-platforms__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.community-platform{background:#fff;padding:32px;border-radius:16px;border:1px solid #e2e8f0;text-decoration:none;display:block;transition:all .3s}.community-platform:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.community-platform__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.community-platform__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.community-platform__icon--discord{background:#5865f2}.community-platform__icon--reddit{background:#ff4500}.community-platform__icon--x{background:#000}.community-platform__icon--github{background:#1f2328}.community-platform__stats{text-align:right}.community-platform__count{display:block;font-size:1.5rem;font-weight:700;color:#3b82f6}.community-platform__label{font-size:.875rem;color:#64748b}.community-platform__title{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#1e293b}.community-platform__description{color:#64748b;margin-bottom:16px;line-height:1.5}.community-platform__features{display:flex;flex-wrap:wrap;gap:8px}.community-platform__feature{background:#f1f5f9;color:#64748b;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500}.community-events{padding:120px 0;background:#fff}.community-events__container{max-width:1000px;margin:0 auto;padding:0 20px}.community-events__title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:60px;color:#1e293b}.community-events__list{display:flex;flex-direction:column;gap:32px}.community-event{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:32px;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s}.community-event:hover{background:#eef1f3;border:1px solid #cdd2da}.community-event__info-square{width:83px;height:83px;padding:10px;background:#3b82f6;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:0;margin-left:0;gap:8px;box-shadow:0 4px 18px rgba(59,130,246,.1)}.community-event__info-label{color:#fff;font-size:.75rem;font-weight:600;text-align:center;letter-spacing:.01em;line-height:1}.community-event__date{background:#3b82f6;color:#fff;padding:16px;border-radius:12px;text-align:center;min-width:80px}.community-event__month{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.community-event__day{display:block;font-size:1.5rem;font-weight:700;margin-top:4px}.community-event__title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:8px}.community-event__description{color:#64748b;margin-bottom:12px;line-height:1.5}.community-event__meta{display:flex;flex-wrap:wrap;gap:16px;font-size:.875rem;color:#64748b}.community-guidelines{padding:120px 0;background:#f8fafc}.community-guidelines__container{max-width:1200px;margin:0 auto;padding:0 20px}.community-guidelines__content{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.community-guidelines__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:24px;color:#1e293b}.community-guidelines__description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:40px}.community-guidelines__rules{display:flex;flex-direction:column;gap:20px}.community-guideline{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s}.community-guideline:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.community-guideline__icon{width:48px;height:48px;background:#3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.community-guideline__title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:8px}.community-guideline__description{color:#64748b;line-height:1.5}.community-guidelines__image{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.community-guidelines__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .6s}.community-guidelines__img:hover{-webkit-transform:scale(1.06);transform:scale(1.06)}.learn-hero{background:#fff;color:#1e293b;padding:100px 0;text-align:center}.learn-hero__container{max-width:800px;margin:0 auto;padding:0 20px}.learn-hero__title{font-size:3.5rem;line-height:1.3;font-weight:700;margin-bottom:24px;color:#1e293b}.learn-hero__description{font-size:1.25rem;color:#64748b;line-height:1.6;margin-bottom:35px}.learn-blockchain{padding:120px 0;background:#f8fafc}.learn-blockchain__container{max-width:1200px;margin:0 auto;padding:0 20px}.learn-blockchain__content{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.learn-blockchain__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:24px;color:#1e293b}.learn-blockchain__description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:40px}.learn-blockchain__features{display:flex;flex-direction:column;gap:24px}.learn-blockchain__feature{display:flex;align-items:center;gap:16px}.learn-blockchain__feature-icon{width:48px;height:48px;background:#3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.learn-blockchain__feature-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:2px}.learn-blockchain__feature-description{color:#64748b;line-height:1.5}.learn-blockchain__image{overflow:hidden;border-radius:16px;height:100%}.learn-blockchain__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:all .6s}.learn-blockchain__img:hover{-webkit-transform:scale(1.06);transform:scale(1.06)}.learn-how-it-works{padding:120px 0;background:#fff}.learn-how-it-works__container{max-width:1000px;margin:0 auto;padding:0 20px}.learn-how-it-works__title{max-width:600px;margin-inline:auto;font-size:2.5rem;line-height:1.3;font-weight:700;text-align:center;margin-bottom:60px;color:#1e293b}.learn-how-it-works__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:35px}.learn-step{text-align:center;padding:32px 15px;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.learn-step:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.learn-step__number{width:60px;height:60px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 24px}.learn-step__title{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#1e293b}.learn-step__description{color:#64748b;line-height:1.6;text-wrap:balance}.learn-benefits{padding:100px 0;background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%);color:#fff}.learn-benefits__container{max-width:1200px;margin:0 auto;padding:0 20px}.learn-benefits__header{text-align:center;margin-bottom:60px}.learn-benefits__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:16px;color:#fff}.learn-benefits__subtitle{font-size:1.125rem;color:rgba(255,255,255,.9)}.learn-benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.learn-benefit{background:rgba(255,255,255,.15);padding:32px;border-radius:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.learn-benefit:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);background:rgba(255,255,255,.2)}.learn-benefit__icon{width:64px;height:64px;background:rgba(255,255,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px}.learn-benefit__title{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#fff}.learn-benefit__description{color:rgba(255,255,255,.9);line-height:1.6}.roadmap-hero{background:#fff;color:#1e293b;padding:120px 0;position:relative;overflow:hidden}.roadmap-hero__container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.roadmap-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;text-align:left}.roadmap-hero__title{font-size:3.5rem;line-height:1.3;font-weight:700;margin-bottom:24px;color:#1e293b}.roadmap-hero__title-accent{color:#3b82f6}.roadmap-hero__description{font-size:1.25rem;color:#64748b;line-height:1.6;margin-bottom:32px}.roadmap-hero__visual{overflow:hidden;border-radius:16px}.roadmap-hero__img{width:100%;-o-object-fit:cover;object-fit:cover;box-shadow:0 25px 50px rgba(59,130,246,.2);border:1px solid #e2e8f0;transition:all .6s}.roadmap-hero__img:hover{-webkit-transform:scale(1.06);transform:scale(1.06)}.roadmap-timeline{padding:120px 0;background:#f8fafc}.roadmap-timeline__container{max-width:1000px;margin:0 auto;padding:0 20px}.roadmap-timeline__title{font-size:2.5rem;line-height:1.3;font-weight:700;text-align:center;margin-bottom:70px;color:#1e293b}.timeline-vertical{position:relative;padding:20px 0}.timeline-vertical::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#e2e8f0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.timeline-step{position:relative;display:flex;align-items:flex-start;gap:40px}.timeline-step:not(:last-child){margin-bottom:60px}.timeline-step:nth-child(even){flex-direction:row-reverse}.timeline-step__marker{position:absolute;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.timeline-step__year{width:60px;height:60px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;border:4px solid #f8fafc;box-shadow:0 4px 12px rgba(59,130,246,.3)}.timeline-step__year--complete{background:#22c55e;box-shadow:0 4px 12px rgba(34,197,94,.3)}.timeline-step__year--in-progress{background:#f59e0b;box-shadow:0 4px 12px rgba(245,158,11,.3)}.timeline-step__year--planned{background:#64748b;box-shadow:0 4px 12px rgba(100,116,139,.3)}.timeline-step__content{flex:1;max-width:400px;background:#fff;padding:32px;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:all .3s}.timeline-step__content:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.timeline-step:nth-child(odd) .timeline-step__content{margin-right:auto}.timeline-step:nth-child(even) .timeline-step__content{margin-left:auto}.timeline-step__status{display:inline-block;background:#22c55e;color:#fff;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.timeline-step__status--in-progress{background:#f59e0b}.timeline-step__status--planned{background:#64748b}.timeline-step__title{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#1e293b}.timeline-step__description{color:#64748b;line-height:1.6;margin-bottom:16px}.timeline-step__features{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.timeline-step__feature{background:#f1f5f9;color:#64748b;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500}.roadmap-milestone{position:relative;margin-bottom:80px;display:grid;grid-template-columns:80px 1fr 300px;gap:40px;align-items:center}.roadmap-milestone__marker{position:relative;z-index:2}.roadmap-milestone__year{background:#3b82f6;color:#fff;padding:12px;border-radius:8px;text-align:center;font-weight:600;font-size:1rem}.roadmap-milestone__marker--completed .roadmap-milestone__year{background:#22c55e}.roadmap-milestone__marker--in-progress .roadmap-milestone__year{background:#f59e0b}.roadmap-milestone__marker--planned .roadmap-milestone__year{background:#64748b}.roadmap-milestone__title{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#1e293b}.roadmap-milestone__description{color:#64748b;line-height:1.6;margin-bottom:16px}.roadmap-milestone__achievements{display:flex;flex-wrap:wrap;gap:8px}.roadmap-milestone__achievement{background:#f1f5f9;color:#64748b;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500}.roadmap-milestone__image{position:relative}.roadmap-milestone__img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1)}.roadmap-stat{text-align:center;padding:32px 24px;background:rgba(255,255,255,.15);border-radius:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s}.roadmap-stat:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.roadmap-stat__number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:8px}.roadmap-stat__label{font-size:1.125rem;color:rgba(255,255,255,.9)}.roadmap-vision{padding:120px 0;background:#fff}.roadmap-vision__container{max-width:1200px;margin:0 auto;padding:0 20px}.roadmap-vision__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.roadmap-vision__title{font-size:2.5rem;line-height:1.3;font-weight:700;margin-bottom:24px;color:#1e293b}.roadmap-vision__description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:30px}.roadmap-vision__goals{display:flex;flex-direction:column;gap:20px}.roadmap-vision__goal{padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s}.roadmap-vision__goal:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.roadmap-vision__goal-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:8px}.roadmap-vision__goal-description{color:#64748b;line-height:1.5}.roadmap-vision__image{overflow:hidden;height:100%;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.roadmap-vision__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .6s}.roadmap-vision__img:hover{-webkit-transform:scale(1.06);transform:scale(1.06)}.roadmap-cta{padding:120px 0;background:#f8fafc;text-align:center}.roadmap-cta__container{max-width:800px;margin:0 auto;padding:0 20px}.roadmap-cta__title{font-size:2.5rem;font-weight:700;margin-bottom:24px;color:#1e293b}.roadmap-cta__description{font-size:1.125rem;color:#64748b;margin-bottom:40px;line-height:1.6}.download-hero{background:var(--primary-gradient);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;padding:100px 0;text-align:center}.download-hero__container{max-width:800px;margin:0 auto;padding:0 20px}.download-hero__title{text-wrap:balance;font-size:3.5rem;line-height:1.3;font-weight:700;margin-bottom:24px;color:#fff}.download-hero__description{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:40px}.download-hero__version{display:inline-block;background:rgba(255,255,255,.2);padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:500}.download-options{padding:120px 0;background:var(--background)}.download-options__container{max-width:1200px;margin:0 auto;padding:0 20px}.download-options__title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:60px;color:var(--foreground)}.download-options__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.download-option{background:var(--background-light);padding:40px;border-radius:16px;border:1px solid var(--border);text-align:center;transition:all .3s ease}.download-option:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.download-option__icon{width:80px;height:80px;margin:0 auto 24px;background:var(--primary);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.download-option__title{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:var(--foreground)}.download-option__description{color:var(--text-muted);line-height:1.6;margin-bottom:24px}.download-option__requirements{list-style:none;padding:0;margin:0 0 32px 0;text-align:left}.download-option__requirements li{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.875rem;color:var(--text-muted)}.download-option__requirements li::before{content:"✓";color:var(--primary);font-weight:600}.downloads{padding:100px 0}.downloads__container{max-width:1200px;margin:0 auto;padding:0 20px}.downloads__header{text-align:center;margin-bottom:70px}.downloads__title{font-size:2.5rem;line-height:1.3;font-weight:700;color:var(--foreground);margin-bottom:16px}.downloads__subtitle{font-size:1.125rem;color:var(--text-muted)}.downloads__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(315px,100%),1fr));gap:32px}.download-card{background:var(--background-light);padding:40px;border-radius:16px;border:1px solid var(--border);text-align:center;transition:all .3s ease}.download-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.download-card__icon{width:64px;height:64px;margin:0 auto 24px;background:var(--primary);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;padding:15px}.download-card__icon svg{width:100%;height:100%}.download-card__title{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:var(--foreground)}.download-card__description{color:var(--text-muted);margin-bottom:8px}.download-card__size{color:var(--text-muted);font-size:.875rem;margin-bottom:24px}.download-card__actions{display:flex;flex-direction:column;gap:12px}.download-card__btn{width:100%}.installation-guide{padding:100px 0;background:var(--background-light)}.installation-guide__container{max-width:1200px;margin:0 auto;padding:0 20px}.installation-guide__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.installation-guide__title{font-size:2.5rem;line-height:1.3;font-weight:700;color:var(--foreground);margin-bottom:24px}.installation-guide__description{font-size:1.125rem;color:var(--text-muted);line-height:1.6;margin-bottom:40px}.installation-guide__steps{display:flex;flex-direction:column;gap:32px}.installation-step{display:flex;gap:20px;align-items:flex-start}.installation-step:hover .installation-step__number{-webkit-transform:scale(1.1);transform:scale(1.1)}.installation-step__number{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;transition:all .2s}.installation-step__title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin-bottom:8px}.installation-step__description{color:var(--text-muted);line-height:1.5}.installation-guide__image{position:relative;overflow:hidden;border-radius:16px}.installation-guide__img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;transition:all .6s}.installation-guide__img:hover{-webkit-transform:scale(1.06);transform:scale(1.06)}.releases{padding:100px 0}.releases__container{max-width:1000px;margin:0 auto;padding:0 20px}.releases__header{text-align:center;margin-bottom:60px}.releases__title{font-size:2.5rem;line-height:1.3;font-weight:700;color:var(--foreground);margin-bottom:16px}.releases__subtitle{font-size:1.125rem;color:var(--text-muted)}.releases__list{display:flex;flex-direction:column;gap:32px}.releases__footer{text-align:center;margin-top:60px}.releases__all-link{text-decoration:none}.release-item{background:var(--background-light);padding:32px;border-radius:16px;border:1px solid var(--border);transition:all .3s}.release-item:hover{border:1px solid #d3d6da;box-shadow:0 0 15px #e7e8e9}.release-item__header{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.release-item__version{font-weight:600;color:var(--foreground)}.release-item__date{color:var(--text-muted);font-size:.875rem}.release-item__type{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.release-item__type--stable{background:var(--primary);color:#fff}.release-item__type--patch{background:var(--accent);color:#fff}.release-item__type--major{background:var(--primary);color:#fff}.release-item__type--active{background:#ffa909;color:#fff}.release-item__title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:16px}.release-item__changes{list-style:none;padding:0;margin:0}.release-item__changes li{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;color:var(--text-muted)}.release-item__changes li::before{content:"•";color:var(--primary);font-weight:600;margin-top:2px}.system-requirements{padding:100px 0;background:var(--background-light)}.system-requirements__container{max-width:1200px;margin:0 auto;padding:0 20px}.system-requirements__title{font-size:2.5rem;line-height:1.3;font-weight:700;color:var(--foreground);text-align:center;margin-bottom:60px}.system-requirements__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.requirement-card{background:var(--background);padding:32px;border-radius:16px;border:1px solid var(--border);transition:all .3s}.requirement-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.requirement-card__title{font-size:1.5rem;font-weight:600;color:var(--foreground);margin-bottom:20px}.requirement-card__list{list-style:none;padding:0;margin:0}.requirement-card__list li{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--text-muted)}.requirement-card__list li::before{content:"✓";color:var(--primary);font-weight:600}.download-verification{padding:80px 0;background:var(--background-light)}.download-verification__container{max-width:800px;margin:0 auto;padding:0 20px;text-align:center}.download-verification__title{font-size:2rem;font-weight:700;margin-bottom:24px;color:var(--foreground)}.download-verification__description{color:var(--text-muted);line-height:1.6;margin-bottom:32px}.download-verification__hashes{background:var(--background);padding:24px;border-radius:12px;border:1px solid var(--border);text-align:left;font-family:monospace;font-size:.875rem;color:var(--text-muted)}.download-verification__hash{margin-bottom:16px;word-break:break-all}.download-verification__hash:last-child{margin-bottom:0}.download-verification__hash strong{color:var(--foreground);display:block;margin-bottom:4px}.regulations-hero{background:var(--background);color:var(--foreground);padding:100px 0;text-align:center;border-bottom:1px solid var(--border);background:var(--primary-gradient);color:#fff}.regulations-hero__container{max-width:1000px;margin:0 auto;padding:0 20px}.regulations-hero__title{font-size:3.5rem;line-height:1.3;font-weight:800;margin-bottom:24px}.regulations-hero--blue .regulations-hero__title{color:#fff}.regulations-hero__description{font-size:1.25rem;color:var(--text-muted);margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.regulations-hero--blue .regulations-hero__description{color:rgba(255,255,255,.8)}.regulations-hero__badges{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.regulations-hero__badge{background:var(--secondary);color:var(--secondary-foreground);padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:500}.regulations-hero--blue .regulations-hero__badge{background:rgba(255,255,255,.2);color:#fff}.regulatory-overview{padding:100px 0}.regulatory-overview__container{max-width:1200px;margin:0 auto;padding:0 20px}.regulatory-overview__header{text-align:center;margin-bottom:60px}.regulatory-overview__title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:16px}.regulatory-overview__subtitle{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto}.regulatory-overview__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:60px}.overview-card{text-align:center}.overview-card__icon{width:64px;height:64px;margin:0 auto 24px;background:var(--primary-gradient);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;padding:15px}.overview-card__title{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:var(--foreground)}.overview-card__content{color:var(--text-muted);line-height:1.6;text-wrap:balance}.regional-regulations{padding:100px 0;background:var(--background-light)}.regional-regulations__container{max-width:1200px;margin:0 auto;padding:0 20px}.regional-regulations__header{text-align:center;margin-bottom:80px}.regional-regulations__title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:16px}.regional-regulations__subtitle{font-size:1.125rem;color:var(--text-muted)}.regional-regulations__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.region-card{background:var(--background);padding:32px;border-radius:16px;border:1px solid var(--border);transition:all .3s}.region-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.region-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.region-card__title{font-size:1.25rem;font-weight:600;color:var(--foreground)}.region-card__status{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.region-card__status--regulated{background:var(--success);color:#fff}.region-card__status--mica{background:var(--primary);color:#fff}.region-card__status--licensed{background:var(--success);color:#fff}.region-card__description{color:var(--text-muted);line-height:1.6;margin-bottom:24px}.region-card__requirements{margin-bottom:16px}.region-card__requirements-title{font-size:.875rem;font-weight:600;color:var(--foreground);margin-bottom:12px}.region-card__list{list-style:none;padding:0;margin:0}.region-card__list li{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:.875rem;color:var(--text-muted)}.region-card__list li::before{content:"✓";color:var(--primary);font-weight:600;margin-top:2px;flex-shrink:0}.region-card__footer{padding-top:16px;border-top:1px solid var(--border);color:var(--text-muted);font-size:.75rem}.compliance-guidelines{padding:100px 0}.compliance-guidelines__container{max-width:1200px;margin:0 auto;padding:0 20px}.compliance-guidelines__header{text-align:center;margin-bottom:60px}.compliance-guidelines__title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:16px}.compliance-guidelines__subtitle{font-size:1.125rem;color:var(--text-muted)}.compliance-guidelines__list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:24px;margin-bottom:48px}.guideline-card--long{background:#f0f3f5;padding:32px;border-radius:16px;border:1px solid var(--border);display:flex;align-items:flex-start;gap:20px;transition:all .3s}.guideline-card--long:hover{border:1px solid #dadada;background:#e9ecee}.guideline-card__icon{width:48px;height:48px;background:var(--primary-gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:12px}.guideline-card__icon svg{width:100%;height:100%;color:#fff}.guideline-card__title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:12px}.guideline-card__description{color:var(--text-muted);font-size:1rem;line-height:1.5;margin-bottom:16px}.legal-disclaimer-card--small{background:#fef3c7;border:1px solid #f59e0b;border-radius:12px;padding:16px;margin:0 auto;max-width:800px}.legal-disclaimer-card__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.legal-disclaimer-card__icon{color:#d97706;flex-shrink:0}.legal-disclaimer-card__title{color:#92400e;font-size:1rem;font-weight:600;margin:0}.legal-disclaimer-card__content{color:#92400e}.legal-disclaimer-card__text{font-size:.875rem;line-height:1.5;margin-bottom:8px}.legal-disclaimer-card__footer{font-size:.75rem;margin-bottom:0}.contact-resources{padding:100px 0;text-align:center;background:var(--background-light)}.contact-resources__container{max-width:800px;margin:0 auto;padding:0 20px}.contact-resources__title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:32px}.contact-resources__description{font-size:1.125rem;color:var(--text-muted);line-height:1.6;margin-bottom:40px}.contact-resources__buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.contact-resources__btn{text-decoration:none;display:inline-flex;align-items:center;gap:8px}.privacy-hero{padding:100px 0 100px;text-align:center;background:var(--primary-gradient);color:#fff}.privacy-hero__container{max-width:800px;margin:0 auto;padding:0 20px}.privacy-hero__icon{display:flex;justify-content:center;margin-bottom:32px}.privacy-hero__icon svg{color:#fff;width:55px;height:55px}.privacy-hero__title{font-size:3.5rem;font-weight:800;margin-bottom:24px;color:#fff}.privacy-hero__description{font-size:1.25rem;line-height:1.6;color:rgba(255,255,255,.9);max-width:600px;margin:0 auto}.privacy-content{padding:100px 0;background:var(--background)}.privacy-content__container{max-width:1050px;margin:0 auto;padding:0 20px}.privacy-section{margin-bottom:80px}.privacy-section__header{display:flex;align-items:center;gap:16px;margin-bottom:25px}.privacy-section__icon{width:48px;height:48px;background:var(--primary);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.privacy-section__title{font-size:2rem;font-weight:700;color:var(--foreground);margin:0}.privacy-section__text{font-size:1.125rem;line-height:1.7;color:var(--text-muted);margin-bottom:24px}.privacy-section__list{list-style:none;padding:0;margin:0}.privacy-section__list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-muted)}.privacy-section__list li strong{color:var(--foreground);white-space:nowrap}.privacy-contact{background:var(--background-light);border-radius:16px;padding:48px;text-align:center;border:1px solid var(--border)}.privacy-contact__title{font-size:2rem;font-weight:700;color:var(--foreground);margin-bottom:16px}.privacy-contact__text{font-size:1.125rem;line-height:1.6;color:var(--text-muted);margin-bottom:25px;max-width:600px;margin-left:auto;margin-right:auto}.privacy-contact__meta{display:flex;justify-content:center;align-items:center;gap:16px;font-size:.875rem;color:var(--text-muted);flex-wrap:wrap;margin-bottom:30px}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.5;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:-65px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:-65px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:-50px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,7px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@media (min-width:47.99875em){.footer__brand{max-width:310px}.privacy-section__content{margin-left:70px}.privacy-section__list li::before{content:"•";color:var(--primary);font-weight:600;font-size:1.2rem;margin-top:-4px;flex-shrink:0}}@media (min-width:61.99875em){.security__image{height:400px}.overview-tech__image{height:400px}.community-guidelines__image{height:400px}.roadmap-hero__img{height:350px}.timeline-step:nth-child(odd) .timeline-step__content{margin-left:20px}.timeline-step:nth-child(even) .timeline-step__content{margin-right:20px}}@media (min-width:81.25em){.overview-swiper .swiper-pagination-bullet{display:none}}@media (max-width:992px){.footer__content{grid-template-columns:2fr 1fr 1fr;gap:32px}.hero__content{grid-template-columns:1fr;gap:50px;text-align:center}.hero__actions{justify-content:center}.security__content{grid-template-columns:1fr;gap:50px}.integration__content{gap:40px}.overview-innovation__slide-image{height:400px}.overview-tech__content{grid-template-columns:1fr;gap:40px}.community-hero__content{grid-template-columns:1fr;gap:40px;text-align:center}.community-hero__actions{justify-content:center}.community-guidelines__content{grid-template-columns:1fr;gap:50px}.learn-blockchain__content{grid-template-columns:1fr;gap:40px}.roadmap-hero__content{grid-template-columns:1fr;gap:50px;text-align:center}.roadmap-hero__title{font-size:2.5rem}.timeline-vertical::before{left:24px}.timeline-step{margin-left:64px;flex-direction:column;gap:16px}.timeline-step:not(:last-child){margin-bottom:40px}.timeline-step:nth-child(even){flex-direction:column}.timeline-step__marker{left:-40px}.timeline-step__content{max-width:none;width:100%;margin:0}.timeline-step:nth-child(even) .timeline-step__content,.timeline-step__content{margin:0;max-width:none}.roadmap-milestone{grid-template-columns:1fr;gap:24px;text-align:center;margin-bottom:60px}.roadmap-milestone__image{order:-1}.roadmap-vision__content{grid-template-columns:1fr;gap:40px}.installation-guide__content{grid-template-columns:1fr}}@media (max-width:768px){.footer{padding:60px 0 20px}.footer__content{grid-template-columns:1fr;gap:28px}.hero__title{font-size:2.5rem}.features__title{font-size:2rem}.features__grid{gap:24px}.security__title{font-size:2rem}.stats__title{font-size:2rem;margin-bottom:40px}.integration__content{grid-template-columns:1fr}.integration__title{font-size:2rem}.wallet-tabs{padding:60px 0}.wallet-tabs__header{margin-bottom:40px}.wallet-tabs__title{font-size:2rem}.wallet-tabs__subtitle{font-size:1.125rem}.wallet-tabs__nav{flex-wrap:nowrap}.wallet-tabs__nav-btn{padding:16px 12px;font-size:.9rem;gap:6px}.wallet-tabs__panels{min-height:350px}.wallet-tabs__panel{padding:32px 24px}.wallet-tabs__panel-content{grid-template-columns:1fr;gap:32px}.wallet-tabs__panel-title{font-size:1.5rem}.wallet-tabs__panel-description{font-size:1rem}.cta__title{font-size:2rem}.overview-hero__title{font-size:2.5rem}.overview-features__title{font-size:2rem}.overview-innovation__title{font-size:2rem}.overview-innovation__slide-image{height:320px}.overview-tech__title{font-size:2rem}.overview-comparison__title{font-size:2rem;margin-bottom:40px}.overview-comparison__cell{padding:15px;border-bottom:1px solid #f1f5f9;justify-content:center}.community-hero__title{font-size:2.5rem}.community-platforms__title{font-size:2rem}.community-platforms__grid{gap:24px}.community-events__title{font-size:2rem;margin-bottom:40px}.community-event{grid-template-columns:1fr;text-align:center;gap:16px}.community-event__info-square{margin:0 auto}.community-event__meta{justify-content:center}.community-guidelines__title{font-size:2rem}.learn-hero__title{font-size:2.5rem}.learn-blockchain__title{font-size:2rem}.learn-how-it-works__title{font-size:2rem;margin-bottom:40px}.learn-how-it-works__steps{gap:30px}.learn-benefits__title{font-size:2rem}.roadmap-timeline__title{font-size:2rem;margin-bottom:30px}.roadmap-vision__title{font-size:2rem}.download-hero__title{font-size:2.5rem}.installation-guide__content{gap:50px}.regulations-hero__title{font-size:2.5rem}.compliance-guidelines__title,.contact-resources__title,.regional-regulations__title,.regulatory-overview__title{font-size:2rem}.regulatory-overview__grid{grid-template-columns:1fr;gap:32px}.regional-regulations__grid{grid-template-columns:1fr;gap:24px}.privacy-hero__title{font-size:2.5rem}.privacy-section__header{gap:12px}.privacy-contact{padding:40px 32px}}@media (max-width:480px){.hero__container{padding:0 16px}.hero{padding-block:70px}.hero__content{gap:40px}.hero__title{font-size:2rem}.hero__description{font-size:1rem}.hero__actions{gap:12px}.hero__image-wrapper{padding:20px;border-radius:16px}.hero__img{height:360px}.features{padding:70px 0}.features__container{padding:0 16px}.features__header{margin-bottom:40px}.features__subtitle{font-size:1rem}.features__grid{grid-template-columns:1fr}.feature-card{padding:24px}.feature-card__title{font-size:1.25rem}.security{padding:70px 0}.security__container{padding:0 16px}.security__content{gap:35px}.security__description{font-size:1rem;margin-bottom:25px}.security__feature{padding:16px;gap:12px}.security__feature-icon{width:40px;height:40px}.security__feature-title{font-size:1rem}.security__feature-description{font-size:.875rem}.stats{padding:60px 0}.stats__container{padding:0 16px}.stats__grid{gap:24px}.stat-card{padding:24px 16px}.stat-card__number{font-size:2rem}.stat-card__label{font-size:1rem}.integration{padding:70px 0}.integration__container{padding:0 16px}.integration__description{font-size:1rem;margin-bottom:20px}.integration__stats{gap:16px}.integration__stat{padding:16px}.integration__stat-number{font-size:1.5rem}.integration__demo{padding:24px;border-radius:16px}.integration__demo-title{font-size:1.125rem}.integration__demo-code{padding:16px;font-size:.75rem}.integration__code-line{padding:6px 8px;font-size:.75rem}.wallet-tabs{padding:40px 0}.wallet-tabs__container{padding:0 16px}.wallet-tabs__header{margin-bottom:32px}.wallet-tabs__title{font-size:1.75rem}.wallet-tabs__subtitle{font-size:1rem}.wallet-tabs__content{border-radius:16px}.wallet-tabs__nav-btn{min-width:100px;padding:14px 8px;font-size:.85rem;flex-direction:column;gap:4px}.wallet-tabs__nav-icon{font-size:1.2em}.wallet-tabs__panels{min-height:300px}.wallet-tabs__panel{padding:24px 16px}.wallet-tabs__panel-content{gap:24px}.wallet-tabs__panel-title{font-size:1.375rem;margin-bottom:16px}.wallet-tabs__panel-description{font-size:.95rem;margin-bottom:20px}.wallet-tabs__panel-features{gap:10px}.wallet-tabs__feature{padding:10px 12px;gap:10px}.wallet-tabs__feature span{font-size:.9rem}.instant-demo{padding:20px;max-width:280px}.instant-demo__header{font-size:1rem;margin-bottom:16px}.instant-demo__comparison{gap:14px}.instant-demo__label{font-size:.8rem}.instant-demo__bar{height:28px;padding:0 10px}.instant-demo__time .instant-demo__time{font-size:.8rem}.privacy-demo{padding:20px;max-width:280px}.privacy-demo__header{font-size:1rem;margin-bottom:16px}.privacy-demo__levels{gap:10px}.privacy-demo__level{padding:10px 12px}.privacy-demo__label{font-size:.85rem}.privacy-demo__indicator{width:40px;height:5px}.security-demo{padding:20px;max-width:280px}.security-demo__header{font-size:1rem;margin-bottom:16px}.security-demo__layer{gap:6px}.security-demo__shield{width:40px;height:40px;font-size:16px}.security-demo__layer span{font-size:.75rem}.portfolio-demo{padding:20px;max-width:280px}.portfolio-demo__header{font-size:1rem;margin-bottom:16px}.portfolio-demo__stats{gap:12px}.portfolio-demo__stat{padding:12px 8px}.portfolio-demo__value{font-size:1.1rem;margin-bottom:4px}.portfolio-demo__label{font-size:.75rem}.cta{padding:50px 0}.cta__container{padding:0 16px}.cta__description{font-size:1rem;margin-bottom:32px}.cta__actions{gap:12px}.overview-hero{padding:70px 0}.overview-hero__container{padding:0 16px}.overview-hero__title{font-size:2rem}.overview-hero__description{font-size:1rem;margin-bottom:25px}.overview-features{padding:70px 0}.overview-features__container{padding:0 16px}.overview-features__header{margin-bottom:60px}.overview-features__subtitle{font-size:1rem}.overview-features__grid{grid-template-columns:1fr;gap:24px}.overview-feature{padding:24px}.overview-feature__icon{padding:13px;width:55px;height:55px;margin-bottom:18px}.overview-feature__title{font-size:1.25rem}.overview-feature__description{font-size:.875rem}.overview-innovation{padding:70px 0 90px 0}.overview-innovation__container{padding:0 16px}.overview-innovation__header{margin-bottom:40px}.overview-innovation__subtitle{font-size:1rem}.overview-innovation__slide{padding:24px 15px}.overview-innovation__slide-title{font-size:1.125rem}.overview-innovation__slide-description{font-size:.875rem}.overview-innovation__slide-image{height:220px}.overview-swiper .swiper-button-next,.overview-swiper .swiper-button-prev{width:45px;height:45px;font-size:14px;margin-top:-20px}.overview-swiper .swiper-button-next::after,.overview-swiper .swiper-button-prev::after{font-size:14px}.overview-tech{padding:70px 0}.overview-tech__container{padding:0 16px}.overview-tech__description{font-size:1rem;margin-bottom:26px}.overview-tech__specs{grid-template-columns:1fr;gap:16px}.overview-tech__spec{padding:16px}.overview-tech__spec-value{font-size:1rem}.overview-comparison{padding:70px 0}.overview-comparison__container{padding:0 16px}.community-hero{padding:70px 0}.community-hero__container{padding:0 16px}.community-hero__title{font-size:2rem}.community-hero__description{font-size:1rem}.community-hero__actions{flex-direction:column;gap:12px}.community-hero__btn{padding:14px 24px;font-size:.875rem}.community-hero__image-wrapper{padding:20px;border-radius:16px}.community-hero__img{height:250px}.community-stats{padding-block:0 70px}.community-stats__container{padding:0 16px}.community-stats__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.community-stat{padding:24px}.community-stat__number{font-size:2rem}.community-stat__label{font-size:1rem}.community-channels{padding:70px 0}.community-channels__container{padding:0 16px}.community-channels__title{font-size:1.75rem;margin-bottom:40px}.community-channels__grid{grid-template-columns:1fr;gap:24px}.community-channel{padding:24px}.community-channel__title{font-size:1.25rem}.community-channel__description{font-size:.875rem}.community-platforms{padding-block:70px 60px}.community-platforms__container{padding:0 16px}.community-platforms__header{margin-bottom:40px}.community-platforms__subtitle{font-size:1rem}.community-platform{padding:24px}.community-platform__count{font-size:1.25rem}.community-platform__description{font-size:.875rem}.community-events{padding:70px 0}.community-events__container{padding:0 16px}.community-events__list{gap:24px}.community-event{padding:24px}.community-event__title{font-size:1.125rem}.community-event__description{font-size:.875rem}.community-event__meta{gap:8px;font-size:.8rem}.community-guidelines{padding:70px 0}.community-guidelines__container{padding:0 16px}.community-guidelines__content{gap:40px}.community-guidelines__description{font-size:1rem;margin-bottom:32px}.community-guideline{padding:16px;gap:12px}.community-guideline__icon{width:40px;height:40px}.community-guideline__title{font-size:1rem}.community-guideline__description{font-size:.875rem}.learn-hero{padding:70px 0}.learn-hero__container{padding:0 16px}.learn-hero__title{font-size:2rem}.learn-hero__description{font-size:1rem;margin-bottom:25px}.learn-blockchain{padding:70px 0}.learn-blockchain__container{padding:0 16px}.learn-blockchain__description{font-size:1rem;margin-bottom:32px}.learn-blockchain__feature{gap:12px}.learn-blockchain__feature-icon{width:40px;height:40px}.learn-blockchain__feature-title{font-size:1rem}.learn-blockchain__feature-description{font-size:.875rem}.learn-how-it-works{padding:70px 0}.learn-how-it-works__container{padding:0 16px}.learn-how-it-works__steps{gap:24px}.learn-step{padding:24px 16px}.learn-step__number{width:50px;height:50px;font-size:1.25rem}.learn-step__title{font-size:1.125rem}.learn-step__description{font-size:.875rem}.learn-benefits{padding:60px 0}.learn-benefits__container{padding:0 16px}.learn-benefits__header{margin-bottom:40px}.learn-benefits__subtitle{font-size:1rem}.learn-benefits__grid{grid-template-columns:1fr;gap:25px}.learn-benefit{padding:24px}.learn-benefit__icon{width:56px;height:56px}.learn-benefit__title{font-size:1.125rem}.learn-benefit__description{font-size:.875rem}.roadmap-hero{padding:70px 0}.roadmap-hero__container{padding:0 16px}.roadmap-hero__content{gap:40px}.roadmap-hero__title{font-size:2rem}.roadmap-hero__description{font-size:1rem}.roadmap-hero__img{height:250px;border-radius:16px}.roadmap-timeline{padding:70px 0}.roadmap-timeline__container{padding:0 16px}.timeline-vertical::before{left:15px}.timeline-step{margin-left:48px;gap:8px}.timeline-step:not(:last-child){margin-bottom:25px}.timeline-step__marker{left:-33px;top:12px}.timeline-step__year{width:48px;height:48px;font-size:.75rem;border-width:3px}.timeline-step__content{padding:24px;border-radius:12px}.timeline-step__content{padding:20px;border-radius:10px}.timeline-step__status{padding:3px 10px;font-size:.7rem;margin-bottom:12px}.timeline-step__status{padding:2px 8px;font-size:.65rem;margin-bottom:10px}.timeline-step__title{font-size:1.25rem;margin-bottom:10px}.timeline-step__title{font-size:1.125rem;margin-bottom:8px}.timeline-step__description{font-size:.875rem;margin-bottom:12px}.timeline-step__description{font-size:.8rem;margin-bottom:10px;line-height:1.5}.timeline-step__features{gap:6px}.timeline-step__features{gap:4px}.timeline-step__feature{padding:3px 6px;font-size:.7rem}.timeline-step__feature{padding:2px 5px;font-size:.65rem;border-radius:4px}.roadmap-milestone{gap:20px;margin-bottom:48px}.roadmap-milestone__title{font-size:1.25rem}.roadmap-milestone__description{font-size:.875rem}.roadmap-milestone__img{height:150px}.roadmap-stat{padding:24px 16px}.roadmap-stat__number{font-size:2rem}.roadmap-stat__label{font-size:1rem}.roadmap-vision{padding:70px 0}.roadmap-vision__container{padding:0 16px}.roadmap-vision__content{gap:32px}.roadmap-vision__description{font-size:1rem;margin-bottom:32px}.roadmap-vision__goal{padding:16px}.roadmap-vision__goal-title{font-size:1rem}.roadmap-vision__goal-description{font-size:.875rem}.roadmap-cta{padding:70px 0}.roadmap-cta__container{padding:0 16px}.roadmap-cta__title{font-size:1.75rem}.roadmap-cta__description{font-size:1rem;margin-bottom:32px}.download-hero__title{font-size:2rem}.installation-guide__content{gap:40px}.regulations-hero__title{font-size:2rem;margin-bottom:20px}.regulations-hero__description{font-size:1rem;margin-bottom:30px}.compliance-guidelines__title,.contact-resources__title,.regional-regulations__title,.regulatory-overview__title{font-size:1.75rem}.compliance-guidelines,.contact-resources,.regional-regulations,.regulatory-overview{padding:70px 0}.regulatory-overview__grid{grid-template-columns:1fr;gap:24px}.regional-regulations__grid{grid-template-columns:1fr;gap:20px}.region-card{padding:20px}.region-card__header{flex-direction:column;align-items:flex-start;gap:8px}.guideline-card--long{flex-direction:column;padding:20px;gap:15px}.legal-disclaimer-card--small{padding:12px}.contact-resources__buttons{flex-direction:column;align-items:center;gap:12px}.contact-resources__description{font-size:1rem}.privacy-hero__title{font-size:2rem;margin-bottom:20px}.privacy-hero__description{font-size:1rem}.privacy-content{padding:60px 0}.privacy-section{margin-bottom:50px}.privacy-section__header{flex-direction:column;align-items:flex-start;gap:12px;text-align:left}.privacy-section__title{font-size:1.5rem}.privacy-section__content{margin-left:0;margin-top:16px}.privacy-section__text{font-size:1rem}.privacy-section__list li{font-size:.875rem}.privacy-contact{padding:32px 20px}.privacy-contact__title{font-size:1.5rem}.privacy-contact__text{font-size:1rem}.privacy-contact__meta{flex-direction:column;gap:5px}}@media (max-width:430px){.header__logo-text{display:none}}@media (max-width:370px){.overview-tech__image{height:240px}}@media (max-width:350px){.hero__img{height:320px}}@media (max-width:81.25em){.overview-swiper .swiper-button-next,.overview-swiper .swiper-button-prev{display:none}}@media (max-width:61.99875em){.roadmap-timeline__title{margin-bottom:50px}}@media (max-width:47.99875em){.menu{position:absolute;top:25px;right:15px}.menu__body{position:fixed;width:100%;height:100%;left:0;top:-100%;overflow-y:auto;padding:6.25rem .9375rem 3.125rem .9375rem;transition:top .62s;display:grid;background:var(--text-muted);background:rgba(120,129,141,.97)}.menu__body::before{content:"";position:fixed;width:100%;height:4.375rem;left:0;top:-100%;transition:top .7s ease;z-index:2;background:rgba(0,0,0,.2);backdrop-filter:blur(5px)}.menu-open .menu__body{top:0}.menu-open .menu__body::before{top:0}.menu__list{flex-direction:column;gap:1.875rem}.menu__link{color:#fff;font-size:1.625rem}.menu__link.active{font-weight:600;color:#fff;border-bottom:2px solid #fff}.icon-menu{display:block;position:relative;width:1.875rem;height:1.125rem;z-index:5}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";transition:all .4s ease 0s;right:0;position:absolute;width:100%;height:.125rem;background-color:#000}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::after,.menu-open .icon-menu::before{background-color:#fff}.menu-open .icon-menu::before{top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.instant-demo{width:100%}.downloads__title{font-size:2rem}.installation-guide__title{font-size:2rem}.releases__title{font-size:2rem}.system-requirements__title{font-size:2rem}.privacy-hero__icon{margin-bottom:22px}.privacy-section__list li{flex-direction:column;gap:7px}}@media (max-width:47.99875em)and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:29.99875em){.btn{width:100%}.menu__list{gap:1.25rem}.menu__link{font-size:1.5rem}.header__container{padding:0 16px}.header__download-btn{margin-right:45px;width:auto}.hero__badge{margin-bottom:15px}.feature-card__icon{padding:13px;width:55px;height:55px;margin:0 auto 18px}.security__image{height:280px}.overview-tech__image{height:280px}.community-guidelines__image{height:300px}.learn-blockchain__img{height:250px}.timeline-vertical{padding:10px 0}.roadmap-vision__img{height:300px}.download-hero{padding-block:70px}.download-hero__description{margin-bottom:30px}.downloads{padding-block:70px}.downloads__header{margin-bottom:40px}.downloads__grid{gap:25px}.download-card{padding:30px 20px}.installation-guide{padding-block:70px}.releases{padding-block:70px}.releases__list{gap:25px}.releases__footer{margin-top:40px}.system-requirements{padding-block:70px}.regulations-hero{padding-block:70px}.compliance-guidelines__header{margin-bottom:40px}.privacy-hero{padding-block:70px}.privacy-hero__icon{margin-bottom:15px}.privacy-hero__icon svg{width:45px;height:45px}.privacy-content__container{padding-inline:16px}.privacy-section__header{margin-bottom:15px}}@media (any-hover:hover){.menu__link:hover{color:var(--primary-dark)}.menu__link.active:hover{color:var(--foreground)}}