.ascii-loader-spinner{width:40px;height:40px;border:3px solid transparent;border-top-color:#000;border-radius:50%;animation:ascii-spin 1s linear infinite}@keyframes ascii-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-section{position:relative;width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:160px 40px 80px;transition:padding .3s ease}.hero-section-with-banner{padding-top:224px}.hero-content{gap:24px;text-align:left;z-index:1}.hero-content,.hero-title{display:flex;flex-direction:column;align-items:flex-start}.hero-title{font-size:72px;line-height:100%;letter-spacing:-.02em;color:#151516;margin:0;gap:0;overflow-wrap:break-word;word-break:break-word;max-width:100%}.hero-title-thin{line-height:.9}.hero-title-middle,.hero-title-thin{font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif;font-weight:400;display:block}.hero-title-middle{font-size:32px;line-height:.8;margin:0 0 -8px;opacity:.6}.hero-title-bold{font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif;font-weight:700;line-height:1;display:block}.hero-title-purple{color:#9663f1}.hero-subtitle-container{position:relative;overflow:hidden;min-height:60px;display:flex;align-items:center}.hero-subtitle{font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif;font-size:48px;font-weight:700;line-height:1;color:#151516;display:inline}.hero-subtitle-slot{display:inline-block;position:relative;min-width:150px;text-align:left}.hero-subtitle-entering{display:inline-block;animation:slideIn .6s ease-in-out;position:relative;z-index:2}.hero-subtitle-exiting{display:inline-block;position:absolute;left:0;top:0;animation:slideOut .6s ease-in-out forwards;pointer-events:none;z-index:1}@keyframes slideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.hero-description{font-family:var(--font-inter),"Inter",sans-serif;font-size:18px;line-height:150%;color:rgba(21,21,22,.7);max-width:100%;margin:0}.hero-buttons{display:flex;align-items:center;gap:16px;margin-top:8px}.enterprise-install-btn,.hero-enterprise-btn,.hero-install-btn{font-family:var(--font-inter),"Inter",sans-serif;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;border-radius:0;padding:14px 24px}.enterprise-install-btn,.hero-install-btn{background-color:#000;color:#fff;border:none;box-shadow:0 4px 14px rgba(0,0,0,.15)}.hero-enterprise-btn{background-color:transparent;color:#151516;border:1px solid rgba(21,21,22,.2);box-shadow:none}.enterprise-install-btn:hover,.hero-install-btn:hover{transform:translateY(-2px);background-color:#1a1a1a;box-shadow:0 6px 20px rgba(0,0,0,.25)}.hero-enterprise-btn:hover{background-color:rgba(21,21,22,.05);border-color:rgba(21,21,22,.3);transform:translateY(-2px)}.hero-stats{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:16px}.hero-stat{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:rgba(21,21,22,.05);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(21,21,22,.08);border-color:rgba(21,21,22,.15);transform:translateY(-1px)}.hero-stat-clickable:hover .hero-stat-icon,.hero-stat-clickable:hover .hero-stat-text{color:rgba(21,21,22,.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-inter),"Inter",sans-serif;font-size:14px;font-weight:500;color:rgba(21,21,22,.7);white-space:nowrap}.hero-stat-platform-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0);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:rgba(21,21,22,.7)}.hero-stat-text{font-family:var(--font-inter),"Inter",sans-serif;font-size:16px;font-weight:500;color:rgba(21,21,22,.7);white-space:nowrap}.hero-visual-placeholder{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;aspect-ratio:16/10}@media (max-width:1024px){.hero-section{grid-template-columns:1fr;gap:40px;padding:140px 20px 60px}.hero-section-with-banner{padding-top:204px}.hero-content{text-align:center}.hero-content,.hero-stats,.hero-title{align-items:center}.hero-description{max-width:90vw}.hero-visual-placeholder{min-height:400px}}@media (max-width:768px){.hero-section{padding:120px 20px 40px;gap:32px}.hero-section-with-banner{padding-top:184px}.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%;max-width: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-visual-placeholder{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:0;opacity:.15;pointer-events:none;min-height:300px}}@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-visual-placeholder{min-height:250px}}@media (max-width:360px){.hero-section{padding:100px 20px 30px}.hero-section-with-banner{padding-top:164px}.hero-title{font-size:26px}.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-visual-placeholder{min-height:200px}}