*{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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,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{color:#1a1a1a;background-color:#fff;line-height:1.6}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}body::selection{color:#fff;background:#667eea}body::-moz-selection{color:#fff;background:#667eea}.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:76.875rem;margin:0 auto;padding:0 .9375rem}[class*="--gc"]{display:grid;min-width:0;grid-template-columns:.9375rem 1fr minmax(auto,75rem) 1fr .9375rem}[class*="--gc"]>*{min-width:0;grid-column:3/4}.button{display:inline-flex;padding:0 0}.button--fw{width:100%}.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}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem;text-wrap:pretty!important}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:#666;text-wrap:pretty}.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;gap:.5rem}.button--primary{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff}.button--primary:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.button--outline{background:rgba(0,0,0,0);color:#667eea;border:2px solid #667eea}.button--outline:hover{background:#667eea;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.button--large{padding:1rem 2rem;font-size:1.1rem}.button--active{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff}.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease}.header__content{display:flex;gap:30px;align-items:center;justify-content:space-between;padding:1rem 0}.header__logo{display:flex;align-items:center;gap:10px;font-size:1.4rem;font-weight:700;color:#667eea;white-space:nowrap}.header__nav{display:flex;transition:all .3s ease}.nav{display:flex;justify-content:center;flex-wrap:wrap;list-style:none;gap:7px 2rem;align-items:center}.nav__link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav__link--active,.nav__link:hover{color:#667eea}.nav__link::after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#667eea;transition:width .3s ease}.header__menu-toggle{display:none;flex-direction:column;background:0 0;border:none;cursor:pointer;padding:.5rem;gap:4px;position:relative;width:30px;height:30px;justify-content:center;align-items:center;z-index:1001}.header__menu-toggle span{width:25px;height:3px;background:#333;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:2px;position:absolute}.header__menu-toggle span:nth-child(1){top:8px}.header__menu-toggle span:nth-child(2){top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header__menu-toggle span:nth-child(3){bottom:8px}.menu-toggle--active span:nth-child(1){top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);background:#667eea}.menu-toggle--active span:nth-child(2){opacity:0;-webkit-transform:scale(0);transform:scale(0)}.menu-toggle--active span:nth-child(3){bottom:50%;-webkit-transform:translateY(50%) rotate(-45deg);transform:translateY(50%) rotate(-45deg);background:#667eea}.hero{padding:11rem 0 6rem;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);display:flex;align-items:center}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero__title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.hero__subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero__stats{display:flex;flex-wrap:wrap;gap:1rem 3rem}.stat{text-align:center}.stat__number{font-size:2rem;font-weight:700;color:#667eea;display:block}.stat__label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.hero__image{position:relative}.hero__image-main{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.hero__image-main:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.section-header{text-align:center;margin-bottom:4rem}.section-header__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.section-header__subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.features{padding:6rem 0;background:#fff}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #f0f0f0}.feature-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.feature-card__icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;padding:10px}.feature-card__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.feature-card__description{color:#666;line-height:1.6}.security{padding:6rem 0;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)}.security__content{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.security__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.security__subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.security__features{display:flex;flex-direction:column;gap:1.5rem}.security__feature{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:.5rem;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .3s ease}.security__feature:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.security__feature-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;padding:7px}.security__feature-content h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.security__feature-content p{color:#666;font-size:.9rem;margin:0}.security__shield{display:flex;justify-content:center;align-items:center;position:relative}.shield{position:relative;width:200px;aspect-ratio:1;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px rgba(102,126,234,.3)}.shield__icon{width:64px;height:64px}.shield__rings{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ring{position:absolute;border:2px solid rgba(102,126,234,.3);border-radius:50%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ring--1{width:250px;aspect-ratio:1;-webkit-animation:pulse 3s ease-in-out infinite;animation:pulse 3s ease-in-out infinite}.ring--2{width:300px;aspect-ratio:1;-webkit-animation:pulse 3s ease-in-out infinite .5s;animation:pulse 3s ease-in-out infinite .5s}.ring--3{width:350px;aspect-ratio:1;-webkit-animation:pulse 3s ease-in-out infinite 1s;animation:pulse 3s ease-in-out infinite 1s}@-webkit-keyframes pulse{0%,100%{opacity:0;-webkit-transform:translate(-50%,-50%) scale(.8);transform:translate(-50%,-50%) scale(.8)}50%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}@keyframes pulse{0%,100%{opacity:0;-webkit-transform:translate(-50%,-50%) scale(.8);transform:translate(-50%,-50%) scale(.8)}50%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}.ecosystem-slider{padding:80px 0}.ecosystem-slider .container{position:relative;z-index:1}.ecosystem-slider__header{text-align:center;margin-bottom:4rem}.ecosystem-slider__title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:16px;line-height:1.2}.ecosystem-slider__subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.ecosystem-slider__slider{border-radius:20px;box-shadow:0 0 50px -12px rgba(0,0,0,.1)}.ecosystem-slider__wrapper{position:relative}.ecosystem-slide{min-width:100%;display:flex;align-items:center;padding:50px;gap:40px}.ecosystem-slide__image{flex:0 0 45%;position:relative}.ecosystem-slide__img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px -12px rgba(0,0,0,.15);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ecosystem-slide__img:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.ecosystem-slide__content{flex:1;padding-left:20px}.ecosystem-slide__title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:24px;line-height:1.2}.ecosystem-slide__description{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:32px}.ecosystem-slide__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.ecosystem-slide__stat{text-align:center;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.ecosystem-slide__stat:hover{background:#fff;border-color:#667eea;-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px -8px rgba(59,130,246,.15)}.ecosystem-slide__stat-number{font-size:1.875rem;font-weight:700;color:#667eea;margin-bottom:8px;display:block}.ecosystem-slide__stat-label{font-size:.875rem;color:#64748b;font-weight:500}.ecosystem-slide__features{display:flex;flex-direction:column;gap:16px}.ecosystem-slide__feature{display:flex;align-items:center;gap:12px;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease;text-align:left}.ecosystem-slide__feature:hover{background:#fff;border-color:#10b981;-webkit-transform:translateX(4px);transform:translateX(4px)}.ecosystem-slide__feature svg{color:#10b981;flex-shrink:0}.ecosystem-slide__feature span{color:#374151;font-weight:500}.ecosystem-slider__navigation{display:flex;justify-content:center;align-items:center;gap:15px 25px;margin-bottom:40px;padding-inline:15px}.ecosystem-slider__nav-btn{width:50px;height:50px;aspect-ratio:1;border-radius:50%;border:2px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#64748b}.ecosystem-slider__nav-btn:hover{border-color:#667eea;background:#667eea;color:#fff;-webkit-transform:scale(1.1);transform:scale(1.1)}.ecosystem-slider__nav-btn:disabled{opacity:.5;cursor:not-allowed;-webkit-transform:none;transform:none}.ecosystem-slider__nav-btn:disabled:hover{border-color:#e2e8f0;background:#fff;color:#64748b}.ecosystem-slider__pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 12px}.swiper-pagination-bullet{width:12px;height:12px;border-radius:50%;background:#e2e8f0;cursor:pointer;transition:all .3s ease}.swiper-pagination-bullet-active{background:#667eea;-webkit-transform:scale(1.2);transform:scale(1.2);pointer-events:none}.swiper-pagination-bullet:hover{background:#667eea;-webkit-transform:scale(1.1);transform:scale(1.1)}.how-it-works{padding:6rem 0;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.step{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;text-align:center}.step:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.step__number{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.step__description{color:#666;line-height:1.6;margin-bottom:0}.step__description:not(:last-child){margin-bottom:1rem}.community{padding:6rem 0;background:#fff}.community__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.community__title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.community__subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.community__highlights{display:flex;flex-direction:column;gap:1.5rem}.community__highlight{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;transition:all .3s ease}.community__highlight:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.05)}.community__highlight-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.community__highlight-content h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.community__highlight-content p{color:#666;font-size:.9rem;margin:0}.community__image{position:relative;border-radius:1rem;overflow:hidden}.community__img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.community__img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.community__cta{position:absolute;bottom:2rem;left:4rem;right:4rem;background:rgba(255,255,255,.8);backdrop-filter:blur(5px);padding:1.5rem;border-radius:.5rem;text-align:center}.community__cta-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.community__cta-description{color:#494949;margin-bottom:1rem;font-size:.9rem}.cta{padding:6rem 0;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;text-align:center}.cta__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta__subtitle{font-size:1.1rem;margin-bottom:2rem;color:#fff;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta .button--primary{background:#fff;color:#667eea}.cta .button--primary:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,.3)}.cta .button--outline{border-color:#fff;color:#fff}.cta .button--outline:hover{background:#fff;color:#667eea}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer__content{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer__logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer__logo-text{font-size:1.25rem;font-weight:700;color:#667eea}.footer__description{color:#ccc;line-height:1.6;margin-bottom:0}.footer__description:not(:last-child){margin-bottom:1rem}.footer__section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer__link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer__link:hover{color:#667eea}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #333}.footer__copyright{color:#ccc;font-size:.9rem}.footer__social{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.footer__social-link{width:40px;height:40px;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ccc;text-decoration:none;transition:all .3s ease}.footer__social-link:hover{background:#667eea;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.about-hero{padding:11rem 0 6rem;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);text-align:center}.about-hero__title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.about-hero__subtitle{font-size:1.25rem;color:#666;max-width:800px;margin:0 auto;margin-bottom:2rem}.about-hero__features-list{display:flex;gap:1rem 2rem;justify-content:center;flex-wrap:wrap}.about-hero__feature-item{display:flex;align-items:center;gap:.75rem;padding:10px 15px;background:rgba(255,255,255,.9);border-radius:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid rgba(102,126,234,.1)}.about-hero__feature-item:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.2);background:#fff}.about-hero__feature-icon{width:37px;height:37px;aspect-ratio:1;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.about-hero__feature-icon svg{width:24px;height:24px}.about-hero__feature-item:hover .about-hero__feature-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.about-hero__feature-item span{font-weight:500;color:#1a1a1a;font-size:14px}.mission{padding:6rem 0;background:#fff}.mission__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mission__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.mission__description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.mission__values{display:grid;grid-template-columns:1fr;gap:1.5rem}.mission-value{display:flex;align-items:center;gap:1rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border-left:4px solid transparent}.mission-value:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15);border-left-color:#667eea}.mission-value__icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mission-value:hover .mission-value__icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.mission-value__title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.mission-value__description{color:#666;font-size:1rem;margin:0;line-height:1.6}.mission__image{height:100%}.mission__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mission__img:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.values{padding:6rem 0;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)}.values__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;text-align:center}.value-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.value-card__icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;padding:10px}.value-card__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.value-card__description{color:#666;line-height:1.6}.about-stats{padding:6rem 0;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff}.about-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;text-align:center}.about-stat{padding:1.5rem}.about-stat__number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#fff}.about-stat__label{font-size:1.1rem;opacity:.9}.contact{padding:6rem 0;background:#fff}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.contact__description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.contact__info{display:flex;flex-direction:column;gap:1.5rem}.contact__item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;transition:all .3s ease}.contact__item:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.04)}.contact__item-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact__item-content h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.contact__item-content p{color:#666;font-size:.9rem;margin:0}.form{display:flex;flex-direction:column;gap:1.5rem;position:relative}.form__group{display:flex;flex-direction:column;position:relative}.form__label{font-weight:500;color:#1a1a1a;margin-bottom:.5rem}.form__input,.form__textarea{padding:.75rem;border:2px solid #e6eaf0;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease;transition:all .2s}.form__input:hover,.form__textarea:hover{border:2px solid #d3d9e2}.form__input:focus,.form__textarea:focus{outline:0;border-color:#667eea}.form__input--error,.form__textarea--error{border-color:#dc3545}.form__error{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:none}.form__error--visible{display:block}.form__success{position:fixed;top:2rem;right:2rem;background:linear-gradient(135deg,#28a745 0,#20c997 100%);color:#fff;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 8px 25px rgba(40,167,69,.3);z-index:10000;max-width:350px;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:none;border-left:4px solid rgba(255,255,255,.3)}.form__success--visible{display:block;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.form__success::before{content:"✓";display:inline-block;margin-right:.5rem;font-weight:700;font-size:1.2rem}.form__textarea{resize:vertical;min-height:120px;max-height:350px}.download-hero{padding:11rem 0 6rem;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);text-align:center}.download-hero__title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.download-hero__subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.download-hero__features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.download-hero__feature{display:flex;align-items:center;gap:.5rem;color:#667eea;font-weight:500}.download-hero__feature svg{flex-shrink:0}.download-hero__version{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.version-badge{background:rgba(102,126,234,.1);color:#667eea;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:500}.download-options{padding:6rem 0;background:#fff}.download-options__grid{display:flex;flex-direction:column;gap:4rem}.download-category__title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:3rem;text-align:center}.download-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.download-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;border:1px solid #f0f0f0;min-height:320px;-webkit-transform:translateY(-8px) scale(1.02);transform:translateY(-8px) scale(1.02);transition:all .3s}.download-card:hover{box-shadow:0 15px 30px rgba(0,0,0,.12)}.download-card__icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;padding:10px}.download-card__title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.download-card__description{color:#666;margin-bottom:.5rem}.download-card__version{color:#667eea;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.download-card__button{margin-bottom:1rem}.download-card__info{color:#999;font-size:.8rem}.download-stats{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:.5rem}.download-stats__icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.download-stats__title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.download-stats__description{color:#666;font-size:.9rem;margin:0}.system-requirements{padding:6rem 0;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)}.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.requirement-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease}.requirement-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.requirement-card__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.requirement-card__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.requirement-card__list li{color:#666;position:relative;padding-left:1.5rem}.requirement-card__list li::before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.installation-guide{padding:6rem 0;background:#fff}.guide-tabs{max-width:800px;margin:0 auto}.guide-tabs__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.guide-tab{padding:.75rem 1.5rem;background:#f8fafc;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;min-width:120px}.guide-tab--active,.guide-tab:hover{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff}.guide-content{display:none}.guide-content--active{display:block}.guide-steps{display:flex;flex-direction:column;gap:1.5rem}.guide-step{display:flex;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:.5rem;transition:all .3s ease}.guide-step:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.07)}.guide-step__number{width:40px;height:40px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.guide-step__content h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.guide-step__content p{color:#666;margin:0}.guide-step__content code{background:#e2e8f0;padding:.25rem .5rem;border-radius:.25rem;font-family:Monaco,Menlo,monospace;font-size:.9rem}.security-notice{text-align:center;margin-top:2rem;padding:2rem 0;background:rgba(255,243,205,.5);border-top:4px solid #ffebae}.security-notice__content{display:flex;gap:1.5rem;max-width:800px;margin:0 auto}.security-notice__icon{width:50px;height:50px;background:#ffc107;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;display:none;padding:10px}.security-notice__title{font-size:1.25rem;font-weight:600;color:#856404;margin-bottom:.5rem}.security-notice__description{color:#856404;margin:0;line-height:1.6}.ecosystem-hero{padding:11rem 0 6rem;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);text-align:center}.ecosystem-hero__title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.ecosystem-hero__subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.ecosystem-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.ecosystem-hero__actions:not(:last-child){margin-bottom:2rem}.ecosystem-hero__stats{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.ecosystem-hero__stat{text-align:center}.ecosystem-hero__stat-number{font-size:2.5rem;font-weight:700;color:#667eea;display:block}.ecosystem-hero__stat-label{font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.network-features{padding:6rem 0;background:#fff}.network-features__header{text-align:center;margin-bottom:4rem}.network-features__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.network-features__subtitle{font-size:1.1rem;color:#666;max-width:800px;margin:0 auto;line-height:1.6}.network-features__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.network-features__image{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.network-features__image:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.network-features__image{position:relative;border-radius:1rem;overflow:hidden}.network-features__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem}.network-features__info{display:flex;flex-direction:column;gap:2rem}.network-features__feature{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#f8fafc;border-radius:1rem;transition:all .3s ease;border-left:4px solid transparent}.network-features__feature:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1);border-left-color:#667eea}.network-features__feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.network-features__feature:hover .network-features__feature-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.network-features__feature-content h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.network-features__feature-content p{color:#666;line-height:1.6;margin:0}.dapps{text-align:center;padding:6rem 0;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)}.dapps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.dapps__grid:not(:last-child){margin-bottom:3rem}.dapp{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;text-align:center}.dapp:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.dapp__icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;padding:10px}.dapp__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.dapp__description{color:#666;margin-bottom:1.5rem;line-height:1.6}.dapp__stats{display:flex;flex-wrap:wrap;gap:10px 1rem;justify-content:center}.dapp__stat{background:#f8fafc;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;color:#667eea;font-weight:500}.developer{padding:6rem 0;background:#fff}.developer__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.developer__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.developer__description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.developer__features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.developer__feature{display:flex;align-items:center;gap:1rem;color:#666}.developer__feature svg{color:#667eea;flex-shrink:0}.developer__actions{display:flex;flex-wrap:wrap;gap:1rem}.developer__image{height:100%}.developer__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.developer__img:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.regulation-hero{padding:11rem 0 6rem;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);text-align:center}.regulation-hero__title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.regulation-hero__subtitle{font-size:1.25rem;color:#666;margin-bottom:3rem;max-width:800px;margin:0 auto;margin-bottom:30px}.regulation-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.regulation-hero__actions:not(:last-child){margin-bottom:2rem}.compliance-standards{padding:6rem 0;background:#fff}.compliance-standards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.compliance-standard{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;text-align:center;border:1px solid #f0f0f0}.compliance-standard:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.compliance-standard__icon{width:60px;height:60px;padding:10px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.compliance-standard__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.compliance-standard__description{color:#666;line-height:1.6;margin-bottom:0}.compliance-standard__description:not(:last-child){margin-bottom:1rem}.regulatory-framework{padding:6rem 0;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)}.regulatory-framework__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.regulatory-framework__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.regulatory-framework__description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.regulatory-framework__features{display:flex;flex-direction:column;gap:1.5rem}.regulatory-framework__feature{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:.5rem;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .3s ease}.regulatory-framework__feature:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.regulatory-framework__feature-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#667eea;flex-shrink:0}.regulatory-framework__feature-content h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.regulatory-framework__feature-content p{color:#666;font-size:.9rem;margin:0}.regulatory-framework__img{width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.regulatory-framework__img:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.jurisdictions{padding:6rem 0;background:#fff}.jurisdictions__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.jurisdiction{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;text-align:center;border:1px solid #f0f0f0}.jurisdiction:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.jurisdiction__flag{font-size:3rem;margin-bottom:1rem}.jurisdiction__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.jurisdiction__description{color:#666;margin-bottom:1.5rem;line-height:1.6}.jurisdiction__status-badge{padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:500}.jurisdiction__status-badge--active{background:#d4edda;color:#155724}.security-measures{padding:6rem 0;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)}.security-measures__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.security-measures__intro{margin-bottom:2rem}.security-measures__title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.security-measures__description{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:0}.security-measures__features{display:flex;flex-direction:column;gap:1.5rem}.security-measures__feature{display:flex;align-items:flex-start;gap:1rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border-left:4px solid transparent}.security-measures__feature:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1);border-left-color:#667eea}.security-measures__feature-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.security-measures__feature:hover .security-measures__feature-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.security-measures__feature-content h4{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.security-measures__feature-content p{color:#666;line-height:1.6;margin:0}.security-measures__image{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.security-measures__image:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.security-measures__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.legal-notice{padding:6rem 0;background:#fff}.legal-notice__content{max-width:800px;margin:0 auto;text-align:center}.legal-notice__title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem}.legal-notice__text{margin-bottom:2rem}.legal-notice__text p{color:#666;line-height:1.6;margin-bottom:1rem}.legal-notice__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.community-hero{padding:11rem 0 6rem;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);text-align:center}.community-hero__title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.community-hero__subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.community-hero__stats{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.community-hero__stat{text-align:center}.community-hero__stat-number{font-size:2.5rem;font-weight:700;color:#667eea;display:block}.community-hero__stat-label{font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.community-platforms{padding:6rem 0;background:#fff}.community-platforms__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.platform-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;text-align:center;border:1px solid #f0f0f0}.platform-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.platform-card__icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;padding:10px}.platform-card__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.platform-card__title a{transition:all .3s}.platform-card__title a:hover{color:#667eea}.platform-card__description{color:#666;margin-bottom:1.5rem;line-height:1.6}.platform-card__stats{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.platform-card__stat{background:#f8fafc;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;color:#667eea;font-weight:500}.community-features{padding:6rem 0;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)}.community-features__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.community-features__intro{margin-bottom:2rem}.community-features__title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.community-features__description{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:0}.community-features__benefits{display:flex;flex-direction:column;gap:1.5rem}.community-features__benefit{display:flex;align-items:flex-start;gap:1rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border-left:4px solid transparent}.community-features__benefit:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1);border-left-color:#667eea}.community-features__benefit-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.community-features__benefit:hover .community-features__benefit-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.community-features__benefit-content h4{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.community-features__benefit-content p{color:#666;line-height:1.6;margin:0}.community-features__image{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.community-features__image:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.community-features__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.community-guidelines{padding:6rem 0;background:#fff}.community-guidelines__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.community-guidelines__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.community-guidelines__subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.community-guidelines__list{display:flex;flex-direction:column;gap:1.5rem}.guideline{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;transition:all .3s ease}.guideline:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.06)}.guideline__icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#667eea;flex-shrink:0}.guideline__content h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.guideline__content p{color:#666;font-size:.9rem;margin:0}.community-guidelines__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.community-guidelines__img:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.community-cta{padding:6rem 0;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;text-align:center}.community-cta__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.community-cta__subtitle{font-size:1.1rem;margin-bottom:2rem;color:#fff;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.community-cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.community-cta .button--primary{background:#fff;color:#667eea}.community-cta .button--primary:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,.3)}.community-cta .button--outline{border-color:#fff;color:#fff}.community-cta .button--outline:hover{background:#fff;color:#667eea}.terms-hero{padding:11rem 0 6rem;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);text-align:center}.terms-hero__title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.terms-hero__subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.terms-hero__updated{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgba(102,126,234,.1);border-radius:2rem;border:1px solid rgba(102,126,234,.2)}.terms-hero__updated-label{font-weight:600;color:#667eea}.terms-hero__updated-date{color:#1a1a1a;font-weight:500}.terms-content{padding:6rem 0;background:#fff}.terms-section{margin-bottom:3rem;padding:2rem;background:#f8fafc;border-radius:1rem;border-left:4px solid #667eea;transition:all .3s ease}.terms-section:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.04)}.terms-section__title{font-size:1.5rem!important;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.terms-section__content{color:#666;line-height:1.7}.terms-section__content p{margin-bottom:1rem;font-size:1rem}.terms-section__content ul{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}.terms-section__content li{margin-bottom:.5rem;position:relative;padding-left:1.5rem}.terms-section__content li::before{content:"•";position:absolute;left:0;top:-4px;color:#667eea;font-weight:700;font-size:1.2rem}@-webkit-keyframes slideDown{from{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideDown{from{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideInRight{from{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slideInRight{from{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.swiper{overflow:hidden}.swiper-initialized{touch-action:pan-y}.swiper-wrapper{width:100%;height:100%;box-sizing:content-box;display:flex;position:relative}.swiper-vertical .swiper-wrapper{flex-direction:column}.swiper-autoheight .swiper-wrapper{align-items:flex-start}.swiper-initialized .swiper-slide{flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-button-lock{display:none!important}@media (min-width:47.99875em){.nav__link--active::after,.nav__link:hover::after{width:100%}.network-features__image{height:500px}}@media (min-width:61.99875em){.hero__image{height:400px}.security-measures__image{height:450px}.community-features__image{height:500px}.community-guidelines__image{height:420px}}@media (max-width:1100px){.ecosystem-slide{padding:40px;gap:40px}.ecosystem-slide__title{font-size:2rem}.ecosystem-slide__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.ecosystem-slider{padding:60px 0}.ecosystem-slider__title{font-size:2.5rem}.ecosystem-slide{flex-direction:column;padding:40px 30px;gap:30px}.ecosystem-slide__image{flex:none;width:100%}.ecosystem-slide__content{padding-left:0}.ecosystem-slide__title{font-size:1.875rem}.ecosystem-slide__stats{grid-template-columns:1fr}}@media (max-width:768px){.container{padding:0 1rem}.ecosystem-hero__actions,.regulation-hero__actions{align-items:center}.mission__values{gap:1rem}.mission-value{flex-direction:column;text-align:center;padding:1.5rem}.mission-value__icon{margin-bottom:1rem}.header__nav{display:flex;flex-direction:column;gap:1rem;position:fixed;top:100%;left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);box-shadow:0 8px 32px rgba(0,0,0,.15);z-index:999;padding:2.5rem 1rem;border-radius:0 0 1rem 1rem;transition:all .5s cubic-bezier(.4,0,.2,1);opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:hidden;overflow:auto}.nav--active{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}.header__menu-toggle{display:flex}.nav{flex-direction:column;gap:.7rem;align-items:stretch}.nav__link{padding:.55rem 1rem;border-radius:.5rem;transition:all .3s ease;text-align:center}.about-hero__title,.community-hero__title,.download-hero__title,.ecosystem-hero__title,.hero__title,.regulation-hero__title,.terms-hero__title{font-size:2.5rem}.hero__stats{gap:1rem 1.5rem}h2[class*=__title]{font-size:2rem}.steps{grid-template-columns:1fr}.footer__content{grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.download-cards{grid-template-columns:1fr}.community-hero__stats,.ecosystem-hero__stats{gap:1rem 1.5rem}}@media (max-width:768px)and (max-width:47.99875em){.nav{align-items:center}.nav__link{font-size:20px}}@media (max-width:480px){.ecosystem-slide__img{height:270px}.ecosystem-slider__title{font-size:2rem}.ecosystem-slide{padding:30px 20px}.ecosystem-slide__title{font-size:1.5rem}.ecosystem-slide__description{font-size:1rem}.about-hero__title,.community-hero__title,.download-hero__title,.ecosystem-hero__title,.hero__title,.regulation-hero__title,.terms-hero__title{font-size:2rem}.section-header__title{font-size:1.75rem}h2[class*=__title]{font-size:1.75rem}.form__success{top:1rem;right:1rem;left:1rem;max-width:none}.community-hero__stat-number,.ecosystem-hero__stat-number{font-size:2rem}.guide-tabs__nav{flex-direction:column}.footer__content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:61.99875em){.hero__content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero__title{font-size:2.5rem}.hero__actions{justify-content:center}.hero__stats{justify-content:center}.security__content{gap:2rem}.shield{width:140px}.shield__icon{width:55px;height:55px}.ring--1{width:200px}.ring--2{width:250px}.ring--3{width:300px}.about-stat__number{font-size:2.5rem}.contact__content{gap:3rem 2.5rem}.network-features__header{margin-bottom:3rem}.community-guidelines__content,.community__content,.contact__content,.developer__content,.ecosystem__content,.mission__content,.network-features__content,.regulatory-framework__content{grid-template-columns:1fr;gap:3rem}.community-features__grid,.security-measures__grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:47.99875em){.menu__body{position:fixed;width:100%;height:100%;left:-100%;top:0;overflow:auto;padding:3.125rem .9375rem 1.875rem .9375rem;transition:left .3s}.menu__body::before{content:"";position:fixed;width:100%;height:4.375rem;left:-100%;top:0;transition:left .3s;z-index:2}.menu-open .menu__body{left:0}.menu-open .menu__body::before{left:0}.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 .3s 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::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)}.header__content{gap:16px}.header__logo{flex:1}.hero{padding:8.5rem 0 4rem}.section-header{margin-bottom:3rem}.features{padding:4rem 0}.security{padding:4rem 0}.security__content{grid-template-columns:1fr;gap:4.5rem}.shield__icon{width:50px;height:50px}.ring--1{width:170px}.ring--2{width:220px}.ring--3{width:270px}.ecosystem-slider__header{margin-bottom:3rem}.how-it-works{padding:4rem 0}.community{padding:4rem 0}.community__title{font-size:1.75rem}.cta{padding:4rem 0}.footer{padding:3rem 0 2rem}.footer__section:nth-child(1){grid-column:span 3}.about-hero{padding:8.5rem 0 4rem}.mission{padding:4rem 0}.values{padding:4rem 0}.about-stats{padding:4rem 0}.contact{padding:4rem 0}.download-hero{padding:8.5rem 0 4rem}.download-options{padding:4rem 0}.system-requirements{padding:4rem 0}.installation-guide{padding:4rem 0}.ecosystem-hero{padding:8.5rem 0 4rem}.network-features{padding:4rem 0}.dapps{padding:4rem 0}.developer{padding:4rem 0}.regulation-hero{padding:8.5rem 0 4rem}.compliance-standards{padding:4rem 0}.regulatory-framework{padding:4rem 0}.jurisdictions{padding:4rem 0}.security-measures{padding:4rem 0}.legal-notice{padding:4rem 0}.community-hero{padding:8.5rem 0 4rem}.community-platforms{padding:4rem 0}.community-features{padding:4rem 0}.community-features__title{font-size:1.4rem}.community-guidelines{padding:4rem 0}.community-cta{padding:4rem 0}.terms-hero{padding:8.5rem 0 4rem}.terms-content{padding:4rem 0}}@media (max-width:47.99875em)and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:29.99875em){.button{width:100%}.header__logo{font-size:1.1rem;gap:7px}.hero__title{font-size:2rem}.hero__subtitle{font-size:1.125rem;margin-bottom:1.2rem}.hero__actions{margin-bottom:1.5rem}.stat__number{font-size:1.5rem}.section-header{margin-bottom:2.5rem}.shield{width:120px}.shield__icon{width:45px;height:45px}.ring--1{width:150px}.ring--2{width:190px}.ring--3{width:240px}.ecosystem-slider__header{margin-bottom:2.5rem}.community__title{font-size:1.55rem}.community__cta{bottom:1rem;left:1rem;right:1rem}.footer__section:nth-child(1){grid-column:span 2}.about-hero__subtitle{font-size:1.125rem;margin-bottom:1.2rem}.about-hero__feature-item{width:100%;justify-content:center;padding:6px 15px}.about-hero__feature-icon{width:33px;height:33px}.about-hero__feature-icon svg{width:20px;height:20px}.about-stats__grid{gap:.5rem}.about-stat{padding:1rem}.about-stat__number{font-size:2rem}.form{gap:1rem}.download-hero__subtitle{font-size:1.125rem;margin-bottom:1.2rem}.version-badge{font-size:.875rem;padding:.5rem 1.2rem;width:100%}.security-notice{padding-block:2rem 2.5rem}.security-notice__content{flex-direction:column;align-items:center;text-align:center}.ecosystem-hero__subtitle{font-size:1.125rem;margin-bottom:1.2rem}.network-features__header{margin-bottom:2.5rem}.network-features__feature{flex-direction:column}.dapps__grid:not(:last-child){margin-bottom:2.2rem}.regulation-hero__subtitle{font-size:1.125rem;margin-bottom:1.2rem}.community-hero__subtitle{font-size:1.125rem;margin-bottom:1.2rem}.platform-card{padding:2rem 1.2rem}.platform-card__stats{gap:10px}.platform-card__stat{width:100%;padding:.4rem 1rem;font-size:14px}.terms-hero__subtitle{font-size:1.125rem;margin-bottom:1.2rem}.terms-hero__updated{font-size:.875rem;padding:.5rem 1.2rem}.terms-section{padding:2rem 1.2rem 1.2rem 1.2rem;margin-bottom:2rem}.terms-section__title{font-size:1.4rem!important;margin-bottom:1rem}}@media (max-width:23.125em){.header__logo-text span{display:none}}