.hero-section{position:relative;width:100%;justify-content:center;padding:160px 20px 80px}.hero-content,.hero-section{display:flex;flex-direction:column;align-items:center}.hero-content{gap:24px;width:min(920px,90vw);text-align:center;z-index:1}.hero-title{font-size:72px;line-height:100%;letter-spacing:-.02em;color:#fbfbfd;margin:0;display:flex;flex-direction:column;align-items:center;gap:0}.hero-title-thin{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-weight:400;line-height:.9;display:block}.hero-title-middle{font-size:32px;font-weight:400;line-height:.8;margin:0 0 -8px;opacity:.6}.hero-title-bold,.hero-title-middle{font-family:var(--font-geist),"Geist",sans-serif;display:block}.hero-title-bold{font-weight:700;line-height:1}.hero-description{font-family:var(--font-geist),"Geist",sans-serif;font-size:18px;line-height:150%;color:rgba(251,251,253,.7);width:720px;margin:0}.hero-buttons{display:flex;align-items:center;gap:16px;margin-top:8px}.enterprise-install-btn,.hero-enterprise-btn,.hero-install-btn{background-color:#fff;border:2px solid #7147ab;border-radius:10px;box-shadow:inset 0 -4px 0 0 #f2ccd7;padding:14px 18px 16px;color:#7147ab;font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:18px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;min-width:176px;display:inline-block;text-decoration:none;white-space:nowrap}.hero-enterprise-btn{background-color:rgba(158,76,22,.1);color:#fff;border-color:hsla(0,0%,100%,.3);box-shadow:none}.enterprise-install-btn:hover,.hero-enterprise-btn:hover,.hero-install-btn:hover{box-shadow:inset 0 -2px 0 0 #f2ccd7;transform:translateY(-2px)}.hero-enterprise-btn:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);box-shadow:none}.hero-stats{flex-direction:column;gap:12px;margin-top:16px}.hero-stat,.hero-stats{display:flex;align-items:center}.hero-stat{gap:8px;padding:8px 16px;border:1px solid rgba(35,22,75,.5);border-radius:24px;background-color:rgba(35,22,75,.6);cursor:default;user-select:none}.hero-stat-clickable{cursor:pointer;text-decoration:none;color:inherit;transition:all .2s ease}.hero-stat-clickable:hover{background-color:rgba(35,22,75,.8);border-color:rgba(35,22,75,.7);transform:translateY(-1px)}.hero-stat-clickable:hover .hero-stat-icon,.hero-stat-clickable:hover .hero-stat-text{color:hsla(0,0%,100%,.9)}.hero-stat:has(.hero-stat-flip-wrapper){min-width:460px}.hero-stat-flip-wrapper{position:relative;perspective:1000px;width:100%;height:26px;display:flex;align-items:center}.hero-stat-flip-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0);-webkit-transform:translateZ(0)}.hero-stat-flip-wrapper.flipped .hero-stat-flip-inner{transform:rotateY(180deg)}.hero-stat-face{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-stat-front{z-index:2}.hero-stat-back{transform:rotateY(180deg)}.hero-stat-back-content{display:flex;align-items:center;gap:8px}.hero-stat-platforms{display:flex;align-items:center;gap:10px}.hero-stat-platforms-label{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:14px;font-weight:500;color:hsla(0,0%,100%,.7);white-space:nowrap}.hero-stat-platform-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1);opacity:.8;transition:opacity .2s ease}.hero-stat-platform-icon:hover{opacity:1}.hero-stat-platform-icon-windsurf{width:24px;height:24px;margin-bottom:-1px}.hero-stat-platform-icon-cursor{padding-left:2px}.hero-stat-icon{width:16px;height:16px;color:hsla(0,0%,100%,.7)}.hero-stat-text{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:16px;font-weight:500;color:hsla(0,0%,100%,.7);white-space:nowrap}.hero-cline-character{position:absolute;bottom:-30px;right:8%;width:clamp(200px,22vw,350px);height:auto;max-width:350px;object-fit:contain;pointer-events:none;z-index:10;transform:translateY(0);will-change:transform}@media (max-width:1024px){.hero-section{padding:140px 20px 60px}.hero-description{width:min(720px,90vw)}.hero-cline-character{right:5%;bottom:0;width:clamp(180px,20vw,300px)}}@media (max-width:768px){.hero-section{padding:120px 20px 40px}.hero-content{gap:16px}.hero-title{font-size:clamp(32px,8vw,48px)}.hero-title-middle{font-size:clamp(16px,4vw,20px);margin:-2px 0}.hero-description{font-size:16px;line-height:140%;width:min(500px,90vw)}.hero-stats{flex-direction:column;gap:12px;margin-top:12px}.hero-stat{padding:6px 12px}.hero-stat:has(.hero-stat-flip-wrapper){min-width:340px}.hero-stat-flip-wrapper{height:21px}.hero-stat-back-content,.hero-stat-platforms{gap:6px}.hero-stat-platform-icon{width:16px;height:16px}.hero-stat-platform-icon-windsurf{width:20px;height:20px}.hero-stat-platforms-label{font-size:11px}.hero-stat-icon{width:14px;height:14px}.hero-stat-text{font-size:12px}.hero-cline-character{right:2%;bottom:-30px;width:clamp(140px,25vw,180px);margin-bottom:-30px}}@media (max-width:430px){.hero-buttons{flex-direction:column;gap:12px;width:100%}.enterprise-install-btn,.hero-enterprise-btn,.hero-install-btn{width:100%;max-width:300px}.hero-cline-character{bottom:-40px}}@media (max-width:360px){.hero-section{padding:100px 20px 30px}.hero-title{font-size:28px}.hero-title-middle{font-size:14px}.hero-description{font-size:14px;line-height:130%}.hero-buttons{flex-direction:column;gap:12px;width:100%}.hero-enterprise-btn,.hero-install-btn{font-size:16px;padding:10px 14px 12px;min-width:140px;width:100%;max-width:300px}.hero-stats{gap:8px}.hero-stat{padding:4px 10px}.hero-stat-text{font-size:11px}.hero-cline-character{width:clamp(80px,25vw,100px);right:1%;bottom:-50px}}.video-showcase-section{min-height:600px;overflow:hidden;padding:30px 0 80px}.video-showcase-container,.video-showcase-section{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.video-showcase-container{max-width:1600px;height:100%}.video-blue-container{position:relative;width:87vw;max-width:1420px;aspect-ratio:1420/755;border-radius:8px;overflow:hidden;z-index:1;background-color:#000;box-shadow:0 0 0 30px hsla(0,0%,100%,.1)}.main-visual-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(84,135,200,.15),rgba(159,88,250,.15) 50%,rgba(245,57,105,.15));border:2px dashed hsla(0,0%,100%,.3);border-radius:8px}.main-placeholder-text{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:24px;color:hsla(0,0%,100%,.7);font-weight:600;text-transform:uppercase;letter-spacing:2px;text-align:center;padding:20px}.showcase-ground,.showcase-island-2,.showcase-island-3{position:absolute;object-fit:cover;pointer-events:none}.showcase-island-3{bottom:25%;right:20px;width:145px;height:98px}.showcase-island-2,.showcase-island-3{transform:translateY(0);transition:transform .1s ease-out;will-change:transform}.showcase-island-2{bottom:20%;left:-90px;width:176px;height:118px;z-index:4}.showcase-ground{position:absolute;bottom:-89px;left:0;right:0;height:90px;background-image:url(/assets/images/home/hero/hero-ground.png);background-size:cover;background-position:top;background-repeat:no-repeat;z-index:2}@media (max-width:1024px){.video-showcase-section{min-height:500px;padding:40px 0 60px}.showcase-island-3{width:120px;bottom:40%}.showcase-island-2{width:140px;bottom:30%}.video-blue-container{box-shadow:0 0 0 20px hsla(0,0%,100%,.1)}}@media (max-width:768px){.video-showcase-section{min-height:400px;padding:30px 0 40px}.video-blue-container{width:90vw;box-shadow:0 0 0 15px hsla(0,0%,100%,.1)}.showcase-ground,.showcase-island-2,.showcase-island-3{display:none}.main-placeholder-text{font-size:18px}}@media (max-width:360px){.video-showcase-section{min-height:300px;padding:20px 0 30px}.video-blue-container{box-shadow:0 0 0 10px hsla(0,0%,100%,.1)}}.hero-wrapper{width:100%;background-color:#371385;background-image:url(/assets/images/home/hero/hero-background.webp);background-size:cover;background-position:bottom;background-repeat:no-repeat}.hero-wrapper,.plan-act-pill{position:relative;overflow:hidden}.plan-act-pill{display:inline-flex;background-color:#000;border-radius:50px;padding:4px;box-shadow:0 12px 40px rgba(0,0,0,.5),0 8px 20px rgba(0,0,0,.3);cursor:pointer}.pill-slider{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}.pill-slider.act-active{background-color:#3e5ee1;transform:translateX(100%);border-radius:0 50px 50px 0}.pill-slider.plan-active{background-color:#cd8a4c;transform:translateX(0);border-radius:50px 0 0 50px}.pill-section{padding:12px 32px;border:none;background:transparent;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:color .3s ease;position:relative;z-index:2;outline:none;font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif}.pill-plan{margin-right:0;border-radius:50px 0 0 50px}.pill-act{border-radius:0 50px 50px 0}.pill-section:hover{opacity:.8}.pill-section:focus-visible{outline:2px solid #fff;outline-offset:2px}@media (max-width:768px){.pill-section{padding:10px 24px;font-size:16px}}@media (max-width:480px){.pill-section{padding:8px 20px;font-size:14px}}.conversational-partner-section{flex-direction:column;overflow:hidden;padding:80px 40px;position:relative;background-color:#1a0836;min-height:600px}.conversational-partner-section,.cp-content-wrapper{display:flex;align-items:center;justify-content:center;width:100%}.cp-content-wrapper{max-width:1200px;gap:60px}.cp-left-content{flex:0 0 auto;position:relative;display:flex;align-items:center;gap:40px}.cp-image-container{position:relative;width:520px;height:468px}.cp-image-bg,.cp-image-fg{position:absolute;inset:0;overflow:hidden}.cp-background-image,.cp-foreground-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.cp-video-placeholder{bottom:38px;right:0;overflow:hidden}.cp-pill-container,.cp-video-placeholder{position:absolute;width:390px;height:390px;border-radius:21px;background-color:transparent}.cp-pill-container{bottom:68px;right:58px;display:flex;align-items:center;justify-content:center}.cp-video,.cp-video-image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.cp-video{cursor:pointer;display:block;transition:transform .2s ease,filter .3s ease;filter:sepia(.6) hue-rotate(220deg) saturate(1.4) contrast(1.1) brightness(1.1)}.cp-video:hover{transform:scale(1.02);filter:none}.cp-video::-webkit-media-controls{opacity:.7;transition:opacity .3s ease}.cp-video:hover::-webkit-media-controls{opacity:1}.cp-mascot{width:130px;height:130px;object-fit:contain;position:absolute;left:-65px;bottom:65px}.cp-right-content{flex:1;max-width:500px}.cp-heading-group{margin-bottom:40px}.cp-main-heading{font-family:var(--font-space-grotesk),sans-serif;font-size:48px;font-weight:400;line-height:1.2;letter-spacing:-.07em;color:#fbfbfd;margin:0;white-space:nowrap}.cp-heading-bold{font-weight:700;white-space:nowrap}.cp-subheading{font-family:var(--font-inter),sans-serif;font-size:18px;line-height:1.5;color:#fbfbfd;margin:16px 0 0}.cp-features-list{display:flex;flex-direction:column;gap:24px}.cp-feature-item{display:flex;align-items:flex-start;gap:12px}.cp-icon-wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.cp-feature-icon{width:20px;height:20px;color:#f3ad8a}.cp-feature-text-group{flex:1}.cp-feature-title{font-family:var(--font-space-grotesk),sans-serif;font-size:16px;font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#f3ad8a;margin:0 0 8px}.cp-feature-description{font-family:var(--font-inter),sans-serif;font-size:15px;line-height:1.5;color:hsla(0,0%,100%,.7);margin:0}.cp-ground-transition{display:none}@media (max-width:1024px){.cp-content-wrapper{flex-direction:column-reverse;gap:40px;text-align:center}.cp-left-content{width:100%;display:flex;justify-content:center}.cp-left-content,.cp-right-content{align-items:center}.cp-heading-group{text-align:center}.cp-features-list{align-items:center;max-width:500px}.cp-feature-item{flex-direction:column;text-align:center;gap:16px}.cp-feature-item,.cp-feature-text-group{align-items:center}.cp-feature-description,.cp-feature-title{text-align:center}.cp-feature-title{font-size:18px}.cp-grid-box{width:250px;height:280px}}@media (max-width:640px){.conversational-partner-section{padding:60px 20px}.cp-left-content{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.cp-main-heading{font-size:36px}.cp-heading-bold,.cp-main-heading{white-space:normal}.cp-image-container{width:100%;max-width:320px;height:auto;aspect-ratio:520/468;margin:0 auto}.cp-video-placeholder{width:75%;height:75%;bottom:5%;right:5%}.cp-pill-container{width:75%;height:75%;bottom:17%;right:12.5%}.cp-mascot{width:80px;height:80px;left:-40px;bottom:40px}.cp-grid-box{width:200px;height:220px}.cp-feature-item{flex-direction:column;text-align:center;gap:16px}.cp-feature-item,.cp-feature-text-group{align-items:center}.cp-feature-description,.cp-feature-title{text-align:center}.cp-feature-title{font-size:18px}.cp-feature-description{font-size:14px}}.faq-section{background-color:#1a0836;padding:120px 0;position:relative;width:100%;overflow:hidden}.faq-container{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 2fr;gap:80px;align-items:start}.faq-header{position:sticky;top:120px}.faq-title{font-size:48px;font-weight:300;line-height:1.1;color:#fff;margin:0;letter-spacing:-.02em}.faq-title,.faq-title-bold{font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif}.faq-title-bold{font-weight:700;white-space:nowrap}.faq-content{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid hsla(0,0%,100%,.2)}.faq-item:first-child{border-top:1px solid hsla(0,0%,100%,.2)}.faq-question{width:100%;padding:24px 0;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;transition:all .3s ease}.faq-question:hover .faq-question-text{opacity:.8}.faq-question-text{font-family:var(--font-inter),"Inter",sans-serif;font-size:18px;font-weight:500;color:#fff;line-height:1.4;flex:1;padding-right:20px;transition:opacity .3s ease}.faq-icon{font-size:28px;font-weight:300;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0}.faq-icon.open{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out}.faq-answer.open{max-height:500px;padding-bottom:24px}.faq-answer-inner{color:hsla(0,0%,100%,.7);font-family:var(--font-inter),"Inter",sans-serif;font-size:16px;line-height:1.6}.faq-answer-content{display:flex;flex-direction:column;gap:12px}.faq-answer-content p{margin:0}.faq-answer-list{margin:0;padding-left:20px;list-style-type:decimal}ul.faq-answer-list{list-style-type:disc}.faq-answer-list li{margin-bottom:8px;line-height:1.5}.faq-answer-note{font-size:14px;color:hsla(0,0%,100%,.5);margin-top:8px}@media (max-width:1024px){.faq-container{grid-template-columns:1fr;gap:40px}.faq-header{position:static;text-align:center;margin-bottom:20px}.faq-title{font-size:36px}}@media (max-width:768px){.faq-section{padding:80px 0}.faq-container{padding:0 20px}.faq-title{font-size:32px}.faq-question-text{font-size:16px}.faq-answer-inner{font-size:14px}.faq-icon{font-size:24px}}.testimonials-section{background-color:#1a0836;padding:120px 0;position:relative;width:100%;overflow:hidden}.testimonials-container{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center}.testimonials-stats{display:flex;gap:24px;margin-bottom:48px}.stat-badge{display:flex;align-items:center;gap:12px;background:hsla(0,0%,100%,.05);padding:8px 24px;height:40px;border-radius:100px;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);text-decoration:none;transition:all .3s ease}.stat-badge-link:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px)}.stat-icon-svg{width:20px;height:20px;color:#ab96cb;flex-shrink:0}.stat-number{font-weight:700;color:#fff}.stat-label,.stat-number{font-family:var(--font-inter),"Inter",sans-serif;font-size:16px}.stat-label{font-weight:400;color:hsla(0,0%,100%,.9);margin-left:4px}.testimonials-heading{font-size:48px;font-weight:300;color:#fff;text-align:center;margin-bottom:64px;line-height:1.2}.heading-highlight,.testimonials-heading{font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif}.heading-highlight{font-weight:700}.testimonials-carousel-wrapper{position:relative;width:100%;margin-bottom:64px;overflow:hidden;max-width:100%;padding-top:4px}.testimonials-carousel-wrapper:after,.testimonials-carousel-wrapper:before{content:"";position:absolute;top:0;bottom:0;width:100px;pointer-events:none;z-index:1}.testimonials-carousel-wrapper:before{left:0;background:linear-gradient(90deg,#1a0836 0,rgba(26,8,54,.8) 50%,rgba(26,8,54,0))}.testimonials-carousel-wrapper:after{right:0;background:linear-gradient(270deg,#1a0836 0,rgba(26,8,54,.8) 50%,rgba(26,8,54,0))}.testimonials-carousel{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonials-track{display:flex;gap:24px;padding:4px 20px 0;width:max-content}.testimonial-card{flex-shrink:0;width:320px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;backdrop-filter:blur(10px);transition:all .3s ease}.testimonial-card:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px)}.testimonial-rating{display:flex;gap:2px}.star{color:#fdcdb5;font-size:19px}.testimonial-text{font-family:var(--font-inter),"Inter",sans-serif;font-size:16px;line-height:1.6;color:hsla(0,0%,100%,.9);margin:0;flex-grow:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:auto}.author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column;gap:2px}.author-name{font-size:14px;font-weight:600;color:#fff}.author-name,.author-role{font-family:var(--font-inter),"Inter",sans-serif;margin:0}.author-role{font-size:12px;color:hsla(0,0%,100%,.6)}.community-buttons{display:flex;gap:16px}.community-button{display:flex;align-items:center;gap:8px;padding:7px 24px;border-radius:8px;font-family:var(--font-inter),"Inter",sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease}.discord-button{background:#5865f2;color:#fff;position:relative;box-shadow:0 4px 0 #4752c4,0 6px 12px rgba(88,101,242,.3);transform:translateY(0)}.discord-button:hover{transform:translateY(2px);box-shadow:0 2px 0 #4752c4,0 4px 8px rgba(88,101,242,.3)}.discord-button:active{transform:translateY(4px);box-shadow:0 0 0 #4752c4,0 2px 4px rgba(88,101,242,.3)}.reddit-button{background:#ff4500;color:#fff;position:relative;box-shadow:0 4px 0 #e03d00,0 6px 12px rgba(255,69,0,.3);transform:translateY(0)}.reddit-button:hover{transform:translateY(2px);box-shadow:0 2px 0 #e03d00,0 4px 8px rgba(255,69,0,.3)}.reddit-button:active{transform:translateY(4px);box-shadow:0 0 0 #e03d00,0 2px 4px rgba(255,69,0,.3)}@media (max-width:768px){.testimonials-section{padding:80px 0}.testimonials-container{padding:0 20px}.testimonials-stats{flex-direction:column;gap:12px;width:100%}.stat-badge{justify-content:center}.testimonials-heading{font-size:36px;margin-bottom:48px}.testimonial-card{width:280px}.community-buttons{flex-direction:column;width:100%}.community-button{width:100%;justify-content:center}}@media (max-width:480px){.testimonials-heading{font-size:28px}.testimonial-card{width:260px;padding:20px}.testimonial-text{font-size:14px}}