.matrix-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;background:#000}.matrix-canvas{position:absolute;top:0;left:0;width:100%;height:100%}.matrix-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10001;pointer-events:none}.matrix-logo{font-size:clamp(80px,20vw,140px);animation:matrix-logo-enter .5s ease-out,matrix-pulse 2s ease-in-out .5s infinite}@keyframes matrix-logo-enter{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.matrix-text{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(32px,8vw,64px);font-weight:700;color:#f4511e;text-shadow:0 0 30px #F4511E,0 0 60px #F4511E;letter-spacing:-1px;text-transform:uppercase}.matrix-close{position:absolute;top:30px;right:30px;width:50px;height:50px;background:transparent;border:2px solid #F4511E;border-radius:50%;cursor:pointer;z-index:10002;transition:all .3s ease}.matrix-close span{color:#f4511e;font-size:30px;line-height:1}.matrix-close:hover{background:#f4511e}.matrix-close:hover span{color:#000}.matrix-hint{position:absolute;bottom:30px;left:50%;transform:translate(-50%);font-family:monospace;font-size:14px;color:#f4511e80;z-index:10001}@keyframes matrix-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .4s ease,visibility .4s ease}#preloader.loaded{opacity:0;visibility:hidden;pointer-events:none}.preloader-bar{width:120px;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;position:relative}.preloader-bar:after{content:"";position:absolute;top:0;left:0;width:40%;height:100%;background:var(--color-accent);border-radius:2px;animation:preloader-slide 1s ease-in-out infinite}@keyframes preloader-slide{0%{left:-40%}to{left:100%}}:root{--color-bg: #000000;--color-bg-section: #0d1117;--color-bg-card: #1a1f26;--color-text: #ffffff;--color-text-muted: rgba(255, 255, 255, .7);--color-text-subtle: rgba(255, 255, 255, .5);--color-accent: #F4511E;--color-accent-hover: #FF6B3D;--color-divider: rgba(255, 255, 255, .1)}*{margin:0;padding:0;box-sizing:border-box}html{overscroll-behavior:none}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100vh;overflow-x:hidden;overscroll-behavior:none}.container{position:relative;min-height:100vh;width:100%;overflow:hidden}.header{display:flex;justify-content:space-between;align-items:center;padding:24px 48px;position:relative;z-index:100;background:#000}.logo{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:32px;font-weight:700;color:#fff;letter-spacing:-1px}.logo-prefix,.logo-pipe{font-weight:200}.logo-suffix{font-weight:700}@media(max-width:900px){.logo{letter-spacing:.5px}.logo-pipe,.logo-suffix{display:none}.logo-prefix{font-weight:200}}.buy-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent);border:2px solid var(--color-accent);color:#fff;padding:12px 28px;border-radius:50px;font-size:16px;font-weight:600;text-decoration:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:.5px;line-height:1;cursor:pointer;transition:all .3s ease}.buy-btn:hover{background:#fff;border-color:#fff;color:var(--color-accent)}.hero{position:relative;height:calc(100vh - 90px);min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;isolation:isolate}.hero.hero-black{background:var(--color-bg);justify-content:center;align-items:center;height:auto;min-height:0;padding:40px 0}.hero-layout{display:flex;align-items:center;justify-content:space-between;gap:40px;width:100%;max-width:1300px;padding:0 60px}.terminal-box{background:#1a1a1a;border-radius:12px;overflow:hidden;width:480px;flex-shrink:0;box-shadow:0 20px 40px #0006,-30px 0 50px #00f3,30px 0 50px #f4511e33;border:1px solid rgba(255,255,255,.1)}.terminal-header{background:#2a2a2a;padding:12px 16px;display:flex;align-items:center}.terminal-dots{display:flex;gap:8px}.dot{width:12px;height:12px;border-radius:50%}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27ca40}.terminal-content{padding:24px 28px 28px}.terminal-comment{color:var(--color-text-subtle);font-size:15px;margin-bottom:8px;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace}.terminal-comment-second{margin-top:20px}.terminal-text{color:var(--color-text);font-size:17px;line-height:1.6;margin-bottom:0}.terminal-prompt{margin-top:24px;color:var(--color-text);font-size:17px;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace}.prompt-symbol{color:var(--color-accent);margin-right:8px}.terminal-lobster{margin-left:4px}.hero-image-container{flex:1;display:flex;align-items:center;justify-content:center;overflow:visible}.hero-main-image{width:100%;max-width:600px;height:auto;object-fit:contain}@media(max-width:1000px){.hero.hero-black{height:auto;min-height:auto;padding:20px 0 40px}.hero-layout{flex-direction:column-reverse;gap:30px;padding:20px}.hero-image-container{width:100%}.hero-main-image{width:80%;max-width:400px}.terminal-box{max-width:100%}.terminal-content{padding:20px 22px 24px}.terminal-text{font-size:16px}.terminal-comment{font-size:14px}}.blend-zone{position:absolute;top:0;left:0;width:100%;height:100%;isolation:isolate;z-index:2;pointer-events:none}.headline{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:800;font-size:clamp(80px,17vw,260px);color:#fff;text-align:center;position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:3;letter-spacing:-.02em;line-height:1;white-space:nowrap;width:85%;mix-blend-mode:overlay;pointer-events:none}.headline-left{display:inline-block;transform:rotate(-4deg);transform-origin:right bottom}.headline-right{display:inline-block;transform:rotate(4deg);transform-origin:left bottom}.character{position:absolute;z-index:100;transition:transform .1s ease-out}.character img{width:100%;height:100%;filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))}.sun-character{width:130px;height:130px;top:55px;left:12%}.blue-character{width:120px;height:120px;top:40px;right:6%}.purple-character{width:200px;height:200px;top:250px;right:26%;z-index:500}.gun-character{width:150px;height:150px;bottom:80px;left:24%;z-index:500}.dolphin-character{width:100px;height:100px;top:180px;left:5%;z-index:500}.seahorse-character{width:90px;height:90px;bottom:100px;right:12%;z-index:500}.robofish-character{width:95px;height:95px;top:120px;right:22%;z-index:500}.swapo-character{width:110px;height:110px;top:280px;left:26%;z-index:500}.bubbles-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}.bubble{position:absolute;bottom:-100px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.8),rgba(255,255,255,.2) 50%,transparent 70%);border-radius:50%;animation:rise linear infinite;opacity:0}.bubble:before{content:"";position:absolute;top:20%;left:20%;width:30%;height:30%;background:#fff9;border-radius:50%}@keyframes rise{0%{bottom:-100px;opacity:0;transform:translate(0) scale(.8)}10%{opacity:.6}50%{opacity:.4}90%{opacity:.2}to{bottom:110%;opacity:0;transform:translate(calc(var(--drift) * 1px)) scale(1)}}.bubble:nth-child(1){left:5%;width:20px;height:20px;animation-duration:8s;animation-delay:0s;--drift: 30}.bubble:nth-child(2){left:15%;width:15px;height:15px;animation-duration:10s;animation-delay:1s;--drift: -20}.bubble:nth-child(3){left:25%;width:25px;height:25px;animation-duration:12s;animation-delay:2s;--drift: 40}.bubble:nth-child(4){left:35%;width:12px;height:12px;animation-duration:9s;animation-delay:.5s;--drift: -35}.bubble:nth-child(5){left:45%;width:18px;height:18px;animation-duration:11s;animation-delay:3s;--drift: 25}.bubble:nth-child(6){left:55%;width:22px;height:22px;animation-duration:8.5s;animation-delay:1.5s;--drift: -30}.bubble:nth-child(7){left:65%;width:14px;height:14px;animation-duration:10.5s;animation-delay:2.5s;--drift: 45}.bubble:nth-child(8){left:75%;width:20px;height:20px;animation-duration:9.5s;animation-delay:.8s;--drift: -25}.bubble:nth-child(9){left:85%;width:16px;height:16px;animation-duration:11.5s;animation-delay:3.5s;--drift: 35}.bubble:nth-child(10){left:95%;width:10px;height:10px;animation-duration:7.5s;animation-delay:1.2s;--drift: -40}.bubble:nth-child(11){left:10%;width:8px;height:8px;animation-duration:13s;animation-delay:4s;--drift: 20}.bubble:nth-child(12){left:30%;width:18px;height:18px;animation-duration:9s;animation-delay:2.2s;--drift: -15}.bubble:nth-child(13){left:50%;width:12px;height:12px;animation-duration:10s;animation-delay:.3s;--drift: 50}.bubble:nth-child(14){left:70%;width:24px;height:24px;animation-duration:8s;animation-delay:1.8s;--drift: -45}.bubble:nth-child(15){left:90%;width:14px;height:14px;animation-duration:12s;animation-delay:3.2s;--drift: 30}.bottle-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(5deg);z-index:2;transition:transform .1s ease-out}.bottle{height:85vh;width:auto;max-width:50vw;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.4))}.left-content{position:absolute;left:140px;bottom:120px;max-width:280px;z-index:20}.description{color:#fff;font-size:20px;line-height:1.45;margin-bottom:24px;font-weight:400;letter-spacing:.5px}.explore-btn{display:inline-flex;align-items:center;gap:10px;background:#c8f547;color:#1e1b4b;border:none;padding:14px 22px;border-radius:50px;font-size:16px;font-weight:600;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .3s ease}.explore-btn:hover{background:#d8ff5a;transform:scale(1.05)}.explore-btn svg{width:24px;height:24px}.arrow-left{width:160px;height:auto;margin-top:20px;margin-left:60px}.right-content{position:absolute;right:140px;bottom:100px;max-width:260px;z-index:20}.arrow-right{width:160px;height:auto;margin-top:20px;margin-left:-60px;transform:scaleX(-1) rotate(-15deg)}@media(max-width:1400px){.headline{font-size:clamp(100px,14vw,200px);letter-spacing:-6px}.left-content{left:80px;bottom:100px}.right-content{right:60px;bottom:80px}.sun-character{left:6%}.blue-character{right:4%}.purple-character{width:160px;height:160px;top:250px;right:26%}.dolphin-character{width:90px;height:90px;top:170px;left:4%}.seahorse-character{width:80px;height:80px;bottom:95px;right:11%}.robofish-character{width:85px;height:85px;top:110px;right:20%}.swapo-character{width:150px;height:150px;bottom:200px;left:24%}}@media(max-width:1200px){.headline{font-size:clamp(80px,13vw,180px);letter-spacing:-5px}.left-content{left:60px;bottom:80px;max-width:240px}.right-content{right:50px;bottom:60px;max-width:220px}.description{font-size:18px}.sun-character{width:110px;height:110px;left:5%}.blue-character{width:100px;height:100px;right:3%}.purple-character{width:130px;height:130px;top:230px;right:25%}.gun-character{width:95px;height:95px;bottom:160px;left:15%}.dolphin-character{width:85px;height:85px;top:160px;left:4%}.seahorse-character{width:75px;height:75px;bottom:90px;right:10%}.robofish-character{width:80px;height:80px;top:100px;right:20%}.swapo-character{width:140px;height:140px;bottom:180px;left:22%}}@media(max-width:1100px){.headline{font-size:clamp(70px,11vw,150px);letter-spacing:-4px}.left-content{left:30px;bottom:60px;max-width:200px}.right-content{right:30px;bottom:40px;max-width:190px}.description{font-size:16px;line-height:1.4}.arrow-left,.arrow-right{display:none}.sun-character{width:90px;height:90px;top:60px;left:4%}.blue-character{width:85px;height:85px;top:50px;right:3%}.purple-character{width:110px;height:110px;top:200px;right:22%}.gun-character{width:80px;height:80px;bottom:140px;left:12%}.dolphin-character{width:70px;height:70px;top:140px;left:3%}.seahorse-character{width:65px;height:65px;bottom:80px;right:8%}.robofish-character{width:70px;height:70px;top:90px;right:18%}.swapo-character{width:120px;height:120px;bottom:160px;left:20%}.bottle{height:75vh;max-width:45vw}}@media(max-width:1000px){.headline{font-size:clamp(60px,10vw,130px);letter-spacing:-3px}.left-content{left:20px;bottom:40px;max-width:180px}.right-content{right:20px;bottom:30px;max-width:170px}.description{font-size:15px}.sun-character{width:80px;height:80px}.blue-character{width:75px;height:75px}.purple-character{width:95px;height:95px;top:180px}.gun-character{width:70px;height:70px;bottom:120px;left:10%}.dolphin-character{width:60px;height:60px;top:120px;left:2%}.seahorse-character{width:55px;height:55px;bottom:70px;right:6%}.robofish-character{width:60px;height:60px;top:80px;right:16%}.swapo-character{width:100px;height:100px;bottom:140px;left:18%}.bottle{height:70vh;max-width:40vw}}@media(max-width:900px){.header{padding:16px 20px}.header .logo{font-size:clamp(18px,5vw,36px)}.buy-btn{padding:clamp(8px,2vw,12px) clamp(14px,5vw,22px);font-size:clamp(12px,3.5vw,16px);white-space:nowrap}.character img{height:auto;object-fit:contain}.hero{height:auto;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:15px 0 40px;overflow:visible;position:relative}.blend-zone{position:relative;width:100%;height:auto;isolation:isolate;z-index:5;display:flex;flex-direction:column;align-items:center}.headline{position:relative;top:auto;left:auto;transform:none;font-size:18vw;letter-spacing:-.02em;width:100%;mix-blend-mode:overlay;margin-bottom:5px;white-space:nowrap;display:flex;flex-direction:row;justify-content:center;align-items:baseline;line-height:1;z-index:2;padding:0;pointer-events:none}.headline-left,.headline-right{display:inline-block}.headline-left{transform:rotate(-2deg)}.headline-right{transform:rotate(6deg)}.bottle-container{position:relative;top:auto;left:auto;transform:rotate(5deg);margin-top:-10px;margin-bottom:25px;z-index:1}.bottle{height:auto;width:55vw;max-width:260px;max-height:none}.left-content,.right-content{position:relative;inset:auto;max-width:100%;width:100%;background:transparent;border-radius:0;padding:0 24px;margin-bottom:20px;text-align:left;display:block}.left-content .description,.right-content .description{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#fff;font-size:24px;font-weight:500;line-height:1.45;margin-bottom:0}.left-content .description br,.right-content .description br{display:none}.explore-btn{width:auto;padding:14px 32px 18px}.arrow-left,.arrow-right{display:none!important}.character{position:absolute;z-index:25}.purple-character,.swapo-character,.seahorse-character,.sun-character{display:block!important}.blue-character,.dolphin-character,.gun-character,.robofish-character{display:none!important}.sun-character{width:35vw;max-width:160px;height:auto;top:110svh;left:5%;right:auto;bottom:auto}.seahorse-character{width:32vw;max-width:145px;height:auto;top:105svh;right:25%;left:auto;bottom:auto}.blue-character{width:14vw;max-width:60px;height:auto;top:65svh;right:5%;left:auto;bottom:auto}.swapo-character{width:24vw;max-width:110px;height:auto;top:72svh;right:3%;left:auto;bottom:auto}.purple-character{width:38vw;max-width:160px;height:auto;top:55svh;bottom:auto;left:2%;right:auto}.dolphin-character{width:12vw;max-width:55px;height:auto;top:82svh;right:25%;left:auto;bottom:auto}.wave-divider svg{height:80px}}.stats-wave-top{width:100%;line-height:0;margin-bottom:-1px;background:transparent}.stats-wave-top svg{width:100%;height:140px;display:block;vertical-align:bottom}.stats-wave-bottom{width:100%;line-height:0;margin-top:-1px;background:#1a1f26}.stats-wave-bottom svg{width:100%;height:140px;display:block;vertical-align:top}.stats-section{background:var(--color-bg-section);padding:40px 20px 50px;position:relative}.stats-inner{max-width:1100px;margin:0 auto;text-align:center}.stats-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(32px,6vw,56px);font-weight:700;line-height:1;letter-spacing:-2px;margin-bottom:45px}.stats-line1{display:block;color:var(--color-text)}.stats-line2{display:block;color:var(--color-accent)}.stats-grid{display:flex;align-items:center;justify-content:center;gap:0}.stat-card{flex:1;max-width:320px;padding:0 40px}.stat-value{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(42px,8vw,72px);font-weight:700;color:var(--color-text);line-height:1;margin-bottom:12px;letter-spacing:-2px}.stat-label{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:200;color:var(--color-text-muted);letter-spacing:1px;text-transform:uppercase}.stat-divider{width:1px;height:80px;background:var(--color-divider);flex-shrink:0}.stat-skeleton{display:inline-block;width:180px;height:.85em;background:#ffffff14;border-radius:6px;vertical-align:middle}.stat-skeleton-sm{width:100px}.stat-skeleton-md{width:140px}@media(max-width:900px){.stats-wave-top svg,.stats-wave-bottom svg{height:40px}.stats-section{padding:40px 20px 50px}.stats-title{font-size:clamp(28px,8vw,48px);letter-spacing:-1px;margin-bottom:35px}.stats-grid{flex-direction:column;gap:28px}.stat-card{padding:0;max-width:100%}.stat-value{font-size:clamp(44px,12vw,60px)}.stat-label{font-size:14px}.stat-divider{width:60px;height:1px}}@media(max-width:480px){.stats-wave-top svg,.stats-wave-bottom svg{height:30px}.stats-section{padding:35px 16px 45px}.stats-title{font-size:clamp(24px,7vw,40px);margin-bottom:30px}.stats-grid{gap:22px}.stat-value{font-size:clamp(38px,11vw,52px);letter-spacing:-1px}.stat-label{font-size:13px}.stat-divider{width:50px}}.wave-divider{width:100%;line-height:0;overflow:hidden;margin-bottom:-1px}.wave-divider svg{width:100%;height:auto;display:block;vertical-align:bottom}.wave-divider.flip{transform:rotate(180deg);margin-bottom:0;margin-top:-1px}.content-section{padding:80px 20px;position:relative}.section-inner{max-width:1100px;margin:0 auto}.section-light{background:#1a1f26;margin-top:-1px;padding:80px 20px}.about-section{background:var(--color-bg-card);padding:100px 20px 140px;margin-top:-1px;margin-bottom:-1px;position:relative}.about-section:after{content:"";position:absolute;bottom:-60px;left:0;right:0;height:120px;background:var(--color-bg-card);z-index:-1}.about-header{text-align:center;max-width:800px;margin:0 auto 70px}.about-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(32px,7vw,96px);font-weight:700;color:var(--color-text);line-height:1;letter-spacing:-6px;margin-bottom:24px}.about-title .line1,.about-title .line2{display:block;white-space:nowrap}.about-title .highlight{color:var(--color-accent)}.about-subtitle{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:500;color:var(--color-text-muted);line-height:1.2}.bento-item-contract{grid-column:1 / -1;grid-row:1}.bento-item-1{grid-row:2}.bento-item-2{grid-row:2 / 4}.bento-item-3{grid-row:3}.contract-content{display:flex;flex-direction:column;justify-content:center;padding:28px 32px!important}.contract-row{display:flex;align-items:center;gap:16px}.contract-row p{word-break:break-all;flex:1}.copy-btn{background:var(--color-accent);border:none;border-radius:10px;padding:12px;cursor:pointer;color:#fff;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.copy-btn:hover{background:#fff;color:var(--color-accent)}.bento-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:auto auto;gap:24px;max-width:900px;margin:0 auto}.bento-item{display:flex}.bento-item .feature-box{width:100%;height:100%}.feature-box{position:relative}.feature-box-content{padding:28px 32px 44px}.feature-box-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.feature-dot{width:16px;height:16px;background:var(--color-accent);border-radius:50%;flex-shrink:0}.feature-box h3{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:1.2;letter-spacing:-2px;color:var(--color-text);margin:0 0 12px}.feature-box p{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:24px!important;font-weight:500!important;line-height:28px!important;color:var(--color-text-muted);margin:0}@media(max-width:900px){.bento-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:20px}.bento-item-1,.bento-item-2,.bento-item-3{grid-column:1;grid-row:auto}.feature-boxes{grid-template-columns:1fr 1fr;gap:30px 24px;max-width:100%}.feature-box-content{padding:22px 24px 36px}.feature-box h3{font-size:32px;letter-spacing:-1px}.feature-box p{font-size:22px!important;line-height:28px!important}.about-title{font-size:clamp(52px,16vw,100px);letter-spacing:-3px;line-height:.9}.about-title .line1,.about-title .line2{white-space:normal}.about-subtitle{font-size:22px;padding:0 10px}.about-section{padding:70px 20px}.about-header{margin-bottom:50px}}@media(max-width:700px){.feature-boxes{grid-template-columns:1fr;gap:24px}.feature-box-content{padding:22px 24px 36px}.feature-box h3{font-size:30px}.feature-box p{font-size:20px!important;line-height:26px!important}.about-title{font-size:clamp(52px,16vw,100px);letter-spacing:-3px;line-height:.9}.about-subtitle{font-size:20px}.about-section{padding:60px 16px}}@media(max-width:480px){.feature-boxes{gap:20px}.feature-box-content{padding:22px 22px 34px}.feature-box h3{font-size:28px;letter-spacing:-.5px;margin-bottom:12px}.feature-box p{font-size:20px!important;line-height:26px!important}.about-title{font-size:clamp(52px,16vw,100px);letter-spacing:-3px;line-height:.9}.about-subtitle{font-size:20px;line-height:1.45}.about-section{padding:50px 14px}.about-header{margin-bottom:40px}}.faq-section{background:var(--color-bg-section);padding:100px 20px;position:relative;margin-top:-1px}.parasol{position:absolute;width:120px;height:auto;pointer-events:none;z-index:0;opacity:.9;filter:drop-shadow(8px 12px 8px rgba(80,50,20,.35))}.parasol-1{top:5%;left:5%;transform:rotate(-15deg);filter:hue-rotate(0deg) drop-shadow(10px 15px 10px rgba(80,50,20,.4))}.parasol-2{top:15%;right:8%;transform:rotate(10deg);filter:hue-rotate(180deg) drop-shadow(8px 12px 8px rgba(80,50,20,.35));width:100px}.parasol-3{bottom:25%;left:3%;transform:rotate(-5deg);filter:hue-rotate(90deg) drop-shadow(6px 10px 8px rgba(80,50,20,.35));width:90px}.parasol-4{bottom:10%;right:5%;transform:rotate(20deg);filter:hue-rotate(270deg) drop-shadow(10px 14px 10px rgba(80,50,20,.4));width:110px}@media(max-width:900px){.parasol{width:80px}.parasol-2{width:70px}.parasol-3{width:60px}.parasol-4{width:75px}}@media(max-width:600px){.parasol{display:none}}.faq-inner{max-width:900px;margin:0 auto;position:relative;z-index:2}.faq-header{text-align:center;margin-bottom:60px}.faq-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(48px,10vw,96px);font-weight:700;color:var(--color-text);line-height:1;letter-spacing:-4px;margin-bottom:20px}.faq-title .line1,.faq-title .line2{display:block}.faq-title .highlight{color:var(--color-accent)}.faq-subtitle{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:500;color:var(--color-text-muted);line-height:1.2;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:#1a1a1a;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.faq-item:hover{box-shadow:0 6px 28px #0006;border-color:#ffffff26}.faq-item.active{box-shadow:0 8px 32px #f4511e26;border-color:#fff3}.faq-terminal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#2a2a2a;cursor:pointer;gap:16px}.faq-question-text{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:500;color:var(--color-text);line-height:1.4;flex:1}.faq-toggle-btn{background:#27ca40;border:none;cursor:pointer;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;position:relative}.faq-toggle-btn:hover{transform:scale(1.15)}.faq-toggle-btn.open{background:#ffbd2e}.toggle-arrow{width:5px;height:5px;border-right:2px solid #000;border-bottom:2px solid #000;transform:rotate(45deg) translateY(-1px)}.faq-toggle-btn.open .toggle-arrow{transform:rotate(-135deg) translateY(-1px)}.faq-answer{height:0;overflow:hidden;transition:height .3s ease}.faq-terminal-content{padding:20px 24px 24px}.terminal-response{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;line-height:1.7;color:var(--color-text-muted);margin:0}.terminal-prompt-symbol{color:var(--color-accent);margin-right:8px;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace}@media(max-width:900px){.faq-section{padding:80px 20px}.faq-header{margin-bottom:50px}.faq-title{font-size:clamp(52px,16vw,100px);letter-spacing:-3px;line-height:.95}.faq-subtitle{font-size:22px}.faq-list{gap:12px}.faq-question{padding:15px 24px 22px;gap:16px}.faq-question-text{font-size:22px}.faq-icon{width:40px;height:40px;min-width:40px}.faq-answer p{padding:18px 0 22px;margin-left:24px;margin-right:24px;font-size:20px}}@media(max-width:600px){.faq-section{padding:60px 16px}.faq-header{margin-bottom:40px}.faq-title{font-size:clamp(48px,15vw,80px);letter-spacing:-2px;line-height:.95}.faq-subtitle{font-size:20px}.faq-list{gap:12px}.faq-question{padding:15px 20px 20px;gap:14px}.faq-question-text{font-size:20px}.faq-icon{width:36px;height:36px;min-width:36px}.faq-icon svg{width:20px;height:20px}.faq-answer p{padding:16px 0 20px;margin-left:20px;margin-right:20px;font-size:18px;line-height:1.6}}@media(max-width:400px){.faq-section{padding:50px 14px}.faq-title{font-size:clamp(44px,14vw,70px);letter-spacing:-1px;line-height:.95}.faq-subtitle{font-size:20px}.faq-question{padding:15px 18px 20px;gap:12px}.faq-question-text{font-size:20px}.faq-icon{width:36px;height:36px;min-width:36px}.faq-icon svg{width:20px;height:20px}.faq-answer p{padding:16px 0 20px;margin-left:18px;margin-right:18px;font-size:18px}}.blue-section{background:#000;padding-bottom:0;margin-top:-2px}.built-on-footer{display:flex;align-items:center;justify-content:center;gap:20px;padding:40px 20px}.built-on-text{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;color:#ffffffb3;letter-spacing:2px}.base-logo{height:24px;width:auto}.footer-divider{width:1px;height:32px;background:#ffffff40;margin-left:10px}.hydrex-logo{height:48px;width:auto}.openclaw-brand{display:flex;align-items:center;gap:8px}.openclaw-logo{height:42px;width:auto}.openclaw-text{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:600;color:#fff;letter-spacing:-.5px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:16px 12px}.footer-links a{font-size:15px;font-weight:300;letter-spacing:.5px;color:#fff6;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.footer-links a:hover{color:#f4511e}.footer-lobster{display:flex;justify-content:center;align-items:center;padding:0;margin:200px 0 0;line-height:0;width:100%}.footer-lobster picture{display:flex;justify-content:center;width:100%}.footer-lobster img,.footer-lobster-canvas{width:90%;max-width:1400px;height:auto;display:block;margin:0 auto}@media(max-width:768px){.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;padding:16px 24px;text-align:center}.footer-links a{font-size:12px}.footer-lobster{margin-top:120px}.footer-lobster img,.footer-lobster-canvas{width:95%}}@media(max-width:500px){.footer-links a{font-size:10px}.footer-lobster{margin-top:80px}.footer-lobster img,.footer-lobster-canvas{width:100%}}@media(max-width:768px){.built-on-footer{gap:18px;padding:40px 20px}.built-on-text{font-size:18px;letter-spacing:1.5px}.base-logo{height:24px}.footer-divider{height:32px}.hydrex-logo{height:48px}.openclaw-logo{height:42px}.openclaw-text{font-size:26px}}@media(max-width:600px){.built-on-footer{flex-wrap:wrap;gap:12px;padding:35px 16px;justify-content:center}.built-on-text{font-size:14px;letter-spacing:1px;width:100%;text-align:center;margin-bottom:4px}.base-logo{height:20px}.footer-divider{height:24px}.hydrex-logo{height:42px}.openclaw-logo{height:28px}.openclaw-text{font-size:18px}.openclaw-brand{gap:6px}}@media(max-width:400px){.built-on-footer{flex-wrap:wrap;gap:14px;padding:35px 14px;justify-content:center}.built-on-text{font-size:16px;width:100%;text-align:center;margin-bottom:8px}.base-logo{height:22px}.footer-divider{height:28px}.hydrex-logo{height:40px}.openclaw-logo{height:24px}.openclaw-text{font-size:14px}.openclaw-brand{gap:4px}}.section-light .section-title{color:#052e47}.section-light .section-subtitle{color:#4a5568}.section-dark{background:#052e47}.section-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(40px,7vw,72px);font-weight:800;color:#fff;margin-bottom:16px}.section-title .highlight{color:#c8f547}.section-title .highlight-pink{color:#ef476f}.section-subtitle{font-size:18px;color:#fffc;line-height:1.6;max-width:500px}.about-section{padding-top:100px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-left{display:flex;flex-direction:column;gap:40px}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.stat-item{display:flex;flex-direction:column}.stat-number{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(48px,6vw,72px);font-weight:800;color:#052e47;line-height:1}.stat-number .accent{color:#c8f547}.stat-number .accent-pink{color:#ef476f}.stat-label{font-size:16px;color:#4a5568;margin-top:4px}.about-right{display:flex;flex-direction:column;gap:20px}.about-image-wrapper{position:relative;width:100%;aspect-ratio:1;max-width:380px;margin:0 auto}.blob-frame{position:absolute;inset:0;background:#c8f547;border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.about-bottle{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;padding:40px}.explore-more-btn{display:inline-flex;align-items:center;gap:10px;background:#c8f547;color:#052e47;border:none;padding:14px 24px;border-radius:50px;font-size:16px;font-weight:600;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .3s ease;width:fit-content}.explore-more-btn:hover{background:#d8ff5a;transform:scale(1.02)}.explore-more-btn .arrow-icon{width:20px;height:20px;background:#052e47;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#c8f547;font-size:12px}.how-section .section-header{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px;align-items:end}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{background:#ffffff14;border-radius:20px;padding:28px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.step-card:hover{background:#ffffff1f;transform:translateY(-4px)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#c8f547;border-radius:12px;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:800;color:#052e47;margin-bottom:16px}.step-card h3{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px}.step-card p{font-size:14px;line-height:1.6;color:#ffffffb3}.marquee-section{background:#052e47;overflow:hidden;padding:0;position:relative}.marquee-wrapper{position:relative}.marquee-track{display:flex;width:max-content;animation:marquee 30s linear infinite}.marquee-track.reverse{animation:marquee-reverse 30s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-content{display:flex;align-items:center;gap:40px;padding:20px 40px;white-space:nowrap}.marquee-item{display:flex;align-items:center;gap:16px;font-size:18px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:2px}.marquee-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}.marquee-icon.blue{background:#096db3}.marquee-icon.pink{background:#ef476f}.marquee-icon.yellow{background:#ffbe0b}.marquee-icon.green{background:#c8f547;color:#052e47}.diagonal-band{background:#ef476f;transform:rotate(-2deg) scale(1.1);margin:-10px 0}.diagonal-band-2{background:#f5f5f5;transform:rotate(2deg) scale(1.1);margin:-10px 0}.diagonal-band-2 .marquee-item{color:#052e47}.flywheel-section{background:#f5f5f5;text-align:center}.flywheel-container{position:relative;width:420px;height:420px;margin:50px auto}.flywheel-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;background:#c8f547;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#052e47;box-shadow:0 20px 60px #c8f54766;z-index:2}.flywheel-center .token-name{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:800}.flywheel-items{position:absolute;width:100%;height:100%;animation:rotate 25s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.flywheel-item{position:absolute;top:50%;left:50%;width:90px;height:90px;margin:-45px 0 0 -45px;background:#052e47;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-weight:600;font-size:11px;color:#fff;transform:rotate(calc(var(--i) * 72deg)) translateY(-160px) rotate(calc(var(--i) * -72deg));animation:counter-rotate 25s linear infinite;box-shadow:0 8px 24px #00000026}@keyframes counter-rotate{0%{transform:rotate(calc(var(--i) * 72deg)) translateY(-160px) rotate(calc(var(--i) * -72deg + 0deg))}to{transform:rotate(calc(var(--i) * 72deg)) translateY(-160px) rotate(calc(var(--i) * -72deg - 360deg))}}.flywheel-icon{font-size:24px}.flywheel-description{text-align:center;font-size:18px;line-height:1.8;color:#4a5568;max-width:550px;margin:0 auto}.flywheel-description strong{color:#052e47}.features-section{background:#052e47;position:relative}.features-section .section-header{text-align:center;margin-bottom:50px}.features-section .section-subtitle{max-width:100%;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:#ffffff0f;border-radius:20px;padding:32px 24px;text-align:left;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.feature-card:hover{background:#ffffff1a;transform:translateY(-4px)}.feature-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px}.feature-icon.blue{background:#096db34d}.feature-icon.pink{background:#ef476f4d}.feature-icon.yellow{background:#ffbe0b4d}.feature-icon.green{background:#c8f5474d}.feature-card h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:10px}.feature-card p{font-size:14px;line-height:1.6;color:#ffffffa6}.cta-section{background:#052e47;text-align:center;padding:100px 20px}.cta-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(44px,8vw,80px);font-weight:800;color:#fff;margin-bottom:16px;line-height:1.1}.cta-title .highlight-pink{color:#ef476f}.cta-subtitle{font-size:18px;color:#ffffffb3;margin-bottom:36px}.cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:50px;font-size:16px;font-weight:600;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .3s ease;border:none}.cta-btn.primary{background:#c8f547;color:#052e47}.cta-btn.primary:hover{background:#d8ff5a;transform:scale(1.02)}.cta-btn.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-btn.secondary:hover{background:#fff;color:#052e47;border-color:#fff}.cta-btn .arrow-icon{width:22px;height:22px;border-radius:50%;background:#052e47;display:flex;align-items:center;justify-content:center;font-size:12px;color:#c8f547}.footer{background:#052e47;padding:50px 20px;border-top:1px solid rgba(255,255,255,.08)}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.footer-left{display:flex;flex-direction:column;gap:8px}.footer-logo{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:26px;font-weight:700;color:#fff;letter-spacing:-1px}.footer-tagline{font-size:14px;color:#ffffff80}.footer-links{display:flex;gap:28px;flex-wrap:wrap}.footer-disclaimer{width:100%;text-align:center;font-size:13px;color:#fff6;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:40px}.about-right{order:-1}.about-image-wrapper{max-width:280px}.how-section .section-header{grid-template-columns:1fr;gap:16px;text-align:center}.how-section .section-subtitle{max-width:100%;margin:0 auto}.steps-grid,.features-grid{grid-template-columns:1fr}.flywheel-container{width:320px;height:320px}.flywheel-center{width:100px;height:100px}.flywheel-center .token-name{font-size:18px}.flywheel-item{width:70px;height:70px;margin:-35px 0 0 -35px;font-size:10px;border-radius:14px;transform:rotate(calc(var(--i) * 72deg)) translateY(-120px) rotate(calc(var(--i) * -72deg))}@keyframes counter-rotate{0%{transform:rotate(calc(var(--i) * 72deg)) translateY(-120px) rotate(calc(var(--i) * -72deg + 0deg))}to{transform:rotate(calc(var(--i) * 72deg)) translateY(-120px) rotate(calc(var(--i) * -72deg - 360deg))}}.flywheel-icon{font-size:18px}.footer-inner{flex-direction:column;text-align:center}.footer-left{align-items:center}}@media(max-width:600px){.content-section{padding:60px 16px}.section-title{font-size:42px}.about-stats{grid-template-columns:1fr 1fr;gap:20px}.stat-number{font-size:48px}.stat-label{font-size:18px}.marquee-item{font-size:16px;letter-spacing:1px}.cta-title{font-size:42px}.cta-subtitle{font-size:20px}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:300px;justify-content:center;font-size:18px;padding:18px 36px}}@media(min-width:901px)and (max-height:700px){.hero{min-height:700px}.bottle{height:65vh;min-height:350px;max-width:35vw}.left-content{bottom:40px}.right-content{bottom:30px}.headline{font-size:clamp(60px,12vw,160px)}.sun-character{width:80px;height:80px;top:40px}.blue-character{width:75px;height:75px;top:30px}.purple-character{width:120px;height:120px;top:180px}.dolphin-character{width:70px;height:70px;top:140px;left:4%}.seahorse-character{width:65px;height:65px;bottom:70px;right:10%}.robofish-character{width:70px;height:70px;top:90px;right:18%}}@media(min-width:901px)and (max-height:550px){.hero{min-height:550px}.bottle{height:55vh;min-height:280px;max-width:30vw}.left-content,.right-content{bottom:20px;max-width:180px}.description{font-size:14px;line-height:1.35}.headline{font-size:clamp(50px,10vw,120px);top:5px}.sun-character{width:60px;height:60px;top:30px}.blue-character{width:55px;height:55px;top:25px}.purple-character{width:90px;height:90px;top:140px}.dolphin-character{width:50px;height:50px;top:100px;left:3%}.seahorse-character{width:45px;height:45px;bottom:50px;right:8%}.robofish-character{width:50px;height:50px;top:70px;right:16%}.arrow-left,.arrow-right{display:none}}@media(min-width:901px)and (max-height:450px){.hero{min-height:450px}.bottle{height:50vh;min-height:220px;max-width:25vw}.left-content,.right-content{bottom:15px;max-width:160px}.description{font-size:13px;line-height:1.3}.headline{font-size:clamp(40px,8vw,100px)}.sun-character,.blue-character,.purple-character,.dolphin-character,.seahorse-character,.robofish-character{display:none}}@media(min-width:1800px){.hero{max-width:1800px;margin:0 auto}.left-content{left:calc(50% - 800px)}.right-content{right:calc(50% - 800px)}.headline{font-size:260px}.bottle{max-width:500px}}@media(min-width:2200px){.container,.header{max-width:2000px;margin:0 auto}}@media(max-width:900px)and (max-height:500px)and (orientation:landscape){.hero{min-height:auto;padding:10px 20px}.headline{font-size:clamp(32px,8vw,60px);margin-bottom:20px}.bottle{width:25vw;max-width:150px;margin-bottom:15px}.left-content,.right-content{padding:16px;margin-bottom:10px}.left-content .description,.right-content .description{font-size:13px;line-height:1.4}.sun-character{width:35px;height:35px;top:15vh;left:8px}.blue-character{width:35px;height:35px;top:15vh;right:8px;left:auto}.seahorse-character{width:30px;height:30px;top:50vh;left:10px}.robofish-character{width:30px;height:30px;top:50vh;right:10px}.dolphin-character{width:32px;height:32px;top:80vh;left:8px}.gun-character{width:32px;height:32px;top:80vh;right:8px}}@media(max-width:300px){.header{padding:8px 10px}.logo{font-size:16px}.buy-btn{padding:3px 10px 7px;font-size:10px}.headline{font-size:clamp(24px,9vw,40px)}.bottle{width:70vw;max-width:160px}.left-content,.right-content{padding:12px;border-radius:14px}.left-content .description,.right-content .description{font-size:12px}.sun-character{width:36px;height:36px;top:8vh}.seahorse-character{width:28px;height:28px;top:28vh}.dolphin-character{width:30px;height:30px;top:50vh}.blue-character{width:32px;height:32px;top:15vh}.robofish-character{width:28px;height:28px;top:38vh}.gun-character{width:30px;height:30px;top:60vh}}
