@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--ink:#0c0c14;--ink2:#13131f;--ink3:#1a1a2e;--surface:#16162a;--surface2:#1e1e38;--border:#ffffff12;--border2:#ffffff1f;--text:#f0f0fa;--text2:#a0a0c8;--text3:#60607a;--violet:#7c5cfc;--violet-light:#a78bfa;--violet-glow:#7c5cfc26;--emerald:#10d9a0;--emerald-dim:#10d9a01f;--amber:#f5a623}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--ink);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden}body:after{content:"";pointer-events:none;z-index:9999;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}.mesh{z-index:0;pointer-events:none;background:radial-gradient(80% 50% at 20% 20%,#7c5cfc12 0%,#0000 60%),radial-gradient(60% 40% at 80% 80%,#10d9a00d 0%,#0000 60%),radial-gradient(40% 60% at 60% 10%,#f5a62308 0%,#0000 50%);position:fixed;inset:0}.grid-bg{z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(#000 0%,#0000 80%);mask-image:radial-gradient(#000 0%,#0000 80%)}.announce-bar{z-index:100;background:linear-gradient(90deg, var(--violet), #6366f1);text-align:center;color:#fff;letter-spacing:.02em;padding:.6rem 2rem;font-size:.8rem;font-weight:500;position:relative}.announce-bar a{color:#fff;text-underline-offset:3px;text-decoration:underline}.nav{z-index:200;-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border);background:#0c0c14d9;justify-content:space-between;align-items:center;height:64px;padding:0 3rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;gap:.6rem;padding-top:4px;text-decoration:none;display:flex}.nav-logo img{width:auto;height:36px}.nav-logo-fallback{letter-spacing:-.02em;color:var(--text);align-items:center;gap:.6rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700;display:flex}.nav-logo-mark{background:linear-gradient(135deg, var(--violet), var(--emerald));border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;display:flex}.nav-logo-fallback span{color:var(--violet-light)}.nav-center{align-items:center;gap:.25rem;display:flex}.nav-center a{color:var(--text2);border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s,background .2s}.nav-center a:hover{color:var(--text);background:#ffffff0d}.nav-right{align-items:center;gap:.75rem;display:flex}.btn-ghost{color:var(--text2);border:1px solid var(--border2);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1.25rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-ghost:hover{color:var(--text);background:#ffffff0a;border-color:#fff3}.btn-cta{background:var(--violet);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:8px;padding:.5rem 1.25rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-cta:hover{background:#8b6dfc;transform:translateY(-1px);box-shadow:0 6px 20px #7c5cfc59}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:6px;display:none}.hamburger span{background:var(--text2);border-radius:2px;width:20px;height:1.5px;transition:all .3s;display:block}.mobile-menu{z-index:190;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c0c14f7;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--text);letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:600;text-decoration:none;transition:color .2s}.mobile-menu a:hover{color:var(--violet-light)}.mobile-close{color:var(--text2);cursor:pointer;background:0 0;border:none;font-size:1.25rem;position:absolute;top:1.25rem;right:1.75rem}.hero{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:6rem 2rem 5rem;display:flex;position:relative}.hero-eyebrow{background:var(--violet-glow);color:var(--violet-light);letter-spacing:.05em;border:1px solid #7c5cfc40;border-radius:100px;align-items:center;gap:.6rem;margin-bottom:2.5rem;padding:.35rem 1rem .35rem .6rem;font-size:.75rem;font-weight:500;animation:.7s both riseIn;display:inline-flex}.eyebrow-dot{background:linear-gradient(135deg, var(--violet), var(--emerald));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;display:flex}.hero-headline{letter-spacing:-.02em;max-width:900px;margin-bottom:1.75rem;font-family:Instrument Serif,serif;font-size:clamp(3rem,7.5vw,6.5rem);font-weight:400;line-height:1.02;animation:.7s .1s both riseIn}.hero-headline em{background:linear-gradient(135deg, var(--violet-light) 0%, var(--emerald) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.hero-sub{color:var(--text2);max-width:500px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.125rem);font-weight:300;line-height:1.75;animation:.7s .2s both riseIn}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;animation:.7s .3s both riseIn;display:flex}.hero-cta{background:var(--violet);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:10px;padding:.875rem 2rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s}.hero-cta:hover{background:#8b6dfc;transform:translateY(-2px);box-shadow:0 12px 32px #7c5cfc66}.hero-ghost{color:var(--text2);border:1px solid var(--border2);cursor:pointer;background:0 0;border-radius:10px;padding:.875rem 2rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .25s}.hero-ghost:hover{color:var(--text);background:#ffffff0a;border-color:#fff3}.hero-note{color:var(--text3);font-size:.78rem;animation:.7s .4s both riseIn}.proof-strip{z-index:1;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff03;padding:1.5rem 2rem;position:relative}.proof-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:1120px;margin:0 auto;display:flex}.proof-item{color:var(--text3);align-items:center;gap:.625rem;font-size:.8rem;display:flex}.proof-dot{background:var(--emerald);border-radius:50%;flex-shrink:0;width:6px;height:6px}.proof-val{color:var(--text2);font-weight:500}.metrics{z-index:1;border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;display:flex;position:relative}.metric{text-align:center;border-right:1px solid var(--border);flex:1;min-width:160px;padding:2.5rem 3.5rem}.metric:last-child{border-right:none}.metric-value{color:var(--text);margin-bottom:.4rem;font-family:Instrument Serif,serif;font-size:2.5rem;line-height:1;display:block}.metric-label{color:var(--text3);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:500}.section{z-index:1;padding:7rem 2rem;position:relative}.section-inner{max-width:1120px;margin:0 auto}.eyebrow-tag{color:var(--emerald);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:600;display:inline-flex}.eyebrow-tag:before{content:"";background:var(--emerald);width:16px;height:1px;display:block}.section-h{letter-spacing:-.02em;max-width:600px;margin-bottom:1.25rem;font-family:Instrument Serif,serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:400;line-height:1.1}.section-h em{color:var(--violet-light);font-style:italic}.section-p{color:var(--text2);max-width:480px;font-size:1rem;font-weight:300;line-height:1.75}.features-layout{background:var(--border);border:1px solid var(--border);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:4rem;display:grid;overflow:hidden}.feat{background:var(--ink2);padding:2rem 1.75rem;transition:background .25s;position:relative;overflow:hidden}.feat:after{content:"";background:linear-gradient(90deg, var(--violet), var(--emerald));opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.feat:hover{background:var(--surface)}.feat:hover:after{opacity:1}.feat-icon{background:var(--ink3);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.25rem;font-size:1.1rem;display:flex}.feat-title{color:var(--text);letter-spacing:-.01em;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.feat-desc{color:var(--text3);font-size:.82rem;font-weight:300;line-height:1.65}.steps-section{background:var(--ink2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.steps-grid{border:1px solid var(--border);background:var(--border);border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:4rem;display:grid;overflow:hidden}.step{background:var(--ink2);padding:2.5rem 2rem;transition:background .25s}.step:hover{background:var(--surface)}.step-num{color:#7c5cfc1f;margin-bottom:1.5rem;font-family:Instrument Serif,serif;font-size:3.5rem;line-height:1;display:block}.step-title{color:var(--text);margin-bottom:.6rem;font-size:.95rem;font-weight:600}.step-desc{color:var(--text3);font-size:.82rem;font-weight:300;line-height:1.65}.cases-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:4rem;display:grid}.case-card{background:var(--ink2);border:1px solid var(--border);border-radius:14px;padding:2rem;transition:all .25s;position:relative;overflow:hidden}.case-card:before{content:"";background:linear-gradient(90deg, transparent, var(--violet), transparent);opacity:0;height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.case-card:hover{background:var(--surface);border-color:#7c5cfc4d;transform:translateY(-3px)}.case-card:hover:before{opacity:1}.case-tag{color:var(--emerald);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.875rem;font-size:.68rem;font-weight:600;display:block}.case-title{letter-spacing:-.01em;color:var(--text);margin-bottom:.625rem;font-size:1rem;font-weight:600}.case-desc{color:var(--text3);font-size:.82rem;font-weight:300;line-height:1.65}.demo-split{grid-template-columns:5fr 7fr;align-items:center;gap:4rem;display:grid}.terminal-wrap{border:1px solid var(--border);background:#080810;border-radius:14px;overflow:hidden;box-shadow:0 24px 64px #00000080,0 0 0 1px #ffffff0a}.t-bar{border-bottom:1px solid var(--border);background:#ffffff08;align-items:center;gap:.5rem;padding:.875rem 1.25rem;display:flex}.t-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.t-dot-r{background:#ff5f57}.t-dot-y{background:#febc2e}.t-dot-g{background:#28c840}.t-title{color:var(--text3);letter-spacing:.06em;margin:0 auto;font-size:.7rem}.t-body{padding:1.5rem;font-family:Outfit,monospace;font-size:.78rem;line-height:2}.t-line{display:block}.t-blank{height:.5rem;display:block}.t-prompt{color:#7c5cfc}.t-cmd{color:var(--text2)}.t-comment{color:var(--text3)}.t-green{color:var(--emerald)}.t-amber{color:var(--amber)}.t-white{color:var(--text)}.cursor{background:var(--emerald);vertical-align:middle;width:7px;height:14px;margin-left:2px;animation:1.2s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.demo-points{flex-direction:column;gap:1rem;margin:2rem 0;list-style:none;display:flex}.demo-points li{color:var(--text2);align-items:flex-start;gap:.875rem;font-size:.875rem;font-weight:300;line-height:1.5;display:flex}.dp-icon{background:var(--violet-glow);width:22px;height:22px;color:var(--violet-light);border:1px solid #7c5cfc33;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.65rem;display:flex}.pricing-section{background:var(--ink2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:4rem;display:grid}.price-card{background:var(--ink);border:1px solid var(--border);border-radius:16px;flex-direction:column;padding:2.25rem;transition:all .25s;display:flex;position:relative}.price-card.popular{background:linear-gradient(135deg,#7c5cfc14,#10d9a00a);border-color:#7c5cfc80}.popular-badge{background:var(--violet);color:#fff;letter-spacing:.06em;white-space:nowrap;border-radius:100px;padding:.3rem .875rem;font-size:.68rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price-plan{color:var(--emerald);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.875rem;font-size:.72rem;font-weight:600}.price-amount{color:var(--text);margin-bottom:.25rem;font-family:Instrument Serif,serif;font-size:2.75rem;line-height:1}.price-period{color:var(--text3);margin-bottom:.5rem;font-size:.8rem}.price-desc{color:var(--text3);border-bottom:1px solid var(--border);margin-bottom:1.75rem;padding-bottom:1.75rem;font-size:.82rem;font-weight:300;line-height:1.6}.price-features{flex-direction:column;flex:1;gap:.75rem;margin-bottom:2rem;list-style:none;display:flex}.price-features li{color:var(--text2);align-items:flex-start;gap:.625rem;font-size:.82rem;font-weight:300;line-height:1.4;display:flex}.pf-check{color:var(--emerald);flex-shrink:0;margin-top:.1rem;font-size:.75rem}.pf-x{color:var(--text3);flex-shrink:0;margin-top:.1rem;font-size:.75rem}.price-cta{cursor:pointer;text-align:center;letter-spacing:.01em;border-radius:10px;width:100%;padding:.875rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:block}.price-cta-primary{background:var(--violet);color:#fff;border:none}.price-cta-primary:hover{background:#8b6dfc;transform:translateY(-1px);box-shadow:0 8px 24px #7c5cfc59}.price-cta-ghost{color:var(--text2);border:1px solid var(--border2);background:0 0}.price-cta-ghost:hover{color:var(--text);background:#ffffff0a;border-color:#fff3}.price-note{text-align:center;color:var(--text3);margin-top:2rem;font-size:.78rem}.testi-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:4rem;display:grid}.testi-card{background:var(--ink2);border:1px solid var(--border);border-radius:14px;padding:1.75rem;transition:all .25s}.testi-card:hover{border-color:#7c5cfc33;transform:translateY(-2px)}.testi-stars{color:var(--amber);letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem}.testi-text{color:var(--text2);margin-bottom:1.25rem;font-size:.875rem;font-style:italic;font-weight:300;line-height:1.7}.testi-author{align-items:center;gap:.75rem;display:flex}.testi-avatar{background:linear-gradient(135deg, var(--violet), var(--emerald));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.testi-name{color:var(--text);margin-bottom:.1rem;font-size:.82rem;font-weight:600}.testi-role{color:var(--text3);font-size:.72rem}.faq-section{background:var(--ink2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.faq-list{max-width:720px;margin-top:3rem}.faq-item{border-bottom:1px solid var(--border);overflow:hidden}.faq-q{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.375rem 0;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.faq-q:hover{color:var(--violet-light)}.faq-icon{color:var(--text3);flex-shrink:0;font-size:1.2rem;line-height:1;transition:transform .3s}.faq-item.open .faq-icon{color:var(--violet-light);transform:rotate(45deg)}.faq-a{max-height:0;transition:max-height .35s;overflow:hidden}.faq-item.open .faq-a{max-height:300px}.faq-a-inner{color:var(--text3);padding:0 0 1.375rem;font-size:.875rem;font-weight:300;line-height:1.75}.calendly-section{z-index:1;text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:linear-gradient(135deg,#7c5cfc14,#10d9a00a);padding:5rem 2rem;position:relative}.calendly-inner{max-width:600px;margin:0 auto}.calendly-h{letter-spacing:-.02em;margin-bottom:1rem;font-family:Instrument Serif,serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:400;line-height:1.1}.calendly-h em{color:var(--violet-light);font-style:italic}.calendly-sub{color:var(--text2);margin-bottom:2rem;font-size:.95rem;font-weight:300;line-height:1.65}.calendly-btn{background:var(--violet);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:12px;align-items:center;gap:.625rem;padding:1rem 2.25rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.calendly-btn:hover{background:#8b6dfc;transform:translateY(-2px);box-shadow:0 16px 40px #7c5cfc66}.calendly-or{color:var(--text3);margin:1.25rem 0;font-size:.82rem}.calendly-scroll{color:var(--violet-light);font-size:.875rem;font-weight:500;text-decoration:none}.calendly-scroll:hover{text-decoration:underline}.form-section{background:var(--ink);border-top:1px solid var(--border)}.form-split{grid-template-columns:5fr 7fr;align-items:start;gap:5rem;display:grid}.form-left-perks{flex-direction:column;gap:.875rem;margin-top:2.5rem;list-style:none;display:flex}.form-left-perks li{color:var(--text2);align-items:center;gap:.75rem;font-size:.875rem;font-weight:300;display:flex}.perk-check{background:var(--emerald-dim);width:18px;height:18px;color:var(--emerald);border:1px solid #10d9a033;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;display:flex}.form-card{background:var(--ink2);border:1px solid var(--border);border-radius:18px;padding:2.5rem}.form-card-title{letter-spacing:-.02em;color:var(--text);margin-bottom:.4rem;font-family:Instrument Serif,serif;font-size:1.5rem;font-weight:400}.form-card-sub{color:var(--text3);margin-bottom:2rem;font-size:.82rem;font-weight:300}.f-row{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.f-group{margin-bottom:.875rem}.f-group label{color:var(--text3);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.4rem;font-size:.72rem;font-weight:500;display:block}.f-group input,.f-group select,.f-group textarea{background:var(--ink);border:1px solid var(--border);width:100%;color:var(--text);-webkit-appearance:none;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:400;transition:border-color .2s,box-shadow .2s}.f-group input:focus,.f-group select:focus,.f-group textarea:focus{border-color:#7c5cfc80;box-shadow:0 0 0 3px #7c5cfc14}.f-group input::placeholder,.f-group textarea::placeholder{color:var(--text3)}.f-group select option{background:var(--ink2)}.f-group textarea{resize:vertical;min-height:88px}.f-submit{background:var(--violet);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.95rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;transition:all .25s;display:flex}.f-submit:hover{background:#8b6dfc;transform:translateY(-1px);box-shadow:0 8px 24px #7c5cfc59}.f-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.form-success{text-align:center;padding:3rem 2rem}.success-ring{background:var(--emerald-dim);border:1px solid #10d9a04d;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:1.75rem;display:flex}.form-success h3{letter-spacing:-.02em;margin-bottom:.5rem;font-family:Instrument Serif,serif;font-size:1.5rem;font-weight:400}.form-success p{color:var(--text3);font-size:.875rem;font-weight:300;line-height:1.6}footer{z-index:1;border-top:1px solid var(--border);padding:3rem 3rem 2rem;position:relative}.footer-top{border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1120px;margin:0 auto;padding-bottom:2.5rem;display:grid}.footer-brand-logo{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.footer-brand-logo img{width:auto;height:28px}.footer-brand-desc{color:var(--text3);max-width:220px;font-size:.82rem;font-weight:300;line-height:1.65}.footer-social{gap:.75rem;margin-top:1.25rem;display:flex}.footer-social a{border:1px solid var(--border);width:32px;height:32px;color:var(--text3);background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;font-size:.8rem;text-decoration:none;transition:all .2s;display:flex}.footer-social a:hover{color:var(--text);border-color:var(--border2);background:#ffffff12}.footer-col-title{color:var(--text2);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.125rem;font-size:.72rem;font-weight:600}.footer-col-links{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer-col-links a{color:var(--text3);font-size:.82rem;font-weight:300;text-decoration:none;transition:color .2s}.footer-col-links a:hover{color:var(--text2)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1120px;margin:0 auto;padding-top:1.75rem;display:flex}.footer-copy{color:var(--text3);font-size:.75rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:var(--text3);font-size:.75rem;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--text2)}.rule{z-index:1;background:var(--border);height:1px;position:relative}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.reveal.in{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}@keyframes riseIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.features-layout,.steps-grid,.cases-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr}.testi-grid{grid-template-columns:1fr 1fr}.demo-split,.form-split{grid-template-columns:1fr;gap:3rem}.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav{padding:0 1.5rem}.nav-center,.nav-right .btn-ghost{display:none}.hamburger{display:flex}.hero{padding:5rem 1.5rem 4rem}.hero-headline{font-size:2.6rem}.metrics{flex-wrap:wrap}.metric{border-right:none;border-bottom:1px solid var(--border);min-width:50%;padding:2rem}.metric:nth-child(odd){border-right:1px solid var(--border)}.metric:last-child,.metric:nth-last-child(2):nth-child(odd){border-bottom:none}.section{padding:4rem 1.5rem}.features-layout{grid-template-columns:1fr}.steps-grid{background:0 0;border:none;border-radius:0;grid-template-columns:1fr;gap:1px}.step{border:1px solid var(--border);border-radius:12px}.cases-grid,.testi-grid,.f-row{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:2rem}footer{padding:2.5rem 1.5rem 1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.75rem}.proof-inner{gap:1.5rem}}@media (max-width:480px){.hero-headline{font-size:2.1rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-cta,.hero-ghost{text-align:center}.form-card{padding:1.75rem 1.25rem}}
