﻿:root{--bg:#000000;--text:#f5f5f7;--accent:#4a9eff}*{margin:0;padding:0;box-sizing:border-box}body{background:#000000;color:var(--text);font-family:'Inter', system-ui, sans-serif;overflow-x:hidden;--px:0px;--py:0px;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}#gridCanvas{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:0.35}@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.header{position:fixed;inset:0 0 auto 0;z-index:100;padding:1rem 1rem;pointer-events:none}.header-bar{width:100%;max-width:860px;height:48px;margin:0 auto;border-radius:100px;background:linear-gradient(180deg, rgba(51, 50, 102,.12), rgba(51, 50, 102,.04));border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(40px) saturate(160%);-webkit-backdrop-filter:blur(40px) saturate(160%);pointer-events:auto;display:flex;align-items:center;justify-content:space-between;padding:0 12px;animation:fadeUp .8s ease both}.brand-logo{color:#fff;font-size:26px;font-weight:700;letter-spacing:-0.5px;font-family:'Architects Daughter', cursive;margin-left:4px}.nav{display:flex;align-items:center;gap:2px}.nav-link{padding:6px 12px;border-radius:100px;font-size:13px;font-weight:500;color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s;white-space:nowrap}.nav-link:hover{color:#fff}.btn-login{background:#fff;color:#000;opacity:.75;border:none;border-radius:100px;padding:5.5px 20px;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .2s;white-space:nowrap}.btn-login:hover{opacity:.85}.burger{display:none;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px}.burger span{display:block;width:100%;height:2px;background:rgba(255,255,255,.7);border-radius:2px;transition:all .3s ease}.burger.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;inset:0;z-index:99;background:rgba(0,0,0,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .3s ease}.mobile-menu.open{display:flex;opacity:1}.mobile-menu a{font-size:1.2rem;font-weight:600;color:rgba(255,255,255,.7);text-decoration:none;padding:12px 24px;border-radius:12px;transition:all .2s;width:200px;text-align:center}.mobile-menu a:hover{color:#fff;background:rgba(255,255,255,.06)}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1.5rem 4rem;margin-top:6rem}.section-label{font-size:0.7rem;font-weight:600;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;animation:fadeUp .8s ease both}.hero-title{font-size:clamp(1.8rem, 5vw, 3.2rem);font-weight:700;letter-spacing:-0.035em;line-height:1.1;margin-bottom:0.85rem;animation:fadeUp .8s .2s ease both}.hero-subtitle{font-size:clamp(0.85rem, 2.5vw, 1.1rem);line-height:1.65;color:rgba(255,255,255,.55);animation:fadeUp .8s .4s ease both;max-width:600px}.stats-bar{margin-top:4rem;display:flex;flex-wrap:wrap;justify-content:center;gap:0;background:linear-gradient(180deg, rgba(51, 50, 102,.12), rgba(51, 50, 102,.04));border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:10px 16px;animation:fadeUp .8s .6s ease both}.stat-item{display:flex;flex-direction:column;align-items:center;padding:4px 16px;position:relative}.stat-item:not(:last-child)::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background:rgba(255,255,255,.1)}.stat-num{font-size:1rem;font-weight:700;color:#fff;line-height:1}.stat-label{font-size:0.6rem;font-weight:500;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:1px;margin-top:2px}.video-embed{position:relative;width:100%;max-width:700px;margin:2rem auto 0;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);animation:fadeUp .8s 1s ease both}.video-embed::before{content:'';display:block;padding-top:56.25%}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.scroller-section{position:relative;padding:32px 0;margin-top:8rem;margin-bottom:40px;background:rgba(255, 255, 255, 0.01);border-top:1px solid rgba(255, 255, 255, 0.05);border-bottom:1px solid rgba(255, 255, 255, 0.05);overflow:hidden}.scroller-label{text-align:center;font-size:0.6rem;color:rgba(255,255,255,.35);margin-bottom:20px;font-weight:600;letter-spacing:4px;text-transform:uppercase}.scroller-wrap{width:100%;overflow:hidden;mask-image:linear-gradient(to right, transparent, black 15%, black 85%, transparent);-webkit-mask-image:linear-gradient(to right, transparent, black 15%, black 85%, transparent)}.scroller-track{display:flex;align-items:center;white-space:nowrap;animation:scrollServers 30s linear infinite;width:max-content}.scroller-track span{font-size:clamp(1.5rem, 4vw, 2.5rem);font-weight:800;text-transform:uppercase;margin:0 20px;color:transparent;-webkit-text-stroke:1px rgba(255, 255, 255, 0.15);transition:all 0.3s ease;cursor:default;position:relative}.scroller-track span::after{content:'•';position:absolute;right:-25px;top:50%;transform:translateY(-50%);font-size:1rem;color:rgba(255,255,255,.2);-webkit-text-stroke:0}.scroller-track span:hover{color:#fff;-webkit-text-stroke:1px #fff}@keyframes scrollServers{from{transform:translateX(0)}to{transform:translateX(-50%)}}.features-section{width:100%;margin:0 auto 60px;padding:0;position:relative;z-index:2;overflow:hidden}.reveal{opacity:0;transform:translateY(40px);transition:opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1)}.reveal.visible{opacity:1;transform:translateY(0)}.features-section .section-title{margin-bottom:40px;text-align:center;padding:0 20px}.features-accent-label{color:rgba(255,255,255,.4);font-size:0.65rem;font-weight:600;letter-spacing:4px;text-transform:uppercase;display:block;margin-bottom:12px}.features-section .section-title h2{font-size:clamp(1.8rem, 4vw, 3rem);font-weight:800;color:#fff;letter-spacing:-1px}.features-carousel-wrapper{position:relative;width:100%;height:380px;perspective:2000px;display:flex;align-items:center;justify-content:center}.features-wheel{display:flex;gap:30px;padding:60px 50vw;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;will-change:scroll-position;-webkit-overflow-scrolling:touch}.features-wheel::-webkit-scrollbar{display:none}.features-wheel.active{cursor:grabbing}.feature-wheel-card{flex-shrink:0;width:300px;height:360px;position:relative;user-select:none;display:flex;flex-direction:column;will-change:transform, opacity;perspective:1200px}.feature-card-inner{width:100%;height:100%;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.06);border-radius:16px;padding:24px;position:relative;transition:border-color 0.4s ease, background 0.4s ease;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px rgba(0,0,0,0.3);transform-style:preserve-3d;will-change:transform}.feature-wheel-card:hover .feature-card-inner{border-color:rgba(255, 255, 255, 0.12);background:rgba(255, 255, 255, 0.05)}.feature-card-inner::before{content:'';position:absolute;inset:0;background:radial-gradient( circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.06) 0%, transparent 50% );opacity:0;transition:opacity 0.4s ease;pointer-events:none;z-index:1}.feature-wheel-card:hover .feature-card-inner::before{opacity:1}.feature-index{position:absolute;top:20px;right:20px;font-size:0.7rem;font-weight:800;color:rgba(255,255,255,.15);font-family:monospace}.feature-content{position:relative;z-index:2;margin-top:auto}.feature-content h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-0.5px}.feature-content p{font-size:0.85rem;color:rgba(255,255,255,.45);line-height:1.6;font-weight:400}.carousel-nav{margin-top:30px;display:flex;flex-direction:column;align-items:center;gap:12px}.nav-progress-bar{width:160px;height:2px;background:rgba(255, 255, 255, 0.05);border-radius:2px;overflow:hidden}.nav-progress-fill{width:0%;height:100%;background:rgba(255,255,255,.5);transition:width 0.1s ease}.testimonials-section{position:relative;z-index:2;padding:40px 0;overflow:hidden}.testimonials-label{text-align:center;font-size:0.6rem;color:rgba(255,255,255,.35);margin-bottom:30px;font-weight:600;letter-spacing:4px;text-transform:uppercase}.testimonials-marquee{width:100%;overflow:hidden;margin-bottom:12px;mask-image:linear-gradient(to right, transparent, black 10%, black 90%, transparent);-webkit-mask-image:linear-gradient(to right, transparent, black 10%, black 90%, transparent)}.marquee-track{display:flex;width:max-content;will-change:transform}.marquee-forward{animation:marqueeLeft 35s linear infinite}.marquee-reverse{animation:marqueeRight 40s linear infinite}@keyframes marqueeLeft{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marqueeRight{from{transform:translateX(-50%)}to{transform:translateX(0)}}.testimonial-card{flex-shrink:0;width:260px;padding:16px 18px;border:1px solid rgba(255, 255, 255, 0.06);border-radius:14px;background:rgba(255, 255, 255, 0.02);transition:border-color 0.3s ease, background 0.3s ease;margin-right:12px;display:flex;flex-direction:column;justify-content:space-between}.testimonial-card:hover{border-color:rgba(255, 255, 255, 0.1);background:rgba(255, 255, 255, 0.04)}.tc-stars{color:rgba(255,255,255,.4);font-size:0.7rem;margin-bottom:8px;letter-spacing:2px}.testimonial-card p{font-size:0.78rem;color:rgba(255,255,255,.5);line-height:1.5;margin-bottom:10px;font-weight:400}.tc-author{font-size:0.65rem;color:rgba(255,255,255,.25);font-weight:600;letter-spacing:0.5px}.faq-section{position:relative;z-index:2;padding:40px 20px;margin-bottom:40px}.faq-container{max-width:650px;margin:0 auto}.faq-header{margin-bottom:30px;text-align:center}.faq-label{color:rgba(255,255,255,.35);font-size:0.65rem;font-weight:600;letter-spacing:4px;text-transform:uppercase;display:block;margin-bottom:12px}.faq-header h2{font-size:clamp(1.5rem, 3vw, 2.2rem);font-weight:800;color:#fff;letter-spacing:-1px}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid rgba(255, 255, 255, 0.06)}.faq-item:first-child{border-top:1px solid rgba(255, 255, 255, 0.06)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;background:none;border:none;color:rgba(255,255,255,.7);font-size:0.95rem;font-weight:600;cursor:pointer;font-family:inherit;text-align:left;transition:color 0.3s ease;gap:12px}.faq-question:hover{color:#fff}.faq-icon{font-size:1.3rem;color:rgba(255,255,255,.25);transition:transform 0.3s ease, color 0.3s ease;flex-shrink:0}.faq-open .faq-icon{transform:rotate(45deg);color:rgba(255,255,255,.5)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), padding 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);padding:0}.faq-open .faq-answer{max-height:200px;padding-bottom:18px}.faq-answer p{color:rgba(255,255,255,.4);font-size:0.85rem;line-height:1.7;font-weight:400}body::before{content:"";position:fixed;inset:-30px;z-index:-1;background:#000000 url('background.jpg') center center no-repeat;background-size:cover;filter:blur(8px) brightness(0.7);transform:translate3d(var(--px), var(--py), 0);will-change:transform;transition:transform .18s linear;pointer-events:none}body::after{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);pointer-events:none}@media (max-width:768px){.header{padding:0.6rem 0.8rem}.header-bar{height:44px;padding:0 10px}.nav{display:none}.burger{display:flex}.hero{margin-top:4rem;padding:0 1rem 3rem;min-height:auto;padding-top:6rem}.hero-title{font-size:clamp(1.6rem, 7vw, 2.2rem)}.hero-subtitle{font-size:0.85rem;line-height:1.55}.stats-bar{margin-top:2rem;border-radius:16px;padding:8px 12px;gap:0}.stat-item{padding:4px 10px}.stat-num{font-size:0.85rem}.stat-label{font-size:0.5rem}.scroller-section{margin-top:4rem;padding:24px 0}.scroller-track span{font-size:1.3rem;margin:0 14px}.features-carousel-wrapper{height:320px}.features-wheel{gap:20px;padding:40px 20vw}.feature-wheel-card{width:250px;height:300px}.feature-card-inner{padding:20px}.feature-content h3{font-size:1.05rem}.feature-content p{font-size:0.8rem}.testimonial-card{width:220px;padding:14px 16px;margin-right:10px}.testimonial-card p{font-size:0.72rem}.faq-section{padding:30px 16px}.faq-question{padding:16px 0;font-size:0.9rem}.faq-answer p{font-size:0.8rem}}.site-footer{position:relative;z-index:2;text-align:center;padding:120px 20px 30px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-watermark{font-size:clamp(3rem, 10vw, 6rem);font-weight:800;letter-spacing:0.5em;color:transparent;-webkit-text-stroke:1px rgba(255, 255, 255, 0.15);line-height:1;margin-bottom:20px;pointer-events:none;user-select:none;-webkit-user-select:none;text-transform:uppercase;font-family:'Inter', system-ui, sans-serif}.footer-copy{font-size:0.65rem;color:rgba(255, 255, 255, 0.1);letter-spacing:2px;text-transform:uppercase}.footer-copy a{color:rgba(255, 255, 255, 0.1);text-decoration:none;transition:color 0.3s ease, text-shadow 0.3s ease}.footer-copy a:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,0.5), 0 0 20px rgba(255,255,255,0.3)}@media (max-width:480px){.header-bar{height:42px;border-radius:14px}.brand-logo{font-size:22px}.btn-login{font-size:12px;padding:5px 14px}.hero{padding-top:5rem}.hero-title{font-size:1.5rem;margin-bottom:0.6rem}.hero-subtitle{font-size:0.8rem}.stats-bar{margin-top:1.5rem;border-radius:12px;padding:6px 8px}.stat-item{padding:3px 8px}.stat-item:not(:last-child)::after{height:18px}.stat-num{font-size:0.78rem}.stat-label{font-size:0.45rem;letter-spacing:0.5px}.scroller-section{margin-top:3rem;margin-bottom:20px;padding:16px 0}.scroller-label{font-size:0.5rem;margin-bottom:12px}.scroller-track span{font-size:1rem;margin:0 10px}.features-section .section-title h2{font-size:1.5rem}.features-carousel-wrapper{height:280px}.feature-wheel-card{width:220px;height:260px}.feature-card-inner{padding:16px;border-radius:12px}.feature-content h3{font-size:0.95rem;margin-bottom:6px}.feature-content p{font-size:0.72rem;line-height:1.5}.feature-index{font-size:0.6rem;top:14px;right:14px}.testimonials-section{padding:24px 0}.testimonials-label{font-size:0.5rem;margin-bottom:16px}.testimonial-card{width:180px;padding:10px 12px;margin-right:8px;border-radius:10px}.tc-stars{font-size:0.6rem}.testimonial-card p{font-size:0.65rem;margin-bottom:6px}.tc-author{font-size:0.55rem}.faq-header h2{font-size:1.3rem}.faq-question{font-size:0.85rem;padding:14px 0}}