body.public-site-shell{--white:#f8f9fb;--surface:#fff;--cloud:#f1f4f9;--mist:#e7ebf2;--line-strong:#d8dee9;--panel:#0c1526;--ink:#101a2c;--slate:#5b6678;--dim:#8a93a4;--navy:#101a2c;--blue:#17347a;--blue-dark:#0f2557;--blue-soft:color-mix(in srgb, var(--blue) 8%, #fff);--accent-line:color-mix(in srgb, var(--blue) 22%, #fff);--accent-tint:color-mix(in srgb, var(--blue) 15%, #fff);--button-primary:#17347a;--button-primary-hover:#0f2557;--button-secondary:#17347a;--button-secondary-hover:#0f2557;--on-button:#fff;--radius:18px;--radius-sm:11px;--radius-panel:18px;--shadow-sm:0 1px 2px #101a2c0d, 0 10px 24px -16px #101a2c33;--shadow:0 2px 4px #101a2c0d, 0 30px 56px -30px #101a2c42;--serif:"Lora", Georgia, "Times New Roman", serif;--font:"Geist", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono:ui-monospace, "Cascadia Code", "JetBrains Mono", "SF Mono", Consolas, monospace;background:var(--white);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;font-weight:400}.public-site-shell h1,.public-site-shell h2,.public-site-shell h3,.public-site-shell h4{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);text-wrap:balance;font-weight:500;line-height:1.12}.public-site-shell .eyebrow{font-family:var(--font);letter-spacing:.15em;text-transform:uppercase;color:var(--slate);align-items:center;gap:10px;margin:0;font-size:.74rem;font-weight:600;display:inline-flex}.public-site-shell .eyebrow:before{content:"";background:var(--blue);width:20px;height:1px}.public-site-shell .lead{color:var(--slate);font-size:clamp(1.04rem,1.5vw,1.2rem);line-height:1.65}.public-site-shell .container{width:min(1160px,100% - 48px)}.public-site-shell .container.narrow{max-width:820px}.public-site-shell .button{border-radius:var(--radius-sm);min-height:50px;font-family:var(--font);box-shadow:var(--shadow-sm);border:1px solid #0000;justify-content:center;align-items:center;gap:9px;padding:0 24px;font-size:.97rem;font-weight:500;line-height:1.1;transition:transform .18s,box-shadow .25s,background-color .18s,border-color .18s,color .18s;display:inline-flex}.public-site-shell .button,.public-site-shell .button:hover{background:var(--button-primary);border-color:var(--button-primary);color:var(--on-button)}.public-site-shell .button:hover{background:var(--button-primary-hover);border-color:var(--button-primary-hover);transform:translateY(-1px)}.public-site-shell .button-small{min-height:42px;padding:0 18px;font-size:.9rem}.public-site-shell .button-secondary,.public-site-shell .button-secondary:hover{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.public-site-shell .button-secondary:hover{border-color:var(--blue);color:var(--blue)}.public-site-shell .text-link{color:var(--blue);align-items:center;gap:7px;font-weight:500;display:inline-flex}.public-site-shell .text-link:hover{gap:11px}.public-site-shell .actions{flex-wrap:wrap;align-items:center;gap:13px;display:flex}.public-site-shell .site-header{z-index:40;background:color-mix(in srgb, var(--white) 82%, transparent);border-bottom:1px solid var(--mist);-webkit-backdrop-filter:blur(16px)saturate(1.3);width:100%;padding:14px 0;position:sticky;top:0;left:0}.public-site-shell .site-header .header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:56px;display:flex}.public-site-shell .site-header .brand-image-link{opacity:1;visibility:visible;flex-direction:column;gap:3px;transition:none;animation:none;transform:none}.public-site-shell .site-header .brand-logo{aspect-ratio:1391/167;opacity:1;visibility:visible;width:156px;transition:none;animation:none;transform:none}.public-site-shell .site-header .brand-tagline{color:var(--blue);letter-spacing:.18em;font-size:.6rem;font-weight:500;line-height:1;transition:none;animation:none}.public-site-shell .main-nav{align-items:center;gap:30px;display:flex}.public-site-shell .mobile-menu{display:none;position:relative}.public-site-shell .nav-links{align-items:center;gap:28px;display:flex}.public-site-shell .nav-links>a{color:var(--slate);font-size:.92rem;font-weight:500;transition:color .18s}.public-site-shell .nav-links>a:hover,.public-site-shell .nav-links>a.active{color:var(--ink)}.public-site-shell .nav-actions{align-items:center;gap:14px;display:flex}.public-site-shell .mobile-menu>summary{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;align-content:center;justify-items:center;gap:5px;width:44px;height:44px;padding:0;list-style:none;display:grid}.public-site-shell .mobile-menu>summary::-webkit-details-marker{display:none}.public-site-shell .mobile-menu>summary span{background:var(--ink);border-radius:2px;width:18px;height:1.5px;transition:transform .2s,opacity .2s}.public-site-shell .mobile-menu[open]>summary span:first-child{transform:translateY(6.5px)rotate(45deg)}.public-site-shell .mobile-menu[open]>summary span:nth-child(2){opacity:0}.public-site-shell .mobile-menu[open]>summary span:last-child{transform:translateY(-6.5px)rotate(-45deg)}.public-site-shell .mobile-menu nav{border:1px solid var(--mist);border-radius:var(--radius);background:var(--surface);width:min(310px,100vw - 32px);box-shadow:var(--shadow);gap:3px;padding:12px;display:grid;position:absolute;top:calc(100% + 12px);right:0}.public-site-shell .mobile-menu nav>a:not(.button){color:var(--slate);border-radius:9px;padding:11px 12px;font-weight:500}.public-site-shell .mobile-menu nav>a:not(.button):hover,.public-site-shell .mobile-menu nav>a:not(.button).active{color:var(--ink);background:var(--cloud)}.public-site-shell .mobile-menu nav .button{width:100%;margin-top:7px}.home-hero-shell{padding:clamp(52px,8vw,96px) 0 clamp(52px,7vw,86px);position:relative;overflow:hidden}.home-hero-shell:before{content:"";background:radial-gradient(circle, var(--blue-soft), transparent 62%);pointer-events:none;z-index:0;border-radius:50%;width:720px;height:720px;position:absolute;top:-32%;right:-12%}.home-hero{z-index:1;grid-template-columns:1.02fr .98fr;align-items:center;gap:56px;display:grid;position:relative}.home-hero-copy h1{letter-spacing:-.012em;margin-top:22px;font-size:clamp(2.5rem,5vw,4rem);line-height:1.08}.home-hero-copy h1 em{color:var(--blue);font-style:italic}.home-hero-copy .lead{max-width:40ch;margin-top:24px}.home-hero-copy .actions{margin-top:32px}.hero-trust{color:var(--dim);flex-wrap:wrap;gap:14px 26px;margin-top:34px;font-size:.85rem;display:flex}.hero-trust span{align-items:center;gap:8px;display:flex}.hero-trust span:before{content:"";background:var(--blue);border-radius:50%;width:5px;height:5px}.btn-ic{fill:none;stroke:currentColor;stroke-width:2px;width:17px;height:17px}.mock{border-radius:var(--radius);background:var(--surface);border:1px solid var(--mist);box-shadow:var(--shadow);padding:14px;position:relative}.mock-bar{align-items:center;gap:7px;padding:2px 4px 13px;display:flex}.mock-bar i{background:var(--line-strong);border-radius:50%;width:9px;height:9px}.mock-bar i:first-child{background:var(--blue)}.mock-body{grid-template-columns:74px 1fr;gap:12px;display:grid}.mock-side{align-content:start;gap:8px;padding-top:2px;display:grid}.mock-side b{background:var(--cloud);border-radius:5px;height:8px}.mock-side b:first-child{background:var(--accent-tint)}.mock-main{background:var(--cloud);border:1px solid var(--mist);border-radius:12px;gap:11px;padding:13px;display:grid}.mock-kpis{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.mock-kpi{background:var(--surface);border:1px solid var(--mist);border-radius:9px;padding:10px}.mock-kpi u{background:var(--dim);opacity:.5;border-radius:4px;width:56%;height:6px;margin-bottom:8px;display:block}.mock-kpi s{background:var(--blue);border-radius:4px;width:78%;height:12px;display:block}.mock-chart{background:var(--surface);border:1px solid var(--mist);border-radius:9px;height:92px;position:relative;overflow:hidden}.mock-chart svg{width:100%;height:100%;position:absolute;inset:0}.draw{stroke-dasharray:640;stroke-dashoffset:640px;animation:2.4s forwards draw}@keyframes draw{to{stroke-dashoffset:0}}.tech-strip{border-top:1px solid var(--mist);border-bottom:1px solid var(--mist);background:var(--surface);padding:26px 0;overflow:hidden}.tech-strip .container{align-items:center;gap:36px;display:flex}.tech-label{font-family:var(--font);letter-spacing:.14em;text-transform:uppercase;color:var(--dim);white-space:nowrap;font-size:.72rem;font-weight:600}.marquee{overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.marquee-track{width:max-content;animation:38s linear infinite marquee;display:flex}.tech-sequence{align-items:center;gap:clamp(2.25rem,4vw,3.75rem);padding-right:clamp(2.25rem,4vw,3.75rem);display:flex}.tech-brand{color:var(--slate);white-space:nowrap;align-items:center;gap:.7rem;font-size:.96rem;font-weight:550;display:inline-flex}.tech-brand img{object-fit:contain;flex:none;width:auto;max-width:1.9rem;height:1.45rem}.tech-more{color:var(--dim)}.tech-more-icon{border:1px solid var(--accent-line);width:1.5rem;height:1.5rem;color:var(--blue);font:500 1rem/1 var(--font);border-radius:50%;place-items:center;display:grid}@keyframes marquee{to{transform:translate(-50%)}}.block{padding:clamp(60px,8.5vw,116px) 0}.block.tight{padding-top:0}.head{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:46px;display:flex}.head>div{max-width:620px}.head h2{font-size:clamp(1.9rem,3.5vw,2.9rem);font-weight:600}.head .eyebrow{margin-bottom:15px}.head .sub{color:var(--slate);max-width:42ch}.product-showcase{gap:6rem;display:grid}.product-panel{border:1px solid var(--mist);border-radius:var(--radius);background:var(--surface);grid-template-columns:minmax(0,3fr) minmax(320px,2fr);min-height:600px;display:grid;overflow:hidden}.product-panel:nth-child(2n){grid-template-columns:minmax(320px,2fr) minmax(0,3fr)}.product-panel:nth-child(2n) .product-media{border-right:0;border-left:1px solid var(--mist);order:2}.product-media{border-right:1px solid var(--mist);background:var(--surface);place-items:center;min-height:600px;padding:24px;display:grid;position:relative}.product-media-card{border:1px solid var(--mist);width:100%;min-height:550px;box-shadow:var(--shadow-sm);background:radial-gradient(80% 70% at 50% 42%, var(--surface), transparent 72%), linear-gradient(var(--mist) 1px, transparent 1px), linear-gradient(90deg, var(--mist) 1px, transparent 1px), var(--cloud);background-size:auto,38px 38px,38px 38px,auto;border-radius:15px;place-items:center;padding:clamp(40px,5vw,68px);display:grid;position:relative;overflow:hidden}.product-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(42px,5vw,68px);display:flex}.product-copy .code{margin-bottom:24px}.product-copy h3{margin:0;font-size:clamp(2rem,3.4vw,3rem);font-weight:500;line-height:1.08}.product-copy p{max-width:35ch;color:var(--slate);margin:22px 0 30px;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.7}.product-copy .text-link{margin-top:0}.code{font-family:var(--mono);letter-spacing:.1em;color:var(--dim);border:1px solid var(--mist);border-radius:999px;padding:4px 11px;font-size:.7rem}.media-caption{font:500 .68rem var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--dim);position:absolute;bottom:24px;left:28px}.product-media .web-mock{width:min(100%,520px);max-width:520px;box-shadow:var(--shadow);border-radius:16px}.product-media .web-mock .top{padding:14px 18px}.product-media .web-mock .body{gap:18px;padding:24px}.product-media .web-mock .banner{height:132px}.product-media .web-mock .lines{gap:10px}.product-media .web-mock .lines b{height:10px}.product-media .web-mock .cards3{gap:12px}.product-media .web-mock .cards3 span{height:58px}.product-media .app-mock{max-width:500px;box-shadow:var(--shadow);gap:14px;padding:18px}.product-media .app-mock .row{padding:15px 17px}.product-media .app-mock .bar{height:11px}.product-media .flow{max-width:500px}.phone-stage{place-items:center;width:min(100%,500px);min-height:390px;display:grid;position:relative}.product-media .phone-mock{z-index:2;border-radius:32px;width:218px;padding:13px;position:relative;transform:rotate(-2deg)}.product-media .phone-mock .notch{width:60px;height:7px;margin-bottom:14px}.product-media .phone-mock .screen{border-radius:20px;gap:14px;min-height:292px;padding:22px}.product-media .phone-mock .screen .avatar{width:54px;height:54px}.product-media .phone-mock .screen b{height:11px}.product-media .phone-mock .screen .cta{height:44px;margin-top:auto}.phone-card{z-index:1;border:1px solid var(--mist);background:var(--surface);width:180px;height:112px;box-shadow:var(--shadow-sm);border-radius:16px;position:absolute}.phone-card:before,.phone-card:after{content:"";background:var(--cloud);border-radius:5px;height:9px;position:absolute;left:18px}.phone-card:before{background:var(--accent-tint);width:55%;top:26px}.phone-card:after{width:72%;top:47px}.phone-card-a{top:15%;left:1%;transform:rotate(-7deg)}.phone-card-b{bottom:13%;right:0;transform:rotate(7deg)}.features{gap:6rem;display:grid}.feature{background:var(--surface);border:1px solid var(--mist);border-radius:var(--radius);grid-template-columns:1.05fr .95fr;display:grid;overflow:hidden}.feature-visual{border-right:1px solid var(--mist);background:radial-gradient(120% 120% at 80% 0%, var(--blue-soft), transparent 55%), var(--cloud);place-items:center;min-height:340px;padding:34px;display:grid;position:relative}.feature.rev .feature-visual{border-right:0;border-left:1px solid var(--mist);order:2}.feature-text{flex-direction:column;justify-content:center;padding:clamp(30px,4vw,52px);display:flex}.feature-text h2{font-size:clamp(1.6rem,2.6vw,2.15rem);font-weight:500}.feature-text .eyebrow{margin-bottom:14px}.feature-text .lead{margin-top:16px;font-size:1.04rem}.flist{gap:12px;margin:22px 0 26px;padding:0;list-style:none;display:grid}.flist li{color:var(--ink);align-items:flex-start;gap:11px;font-size:.98rem;display:flex}.flist svg{width:20px;height:20px;color:var(--blue);fill:none;stroke:currentColor;stroke-width:2px;flex:none;margin-top:1px}.flow{width:100%;max-width:360px}.flow .node{fill:var(--surface);stroke:var(--line-strong)}.flow .hub{fill:var(--blue)}.flow .wire{fill:none;stroke:var(--blue);stroke-width:1.6px;stroke-dasharray:5 7;opacity:.55;animation:1.6s linear infinite flowmove}@keyframes flowmove{to{stroke-dashoffset:-24px}}.flow .ping{fill:var(--blue);opacity:.3;animation:2.6s ease-out infinite ping}@keyframes ping{0%{r:16px;opacity:.3}70%{r:34px;opacity:0}to{opacity:0}}.flow .ic{fill:none;stroke:var(--slate);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.app-mock{background:var(--surface);border:1px solid var(--mist);width:100%;max-width:340px;box-shadow:var(--shadow-sm);border-radius:14px;gap:10px;padding:12px;display:grid}.app-mock .row{border:1px solid var(--mist);background:var(--surface);border-radius:9px;align-items:center;gap:9px;padding:9px 11px;display:flex}.app-mock .row .tick{background:var(--blue-soft);border:1px solid var(--accent-line);border-radius:5px;flex:none;place-items:center;width:18px;height:18px;display:grid}.app-mock .row .tick svg{width:11px;height:11px;color:var(--blue);fill:none;stroke:currentColor;stroke-width:3px}.app-mock .row b{background:var(--cloud);border-radius:4px;flex:1;height:7px}.app-mock .row.on{border-color:var(--accent-line);background:var(--blue-soft)}.app-mock .row.on b{background:var(--accent-tint)}.app-mock .bar{background:var(--cloud);border-radius:5px;height:8px;overflow:hidden}.app-mock .bar i{background:var(--blue);border-radius:5px;width:0;height:100%;animation:2.6s cubic-bezier(.4,0,.2,1) forwards fill;display:block}@keyframes fill{to{width:72%}}.web-mock{background:var(--surface);border:1px solid var(--mist);width:100%;max-width:360px;box-shadow:var(--shadow-sm);border-radius:12px;overflow:hidden}.web-mock .top{border-bottom:1px solid var(--mist);align-items:center;gap:6px;padding:10px 12px;display:flex}.web-mock .top i{background:var(--line-strong);border-radius:50%;width:8px;height:8px}.web-mock .top i:first-child{background:var(--blue)}.web-mock .top .url{background:var(--cloud);border-radius:4px;flex:1;height:8px;margin-left:8px}.web-mock .body{gap:11px;padding:16px;display:grid}.web-mock .banner{background:linear-gradient(120deg, var(--accent-tint), var(--cloud));border:1px solid var(--mist);border-radius:8px;height:62px}.web-mock .lines{gap:7px;display:grid}.web-mock .lines b{background:var(--cloud);border-radius:4px;height:7px}.web-mock .lines b:first-child{background:var(--accent-tint);width:66%}.web-mock .cards3{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.web-mock .cards3 span{background:var(--surface);border:1px solid var(--mist);border-radius:7px;height:34px}.phone-mock{background:var(--surface);border:1px solid var(--line-strong);width:156px;box-shadow:var(--shadow);border-radius:24px;padding:10px}.phone-mock .notch{background:var(--line-strong);border-radius:3px;width:44px;height:5px;margin:2px auto 10px}.phone-mock .screen{border:1px solid var(--mist);background:var(--cloud);border-radius:15px;gap:9px;padding:13px;display:grid}.phone-mock .screen .avatar{background:var(--blue-soft);border:1px solid var(--accent-line);border-radius:50%;width:34px;height:34px}.phone-mock .screen b{background:var(--surface);border-radius:4px;height:8px}.phone-mock .screen b.s{background:var(--accent-tint);width:62%}.phone-mock .screen .cta{background:var(--blue);border-radius:9px;height:30px;margin-top:2px}.process-card{border:1px solid var(--mist);border-radius:var(--radius);background:radial-gradient(70% 100% at 50% 0%, var(--blue-soft), transparent 72%), var(--surface);box-shadow:var(--shadow-sm);padding:clamp(2rem,4.5vw,4rem);position:relative;overflow:hidden}.process-timeline{z-index:1;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.process-route{z-index:0;background:var(--accent-line);height:1px;position:absolute;top:calc(clamp(2rem,4.5vw,4rem) + 1.625rem);left:calc(clamp(2rem,4.5vw,4rem) + 1.625rem);right:calc(clamp(2rem,4.5vw,4rem) + 1.625rem)}.process-route:before,.process-route:after{content:"";border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.process-route:before{background:linear-gradient(90deg, var(--blue), var(--accent-line));width:100%;height:1px;inset-inline-start:0}.process-route:after{background:var(--blue);width:9px;height:9px;box-shadow:0 0 0 6px color-mix(in srgb, var(--blue) 13%, transparent);animation:5.4s cubic-bezier(.45,0,.2,1) infinite process-pulse;inset-inline-start:0}.process-route span:before,.process-route span:after{content:"→";color:var(--blue);font:500 1rem/1 var(--font);position:absolute;top:50%;transform:translate(-50%,-52%)}.process-route span:before{left:25%}.process-route span:after{left:75%}@keyframes process-pulse{0%{opacity:0;left:0}7%,93%{opacity:1}to{opacity:0;left:100%}}.process-step{flex-direction:column;align-items:flex-start;min-width:0;display:flex;position:relative}.process-step:nth-child(2){text-align:center;align-items:center}.process-step:nth-child(3){text-align:right;align-items:flex-end}.process-marker{z-index:2;border:1px solid var(--accent-line);background:var(--surface);width:3.25rem;height:3.25rem;color:var(--blue);font:600 .75rem/1 var(--mono);letter-spacing:.06em;box-shadow:0 0 0 8px color-mix(in srgb, var(--surface) 84%, transparent);border-radius:50%;place-items:center;margin-bottom:1.5rem;display:grid;position:relative}.process-when{color:var(--dim);font:600 .7rem/1 var(--mono);letter-spacing:.12em;text-transform:uppercase}.process-step h3{margin:.65rem 0 0;font-size:1.35rem;font-weight:500}.process-step p{max-width:32ch;color:var(--slate);margin:.75rem 0 0;font-size:.95rem;line-height:1.65}.projects-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.public-site-shell .project-card{background:var(--surface);border:1px solid var(--mist);border-radius:var(--radius);box-shadow:none;transition:transform .22s,border-color .22s,box-shadow .22s;overflow:hidden}.public-site-shell .project-card:hover{border-color:var(--accent-line);box-shadow:var(--shadow-sm);transform:translateY(-3px)}.public-site-shell .project-card img,.public-site-shell .project-placeholder{aspect-ratio:3/2;object-fit:cover;width:100%}.public-site-shell .project-placeholder{background:var(--blue-soft);color:var(--blue);font:500 4.5rem var(--serif);place-items:center;display:grid}.public-site-shell .project-content{padding:26px}.public-site-shell .project-content h2{font-size:1.32rem}.public-site-shell .project-content .eyebrow{margin-bottom:10px}.public-site-shell .project-content p{color:var(--slate);margin:6px 0 14px}.public-site-shell .empty-state,.empty{border:1px dashed var(--line-strong);border-radius:var(--radius);text-align:center;background:var(--surface);padding:52px}.empty .tag,.empty-state>span{font-family:var(--mono);letter-spacing:.12em;color:var(--dim);text-transform:uppercase;margin-bottom:13px;font-size:.7rem;display:block}.empty h3,.empty-state h3{margin:0 0 9px;font-size:1.5rem;font-weight:500}.empty p,.empty-state p{color:var(--slate);max-width:46ch;margin:0 auto}.public-site-shell .empty-state h2{margin:0;font-size:clamp(1.65rem,3vw,2.35rem);font-weight:500}.public-site-shell .empty-state .button{margin-top:26px}.quote{background:var(--surface);border:1px solid var(--mist);border-radius:var(--radius);grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:clamp(32px,4vw,54px);display:grid}.quote .mark{color:var(--blue);font-family:Georgia,serif;font-size:4.2rem;line-height:.7}.quote h2{font-size:clamp(1.5rem,2.8vw,2.15rem);font-weight:500}.quote .body p{color:var(--slate)}.quote .body small{color:var(--dim);font-family:var(--mono);letter-spacing:.05em;margin-top:14px;font-size:.74rem;display:block}.faq{grid-template-columns:.82fr 1.18fr;align-items:start;gap:48px;display:grid}.faq-side{position:sticky;top:96px}.faq-side h2{font-size:clamp(1.7rem,3.2vw,2.5rem);font-weight:600}.faq-side p{color:var(--slate);margin-top:13px}.faq-list details{border-bottom:1px solid var(--mist)}.faq-list summary{cursor:pointer;font-family:var(--serif);justify-content:space-between;align-items:center;gap:20px;padding:20px 0;font-size:1.06rem;font-weight:500;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary .plus{border:1px solid var(--line-strong);width:25px;height:25px;color:var(--blue);font-family:var(--font);border-radius:50%;flex:none;place-items:center;font-size:1.05rem;transition:transform .25s,background-color .25s,border-color .25s;display:grid}.faq-list details[open] summary .plus{background:var(--blue-soft);border-color:var(--accent-line);transform:rotate(45deg)}.faq-list details p{color:var(--slate);max-width:62ch;padding:0 0 20px}.final-cta-section{isolation:isolate;background-color:var(--panel);background-image:linear-gradient(#f8f9fb 0% 8%,#eef0f4 16%,#d9dde6 24%,#b8c0cf 32%,#8694ab 40%,#536581 50%,#2b4164 64%,#162b4b 80%,#0c1526 100%);background-image:linear-gradient(in oklab, #f8f9fb 0%, #f8f9fb 8%, #eef0f4 16%, #d9dde6 24%, #b8c0cf 32%, #8694ab 40%, #536581 50%, #2b4164 64%, #162b4b 80%, #0c1526 100%);align-items:flex-end;min-height:clamp(620px,58vw,820px);margin-top:clamp(56px,8vw,112px);padding:clamp(14rem,22vw,22rem) 0 clamp(7rem,10vw,10rem);display:flex;position:relative;overflow:hidden}.final-cta-section:before{content:"";z-index:0;background-image:var(--space-stars);opacity:.78;mix-blend-mode:screen;pointer-events:none;background-position:top;background-size:cover;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 18%,#00000014 30%,#0000007a 48%,#000 64% 100%);mask-image:linear-gradient(#0000 18%,#00000014 30%,#0000007a 48%,#000 64% 100%)}.final-cta{z-index:1;text-align:center;padding:0;position:relative}.final-cta .eyebrow{color:#c4cee0;justify-content:center}.final-cta .eyebrow:before{background:#5c7fd6}.final-cta h2{color:#fff;text-shadow:0 2px 24px #03091652;max-width:19ch;margin:16px auto 0;font-size:clamp(2rem,4vw,3.1rem);font-weight:400;line-height:1.14}.final-cta p:not(.eyebrow){color:#d6ddea;max-width:52ch;margin:18px auto 30px}.final-cta .button,.final-cta .button:hover{color:var(--panel);background:#fff;border-color:#fff}.final-cta .button:hover{background:#e9eef6;border-color:#e9eef6}.public-site-shell .site-footer{background:var(--panel);color:#aeb8cc;isolation:isolate;padding:0;position:relative;overflow:hidden}.public-site-shell .site-footer:before{content:"";z-index:0;background:var(--space-stars) center bottom / cover no-repeat;opacity:.78;mix-blend-mode:screen;pointer-events:none;position:absolute;inset:0}.public-site-shell .site-footer>*{z-index:1;position:relative}.public-site-shell .footer-topline{color:#7c89a3;font-family:var(--mono);letter-spacing:.1em;border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:20px;padding-block:20px;font-size:.7rem;display:flex}.public-site-shell .site-footer .footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-block:62px;display:grid}.public-site-shell .footer-brand-column p{color:#98a3b8;max-width:34ch;margin-top:16px}.public-site-shell .site-footer .brand-logo{filter:brightness(0)invert();width:156px}.public-site-shell .footer-column{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.public-site-shell .footer-column strong{color:#fff;font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:.72rem;font-weight:600}.public-site-shell .footer-column a,.public-site-shell .footer-column span{color:#98a3b8;font-size:.91rem}.public-site-shell .footer-column a:hover{color:#fff}.public-site-shell .site-footer .footer-bottom{color:#7c89a3;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-block:22px;font-size:.84rem;display:flex}.public-site-shell .site-footer .footer-bottom span:last-child{gap:22px;display:flex}.public-site-shell .page-hero{background:var(--cloud);border-bottom:1px solid var(--mist);padding:clamp(96px,12vw,150px) 0 clamp(52px,6vw,84px);position:relative;overflow:hidden}.public-site-shell .page-hero:before{content:"";background:radial-gradient(circle, var(--blue-soft), transparent 60%);pointer-events:none;border-radius:50%;width:620px;height:620px;position:absolute;top:-40%;right:-8%}.public-site-shell .page-hero .page-hero-inner{z-index:1;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);align-items:center;gap:clamp(48px,8vw,104px);display:grid;position:relative}.public-site-shell .page-hero-copy{max-width:720px}.public-site-shell .page-hero h1{letter-spacing:-.015em;margin:18px 0 0;font-size:clamp(2.3rem,4.6vw,3.7rem);font-weight:500}.public-site-shell .page-hero .lead{margin-top:22px}.public-site-shell .page-hero-orbit{aspect-ratio:1;justify-self:end;place-items:center;width:min(100%,370px);display:grid;position:relative}.public-site-shell .page-hero-orbit:before{content:"";background:radial-gradient(circle, var(--surface) 0 18%, var(--blue-soft) 19%, transparent 62%);filter:blur(.2px);border-radius:50%;position:absolute;inset:12%}.public-site-shell .orbit-ring{border:1px solid var(--accent-line);border-radius:50%;position:absolute}.public-site-shell .orbit-ring-outer{inset:4%}.public-site-shell .orbit-ring-inner{border-style:dashed;inset:25%}.public-site-shell .orbit-axis{background:linear-gradient(90deg, transparent, var(--accent-line) 18%, var(--accent-line) 82%, transparent);width:86%;height:1px;position:absolute}.public-site-shell .orbit-axis-a{transform:rotate(32deg)}.public-site-shell .orbit-axis-b{transform:rotate(-32deg)}.public-site-shell .orbit-core{z-index:2;aspect-ratio:1;border:1px solid var(--accent-line);background:var(--surface);width:116px;color:var(--blue);font:600 .78rem/1 var(--mono);letter-spacing:.12em;text-align:center;box-shadow:0 18px 50px -28px #17347a8c, 0 0 0 12px color-mix(in srgb, var(--surface) 76%, transparent);border-radius:50%;place-content:center;gap:5px;display:grid;position:relative}.public-site-shell .orbit-core small{color:var(--dim);letter-spacing:.08em;font-size:.5rem}.public-site-shell .orbit-node{z-index:3;aspect-ratio:1;border:3px solid var(--surface);background:var(--blue);width:13px;box-shadow:0 0 0 1px var(--accent-line);border-radius:50%;position:absolute}.public-site-shell .orbit-node-a{top:14%;right:22%}.public-site-shell .orbit-node-b{bottom:36%;left:8%}.public-site-shell .orbit-node-c{width:9px;bottom:21%;right:12%}.public-site-shell .inner-section{padding:clamp(56px,8vw,104px) 0}.public-site-shell .section-muted{background:var(--cloud)}.public-site-shell .content-grid{grid-template-columns:1.25fr .75fr;align-items:start;gap:56px;display:grid}.public-site-shell .content-grid h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:500}.public-site-shell .content-grid>div>p{color:var(--slate);margin-top:16px}.public-site-shell .info-block{background:var(--surface);border:1px solid var(--mist);border-radius:var(--radius);padding:32px}.public-site-shell .info-block h2{margin:0 0 12px;font-size:1.3rem;font-weight:500}.public-site-shell .info-block h3{margin:0 0 12px;font-size:1.2rem}.public-site-shell .info-block h3:not(:first-child){margin-top:22px}.public-site-shell .info-block p{color:var(--slate)}.public-site-shell .info-block p+p{margin-top:10px}.public-site-shell .info-block hr{border:0;border-top:1px solid var(--mist);margin:22px 0}.public-site-shell .info-block ul{color:var(--slate);gap:10px;margin:0;padding-left:20px;display:grid}.public-site-shell .about-local h2{margin:14px 0 0;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:500}.public-site-shell .about-local .lead{margin:18px 0 26px}.public-site-shell .local-card{border:1px solid var(--mist);border-radius:var(--radius);background:var(--surface);grid-template-columns:.82fr 1.18fr;display:grid;overflow:hidden}.public-site-shell .local-map{background:radial-gradient(circle at 50% 50%, var(--surface) 0 10%, transparent 10.5%), linear-gradient(var(--mist) 1px, transparent 1px), linear-gradient(90deg, var(--mist) 1px, transparent 1px), var(--cloud);background-size:auto,32px 32px,32px 32px,auto;place-items:center;min-height:390px;display:grid;position:relative;overflow:hidden}.public-site-shell .local-map:before,.public-site-shell .local-map:after{content:"";background:var(--accent-line);transform-origin:50%;width:82%;height:1px;position:absolute;top:50%;left:50%}.public-site-shell .local-map:before{transform:translate(-50%,-50%)rotate(22deg)}.public-site-shell .local-map:after{transform:translate(-50%,-50%)rotate(-22deg)}.public-site-shell .local-orbit{aspect-ratio:1;border:1px solid var(--accent-line);border-radius:50%;width:230px;position:absolute}.public-site-shell .local-core{z-index:2;aspect-ratio:1;background:var(--blue);color:#fff;width:72px;font:600 .82rem var(--mono);letter-spacing:.08em;box-shadow:0 0 0 14px var(--blue-soft);border-radius:50%;place-items:center;display:grid;position:relative}.public-site-shell .local-point{z-index:2;aspect-ratio:1;border:3px solid var(--surface);background:var(--blue);width:12px;box-shadow:0 0 0 1px var(--accent-line);border-radius:50%;position:absolute}.public-site-shell .local-point-a{top:23%;left:24%}.public-site-shell .local-point-b{top:32%;right:20%}.public-site-shell .local-point-c{bottom:19%;right:31%}.public-site-shell .local-copy{align-self:center;padding:clamp(38px,6vw,72px)}.public-site-shell .contact-section .content-grid{grid-template-columns:1fr 1fr;gap:48px}.public-site-shell .form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.public-site-shell .form-grid .full{grid-column:1/-1}.public-site-shell input,.public-site-shell select,.public-site-shell textarea{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);padding:12px 14px}.public-site-shell input:focus,.public-site-shell select:focus,.public-site-shell textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft);outline:none}.public-site-shell .project-detail{gap:56px;display:grid}.public-site-shell .project-cover{object-fit:cover;border:1px solid var(--mist);border-radius:var(--radius);width:100%;max-height:640px}.public-site-shell .legal-content{max-width:780px}.public-site-shell .legal-content h2{margin:48px 0 14px;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:500}.public-site-shell .legal-content h2:first-of-type{margin-top:0}.public-site-shell .legal-content p{color:var(--slate)}.public-site-shell .founder-hero{background:linear-gradient(112deg, var(--surface) 0 58%, var(--cloud) 58% 100%);padding:clamp(76px,9vw,126px) 0 clamp(70px,8vw,112px);position:relative;overflow:hidden}.public-site-shell .founder-hero:before{content:"";aspect-ratio:1;border:1px solid var(--accent-line);width:560px;box-shadow:0 0 0 76px color-mix(in srgb, var(--accent-line) 22%, transparent), 0 0 0 152px color-mix(in srgb, var(--accent-line) 12%, transparent);pointer-events:none;border-radius:50%;position:absolute;bottom:-280px;left:-180px}.public-site-shell .founder-hero-grid{grid-template-columns:minmax(0,.94fr) minmax(400px,.78fr);align-items:center;gap:clamp(52px,8vw,112px);display:grid;position:relative}.public-site-shell .founder-copy{z-index:1;padding-block:24px;position:relative}.public-site-shell .founder-copy h1{max-width:720px;color:var(--ink);font-family:var(--serif);letter-spacing:-.045em;margin:18px 0 0;font-size:clamp(3rem,6vw,5.75rem);font-weight:500;line-height:.96}.public-site-shell .founder-copy h1 em{color:var(--blue);font-weight:400}.public-site-shell .founder-lead{max-width:650px;color:var(--slate);margin:30px 0 0;font-size:clamp(1.05rem,1.6vw,1.22rem);line-height:1.7}.public-site-shell .founder-actions{align-items:center;gap:28px;margin-top:36px;display:flex}.public-site-shell .founder-linkedin{border-bottom:1px solid var(--line-strong);color:var(--ink);align-items:center;gap:9px;padding:10px 0;font-weight:600;display:inline-flex}.public-site-shell .founder-linkedin span{color:var(--blue);transition:transform .18s}.public-site-shell .founder-linkedin:hover{border-color:var(--blue);color:var(--blue)}.public-site-shell .founder-linkedin:hover span{transform:translate(2px,-2px)}.public-site-shell .founder-portrait{margin:0;padding-left:33px;position:relative}.public-site-shell .founder-portrait-label{color:var(--dim);font:600 .61rem/1 var(--mono);letter-spacing:.16em;writing-mode:vertical-rl;position:absolute;bottom:48px;left:0;transform:rotate(180deg)}.public-site-shell .founder-image-frame{aspect-ratio:3/4;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--cloud);position:relative;overflow:hidden;box-shadow:0 32px 70px -46px #0c15266b}.public-site-shell .founder-image-frame:after{content:"";border-radius:inherit;pointer-events:none;border:10px solid #ffffff2e;position:absolute;inset:0}.public-site-shell .founder-image-frame img{object-fit:cover;object-position:50% 30%;width:100%;height:100%}.public-site-shell .founder-portrait figcaption{color:var(--dim);font:600 .6rem/1.4 var(--mono);letter-spacing:.1em;justify-content:space-between;gap:18px;padding-top:14px;display:flex}.public-site-shell .founder-story{background:var(--surface)}.public-site-shell .founder-story-grid{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(48px,8vw,120px);display:grid}.public-site-shell .founder-story-heading{position:sticky;top:106px}.public-site-shell .founder-story-heading h2{max-width:470px;margin:18px 0 0;font-size:clamp(2rem,3.7vw,3.35rem);font-weight:500;line-height:1.12}.public-site-shell .founder-story-copy{padding-top:4px}.public-site-shell .founder-story-copy p{color:var(--slate);margin:0;font-size:clamp(1.04rem,1.4vw,1.16rem);line-height:1.85}.public-site-shell .founder-story-copy p+p{margin-top:24px}.public-site-shell .founder-practice{background:var(--surface);padding:0 0 clamp(68px,9vw,120px)}.public-site-shell .founder-practice-card{border:1px solid var(--mist);border-radius:var(--radius);background:var(--cloud);grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(40px,7vw,100px);padding:clamp(36px,6vw,72px);display:grid}.public-site-shell .founder-practice-intro h2{margin:18px 0 0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:500}.public-site-shell .founder-practice-intro>p:last-child{color:var(--slate);margin-top:18px}.public-site-shell .founder-credentials{border-top:1px solid var(--line-strong);grid-template-columns:1fr 1fr;margin:0;display:grid}.public-site-shell .founder-credentials div{border-bottom:1px solid var(--line-strong);padding:25px 24px 25px 0}.public-site-shell .founder-credentials div:nth-child(2n){border-left:1px solid var(--line-strong);padding-left:24px}.public-site-shell .founder-credentials dt{color:var(--blue);font:600 .7rem/1.3 var(--mono);letter-spacing:.1em;text-transform:uppercase}.public-site-shell .founder-credentials dd{color:var(--slate);margin:10px 0 0;line-height:1.6}@media (width<=900px){.home-hero{grid-template-columns:1fr;gap:40px}.mock{max-width:460px}.feature{grid-template-columns:1fr}.feature.rev .feature-visual{border-left:0;border-bottom:1px solid var(--mist);order:0}.feature-visual{border-right:0;border-bottom:1px solid var(--mist);min-height:280px}.product-panel,.product-panel:nth-child(2n){grid-template-columns:1fr;min-height:0}.product-panel:nth-child(2n) .product-media{border-left:0;order:0}.product-media{border:0;border-bottom:1px solid var(--mist);min-height:410px;padding:18px}.product-media-card{min-height:372px}.product-copy{min-height:360px}.product-showcase,.features{gap:4rem}.process-card{padding:2.5rem}.process-timeline{grid-template-columns:1fr;gap:2.75rem;padding-left:4.75rem}.process-step,.process-step:nth-child(2),.process-step:nth-child(3){text-align:left;align-items:flex-start}.process-route{width:1px;height:auto;inset:4.125rem auto 4.125rem 4.125rem}.process-route:before{background:linear-gradient(180deg, var(--blue), var(--accent-line));width:1px;height:100%}.process-route:after{inset-inline-start:50%;animation-name:process-pulse-vertical;top:0;transform:translate(-50%,-50%)}.process-route span:before,.process-route span:after{left:50%;transform:translate(-50%,-50%)rotate(90deg)}.process-route span:before{top:33.333%}.process-route span:after{top:66.666%}.process-marker{margin:0;position:absolute;top:0;left:-4.75rem}@keyframes process-pulse-vertical{0%{opacity:0;top:0}7%,93%{opacity:1}to{opacity:0;top:100%}}.projects-grid{grid-template-columns:1fr 1fr}.quote{grid-template-columns:1fr;gap:18px}.faq{grid-template-columns:1fr;gap:24px}.faq-side{position:static}.public-site-shell .content-grid,.public-site-shell .contact-section .content-grid{grid-template-columns:1fr;gap:32px}.public-site-shell .main-nav{display:none}.public-site-shell .mobile-menu{display:block}.public-site-shell .local-card{grid-template-columns:1fr}.public-site-shell .page-hero .page-hero-inner{grid-template-columns:1fr;gap:36px}.public-site-shell .page-hero-orbit{justify-self:start;width:min(300px,70vw)}.public-site-shell .local-map{min-height:300px}.public-site-shell .founder-hero{background:linear-gradient(180deg, var(--surface) 0 56%, var(--cloud) 56% 100%)}.public-site-shell .founder-hero-grid,.public-site-shell .founder-story-grid,.public-site-shell .founder-practice-card{grid-template-columns:1fr}.public-site-shell .founder-portrait{width:min(620px,100%)}.public-site-shell .founder-story-heading{position:static}.public-site-shell .site-footer .footer-grid{grid-template-columns:1fr 1fr}.public-site-shell .footer-brand-column{grid-column:1/-1}}@media (width<=560px){.head,.tech-strip .container{flex-direction:column;align-items:flex-start;gap:14px}.projects-grid,.public-site-shell .form-grid,.public-site-shell .site-footer .footer-grid{grid-template-columns:1fr}.home-hero-copy .actions{flex-direction:column;align-items:stretch}.home-hero-copy .actions .button{width:100%}.public-site-shell .container{width:min(100% - 32px,1160px)}.public-site-shell .empty-state{padding:36px 22px}.public-site-shell .local-map{min-height:245px}.public-site-shell .page-hero-orbit{width:min(248px,72vw)}.public-site-shell .local-orbit{width:180px}.public-site-shell .founder-copy h1{font-size:clamp(2.75rem,14vw,4.15rem)}.public-site-shell .founder-actions{flex-direction:column;align-items:stretch;gap:16px}.public-site-shell .founder-actions .button{width:100%}.public-site-shell .founder-linkedin{justify-content:center}.public-site-shell .founder-portrait{padding-left:24px}.public-site-shell .founder-portrait-label{bottom:58px}.public-site-shell .founder-portrait figcaption{flex-direction:column;align-items:flex-start;gap:5px}.public-site-shell .founder-practice-card{padding:32px 22px}.public-site-shell .founder-credentials{grid-template-columns:1fr}.public-site-shell .founder-credentials div,.public-site-shell .founder-credentials div:nth-child(2n){border-left:0;padding:22px 0}.product-showcase,.features{gap:3rem}.process-card{padding:2rem 1.5rem}.process-timeline{padding-left:4rem}.process-route{top:3.625rem;bottom:3.625rem;left:3.125rem}.process-marker{left:-4rem}.final-cta-section{background-position:58% 0;min-height:560px;padding:12rem 0 6rem}.product-media{min-height:360px;padding:14px}.product-media-card{min-height:330px;padding:28px 20px 48px}.product-copy{min-height:330px;padding:36px 28px 42px}.product-copy .code{margin-bottom:18px}.product-copy h3{font-size:2rem}.product-copy p{margin:18px 0 25px}.media-caption{font-size:.6rem;bottom:18px;left:22px}.product-media .web-mock .body{gap:11px;padding:15px}.product-media .web-mock .banner{height:82px}.product-media .web-mock .cards3 span{height:36px}.phone-stage{min-height:260px}.product-media .phone-mock{border-radius:24px;width:154px}.product-media .phone-mock .screen{border-radius:15px;gap:9px;min-height:188px;padding:14px}.product-media .phone-mock .screen .avatar{width:36px;height:36px}.product-media .phone-mock .screen .cta{height:31px}.phone-card{width:120px;height:78px}}@media (prefers-reduced-motion:reduce){.marquee-track,.flow .wire,.flow .ping,.draw,.app-mock .bar i,.process-route:after{animation:none}.app-mock .bar i{width:72%}.draw{stroke-dashoffset:0}}
