.navbar{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--g200);height:60px;display:flex;align-items:center}.nav-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.55rem;font-weight:600;font-size:.95rem;color:var(--bk);letter-spacing:-.01em}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--g500);font-size:.8rem;transition:color .15s}.nav-links a:hover{color:var(--bk)}.nav-actions{display:flex;align-items:center;gap:.625rem}.hero{position:relative;background:var(--bk);color:#fff;overflow:hidden;padding-bottom:0}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--g700) 1px,transparent 1px),linear-gradient(90deg,var(--g700) 1px,transparent 1px);background-size:36px 36px;opacity:.5;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);pointer-events:none}.hero-content{position:relative;max-width:800px;margin:0 auto;padding:6rem 1.5rem 4rem;text-align:center}.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .85rem;background:#f05a001f;border:.5px solid rgba(240,90,0,.3);border-radius:100px;font-size:.7rem;color:var(--or);font-weight:500;margin-bottom:1.75rem}.badge-dot{width:5px;height:5px;background:var(--or);border-radius:50%}.hero h1{font-size:clamp(2rem,4.5vw,3.1rem);font-weight:600;line-height:1.15;letter-spacing:-.025em;margin-bottom:1.1rem}.hero h1 .orange{color:var(--or)}.hero-sub{font-size:1rem;color:var(--g400);max-width:540px;margin:0 auto 2rem;line-height:1.65}.hero-ctas{display:flex;gap:.65rem;justify-content:center;margin-bottom:3.25rem}.stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat-value{font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:-.02em}.stat-label{font-size:.7rem;color:var(--g500);margin-top:.2rem}.hero-footer{position:relative;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem 1rem;padding:.9rem 1.5rem;background:var(--g50);color:var(--g500);font-size:.75rem;border-top:.5px solid var(--g200);border-bottom:.5px solid var(--g200)}.hero-footer .dot{color:var(--g300)}.section{padding:4.5rem 1.5rem}.section.white{background:var(--wh)}.section.dark{background:var(--bk);color:#fff}.section.light-bg{background:var(--g50)}.container{max-width:850px;margin:0 auto}.section-label{font-size:.75rem;font-weight:500;margin-bottom:.6rem}.section-label.orange{color:var(--or)}.section-title{font-size:clamp(1.5rem,3vw,1.9rem);font-weight:600;letter-spacing:-.02em;line-height:1.25;margin-bottom:.85rem;color:var(--bk)}.section-title.light{color:#fff}.section-sub{font-size:.9rem;color:var(--g500);max-width:480px;margin-bottom:2.75rem;line-height:1.65}.section-sub.light{color:var(--g400)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem 1.5rem}.feature{padding:.4rem 0}.feature-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--or-t);color:var(--or);border-radius:8px;font-size:1rem;margin-bottom:.9rem}.feature h3{font-size:.9rem;font-weight:600;margin-bottom:.4rem;color:var(--bk)}.feature p{font-size:.8rem;color:var(--g500);line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.step{background:var(--bk2);border:.5px solid var(--g700);border-radius:12px;padding:1.5rem}.step-num{font-size:.7rem;font-weight:600;color:var(--or);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.65rem}.step h3{font-size:.9rem;font-weight:600;margin-bottom:.6rem;color:#fff}.step p{font-size:.8rem;color:var(--g400);line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem}.price-card{background:var(--wh);border:.5px solid var(--g200);border-radius:12px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;position:relative}.price-card.popular{border:1.5px solid var(--or)}.popular-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--or);color:#fff;font-size:.68rem;font-weight:600;padding:.2rem .7rem;border-radius:100px;white-space:nowrap}.price-tier{font-size:.7rem;font-weight:600;letter-spacing:.06em;color:var(--g500);text-transform:uppercase;margin-bottom:.65rem}.price-amount{font-size:1.9rem;font-weight:600;color:var(--bk);letter-spacing:-.02em;margin-bottom:.5rem}.price-amount span{display:block;font-size:.75rem;font-weight:400;color:var(--g400);margin-top:.25rem}.price-desc{font-size:.8rem;color:var(--g500);margin-bottom:1.25rem;line-height:1.55;padding-bottom:1.25rem;border-bottom:.5px solid var(--g100)}.price-features{list-style:none;margin-bottom:1.5rem;flex-grow:1}.price-features li{font-size:.8rem;color:var(--g600);padding:.3rem 0}.preview-frame{border:.5px solid var(--g200);border-radius:12px;overflow:hidden;box-shadow:0 20px 48px #0c0c0b14}.preview-chrome{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--g50);border-bottom:.5px solid var(--g200)}.preview-dot{width:8px;height:8px;border-radius:50%;background:var(--g300)}.preview-body{display:flex;min-height:320px}.preview-rail{width:180px;flex:none;background:var(--wh);border-right:.5px solid var(--g100);padding:16px 12px}.preview-rail-brand{width:24px;height:24px;border-radius:4px;background:var(--bk);margin-bottom:18px}.preview-rail-item{display:flex;align-items:center;gap:9px;font-size:.72rem;font-weight:500;color:var(--g500);padding:8px;border-radius:8px;margin-bottom:2px}.preview-rail-item:first-child{background:var(--or-t);color:var(--or);font-weight:600}.preview-rail-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex:none}.preview-main{flex:1;padding:20px;background:var(--g50);display:grid;grid-template-columns:1fr 1fr;gap:12px}.preview-card{background:var(--wh);border:.5px solid var(--g100);border-radius:4px;min-height:90px}.preview-card.wide{grid-column:1 / -1;min-height:64px}.video-frame{position:relative;width:100%;max-width:850px;aspect-ratio:16 / 9;border-radius:4px;overflow:hidden;border:.5px solid var(--g700)}.video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.testimonial-carousel{display:flex;align-items:center;justify-content:center;gap:1.5rem;max-width:760px}.carousel-arrow{flex:none;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--wh);border:1px solid var(--g200);border-radius:50%;color:var(--g500);cursor:pointer;box-shadow:0 1px 3px #0c0c0b14;transition:color .15s,border-color .15s}.carousel-arrow:hover{color:var(--bk);border-color:var(--g300)}.carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:1.1rem}.carousel-dot{width:6px;height:6px;border-radius:50%;background:var(--g300);border:none;cursor:pointer;padding:0}.carousel-dot.active{background:var(--or)}.testimonial{text-align:center;max-width:560px}.testimonial .quote-mark{font-size:48px;color:var(--or);line-height:1;margin-bottom:12px;font-family:Georgia,serif}.testimonial blockquote{font-size:1.1rem;font-weight:400;color:var(--bk);line-height:1.55;letter-spacing:-.01em;margin-bottom:1.1rem}.testimonial cite{font-size:.8rem;color:var(--g500);font-style:normal}.final-cta{text-align:center;padding:4.5rem 1.5rem}.final-cta .section-sub{margin-left:auto;margin-right:auto}.final-cta .hero-ctas{margin-bottom:0}.footer{background:var(--wh);color:var(--g400);padding:2.25rem 1.5rem;border-top:.5px solid var(--g200)}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-logo{font-weight:600;color:var(--bk);display:flex;align-items:center;gap:.5rem;font-size:.85rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.75rem;color:var(--g400);transition:color .15s}.footer-links a:hover{color:var(--bk)}.footer-copy{font-size:.7rem;color:var(--g400)}@media(max-width:900px){.features-grid,.steps,.pricing-grid{grid-template-columns:1fr}.nav-links{display:none}.stats{gap:2rem}.preview-rail{display:none}.testimonial-carousel{gap:.75rem}}@media(max-width:600px){.hero-content{padding:4rem 1.25rem 3rem}.hero-ctas{flex-direction:column;align-items:center}.hero-footer{flex-direction:column;gap:.35rem;text-align:center}.hero-footer .dot{display:none}}.auth-screen{min-height:100vh;display:flex;background:var(--wh)}.auth-brand{flex:1;background:var(--bk);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem;position:relative;overflow:hidden}.auth-brand-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--g700) 1px,transparent 1px),linear-gradient(90deg,var(--g700) 1px,transparent 1px);background-size:36px 36px;opacity:.4;-webkit-mask-image:radial-gradient(ellipse at 30% 30%,black 0%,transparent 70%);mask-image:radial-gradient(ellipse at 30% 30%,black 0%,transparent 70%);pointer-events:none}.auth-brand-logo{display:flex;align-items:center;gap:.55rem;font-weight:600;font-size:.95rem;position:relative;z-index:1}.auth-brand-quote{position:relative;z-index:1;max-width:380px}.auth-brand-quote p{font-size:1.15rem;line-height:1.55;font-weight:400;letter-spacing:-.01em;margin-bottom:1rem}.auth-brand-quote cite{font-size:.8rem;color:var(--g400);font-style:normal}.auth-panel{width:420px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 3rem}.auth-form-head{margin-bottom:1.75rem}.auth-form-head h1{font-size:1.35rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.4rem;color:var(--bk)}.auth-form-head p{font-size:.82rem;color:var(--g500)}.auth-field{margin-bottom:1rem}.auth-field label{display:block;font-size:.78rem;font-weight:500;color:var(--g600);margin-bottom:.4rem}.auth-field input{width:100%;padding:.6rem .75rem;border:.5px solid var(--g200);border-radius:8px;font-size:.85rem;outline:none;background:var(--wh);font-family:inherit;color:var(--bk)}.auth-field input:focus{border-color:var(--or);box-shadow:0 0 0 3px var(--or-t)}.auth-row-between{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.auth-checkbox{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--g600)}.auth-link{font-size:.78rem;color:var(--or);font-weight:500}.auth-link:hover{opacity:.8}.auth-submit{width:100%;justify-content:center}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0;color:var(--g400);font-size:.72rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:.5px;background:var(--g200)}.auth-foot{text-align:center;font-size:.82rem;color:var(--g500);margin-top:1.5rem}.auth-error{background:#fef2f2;border:.5px solid #fecaca;color:#dc2626;font-size:.78rem;padding:.65rem .85rem;border-radius:8px;margin-bottom:1rem}.auth-success{background:#f0fdf4;border:.5px solid #bbf7d0;color:#166534;font-size:.78rem;padding:.65rem .85rem;border-radius:8px;margin-bottom:1rem}.auth-back{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--g500);margin-bottom:1.5rem}.auth-back:hover{color:var(--bk)}@media(max-width:860px){.auth-brand{display:none}.auth-panel{width:100%;padding:2rem 1.5rem}}.sso-button{margin-bottom:.5rem;text-decoration:none}:root{--or: #F05A00;--or-t: #FFF0E8;--or-b: #FFD4B8;--bk: #0C0C0B;--bk2: #1A1917;--wh: #FFFFFF;--g50: #F7F6F4;--g100: #EEECEA;--g200: #DDDBD7;--g300: #C3C1BB;--g400: #9A9892;--g500: #6A6864;--g600: #4A4845;--g700: #2E2D2A;--gr: #1E7A4C;--gr-t: #EAF6EF;--gr-b: #CBE7D7;--err: #A63000;--err-t: #FFF4F1;--err-b: #FFCFC2;--danger-t: #FFF7F4;--danger-b: #FFD9CC;--danger-strong: #E86A3A;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--bk);background-color:var(--wh);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--bk);background:var(--wh);line-height:1.6;font-size:15px;-webkit-font-smoothing:antialiased}#root{width:100%}a{text-decoration:none;color:inherit}.logo-icon{width:18px;height:18px;border-radius:2px;display:inline-block;flex-shrink:0;object-fit:contain}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.3rem;background:var(--or);color:#fff;font-weight:500;font-size:.85rem;border-radius:9px;border:none;cursor:pointer;transition:opacity .15s;font-family:inherit}.btn-primary:hover{opacity:.88}.btn-primary.small{padding:.45rem .9rem;font-size:.75rem}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.3rem;background:#ffffff0f;color:#fff;font-weight:500;font-size:.85rem;border-radius:9px;border:.5px solid rgba(255,255,255,.14);cursor:pointer;transition:background .15s;font-family:inherit}.btn-secondary:hover{background:#ffffff1a}.btn-ghost{color:var(--g500);font-weight:500;font-size:.8rem;padding:.5rem .75rem;background:none;border:none;cursor:pointer;font-family:inherit}.btn-ghost:hover{color:var(--bk)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.65rem 1.1rem;background:transparent;color:var(--bk);font-weight:500;font-size:.8rem;border-radius:8px;border:.5px solid var(--g300);cursor:pointer;transition:border-color .15s,background .15s;margin-top:auto;font-family:inherit}.btn-outline:hover{border-color:var(--bk);background:var(--g100)}.btn-outline.dark{background:var(--bk);color:#fff;border-color:var(--bk)}.btn-outline.dark:hover{opacity:.88}
