@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");:root{--bg:#07090c;--surface:#0b0e13;--surface-2:#10141a;--surface-3:#151a21;--line:#252b34;--line-strong:#343b46;--text:#f4f6f8;--muted:#8e97a6;--muted-2:#687282;--accent:#8b5cf6;--accent-2:#a78bfa;--green:#38d39f;--max:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;background:var(--bg);overflow-x:hidden}body{min-width:320px;color:var(--text);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;height:auto}:focus-visible{outline:2px solid var(--accent-2);outline-offset:3px}.public-site{width:100%;min-height:100vh;overflow-x:clip;background:var(--bg)}.public-nav{position:relative;z-index:20;width:100%;min-height:76px;justify-content:space-between;gap:24px;padding:18px max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);background:rgba(7,9,12,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.public-brand,.public-nav{display:flex;align-items:center}.public-brand{flex:0 0 auto;min-width:0}.public-brand img{display:block;width:190px;height:auto}.public-links{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.4vw,32px);margin-left:auto}.public-links a{color:#a8afbb;font:600 12px Space Grotesk;white-space:nowrap;transition:color .2s ease}.public-links a:hover{color:#fff}.public-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.mobile-nav{display:none;position:relative;flex:0 0 auto}.mobile-nav summary{list-style:none;width:42px;height:42px;border:1px solid var(--line-strong);border-radius:9px;background:#0d1015;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{display:block;width:17px;height:2px;border-radius:2px;background:#e6e8ec;transition:transform .2s ease,opacity .2s ease}.mobile-nav[open] summary span:first-child{transform:translateY(6px) rotate(45deg)}.mobile-nav[open] summary span:nth-child(2){opacity:0}.mobile-nav[open] summary span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{position:absolute;right:0;top:50px;width:min(320px,calc(100vw - 32px));padding:10px;background:#0a0c10;border:1px solid var(--line-strong);box-shadow:0 22px 60px rgba(0,0,0,.55)}.mobile-menu a{display:block;padding:13px 12px;border-bottom:1px solid #20252d;color:#cbd0d8;font:600 12px Space Grotesk}.mobile-menu a:last-child{border-bottom:0}.mobile-menu a:hover{background:#12161d;color:#fff}main{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 15px;border:1px solid transparent;border-radius:7px;font:600 11px Space Grotesk;white-space:nowrap;transition:transform .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-1px)}.btn.primary{background:#7c3aed;color:#fff;box-shadow:0 10px 30px rgba(124,58,237,.18)}.btn.primary:hover{background:#8b45f0}.btn.secondary{background:#171b22;border-color:#2d3440;color:#e1e4e8}.btn.secondary:hover{background:#1c2129}.btn.ghost{background:transparent;color:#aab1bc;border-color:#252b34}.btn.large{min-height:46px;padding:12px 18px;font-size:12px}.text-link{display:inline-flex;align-items:center;gap:6px;color:#bca7ff;font:600 11px Space Grotesk}.text-link:hover{color:#fff}.eyebrow{margin:0 0 10px;color:#858e9d;font:600 9px Space Grotesk;letter-spacing:.18em;text-transform:uppercase}.home-v2{width:100%;overflow:clip}.home-hero{width:100%;min-height:690px;display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,1fr);align-items:center;grid-gap:clamp(44px,6vw,86px);gap:clamp(44px,6vw,86px);padding:96px max(24px,calc((100vw - var(--max))/2)) 84px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 72% 22%,rgba(124,58,237,.12),transparent 28%),linear-gradient(180deg,#080a0e,#07090c)}.home-hero-copy{min-width:0;max-width:620px}.home-hero h1{margin:16px 0 24px;font:700 clamp(58px,6.4vw,92px)/.9 Space Grotesk;letter-spacing:-.065em}.home-hero h1 span{color:#a98bea}.hero-lead{max-width:600px;margin:0;color:#a0a8b4;font-size:15px;line-height:1.75}.hero-actions{gap:16px;margin-top:30px}.hero-actions,.hero-note{display:flex;align-items:center;flex-wrap:wrap}.hero-note{gap:9px;margin-top:26px;color:#6f7887;font:600 8px Space Grotesk;letter-spacing:.1em}.hero-note i{width:3px;height:3px;border-radius:50%;background:#414957}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 12px rgba(56,211,159,.55)}.desk-art{width:100%;min-width:0;max-width:610px;margin:0 auto;border:1px solid #303641;border-radius:10px;background:#0b0e13;box-shadow:0 35px 90px rgba(0,0,0,.45);transform:rotate(-1deg)}.desk-footer,.desk-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;color:#737d8c;font:600 8px Space Grotesk;letter-spacing:.1em}.desk-top{border-bottom:1px solid #252b34}.desk-footer{border-top:1px solid #252b34;font-size:7px}.desk-footer b{color:#9d83d7;font-weight:600}.desk-grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;min-width:0}.desk-column{min-width:0;padding:18px;border-right:1px solid #252b34}.desk-column:last-child{border-right:0}.desk-column>small{display:block;margin-bottom:14px;color:#6f7887;font:600 8px Space Grotesk;letter-spacing:.14em}.film-frame{height:230px;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;border:1px solid #303744;border-radius:7px;background:linear-gradient(145deg,#3d5268,#1a222c 45%,#0b0e13);overflow:hidden;position:relative}.film-frame:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent 60%,rgba(0,0,0,.65));pointer-events:none}.film-strip,.film-sub{position:relative;z-index:1;font:700 8px Space Grotesk;letter-spacing:.1em}.film-strip{color:#e1e5ea}.film-sub{margin-top:5px;color:#98a2b1;font-size:7px}.mini-lines{display:grid;grid-gap:7px;gap:7px;margin-top:14px}.mini-lines i{display:block;height:4px;border-radius:3px;background:#252c36}.mini-lines i:first-child{width:82%}.mini-lines i:nth-child(2){width:62%}.mini-lines i:nth-child(3){width:72%}.story-card{padding:17px;border:1px solid #303744;border-radius:7px;background:#11151c}.story-card b{display:block;color:#e1e4e8;font:700 10px Space Grotesk}.story-card p{margin:9px 0 16px;color:#858f9e;font-size:9px;line-height:1.65}.story-card span{color:#9677cc;font:600 7px Space Grotesk;letter-spacing:.08em}.story-line{display:flex;gap:7px;margin-top:22px}.story-line i{display:block;height:5px;border-radius:3px;background:#30253f;flex:1 1}.story-line i:nth-child(2){background:#5a3b86}.story-line i:nth-child(3){background:#7950ae}.story-line i:nth-child(4){background:#a078d6}.timeline-art{display:grid;grid-gap:14px;gap:14px;padding-top:16px}.timeline-art>div{display:grid;grid-template-columns:58px 1fr;align-items:center;grid-gap:8px;gap:8px}.timeline-art b{color:#717b8a;font:600 7px Space Grotesk;letter-spacing:.08em}.timeline-art i{display:block;height:8px;border-radius:3px;background:#5e3e88}.timeline-art>div:nth-child(2) i{background:#3d5666}.timeline-art>div:nth-child(3) i{background:#6d657b}.edit-status{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px;border-top:1px solid #252b34}.edit-status span{padding:3px 6px;border:1px solid #2a3a35;border-radius:4px;color:#7ce0bc;font:700 7px Space Grotesk}.edit-status b{color:#a5adba;font:600 7px Space Grotesk;letter-spacing:.08em}.home-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;border-bottom:1px solid var(--line);background:#090c10}.home-strip>div{min-width:0;padding:22px max(18px,calc((100vw - var(--max))/2 / 5));border-right:1px solid var(--line)}.home-strip>div:last-child{border-right:0}.home-strip span{display:block;color:#8e6ac4;font:700 8px Space Grotesk;letter-spacing:.08em}.home-strip b{display:block;margin-top:8px;color:#e6e8ec;font:700 12px Space Grotesk}.home-strip p{margin:6px 0 0;color:#727c8b;font-size:9px;line-height:1.6}.home-section{width:100%;padding:110px max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line)}.home-section.split{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);grid-gap:clamp(45px,7vw,100px);gap:clamp(45px,7vw,100px);align-items:start}.home-cta h2,.home-section h2{margin:0;color:#f3f4f6;font:700 clamp(38px,4vw,58px)/.98 Space Grotesk;letter-spacing:-.045em}.section-copy,.section-title p{max-width:600px;margin:22px 0 24px;color:#929ba8;font-size:13px;line-height:1.9}.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;border-top:1px solid #303640;border-left:1px solid #303640}.proof-grid article{min-width:0;min-height:270px;padding:24px;border-right:1px solid #303640;border-bottom:1px solid #303640}.proof-grid article>span{color:#8e6ac4;font:700 8px Space Grotesk}.proof-grid h3{margin:15px 0 8px;font:700 15px Space Grotesk}.proof-grid article>b{display:block;color:#e4e6ea;font:600 12px/1.5 Space Grotesk}.proof-grid p{margin:10px 0 0;color:#7f8998;font-size:10px;line-height:1.75}.outputs-section .section-title,.workflow-board .section-title{max-width:800px;margin-bottom:38px}.board{border-top:1px solid #303640;border-left:1px solid #303640}.board-head,.board-row{display:grid;grid-template-columns:100px 180px minmax(0,1fr) 35px;align-items:center;grid-gap:16px;gap:16px}.board-head{padding:12px 18px;color:#656f7e;font:600 8px Space Grotesk;letter-spacing:.1em}.board-head,.board-row{border-bottom:1px solid #303640}.board-row{min-width:0;padding:20px 18px;border-right:1px solid #303640}.board-row strong{color:#8e6ac4;font:700 9px Space Grotesk}.board-row b{font:700 13px Space Grotesk}.board-row span{color:#818b99;font-size:11px;line-height:1.6}.board-row em{color:#8e6ac4;font-style:normal;text-align:right}.output-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #303640;border-left:1px solid #303640}.output-grid article{min-width:0;min-height:210px;padding:25px;border-right:1px solid #303640;border-bottom:1px solid #303640}.output-grid span{color:#8e6ac4;font:700 9px Space Grotesk}.output-grid h3{margin:28px 0 10px;font:700 14px Space Grotesk}.output-grid p{margin:0;color:#818b99;font-size:10px;line-height:1.75}.principle-list{border-top:1px solid #303640}.principle-list article{padding:25px 0;border-bottom:1px solid #303640}.principle-list b{font:700 17px Space Grotesk}.principle-list p{max-width:650px;margin:8px 0 0;color:#858f9e;font-size:11px;line-height:1.8}.home-cta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:58px max(24px,calc((100vw - var(--max))/2));background:#0d0a14;border-bottom:1px solid var(--line)}.home-cta p{max-width:620px;margin:14px 0 0;color:#8f98a6;font-size:12px;line-height:1.7}.public-page-head{width:100%;padding:96px max(24px,calc((100vw - var(--max))/2)) 58px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#090b0f,#080a0d)}.public-page-head .eyebrow{margin-bottom:12px}.public-page-head h1{max-width:980px;margin:0;font:700 clamp(52px,6vw,82px)/.94 Space Grotesk;letter-spacing:-.06em}.public-page-head>p{max-width:760px;margin:22px 0 0;color:#929ba8;font-size:14px;line-height:1.8}.contact-grid,.faq-list,.feature-wall,.pricing-grid,.public-content,.stage-list{width:100%;max-width:var(--max);margin:0 auto}.public-content{padding:82px 0}.public-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #303640;border-left:1px solid #303640}.public-card{min-width:0;padding:34px;border-right:1px solid #303640;border-bottom:1px solid #303640;background:#080a0d}.public-card h2{margin:0 0 12px;font:700 24px Space Grotesk}.public-card p{margin:0;color:#929ba8;font-size:13px;line-height:1.9}.public-prose{max-width:850px;margin:0 auto;padding:82px 0}.public-prose h2{margin:0 0 20px;font:700 38px/1.05 Space Grotesk}.public-prose p{color:#929ba8;font-size:13px;line-height:1.9}.stage-list{border-top:1px solid #303640}.stage-list article{display:grid;grid-template-columns:90px minmax(0,1fr) 160px;grid-gap:20px;gap:20px;padding:42px 0;border-bottom:1px solid #2a3038}.stage-list strong{color:#a57de0;font:700 18px Space Grotesk}.stage-list h2{margin:0 0 10px;font:700 28px Space Grotesk}.stage-list p{max-width:780px;margin:0;color:#929ba8;font-size:13px;line-height:1.9}.stage-list span{color:#606976;font-size:11px;text-align:right}.feature-wall{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #303640;border-left:1px solid #303640}.feature-wall article{min-width:0;min-height:270px;padding:30px;border-right:1px solid #303640;border-bottom:1px solid #303640;background:#080a0d}.feature-wall article>small{color:#8e6ac4;font:700 9px Space Grotesk;letter-spacing:.08em}.feature-wall h2{margin:18px 0 15px;font:700 22px/1.2 Space Grotesk}.feature-wall ul{margin:0;padding-left:18px}.feature-wall li{color:#929ba8;font-size:12px;line-height:2}.public-callout{width:min(var(--max),calc(100% - 48px));margin:0 auto 110px;border:1px solid #393047;border-left:3px solid #a779e8;padding:25px 30px;background:#0b0a10;font-size:12px;line-height:1.8}.public-callout b{display:block;margin-bottom:5px;color:#eee;font:700 13px Space Grotesk}.public-callout span{color:#929ba8}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #303640}.price-card{min-width:0;min-height:470px;padding:38px;border-right:1px solid #303640;border-bottom:1px solid #303640;background:#080a0d}.price-card:last-child{border-right:0}.price-card.featured{background:#0d0a14;border-color:#49385f}.price-card>small{color:#8e6ac4;font:700 9px Space Grotesk;letter-spacing:.1em}.price-card h2{margin:18px 0 12px;font:700 31px/1.1 Space Grotesk}.price-card li,.price-card p{color:#929ba8;font-size:12px;line-height:1.9}.price-card ul{margin:22px 0 30px;padding-left:18px}.price-card .btn{margin-top:auto}.faq-list{border-top:1px solid #303640}.faq-list details{border-bottom:1px solid #2a3038;padding:27px 0}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;color:#e9ebef;font:700 18px/1.35 Space Grotesk;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:#8e6ac4;font-size:22px}.faq-list p{max-width:850px;margin:16px 0 0;color:#929ba8;font-size:13px;line-height:1.9}.contact-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);border-top:1px solid #303640}.public-form{min-width:0;padding:35px;border-right:1px solid #303640;border-bottom:1px solid #303640;background:#080a0d}.public-form label{display:block;margin-bottom:17px;color:#a7aeb8;font:600 11px DM Sans}.public-form input,.public-form select,.public-form textarea{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid #303640;border-radius:7px;background:#050608;color:#e2e5e9;outline:none}.public-form input:focus,.public-form select:focus,.public-form textarea:focus{border-color:#6941c6}.public-form textarea{resize:vertical;min-height:180px}.public-form .form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.notice{margin:10px 0 16px;padding:12px;border:1px solid #28483d;background:#0b1511;color:#8bd8bd;font-size:11px;line-height:1.6}.muted{color:#737d8d!important}.legal-prose{max-width:950px;margin:0 auto;padding:75px 24px 130px}.legal-prose h2{margin:45px 0 15px;font:700 24px Space Grotesk}.legal-prose h2:first-child{margin-top:0}.legal-prose li,.legal-prose p{color:#929ba8;font-size:13px;line-height:1.95}.legal-prose ul{padding-left:22px}.public-footer{width:100%;padding:70px max(24px,calc((100vw - var(--max))/2)) 28px;border-top:1px solid #292f38;background:#07090c}.footer-main{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.7fr repeat(3,minmax(110px,1fr));grid-gap:55px;gap:55px}.footer-main>div:first-child .public-brand img{width:175px}.footer-main>div:first-child p{max-width:360px;margin:18px 0 0;color:#78818f;font-size:11px;line-height:1.8}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-col b{margin-bottom:4px;color:#fff;font:700 10px Space Grotesk;letter-spacing:.08em;text-transform:uppercase}.footer-col a{color:#7f8997;font-size:11px}.footer-col a:hover{color:#fff}.footer-bottom{max-width:var(--max);margin:55px auto 0;padding-top:18px;border-top:1px solid #292f38;display:flex;justify-content:space-between;gap:20px;color:#5f6875;font-size:9px;line-height:1.6}.footer-bottom span:last-child{text-align:right}@media (max-width:1100px){.public-links{gap:16px}.public-links a{font-size:11px}.public-actions .btn{padding-inline:11px}.home-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:42px;padding-top:78px;padding-bottom:70px}.home-hero h1{font-size:clamp(56px,7.2vw,82px)}.desk-art{transform:none}.desk-column{padding:15px}.film-frame{height:205px}.home-strip>div{padding-inline:16px}.home-section{padding-top:90px;padding-bottom:90px}.proof-grid{grid-template-columns:1fr}.proof-grid article{min-height:auto}.output-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-wall{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid{grid-template-columns:1fr}.price-card{min-height:0;border-right:0}.stage-list article{grid-template-columns:70px minmax(0,1fr) 110px}}@media (max-width:900px){.public-nav{min-height:70px;padding-block:14px}.public-actions,.public-links{display:none}.mobile-nav{display:block}.home-hero{grid-template-columns:1fr;min-height:auto;padding-top:66px;padding-bottom:64px;gap:48px}.home-hero-copy{max-width:760px}.home-hero h1{font-size:clamp(56px,10vw,82px)}.hero-lead{font-size:14px}.desk-art{width:100%;max-width:760px}.home-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.home-strip>div:nth-child(2n){border-right:0}.home-strip>div:nth-child(-n+3){border-bottom:1px solid var(--line)}.home-section.split{grid-template-columns:1fr;gap:50px}.home-section{padding-top:82px;padding-bottom:82px}.home-cta{align-items:flex-start;flex-direction:column}.public-page-head{padding-top:78px;padding-bottom:48px}.public-page-head h1{font-size:clamp(50px,9vw,72px)}.public-page-head>p{font-size:13px}.public-content{padding:65px 24px}.public-grid{grid-template-columns:1fr}.public-card{border-right:0}.contact-grid,.faq-list,.feature-wall,.pricing-grid,.stage-list{margin-inline:24px;width:auto}.stage-list article{grid-template-columns:60px minmax(0,1fr)}.stage-list article>span{display:none}.feature-wall{grid-template-columns:1fr}.feature-wall article{border-right:0}.pricing-grid{grid-template-columns:1fr}.price-card{border-right:0}.contact-grid{grid-template-columns:1fr}.public-form{border-right:0}.public-callout{width:auto;margin-inline:24px}.public-prose{padding:65px 24px}.footer-main{grid-template-columns:1.5fr 1fr 1fr;gap:32px}.public-footer{padding-inline:24px}}@media (max-width:680px){.public-nav{padding-inline:16px}.public-brand img{width:158px}.mobile-menu{right:-2px;width:calc(100vw - 28px)}.home-hero{padding:54px 16px 58px;gap:38px}.home-hero h1{font-size:clamp(48px,15.5vw,70px);line-height:.92;margin:14px 0 20px}.hero-lead{font-size:13px;line-height:1.75}.hero-actions{flex-direction:column;align-items:stretch;gap:10px}.hero-actions .btn,.hero-actions .text-link{width:100%;justify-content:center;text-align:center}.hero-note{font-size:7px;line-height:1.8}.desk-grid{grid-template-columns:1fr}.desk-column{border-right:0;border-bottom:1px solid #252b34;padding:15px}.desk-column:last-child{border-bottom:0}.film-frame{height:180px}.desk-footer,.desk-top{padding-inline:12px}.desk-footer,.desk-top span{font-size:6px}.edit-status{padding-inline:12px}.home-strip{grid-template-columns:1fr}.home-strip>div,.home-strip>div:nth-child(2n){border-right:0;border-bottom:1px solid var(--line);padding:20px 16px}.home-strip>div:last-child{border-bottom:0}.home-section{padding:70px 16px}.home-cta h2,.home-section h2{font-size:clamp(32px,10vw,44px);line-height:1.02}.section-copy,.section-title p{font-size:12px}.proof-grid{grid-template-columns:1fr}.proof-grid article{padding:23px 18px}.board-head{display:none}.board-row{grid-template-columns:45px minmax(0,1fr) 20px;gap:10px;padding:17px 12px}.board-row span{grid-column:2/3;font-size:10px}.board-row em{grid-column:3;grid-row:1}.output-grid{grid-template-columns:1fr}.output-grid article{min-height:0;padding:22px 18px}.output-grid h3{margin:17px 0 8px}.principle-list article{padding:22px 0}.home-cta{padding:52px 16px}.public-page-head{padding:60px 16px 40px}.public-page-head h1{font-size:clamp(45px,14vw,65px);line-height:.95}.public-page-head>p{font-size:13px;line-height:1.7}.public-content{padding:50px 16px}.contact-grid,.faq-list,.feature-wall,.pricing-grid,.stage-list{margin-inline:16px}.stage-list article{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:30px 0}.stage-list h2{font-size:22px}.stage-list p{font-size:12px;line-height:1.75}.feature-wall article{padding:25px 20px}.price-card{padding:28px 22px}.price-card h2{font-size:29px}.faq-list details{padding:24px 0}.faq-list summary{font-size:16px}.faq-list p{font-size:12px}.contact-grid{gap:0}.public-form{padding:24px 18px}.public-form .form-grid{grid-template-columns:1fr}.public-card{padding:25px 20px}.public-callout{width:calc(100% - 32px);margin:0 16px 70px;padding:20px 18px}.public-prose{padding:50px 16px 70px}.public-prose h2{font-size:30px}.legal-prose{padding:50px 16px 80px}.legal-prose h2{font-size:21px}.legal-prose li,.legal-prose p{font-size:12px;line-height:1.8}.footer-main{grid-template-columns:1fr 1fr;gap:28px 18px}.footer-main>div:first-child{grid-column:1/-1}.public-footer{padding:55px 16px 22px}.footer-bottom{display:block;margin-top:38px}.footer-bottom span{display:block}.footer-bottom span+span{margin-top:8px}.footer-bottom span:last-child{text-align:left}}@media (max-width:380px){.public-brand img{width:138px}.mobile-nav summary{width:40px;height:40px}.home-hero{padding-inline:14px}.home-hero h1{font-size:46px}.home-cta,.home-section,.home-strip>div,.public-page-head{padding-inline:14px}.contact-grid,.faq-list,.feature-wall,.pricing-grid,.stage-list{margin-inline:14px}.public-content{padding-inline:14px}.public-callout{width:calc(100% - 28px);margin-inline:14px}.public-form{padding-inline:15px}.footer-main{grid-template-columns:1fr}.footer-main>div:first-child{grid-column:auto}}