*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f6f4ef;color:#171717;font-family:"Manrope",sans-serif;overflow-x:hidden}.noise{pointer-events:none;position:fixed;inset:0;opacity:.035;z-index:50;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}.site-header{height:82px;max-width:1280px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.brand{display:flex;gap:10px;align-items:center;color:#171717;text-decoration:none;font-weight:800;font-size:21px}.brand-mark{display:grid;grid-template-columns:repeat(3,7px);gap:3px;transform:skew(-8deg)}.brand-mark span{width:7px;height:22px;border-radius:4px;background:#171717}.brand-mark span:nth-child(2){height:15px;align-self:end}.brand-mark span:nth-child(3){height:19px;align-self:end}.nav{display:flex;gap:28px}.nav a,.footer-links a{font-size:14px;color:#4c4c4c;text-decoration:none;font-weight:600;transition:.2s}.nav a:hover,.footer-links a:hover{color:#171717}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 22px;font-weight:700;text-decoration:none;border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease,background .22s}.button-small{padding:10px 16px;font-size:13px}.button-dark{background:#171717;color:white}.button-light{background:white;color:#171717}.button-primary{background:#e9ff68;color:#171717;box-shadow:0 10px 24px rgba(147,170,37,.18)}.button:hover{transform:translateY(-2px)}.text-link{display:inline-flex;gap:7px;align-items:center;text-decoration:none;color:#171717;font-weight:700}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}.section{max-width:1280px;margin:auto;padding:110px 28px}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1fr 1.1fr;gap:45px;align-items:center;padding-top:65px;padding-bottom:95px}.eyebrow,.section-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;display:flex;align-items:center;gap:10px}.pulse{width:8px;height:8px;background:#8fbf00;border-radius:50%;box-shadow:0 0 0 7px rgba(143,191,0,.12)}h1{font-size:clamp(58px,7.2vw,102px);line-height:.94;letter-spacing:-.065em;margin:24px 0 30px;max-width:780px}.accent-word{position:relative;display:inline-block}.accent-word:after{content:"";position:absolute;left:0;right:2%;bottom:-5px;height:16px;background:#e9ff68;z-index:-1;transform:rotate(-1.5deg);border-radius:8px}.hero-text{font-size:19px;line-height:1.65;color:#555;max-width:640px}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:34px}.hero-proof{display:flex;gap:24px;margin-top:40px;flex-wrap:wrap}.hero-proof span{font-size:12px;font-weight:700;color:#6f6f6f}.hero-proof span:before{content:"✓";margin-right:7px;color:#6e9000}.hero-stage{min-height:630px;position:relative;display:flex;align-items:center;justify-content:center;perspective:1400px}.orbit{position:absolute;border:1px solid rgba(23,23,23,.11);border-radius:50%;width:580px;height:580px}.orbit-2{width:430px;height:430px}.app-window{width:min(720px,95%);background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:22px;box-shadow:0 40px 100px rgba(38,43,26,.18);overflow:hidden;transform:rotateY(-7deg) rotateX(3deg) rotateZ(-1.5deg);transition:transform .3s ease}.window-top{height:48px;border-bottom:1px solid #ececec;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:0 15px}.window-dots{display:flex;gap:6px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#ddd}.window-title{text-align:center;font-size:9px;color:#999}.window-avatar{justify-self:end;width:25px;height:25px;background:#171717;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:800}.app-shell{display:grid;grid-template-columns:52px 1fr;min-height:420px}.app-sidebar{background:#181818;padding:18px 0;display:flex;flex-direction:column;align-items:center;gap:24px}.mini-logo{color:#171717;background:#e9ff68;width:26px;height:26px;border-radius:8px;display:grid;place-items:center;font-weight:800;font-size:12px}.side-dot{width:15px;height:15px;border:1px solid #5a5a5a;border-radius:5px}.side-dot.active{background:#e9ff68;border-color:#e9ff68}.dashboard{padding:30px;background:#fafafa}.dashboard-head{display:flex;justify-content:space-between;align-items:center}.dashboard-head small{color:#888;font-size:9px}.dashboard-head h3{margin:3px 0 0;font-size:24px;letter-spacing:-.04em}.dashboard-head button{border:0;background:#171717;color:#fff;border-radius:10px;padding:9px 12px;font-size:9px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:25px 0}.stat-card{background:#fff;border:1px solid #ececec;padding:16px;border-radius:15px}.stat-card.mint{background:#efffdc}.stat-card.peach{background:#fff1df}.stat-card span{display:block;font-size:8px;color:#888}.stat-card strong{display:block;font-size:23px;margin:8px 0 2px}.stat-card em{font-size:8px;font-style:normal;color:#777}.dashboard-row{display:grid;grid-template-columns:1.1fr .9fr;gap:12px}.chart-card,.people-card{background:#fff;border:1px solid #ececec;border-radius:15px;padding:16px}.card-title{display:flex;justify-content:space-between;font-size:9px}.card-title span{color:#aaa}.bars{height:125px;display:flex;align-items:end;gap:8px;padding-top:18px}.bars i{flex:1;height:var(--h);background:#dfeab0;border-radius:5px 5px 2px 2px;transition:height .8s}.bars i:nth-child(6),.bars i:nth-child(8){background:#bddd39}.person-row{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid #f0f0f0}.person-row:last-child{border:0}.avatar{width:28px;height:28px;background:#d8e4ff;border-radius:50%;display:grid;place-items:center;font-size:8px;font-weight:800}.avatar-yellow{background:#ffe8a8}.avatar-pink{background:#ffd8ea}.person-row b{display:block;font-size:9px}.person-row small{font-size:7px;color:#999}.person-row em{font-size:8px;font-style:normal;font-weight:700}.floating-chip{position:absolute;background:#fff;border:1px solid rgba(0,0,0,.07);box-shadow:0 15px 35px rgba(0,0,0,.11);border-radius:14px;padding:10px 13px;font-size:11px;font-weight:700;z-index:3;display:flex;align-items:center;gap:8px;animation:float 4s ease-in-out infinite}.chip-a{left:0;top:17%;animation-delay:-.8s}.chip-b{right:-4%;top:28%;animation-delay:-1.6s}.chip-c{right:4%;bottom:18%;animation-delay:-2.4s}.chip-icon{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e9ff68}.dot-green{width:8px;height:8px;background:#8bbb11;border-radius:50%}@keyframes float{50%{transform:translateY(-12px) rotate(1deg)}}.logo-strip{border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);overflow:hidden}.marquee{padding:19px 0}.marquee-track{display:flex;align-items:center;gap:26px;width:max-content;animation:marquee 30s linear infinite}.marquee-track span{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#656565}.marquee-track i{font-style:normal;color:#b4b4b4}@keyframes marquee{to{transform:translateX(-50%)}}.section-label{color:#777;margin-bottom:22px}.split-heading{display:grid;grid-template-columns:1.4fr .8fr;gap:60px;align-items:end;margin-bottom:55px}.split-heading h2,.hosting-head h2,.pricing h2,.why h2,.cta h2,.modules h2{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:0}.split-heading h2 span{color:#777}.split-heading p,.hosting-head p,.modules-copy>p,.why-copy p{font-size:17px;line-height:1.7;color:#656565;margin:0}.feature-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.feature-card{min-height:430px;background:#fff;border-radius:28px;padding:30px;border:1px solid rgba(0,0,0,.06);position:relative;overflow:hidden}.feature-card.big{min-height:520px}.feature-card.dark{background:#171717;color:#fff}.feature-top{display:flex;justify-content:space-between;align-items:center}.number{font-size:11px;color:#aaa}.tag{font-size:10px;padding:7px 10px;background:#f0f0ec;border-radius:999px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.dark .tag{background:#2b2b2b}.feature-card h3{font-size:34px;line-height:1.06;letter-spacing:-.045em;margin:48px 0 15px;max-width:430px}.feature-card p{max-width:480px;color:#777;line-height:1.65;font-size:14px}.dark p{color:#aaa}.people-visual{height:220px;position:relative;margin-top:20px}.people-visual svg{position:absolute;inset:0;width:100%;height:100%;z-index:0}.people-visual path{fill:none;stroke:#d8d8d1;stroke-width:2;stroke-dasharray:6 7}.node{position:absolute;width:62px;height:62px;border-radius:20px;background:#e9ff68;display:grid;place-items:center;font-size:12px;font-weight:800;z-index:2;box-shadow:0 10px 25px rgba(0,0,0,.08)}.node.center{left:calc(50% - 31px);top:calc(50% - 31px);background:#171717;color:#fff}.node.n1{left:5%;top:5%;background:#d8e4ff}.node.n2{right:5%;top:5%;background:#ffd8ea}.node.n3{right:12%;bottom:4%;background:#fff1df;width:80px}.ring-wrap{display:grid;place-items:center;margin-top:22px}.ring{width:170px;height:170px;border-radius:50%;background:conic-gradient(#171717 0 75%,#ecece7 75%);display:grid;place-items:center}.ring:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#fff}.ring div{z-index:2;text-align:center}.ring strong{display:block;font-size:34px}.ring small{color:#888}.task-list{margin-top:30px}.task-list div{display:grid;grid-template-columns:18px 1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid #eee;align-items:center}.task-list div span{width:14px;height:14px;border-radius:5px;border:1px solid #bbb;display:grid;place-items:center;font-size:8px}.task-list b{font-size:12px}.task-list em{font-size:9px;color:#999;font-style:normal}.task-list .done{opacity:.5}.task-list .done b{text-decoration:line-through}.mini-report{margin-top:40px}.mini-report div{display:grid;grid-template-columns:1fr auto;align-items:center;border-bottom:1px solid #353535;padding:13px 0}.mini-report span{font-size:11px;color:#aaa}.mini-report b{font-size:22px}.modules{padding-top:40px}.modules-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;background:#e9ff68;border-radius:38px;padding:70px}.modules-copy>p{max-width:520px;margin-top:25px;color:#536000}.module-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:32px}.module-badges span{background:rgba(255,255,255,.7);padding:10px 13px;border-radius:999px;font-size:11px;font-weight:700}.stack-demo{height:380px;position:relative;perspective:1000px}.stack-card{position:absolute;width:72%;height:190px;border-radius:24px;padding:26px;left:14%;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 30px rgba(67,75,18,.12);display:flex;flex-direction:column;justify-content:flex-end;transform-origin:center}.stack-card span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#777}.stack-card strong{font-size:24px;margin-top:6px}.s1{background:#171717;color:#fff;top:130px;transform:rotate(-2deg)}.s2{background:#fff;top:70px;transform:rotate(4deg)}.s3{background:#f3f1eb;top:10px;transform:rotate(-6deg)}.hosting-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:50px}.hosting-head p{max-width:420px}.hosting-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hosting-card{background:#fff;border-radius:28px;padding:38px;border:1px solid rgba(0,0,0,.07);position:relative}.hosting-card.featured{box-shadow:0 20px 55px rgba(0,0,0,.07)}.hosting-badge{position:absolute;top:24px;right:24px;background:#e9ff68;border-radius:999px;padding:7px 10px;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.hosting-icon{width:64px;height:64px;border-radius:18px;background:#f0f0ec;margin-bottom:30px;position:relative}.cloud-icon span{position:absolute;background:#171717;border-radius:50%}.cloud-icon span:nth-child(1){width:28px;height:28px;left:18px;top:18px}.cloud-icon span:nth-child(2){width:20px;height:20px;left:10px;top:29px}.cloud-icon span:nth-child(3){width:22px;height:22px;right:10px;top:28px}.server-icon{padding:12px;display:flex;flex-direction:column;gap:5px}.server-icon span{height:9px;border-radius:3px;background:#171717}.hosting-card h3{font-size:32px;letter-spacing:-.04em;margin:0 0 12px}.hosting-card>p{color:#707070;line-height:1.65;max-width:470px}.hosting-card ul{list-style:none;padding:0;margin:28px 0}.hosting-card li{padding:9px 0;font-size:13px}.hosting-card li:before{content:"✓";margin-right:10px;color:#789b00}.pricing{padding-top:50px}.pricing-shell{background:#171717;color:#fff;border-radius:38px;padding:70px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.section-label.light{color:#aaa}.pricing-copy p{color:#aaa;max-width:470px;line-height:1.7}.price{margin-top:45px;display:flex;align-items:end;gap:14px}.price strong{font-size:70px;letter-spacing:-.06em}.price span{color:#aaa;margin-bottom:13px;font-size:13px}.setup{color:#7f7f7f;font-size:11px}.pricing-list{align-self:center}.pricing-list>div{display:flex;gap:13px;padding:15px 0;border-bottom:1px solid #333}.pricing-list>div>span{width:24px;height:24px;border-radius:50%;background:#e9ff68;color:#171717;display:grid;place-items:center;font-size:11px;font-weight:800}.pricing-list p{margin:0}.pricing-list b{display:block;font-size:13px}.pricing-list small{display:block;color:#8e8e8e;margin-top:3px}.pricing-list .button{margin-top:30px}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.why-copy p{margin-top:28px}.before-after{display:grid;grid-template-columns:1fr 55px 1fr;align-items:center}.sheet{height:270px;border-radius:18px;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.08);padding:18px;position:relative;transform:rotate(-3deg)}.sheet.new{background:#171717;color:#fff;transform:rotate(3deg)}.sheet-title{font-size:8px;color:#777;border-bottom:1px solid #eee;padding-bottom:12px}.cells{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:12px}.cells i{height:36px;border:1px solid #e6e6e6}.sticker{position:absolute;bottom:16px;right:-18px;background:#ffe59b;padding:9px 12px;font-size:9px;font-weight:800;transform:rotate(6deg);box-shadow:0 7px 15px rgba(0,0,0,.08)}.sticker-green{background:#e9ff68;color:#171717;transform:rotate(-5deg)}.mini-brand{font-weight:800;font-size:18px}.clean-lines{margin-top:45px;display:flex;flex-direction:column;gap:15px}.clean-lines i{height:14px;border-radius:99px;background:#333}.clean-lines i:nth-child(1){width:80%;background:#e9ff68}.clean-lines i:nth-child(2){width:64%}.clean-lines i:nth-child(3){width:72%}.arrow-scribble{text-align:center;font-size:34px}.cta{padding-top:50px}.cta-card{position:relative;background:#e9ff68;border-radius:38px;padding:90px 60px;text-align:center;overflow:hidden}.cta-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.cta h2{max-width:900px;margin:16px auto 22px}.cta p{color:#596600}.cta-actions{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:34px}.cta-spark{position:absolute;font-size:40px;opacity:.6}.spark-1{left:8%;top:20%}.spark-2{right:10%;top:28%;font-size:26px}.spark-3{right:18%;bottom:14%;font-size:18px}footer{max-width:1280px;margin:auto;padding:35px 28px 55px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border-top:1px solid rgba(0,0,0,.08)}footer p{text-align:center;font-size:11px;color:#888}.footer-links{display:flex;justify-content:flex-end;gap:18px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}@media(max-width:980px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero-stage{min-height:530px}.split-heading,.modules-layout,.why-grid,.pricing-shell{grid-template-columns:1fr}.feature-grid,.hosting-grid{grid-template-columns:1fr}.hosting-head{display:block}.hosting-head p{margin-top:20px}.modules-layout{padding:45px}.pricing-shell{padding:45px}.why-grid{gap:40px}}@media(max-width:680px){.site-header{height:70px;padding:0 18px}.site-header>.button{display:none}.section{padding:78px 18px}.hero{padding-top:42px;padding-bottom:65px}.hero h1{font-size:56px}.hero-text{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-proof{gap:12px 18px}.hero-stage{min-height:410px;margin-top:20px}.app-window{width:104%;transform:rotateZ(-1deg);margin-left:4%}.orbit{width:390px;height:390px}.orbit-2{width:300px;height:300px}.floating-chip{font-size:9px;padding:8px 9px}.chip-a{left:-7%;top:8%}.chip-b{right:-6%;top:22%}.chip-c{right:-4%;bottom:10%}.dashboard{padding:16px}.dashboard-head h3{font-size:19px}.stat-card{padding:10px}.stat-card strong{font-size:18px}.dashboard-row{grid-template-columns:1fr}.people-card{display:none}.app-shell{grid-template-columns:38px 1fr}.app-sidebar{gap:18px}.split-heading{gap:22px}.split-heading h2,.hosting-head h2,.pricing h2,.why h2,.cta h2,.modules h2{font-size:42px}.feature-card,.feature-card.big{min-height:auto;padding:23px;border-radius:22px}.feature-card h3{margin-top:35px;font-size:29px}.people-visual{height:190px}.modules{padding-top:20px}.modules-layout{border-radius:26px;padding:30px 22px}.stack-demo{height:320px}.stack-card{width:86%;left:7%;height:160px}.hosting-card{padding:26px;border-radius:22px}.pricing{padding-top:25px}.pricing-shell{padding:34px 24px;border-radius:26px;gap:35px}.price strong{font-size:58px}.why-grid{grid-template-columns:1fr}.before-after{grid-template-columns:1fr 34px 1fr}.sheet{height:210px;padding:13px}.cells i{height:28px}.cta-card{padding:65px 22px;border-radius:26px}.cta-actions{flex-direction:column}.cta-spark{display:none}footer{grid-template-columns:1fr;gap:20px;text-align:center}footer p{text-align:center}.footer-links{justify-content:center}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}