.navbar{position:fixed;top:0;left:0;width:100%;padding:2rem 0;z-index:100;transition:all .4s ease-out;background:transparent}.navbar--scrolled{background-color:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.navbar__container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.navbar__network{display:flex;align-items:center;font-family:Orbitron,sans-serif;font-size:.65rem;letter-spacing:.1em}.navbar__network .network-status{display:flex;align-items:center;gap:.5rem;color:#00d9ffb3;padding:.4rem .8rem;border:1px solid rgba(0,217,255,.2);border-radius:20px;background:#00d9ff0d}.navbar__network .network-status .network-dot{width:6px;height:6px;background:#00d9ff;border-radius:50%;box-shadow:0 0 8px #00d9ff99;animation:pulse 2s ease-in-out infinite}.navbar__network .network-status .network-label{text-transform:uppercase;opacity:.8}.navbar__network .network-status .network-tx{color:#00d9ff;font-weight:500;margin-left:.5rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.navbar__logo{display:flex;align-items:center;gap:.75rem;font-family:Cinzel,serif;font-size:1.2rem;font-weight:400;letter-spacing:.2em;color:#e8e8e8;transition:transform .3s ease;position:relative;z-index:10}@media(max-width:768px){.navbar__logo{font-size:1rem;gap:.5rem;display:flex!important;visibility:visible!important}}.navbar__logo:hover{transform:scale(1.05)}.navbar__logo-icon{width:32px;height:32px;filter:brightness(0) invert(1);opacity:.9;transition:all .3s ease;display:block!important;flex-shrink:0;position:relative;z-index:1}@media(max-width:768px){.navbar__logo-icon{width:28px;height:28px;display:block!important;opacity:1!important;filter:brightness(0) invert(1)!important;visibility:visible!important}}@supports (-webkit-touch-callout: none){@media(max-width:768px){.navbar__logo-icon{display:block!important;opacity:1!important;visibility:visible!important;filter:brightness(0) invert(1)!important}}}.navbar__logo-icon:hover{opacity:1;filter:brightness(0) invert(1) drop-shadow(0 0 12px #00ffff) drop-shadow(0 0 24px rgba(0,255,255,.4))}.navbar__logo-text{display:inline-block}.navbar__links{display:flex;gap:2rem;align-items:center}.navbar__links button{color:#888c;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;position:relative;font-weight:300;transition:color .4s ease-out}.navbar__links button:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:#0ff;transition:width .4s ease-out}.navbar__links button:hover{color:#e8e8e8}.navbar__links button:hover:after{width:100%}.navbar__contact{border:1px solid rgba(255,255,255,.3);padding:.5rem 1.5rem;transition:all .4s ease-out}.navbar__contact:hover{border-color:#00ffff80;color:#0ff}@media(max-width:768px){.navbar__network,.navbar__links{display:none}}.magnetic-btn{position:relative;transition:transform .3s cubic-bezier(.23,1,.32,1);cursor:pointer;overflow:hidden}.magnetic-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#00d9ff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.magnetic-btn:hover:before{width:300px;height:300px}.magnetic-btn:active{transform:scale(.95)}.hero{position:relative;height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__bg .hero__image{width:100%;height:100%;object-fit:cover;opacity:.5}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#000000bf 50%,#000000d9 70%,#000);z-index:1}.hero__content{position:relative;z-index:3;text-align:center;max-width:900px;padding:8rem 2rem;display:flex;flex-direction:column;gap:2rem}@media(max-width:768px){.hero__content{padding:4rem 1rem;gap:1rem}}.hero__brand{font-family:Cinzel,serif;font-size:1.2rem;letter-spacing:.3em;margin-bottom:1rem;color:#888;font-weight:400}@media(max-width:768px){.hero__brand{font-size:.9rem;letter-spacing:.2em;margin-bottom:.5rem}}.hero__brand .highlight{color:#0ff;text-shadow:0 0 10px rgba(0,255,255,.8),0 0 20px rgba(0,255,255,.5),0 0 30px rgba(0,255,255,.3)}.hero__headline{font-size:clamp(2rem,6vw,5rem);line-height:1.15;margin-bottom:2rem;font-weight:300;color:#fff;letter-spacing:.02em;min-height:1.2em;position:relative;text-shadow:0 2px 20px rgba(0,0,0,.5),0 4px 40px rgba(0,0,0,.3);z-index:2}@media(max-width:768px){.hero__headline{font-size:clamp(1.75rem,8vw,2.5rem);line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 15px rgba(0,0,0,.6),0 4px 30px rgba(0,0,0,.4)}}.hero__headline .word{display:inline-block;margin-right:.3em;position:relative}.hero__headline .shimmer-overlay{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,255,.4) 50%,transparent);transform:skew(-20deg);pointer-events:none;z-index:1;box-shadow:0 0 30px #0ff9}.hero__subheadline{font-size:1rem;color:#888c;max-width:600px;margin:0 auto;font-weight:300;letter-spacing:.05em;line-height:1.6}@media(max-width:768px){.hero__subheadline{font-size:.9rem;padding:0 1rem;line-height:1.7}}.hero__logo-wrapper{margin-bottom:2rem;display:flex;justify-content:center;animation:fadeInDown 1s ease-out}.hero__logo{width:80px;height:80px;filter:brightness(0) invert(1);opacity:.8;transition:all .4s ease}@media(max-width:768px){.hero__logo{width:60px;height:60px}}.hero__logo:hover{opacity:1;transform:scale(1.1);filter:brightness(0) invert(1) drop-shadow(0 0 20px #00ffff) drop-shadow(0 0 40px rgba(0,255,255,.5))}.hero__scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:4;pointer-events:none;opacity:.7}@media(max-width:768px){.hero__scroll-indicator{bottom:80px;opacity:.7}}.hero__scroll-indicator .mouse-icon{width:24px;height:40px;border:2px solid rgba(0,255,255,.4);border-radius:12px;position:relative;animation:mouseFloat 2s ease-in-out infinite;box-shadow:0 0 10px #00ffff4d,inset 0 0 10px #00ffff1a}.hero__scroll-indicator .mouse-icon .mouse-wheel{width:4px;height:8px;background:#0ff;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:mouseScroll 1.5s ease-in-out infinite;box-shadow:0 0 8px #0ff,0 0 16px #00ffff80}@keyframes mouseFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes mouseScroll{0%{opacity:1;transform:translate(-50%) translateY(0)}50%{opacity:.3;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.content-section{position:relative;overflow:hidden;z-index:3;border-bottom:none;scroll-snap-align:start;scroll-snap-stop:always}.content-section--background{padding:0;height:100vh;min-height:100vh;display:flex;align-items:center;border-bottom:none;overflow:hidden;margin-bottom:0;position:relative;opacity:0;transform:translateY(0)}@media(max-width:768px){.content-section--background{opacity:1;min-height:100vh;height:auto}}.content-section__bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}@media(max-width:768px){.content-section__bg-wrapper{position:absolute;height:100%;min-height:100vh}}.content-section__bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000eb,#000c 35%,#000000a6,#00000073 75%,#0000004d);z-index:1;transition:opacity 1s ease}.content-section__bg-image{width:100%;height:120%;object-fit:cover;filter:grayscale(100%) contrast(1.2) brightness(.7);transition:filter 1s ease;z-index:0;transform:translateY(0);display:block}@media(max-width:768px){.content-section__bg-image{height:100%;object-fit:cover;position:absolute;top:0;left:0}}.content-section--background:hover .content-section__bg-image{filter:grayscale(80%) contrast(1.2) brightness(.8)}.content-section__text--overlay{position:relative;z-index:2;max-width:600px;padding:8rem 0}@media(max-width:768px){.content-section__text--overlay{padding:2rem 1rem;max-width:100%}}.content-section__container{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center;height:100%;position:relative;z-index:1}@media(max-width:768px){.content-section__container{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}}.content-section--odd .content-section__container{direction:rtl}.content-section--odd .content-section__container>*{direction:ltr}.content-section__text{display:flex;flex-direction:column;gap:2rem}.content-section__subtitle{display:block;font-family:Inter,sans-serif;color:#8889;font-size:.75rem;letter-spacing:.3em;margin-bottom:.5rem;text-transform:uppercase;font-weight:300}.content-section__title{font-size:2rem;margin-bottom:0;color:#e8e8e8;font-weight:300;letter-spacing:.02em;line-height:1.3}@media(max-width:768px){.content-section__title{font-size:clamp(1.5rem,6vw,2rem);line-height:1.4}}.content-section__title .section-line{height:1px;width:60px;background-color:#00ffff80;margin-top:1rem}@media(max-width:768px){.content-section__title .section-line{width:40px;margin-top:.5rem}}.content-section__description{font-size:1rem;line-height:1.8;color:#888c;font-weight:300;letter-spacing:.01em}@media(max-width:768px){.content-section__description{font-size:.9rem;line-height:1.7}}.content-section__btn{padding:.8rem 2rem;border:1px solid rgba(255,255,255,.3);color:#e8e8e8;text-transform:uppercase;letter-spacing:.15em;transition:all .4s ease-out;font-size:.7rem;background:transparent;font-weight:300;align-self:flex-start;margin-top:.5rem}@media(max-width:768px){.content-section__btn{padding:.9rem 1.5rem;font-size:.65rem;align-self:center;width:100%;max-width:280px;min-height:44px}}.content-section__btn:hover{border-color:#00ffff80;color:#0ff}.content-section__visual{display:flex;justify-content:center;align-items:center;min-height:400px;background:#ffffff03;border:1px solid rgba(255,255,255,.1);overflow:hidden}.content-section__visual .image-wrapper{position:relative;width:100%;height:100%;min-height:400px;overflow:hidden}.content-section__visual .image-wrapper .content-section__image{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.1);transition:filter .8s ease,transform .8s ease;transform:scale(1)}.content-section__visual .image-wrapper:hover .content-section__image{filter:grayscale(0%) contrast(1.1);transform:scale(1.05)}.content-section__visual .image-collage{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%;height:100%;min-height:400px}.content-section__visual .image-collage .collage-item{position:relative;overflow:hidden}.content-section__visual .image-collage .collage-item:nth-child(1){grid-column:1/-1;height:60%}.content-section__visual .image-collage .collage-item:nth-child(2),.content-section__visual .image-collage .collage-item:nth-child(3){height:40%}.content-section__visual .image-collage .collage-item .collage-image{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.1);transition:filter .8s ease,transform .8s ease;transform:scale(1)}.content-section__visual .image-collage .collage-item:hover .collage-image{filter:grayscale(0%) contrast(1.1);transform:scale(1.05)}.content-section__visual .tech-graphic{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;opacity:.3}.content-section__visual .tech-graphic--placeholder:before{content:"";width:2px;height:200px;background:#00ffff4d}@media(max-width:768px){.content-section--odd .content-section__container{direction:ltr}}.impact-showcase{padding:0;min-height:100vh;background:#000;position:relative;overflow:visible;z-index:2;display:flex;align-items:flex-start;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;opacity:1;padding-top:8rem}@media(max-width:768px){.impact-showcase{height:auto;min-height:auto;padding:8rem 0;overflow-y:auto;align-items:flex-start}}.impact-showcase__bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(0,217,255,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,255,255,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.impact-showcase__container{position:relative;z-index:1;width:100%;max-width:1400px;padding:0 2rem 8rem}@media(max-width:768px){.impact-showcase__container{padding:0 1rem 4rem;width:100%;height:auto;min-height:auto}}.impact-showcase__header{text-align:center;margin-bottom:8rem;max-width:800px;margin-left:auto;margin-right:auto;padding-top:2rem;position:relative;z-index:2;opacity:1!important}@media(max-width:768px){.impact-showcase__header{margin-bottom:4rem;padding:1rem .5rem 0}}.impact-showcase__subtitle{display:block;font-family:Inter,sans-serif;color:#8889;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;font-weight:300}.impact-showcase__title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:2rem;color:#e8e8e8;font-weight:300;letter-spacing:.02em;line-height:1.2}@media(max-width:768px){.impact-showcase__title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:1rem}}.impact-showcase__title .section-line{height:1px;width:80px;background-color:#00ffff80;margin:2rem auto 0}.impact-showcase__description{font-size:1.1rem;line-height:1.8;color:#888c;font-weight:300;max-width:600px;margin:0 auto}@media(max-width:768px){.impact-showcase__description{font-size:.95rem;padding:0 .5rem}}.impact-showcase__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;margin-bottom:8rem}@media(max-width:1024px){.impact-showcase__grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.impact-showcase__grid{gap:1rem;margin-bottom:4rem;width:100%}}.impact-showcase .capability-card{position:relative;padding:4rem;background:#ffffff05;border:1px solid rgba(255,255,255,.2);transition:all .6s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden}@media(max-width:768px){.impact-showcase .capability-card{padding:2rem;width:100%;min-height:auto}}.impact-showcase .capability-card__glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(0,217,255,.1) 0%,transparent 70%);opacity:0;transition:opacity .6s ease;pointer-events:none}.impact-showcase .capability-card__border{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid transparent;background:linear-gradient(135deg,#00ffff4d,#00d9ff4d);opacity:0;transition:opacity .6s ease;pointer-events:none;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor}.impact-showcase .capability-card__content{position:relative;z-index:1}.impact-showcase .capability-card__icon{font-size:3rem;margin-bottom:2rem;filter:grayscale(100%);transition:filter .6s ease,transform .6s ease;display:inline-block}.impact-showcase .capability-card__title{font-size:1.5rem;color:#e8e8e8;margin-bottom:1rem;font-weight:300;letter-spacing:.02em;font-family:Cinzel,serif}.impact-showcase .capability-card__description{font-size:.95rem;line-height:1.7;color:#888888b3;margin-bottom:2rem;font-weight:300}.impact-showcase .capability-card__metrics{display:flex;flex-direction:column;gap:.25rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.impact-showcase .capability-card__metrics .metrics-value{font-size:2rem;font-family:Cinzel,serif;color:#0ff;font-weight:300;letter-spacing:.05em}.impact-showcase .capability-card__metrics .metrics-label{font-size:.7rem;color:#8889;text-transform:uppercase;letter-spacing:.15em;font-family:Inter,sans-serif}.impact-showcase .capability-card:hover,.impact-showcase .capability-card--active{background:#ffffff08;border-color:#00ffff4d;transform:translateY(-5px)}.impact-showcase .capability-card:hover .capability-card__glow,.impact-showcase .capability-card--active .capability-card__glow,.impact-showcase .capability-card:hover .capability-card__border,.impact-showcase .capability-card--active .capability-card__border{opacity:1}.impact-showcase .capability-card:hover .capability-card__icon,.impact-showcase .capability-card--active .capability-card__icon{filter:grayscale(0%);transform:scale(1.1) rotate(5deg)}.impact-showcase__footer{display:none}.impact-showcase .impact-stat{text-align:center}.impact-showcase .impact-stat__value{font-size:3rem;font-family:Cinzel,serif;color:#0ff;font-weight:300;margin-bottom:.5rem;letter-spacing:.05em}.impact-showcase .impact-stat__label{font-size:.75rem;color:#888888b3;text-transform:uppercase;letter-spacing:.2em;font-family:Inter,sans-serif;font-weight:300}.contact-section{padding:8rem 0;min-height:100vh;position:relative;background-color:#000;overflow:hidden;z-index:5;border-top:none;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;opacity:1;transform:translateY(0);scroll-margin-top:80px}@media(max-width:768px){.contact-section{padding:4rem 0;scroll-margin-top:60px}}.contact-section__bg{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;pointer-events:none}.contact-section__container{display:flex;flex-direction:column;align-items:center;max-width:700px;padding:4rem 1rem;width:100%}@media(max-width:768px){.contact-section__container{padding:2rem 1rem;width:100%}}.contact-section__header{text-align:center;margin-bottom:8rem}@media(max-width:768px){.contact-section__header{margin-bottom:4rem;padding:0 1rem}}.contact-section__subtitle-label{display:block;font-family:Inter,sans-serif;color:#8889;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;font-weight:300}.contact-section__title{font-size:clamp(2rem,4vw,3rem);color:#e8e8e8;margin-bottom:1rem;font-family:Cinzel,serif;letter-spacing:.02em;font-weight:300}.contact-section__subtitle{color:#888888b3;font-size:1rem;font-weight:300;letter-spacing:.02em;max-width:600px;margin:0 auto}.contact-section__form{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:transparent;padding:4rem 0;border:none}@media(max-width:768px){.contact-section__form{grid-template-columns:1fr;gap:1rem;padding:2rem 0}}.contact-section .form-group{position:relative;margin-bottom:2rem}.contact-section .form-group.full-width{grid-column:1/-1}.contact-section .form-group--focused .form-label{color:#0ff;transform:translateY(0);opacity:1}.contact-section .form-group--error .input-line{background-color:#ff000080}.contact-section .form-group--error input,.contact-section .form-group--error textarea{border-bottom-color:#ff00004d}.contact-section .form-group .form-label{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#8889;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-weight:300;transition:color .3s ease,transform .3s ease;font-family:Inter,sans-serif}.contact-section .form-group .form-label .char-count{font-size:.7rem;color:#8886;font-weight:400}.contact-section .form-group input,.contact-section .form-group textarea{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.3);padding:.75rem 0;color:#e8e8e8;font-family:Inter,sans-serif;font-size:1rem;outline:none;transition:border-color .4s ease-out;font-weight:300;line-height:1.6}@media(max-width:768px){.contact-section .form-group input,.contact-section .form-group textarea{font-size:16px;padding:1rem 0;min-height:44px}}.contact-section .form-group input::placeholder,.contact-section .form-group textarea::placeholder{color:#8888884d;font-size:.9rem;letter-spacing:.02em;transition:opacity .3s ease}.contact-section .form-group input:focus,.contact-section .form-group textarea:focus{border-bottom-color:#00ffff80}.contact-section .form-group input:focus::placeholder,.contact-section .form-group textarea:focus::placeholder{opacity:.5}.contact-section .form-group input:disabled,.contact-section .form-group textarea:disabled{opacity:.5;cursor:not-allowed}.contact-section .form-group textarea{resize:vertical;min-height:120px}.contact-section .form-group .input-line{position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#0ff,#00d9ff);transition:width .4s cubic-bezier(.4,0,.2,1);z-index:1}.contact-section .form-group input:focus+.input-line,.contact-section .form-group textarea:focus+.input-line{width:100%}.contact-section .form-group .error-message{display:block;font-size:.7rem;color:#ff0000b3;margin-top:.5rem;font-family:Inter,sans-serif;letter-spacing:.05em}.contact-section .submit-btn{grid-column:1/-1;margin-top:2rem;padding:1.2rem 2.5rem;background:transparent;border:1px solid rgba(255,255,255,.3);color:#e8e8e8;text-transform:uppercase;letter-spacing:.2em;font-family:Inter,sans-serif;position:relative;overflow:hidden;transition:all .4s ease-out;font-size:.75rem;font-weight:300;cursor:pointer;width:100%;max-width:300px;margin-left:auto;margin-right:auto}@media(max-width:768px){.contact-section .submit-btn{padding:1rem 2rem;min-height:48px;font-size:.7rem;max-width:100%}}.contact-section .submit-btn:hover:not(:disabled){border-color:#00ffff80;color:#0ff;transform:translateY(-2px)}.contact-section .submit-btn:disabled{opacity:.5;cursor:not-allowed}.contact-section .submit-btn--submitting{border-color:#00d9ff80;color:#00d9ff}.contact-section--success .success-message{text-align:center;padding:8rem 0;animation:fadeInUp .8s ease-out}.contact-section--success .success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#0ff3,#00d9ff33);border:2px solid rgba(0,255,255,.5);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2.5rem;color:#0ff;font-weight:300}.contact-section--success .success-title{font-size:2.5rem;color:#e8e8e8;margin-bottom:1rem;font-family:Cinzel,serif;font-weight:300;letter-spacing:.02em}.contact-section--success .success-text{font-size:1.1rem;color:#888c;font-weight:300;line-height:1.8;max-width:500px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer{background-color:#000;padding-top:12rem;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:10}.footer__container{display:grid;grid-template-columns:2fr 1fr 1fr;gap:8rem;padding-bottom:8rem}@media(max-width:768px){.footer__container{grid-template-columns:1fr;gap:2rem;text-align:center;padding-bottom:4rem}}.footer__logo{font-family:Cinzel,serif;font-size:1.5rem;margin-bottom:1rem;color:#e8e8e8;letter-spacing:.1em;font-weight:300}.footer__logo--bottom{margin-bottom:0;font-size:1.2rem}.footer__logo-partners{color:#0ff;letter-spacing:.15em}.footer__desc{color:#888888b3;font-size:.85rem;line-height:1.6;max-width:300px;font-weight:300}@media(max-width:768px){.footer__desc{margin:0 auto}}.footer__col{display:flex;flex-direction:column;gap:1rem}.footer__col h4{color:#8889;margin-bottom:.5rem;font-size:.7rem;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-weight:300}.footer__col a{color:#888888b3;font-size:.85rem;transition:color .4s ease-out;font-weight:300}.footer__col a:hover{color:#0ff}.footer__bottom{background-color:#000;border-top:1px solid rgba(255,255,255,.1);padding:2rem 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;margin-top:4rem}@media(max-width:768px){.footer__bottom{grid-template-columns:1fr;text-align:center;gap:1rem}}.footer__bottom-left{display:flex;align-items:center;justify-content:flex-start}@media(max-width:768px){.footer__bottom-left{justify-content:center}}.footer__bottom-center{text-align:center}.footer__bottom-center p{color:#8886;font-size:.7rem;font-family:Inter,sans-serif;letter-spacing:.1em;font-weight:300}.footer__bottom-right{display:flex;align-items:center;justify-content:flex-end}@media(max-width:768px){.footer__bottom-right{justify-content:center}}.footer__location{display:flex;gap:2rem;align-items:center}@media(max-width:768px){.footer__location{flex-direction:column;gap:.5rem}}.footer__location-item{display:flex;align-items:center;gap:.5rem;color:#88888880;font-size:.7rem;font-family:Inter,sans-serif;letter-spacing:.05em;font-weight:300}.footer__flag{font-size:1rem;line-height:1}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:1px;background:transparent;z-index:1000;pointer-events:none}.scroll-progress__bar{height:100%;background:#00ffff80;width:0%;transition:width .1s ease-out}.blockchain-visualization{position:fixed;top:0;left:0;width:100%;height:100vh;pointer-events:none;z-index:1;opacity:.15;overflow:hidden}.blockchain-visualization .blockchain-node{position:absolute;width:8px;height:8px;background:#00d9ff;border-radius:50%;box-shadow:0 0 10px #00d9ff80;transform:translate(-50%,-50%)}.blockchain-visualization .blockchain-connection{position:absolute;height:1px;background:linear-gradient(to right,transparent,rgba(0,217,255,.3),transparent);transform-origin:0 50%}.blockchain-visualization .blockchain-stats{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:1rem;font-family:Orbitron,sans-serif;font-size:.7rem;color:#00d9ff99;letter-spacing:.1em}.blockchain-visualization .blockchain-stats .stat-item{display:flex;flex-direction:column;gap:.25rem}.blockchain-visualization .blockchain-stats .stat-item .stat-label{text-transform:uppercase;opacity:.5}.blockchain-visualization .blockchain-stats .stat-item .stat-value{font-size:1.2rem;color:#00d9ff;font-weight:500}.legal-page{min-height:100vh;background-color:#000;color:#e8e8e8;padding-top:80px}.legal-page__container{max-width:900px;margin:0 auto;padding:8rem 2rem}.legal-page__back{display:inline-flex;align-items:center;gap:.5rem;color:#888c;font-size:.9rem;font-family:Inter,sans-serif;margin-bottom:4rem;padding:.5rem 0;transition:color .4s ease-out;background:none;border:none;cursor:pointer}.legal-page__back:hover{color:#0ff}@media(max-width:768px){.legal-page__back{font-size:.85rem;margin-bottom:2rem}}.legal-page__content{background:#0a0a0a66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:8rem;line-height:1.8}@media(max-width:768px){.legal-page__content{padding:4rem 2rem}}.legal-page__title{font-family:Cinzel,serif;font-size:clamp(2rem,4vw,3rem);color:#e8e8e8;margin-bottom:.5rem;font-weight:300;letter-spacing:.02em}.legal-page__last-updated{color:#8889;font-size:.85rem;margin-bottom:8rem;font-style:italic}@media(max-width:768px){.legal-page__last-updated{font-size:.8rem;margin-bottom:4rem}}.legal-page__warning{background:#ffc8001a;border:1px solid rgba(255,200,0,.3);border-radius:8px;padding:2rem;margin-bottom:8rem}.legal-page__warning h2{color:#ffc800;font-family:Cinzel,serif;font-size:1.3rem;margin-bottom:1rem;font-weight:400}.legal-page__warning p{color:#e8e8e8e6;font-weight:400}.legal-page__section{margin-bottom:8rem}@media(max-width:768px){.legal-page__section{margin-bottom:4rem}}.legal-page__section h2{font-family:Cinzel,serif;font-size:clamp(1.5rem,3vw,2rem);color:#e8e8e8;margin-bottom:2rem;margin-top:4rem;font-weight:300;letter-spacing:.02em}@media(max-width:768px){.legal-page__section h2{font-size:1.3rem;margin-bottom:1rem;margin-top:2rem}}.legal-page__section h3{font-family:Inter,sans-serif;font-size:clamp(1.1rem,2vw,1.3rem);color:#0ff;margin-top:2rem;margin-bottom:1rem;font-weight:500;letter-spacing:.05em}@media(max-width:768px){.legal-page__section h3{font-size:1rem;margin-top:1rem}}.legal-page__section p{color:#e8e8e8cc;font-size:1rem;line-height:1.8;margin-bottom:2rem;font-weight:300}@media(max-width:768px){.legal-page__section p{font-size:.95rem;line-height:1.7;margin-bottom:1rem}}.legal-page__section p strong{color:#e8e8e8;font-weight:500}.legal-page__section ul{margin-left:2rem;margin-bottom:2rem;color:#e8e8e8cc;line-height:1.8}@media(max-width:768px){.legal-page__section ul{margin-left:1rem;margin-bottom:1rem}}.legal-page__section ul li{margin-bottom:.5rem;font-size:1rem;font-weight:300}@media(max-width:768px){.legal-page__section ul li{font-size:.95rem}}:root{color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto;scroll-snap-type:y mandatory;overflow-x:hidden}body{background-color:#000;color:#e8e8e8;font-family:Inter,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;font-weight:300;scroll-behavior:auto}.app{position:relative;overflow-x:hidden}main{position:relative;z-index:1}h1,h2,h3,h4,h5,h6{font-family:Cinzel,serif;font-weight:300;letter-spacing:.02em}a{color:inherit;text-decoration:none;transition:color .4s ease-out}button{cursor:pointer;border:none;background:none;font-family:inherit}.text-gold{color:#0ff;text-shadow:0 0 10px rgba(0,255,255,.8),0 0 20px rgba(0,255,255,.5),0 0 30px rgba(0,255,255,.3)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}@media(max-width:768px){html{font-size:16px;-webkit-text-size-adjust:100%}body{font-size:.95rem;line-height:1.6}button,a{min-height:44px;min-width:44px}button{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}}
