.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:400px}.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:310px}.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}}