:root{--font-sans: "Manrope", system-ui, sans-serif;--font-display: "Sora", system-ui, sans-serif;--background: oklch(.137 .004 285);--foreground: oklch(.975 .003 286);--card: oklch(.18 .008 286);--card-foreground: oklch(.975 .003 286);--primary: oklch(.88 .15 194);--primary-foreground: oklch(.12 .01 286);--secondary: oklch(.23 .01 286);--secondary-foreground: oklch(.94 .004 286);--muted: oklch(.2 .007 286);--muted-foreground: oklch(.67 .014 286);--accent: oklch(.87 .2 124);--accent-foreground: oklch(.12 .01 286);--border: oklch(1 0 0 / .12);--input: oklch(1 0 0 / .16);--ring: oklch(.88 .15 194);--brand-cyan: oklch(.84 .15 198);--brand-lime: oklch(.91 .21 126);--brand-magenta: oklch(.68 .29 332);--surface: oklch(.17 .006 286);--surface-strong: oklch(.21 .009 286)}*{box-sizing:border-box;border-color:var(--border)}html{scroll-behavior:smooth;background:var(--background)}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}button,select,a{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.animate-fade-in{animation:fadeIn .6s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.site-shell{overflow:hidden;background:var(--background)}.section-wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{position:absolute;z-index:50;top:0;left:50%;transform:translate(-50%);width:min(1180px,calc(100% - 48px));height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:12px;font-family:var(--font-display);font-weight:700}.brand img{width:30px;height:30px;object-fit:contain}.desktop-nav{display:flex;gap:34px;font-size:13px;color:var(--muted-foreground)}.desktop-nav a{transition:color .18s ease}.desktop-nav a:hover{color:var(--foreground)}.language-switcher{height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--border);border-radius:7px;background:color-mix(in oklab,var(--surface) 78%,transparent)}.language-switcher svg{width:15px;color:var(--brand-cyan)}.language-switcher select{color:var(--foreground);background:transparent;border:0;outline:none;font-size:12px;font-weight:700;cursor:pointer}.language-switcher option{background:var(--surface-strong)}.hero-section{position:relative;min-height:900px;height:min(940px,100vh);padding:142px 24px 64px;display:flex;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid var(--border)}.hero-glow,.app-glow{position:absolute;pointer-events:none;border-radius:50%;background:conic-gradient(from 210deg,var(--brand-cyan),var(--brand-lime),var(--brand-magenta),var(--brand-cyan));filter:blur(150px);opacity:.12}.hero-glow{width:620px;height:620px;top:140px;left:calc(50% - 310px)}.hero-copy{position:relative;z-index:2;display:flex;align-items:center;flex-direction:column;max-width:1050px}.hero-mark{width:78px;height:78px;padding:8px;margin-bottom:24px;border-radius:20px;border:1px solid var(--border);background:color-mix(in oklab,var(--surface) 74%,transparent);box-shadow:0 0 70px color-mix(in oklab,var(--brand-cyan) 23%,transparent)}.hero-mark img{width:100%;height:100%;object-fit:contain}.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 20px;color:var(--muted-foreground);text-transform:uppercase;font-size:10px;line-height:1;font-weight:800;letter-spacing:.18em}.eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--brand-lime);box-shadow:0 0 12px var(--brand-lime)}.hero-section h1{margin:0;max-width:1040px;font-family:var(--font-display);font-size:clamp(54px,6.7vw,98px);font-weight:700;line-height:.98;letter-spacing:0}.hero-section h1 em{font-style:normal;color:var(--brand-cyan);text-shadow:0 0 48px color-mix(in oklab,var(--brand-cyan) 24%,transparent)}.hero-intro{max-width:690px;margin:28px auto 30px;color:var(--muted-foreground);font-size:18px;line-height:1.65}.download-stack{display:flex;gap:10px;justify-content:center}.download-button,.windows-button{height:54px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;font-size:13px;font-weight:800}.download-button{min-width:226px;color:var(--primary-foreground);background:var(--foreground);transition:transform .18s ease,box-shadow .18s ease}.download-button:hover{transform:translateY(-2px);box-shadow:0 16px 34px color-mix(in oklab,var(--brand-cyan) 14%,transparent)}.download-button svg{width:18px}.download-button .download-arrow{width:15px;margin-left:auto}.windows-button{position:relative;min-width:204px;color:var(--muted-foreground);background:var(--surface);border:1px solid var(--border);cursor:not-allowed}.windows-button small{position:absolute;top:-9px;right:9px;padding:3px 7px;border-radius:99px;color:var(--accent-foreground);background:var(--brand-lime);font-size:8px;text-transform:uppercase}.requirement,.process-requirement{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted-foreground);font-size:11px}.requirement{margin-top:17px}.requirement svg,.process-requirement svg{width:13px}.scroll-cue{position:absolute;z-index:2;bottom:26px;display:flex;align-items:center;gap:10px;color:var(--muted-foreground);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.scroll-cue svg{width:14px;animation:drift 2s ease-in-out infinite}.post-card{position:absolute;width:200px;height:116px;padding:20px;border:1px solid var(--border);border-radius:7px;background:color-mix(in oklab,var(--surface) 62%,transparent);opacity:.42;animation:float 7s ease-in-out infinite}.post-card span{display:block;width:24px;height:24px;margin-bottom:16px;border-radius:50%;background:var(--surface-strong)}.post-card i{display:block;width:100%;height:4px;margin-top:8px;background:var(--border);border-radius:9px}.post-card i:last-child{width:58%}.post-card-one{left:4vw;top:31%;transform:rotate(-7deg)}.post-card-two{right:4vw;top:23%;transform:rotate(8deg);animation-delay:-3s}.showcase-section,.features-section,.process-section,.plans-section{padding-top:130px;padding-bottom:130px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:56px}.section-heading>div{max-width:780px}.section-heading h2,.plans-box h2,.footer-main h2{margin:0;font-family:var(--font-display);font-size:clamp(38px,4.2vw,64px);line-height:1.06;letter-spacing:0}.section-heading>p{max-width:390px;margin:0;color:var(--muted-foreground);line-height:1.7}.app-stage{position:relative;padding:72px 0 30px}.app-glow{width:680px;height:360px;left:calc(50% - 340px);top:30%;opacity:.18;filter:blur(110px)}.app-window{position:relative;z-index:2;overflow:hidden;border:1px solid color-mix(in oklab,var(--brand-cyan) 25%,var(--border));border-radius:10px;background:var(--surface);box-shadow:0 34px 110px color-mix(in oklab,var(--brand-cyan) 11%,transparent)}.window-bar{height:39px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px;border-bottom:1px solid var(--border);background:var(--surface)}.window-bar>div{display:flex;gap:6px}.window-bar>div span{width:8px;height:8px;border-radius:50%;background:var(--border)}.window-bar p{margin:0;color:var(--muted-foreground);font-size:10px}.app-window>img{display:block;width:100%;height:auto}.stage-label{position:absolute;z-index:3;display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:color-mix(in oklab,var(--surface-strong) 88%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 50px color-mix(in oklab,var(--background) 80%,transparent);font-size:11px;font-weight:700}.stage-label svg{width:14px;color:var(--brand-cyan)}.stage-label-left{left:-18px;top:39%}.stage-label-right{right:-18px;bottom:16%}.features-section{border-top:1px solid var(--border)}.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.feature-card{min-height:290px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface);transition:border-color .2s ease,transform .2s ease}.feature-card:hover{transform:translateY(-3px);border-color:color-mix(in oklab,var(--brand-cyan) 46%,var(--border))}.feature-card-1,.feature-card-4{grid-column:span 6}.feature-card-2,.feature-card-3,.feature-card-5,.feature-card-6{grid-column:span 3}.feature-card-4{position:relative;min-height:390px}.feature-card-5,.feature-card-6{min-height:390px}.feature-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;color:var(--muted-foreground);font-family:var(--font-display);font-size:11px}.feature-top svg{width:20px;color:var(--brand-cyan)}.feature-card:nth-child(3n) .feature-top svg{color:var(--brand-lime)}.feature-card:nth-child(4n) .feature-top svg{color:var(--brand-magenta)}.feature-copy{position:relative;z-index:2}.feature-copy h3{margin:0 0 10px;font-family:var(--font-display);font-size:21px;line-height:1.25}.feature-copy p{margin:0;color:var(--muted-foreground);font-size:13px;line-height:1.65}.onboarding-preview{position:absolute;top:60px;right:-54px;width:88%;border:1px solid var(--border);border-radius:6px;opacity:.68;filter:saturate(.75)}.feature-card-4 .feature-copy{max-width:56%}.process-section{border-top:1px solid var(--border)}.step-list{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.step-list li{position:relative;min-height:260px;display:flex;flex-direction:column;justify-content:space-between;padding:28px;border-right:1px solid var(--border)}.step-list li:last-child{border-right:0}.step-number{font-family:var(--font-display);color:var(--brand-cyan);font-size:12px}.step-list h3{max-width:270px;margin:0 0 10px;font-family:var(--font-display);font-size:23px;line-height:1.25}.step-list p{max-width:290px;margin:0;color:var(--muted-foreground);font-size:13px;line-height:1.6}.step-list>li>svg{position:absolute;width:18px;right:-9px;top:50%;z-index:2;padding:3px;color:var(--foreground);background:var(--background)}.process-requirement{margin:20px 0 0}.plans-section{padding-top:80px}.plans-box{min-height:420px;padding:60px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--border);border-radius:7px;background:linear-gradient(135deg,color-mix(in oklab,var(--brand-cyan) 7%,var(--surface)),var(--surface) 50%,color-mix(in oklab,var(--brand-magenta) 6%,var(--surface)))}.plans-box h2{max-width:640px}.plans-placeholder{height:62px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;color:var(--muted-foreground);border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-family:var(--font-display);font-size:10px}.plans-placeholder span:last-child{text-align:right}.plans-placeholder strong{color:var(--brand-lime);text-transform:uppercase;letter-spacing:.14em}.site-footer{padding-top:80px;padding-bottom:28px}.footer-main{min-height:280px;display:flex;align-items:center;justify-content:space-between;gap:50px;border-bottom:1px solid var(--border)}.footer-brand{margin-bottom:26px}.footer-main h2{max-width:730px;font-size:clamp(36px,4vw,58px)}.download-button-compact{flex:0 0 auto}.footer-bottom{min-height:80px;display:flex;align-items:center;justify-content:space-between;color:var(--muted-foreground);font-size:11px}.footer-bottom nav{display:flex;gap:24px}.footer-bottom a:hover{color:var(--foreground)}.legal-page{width:min(760px,calc(100% - 48px));margin:0 auto;padding:132px 0 90px}.legal-page .eyebrow{justify-content:flex-start}.legal-page h1{margin:0 0 8px;font-family:var(--font-display);font-size:clamp(34px,4vw,52px);line-height:1.05}.legal-updated{margin:0 0 40px;color:var(--muted-foreground);font-size:12px}.legal-page h2{margin:36px 0 12px;font-family:var(--font-display);font-size:21px}.legal-page p,.legal-page li{color:var(--muted-foreground);font-size:15px;line-height:1.7}.legal-page a{color:var(--brand-cyan)}.legal-back{display:inline-flex;align-items:center;gap:8px;margin-top:48px;color:var(--foreground);font-weight:700;font-size:13px}.legal-back svg{width:15px}@keyframes float{0%,to{translate:0 0}50%{translate:0 -12px}}@keyframes drift{0%,to{translate:0 0}50%{translate:0 5px}}@media (max-width: 900px){.desktop-nav{display:none}.hero-section{min-height:820px;height:auto;padding-top:150px}.post-card{display:none}.section-heading{align-items:flex-start;flex-direction:column;gap:24px}.feature-card-1,.feature-card-4{grid-column:span 12}.feature-card-2,.feature-card-3,.feature-card-5,.feature-card-6{grid-column:span 6}.step-list{grid-template-columns:1fr}.step-list li{min-height:210px;border-right:0;border-bottom:1px solid var(--border)}.step-list li:last-child{border-bottom:0}.step-list>li>svg{display:none}.footer-main{align-items:flex-start;flex-direction:column;justify-content:center}}@media (max-width: 600px){.section-wrap,.site-header{width:min(100% - 32px,1180px)}.site-header{height:72px}.brand{font-size:14px}.brand img{width:26px;height:26px}.hero-section{min-height:780px;padding-inline:16px}.hero-mark{width:64px;height:64px;margin-bottom:22px}.hero-section h1{font-size:48px;line-height:1.02}.hero-intro{font-size:15px}.download-stack{width:100%;flex-direction:column}.download-button,.windows-button{width:100%}.showcase-section,.features-section,.process-section,.plans-section{padding-top:90px;padding-bottom:90px}.showcase-heading{margin-bottom:20px}.app-stage{width:118%;margin-left:-9%;padding-top:45px}.window-bar{height:30px}.stage-label{display:none}.feature-grid{grid-template-columns:1fr}.feature-card-1,.feature-card-2,.feature-card-3,.feature-card-4,.feature-card-5,.feature-card-6{grid-column:auto;min-height:260px}.feature-card-4{min-height:340px}.onboarding-preview{width:110%;right:-52%;opacity:.5}.feature-card-4 .feature-copy{max-width:72%}.plans-box{min-height:360px;padding:30px 22px}.plans-placeholder{gap:12px}.footer-main{min-height:350px}.footer-bottom{align-items:flex-start;flex-direction:column-reverse;justify-content:center;gap:20px}.footer-bottom nav{flex-wrap:wrap;gap:14px 20px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
