:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#18223a;background:#f5f7fb;font-synthesis:none;--blue:#285cf4;--line:#e3e8f0;--muted:#64718a}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{outline-offset:4px}button{cursor:pointer}button{border:1px solid var(--line);background:white;border-radius:8px;padding:10px 15px;color:#273550;font-weight:600;font-size:14px}button:hover{background:#eef3ff;border-color:#b8c9ff}button.primary{background:var(--blue);border-color:var(--blue);color:white}button.primary:hover{background:var(--blue-hover,#1849d3)}button:disabled{opacity:.5;cursor:not-allowed}a{color:var(--blue);text-decoration:none}input,textarea,select{border:1px solid #d5dce8;border-radius:7px;padding:11px 12px;background:white;min-width:0;width:100%;color:#18223a}textarea{resize:vertical;min-height:85px}label{font-size:14px;font-weight:600;display:block;margin-bottom:8px}input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue)}h1,h2,h3,p{margin-top:0}h1{font-size:32px;letter-spacing:-1.1px;font-weight:650;margin-bottom:9px}h2{font-size:20px;letter-spacing:-.4px}h3{font-size:17px}p{line-height:1.6}small,.muted{color:var(--muted);font-size:14px}.shell{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:32px 20px;display:flex;flex-direction:column;gap:30px}.brand{font-size:24px;font-weight:750;letter-spacing:-1px;display:flex;align-items:center;gap:9px;color:#172440}.brand span{color:var(--blue)}.brand-mark{height:28px;width:28px}.workspace{padding:15px 12px;background:#f6f8fc;border:1px solid var(--line);border-radius:9px;font-size:14px;line-height:1.7}.workspace strong{display:block}.nav{display:grid;gap:7px}.nav button{text-align:left;border:0;color:var(--muted);padding:13px 14px;background:transparent}.nav button.active{background:#eaf0ff;color:var(--blue-active,#2356df)}.nav-icon{display:inline-block;width:25px;font-size:18px}.sidebar-bottom{margin-top:auto;padding:15px 10px;border-top:1px solid var(--line)}.pill{display:inline-block;border-radius:5px;padding:5px 8px;font-size:12px;font-weight:650;letter-spacing:.2px;background:#edf1f7;color:#576780}.pill.blue{background:#eaf0ff;color:var(--blue-active,#2356df)}.pill.green{background:#e7f5ef;color:#226449}.pill.amber{background:#fff2dc;color:#8c5b0f}.main{min-width:0}.topbar{height:76px;background:white;border-bottom:1px solid var(--line);padding:0 42px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:14px;color:var(--muted)}.avatar{background:#152c5a;color:#fff;width:33px;height:33px;border-radius:50%;display:grid;place-items:center;font-size:12px}.top-end,.row{display:flex;align-items:center;gap:12px}.content{max-width:1400px;padding:40px 42px;margin:auto}.heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.heading p{color:var(--muted);margin:0}.notice{padding:12px 16px;border:1px solid #d7e3ff;background:#eef4ff;color:#385385;border-radius:8px;font-size:14px;line-height:1.5;margin-bottom:26px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:36px}.stat{padding:20px 24px;background:white;border:1px solid var(--line);border-radius:10px}.stat strong{display:block;font-size:30px;letter-spacing:-1px;margin:8px 0}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-heading h2{margin:0}.templates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:36px}.template{border:1px solid var(--line);border-radius:10px;background:white;padding:23px;text-align:left;position:relative;min-height:184px}.template:hover{border-color:#829ffe;box-shadow:0 8px 28px #142c5a09}.template .tile-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#eaf0ff;color:var(--blue);font-size:21px;margin-bottom:18px}.template:nth-child(2) .tile-icon{background:#e4f4ef;color:#207663}.template:nth-child(3) .tile-icon{background:#f1ebff;color:#7951c1}.template h3{margin-bottom:7px}.template p{font-weight:400;color:var(--muted);font-size:14px;margin:0}.template .plus{position:absolute;right:22px;top:24px;font-size:23px;color:#8692a6}.panel{border:1px solid var(--line);background:white;border-radius:10px;overflow:hidden}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:14px}th{text-align:left;background:#fafbfe;color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;padding:14px 22px;border-bottom:1px solid var(--line)}td{padding:19px 22px;border-bottom:1px solid var(--line)}tr:last-child td{border:0}td strong{display:block;margin-bottom:4px}td button{padding:7px 12px}.empty{padding:38px;text-align:center;color:var(--muted)}.empty strong{display:block;color:#273550;margin-bottom:8px}.search{max-width:260px;font-size:14px;background:white}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.editor-main,.settings{padding:26px}.field-group{margin-bottom:22px}.field-card{border:1px solid var(--line);border-radius:8px;margin:14px 0;padding:17px;background:#fcfdff}.field-top{display:flex;justify-content:space-between;gap:15px;margin-bottom:13px}.field-top input{font-weight:600}.field-controls{display:flex;align-items:center;gap:10px}.field-controls select{max-width:160px;font-size:14px;padding:8px}.field-controls label{margin:0;display:flex;align-items:center;gap:7px;font-weight:400;white-space:nowrap}.icon-btn{padding:6px 9px}.field-controls .remove{margin-left:auto}.add-field{width:100%;border:1px dashed #a9b9db;color:var(--blue);background:#f7f9ff;padding:15px}.settings h3{margin-bottom:20px}.settings p{font-size:14px;color:var(--muted)}.settings hr{border:0;border-top:1px solid var(--line);margin:25px 0}.settings .row label{margin:0}.stack{display:grid;gap:12px}.preview-overlay{position:fixed;inset:0;background:#16223a80;display:grid;place-items:center;padding:20px;z-index:10;overflow:auto}.dialog{background:#f5f7fb;border-radius:13px;padding:25px;width:min(680px,100%);max-height:90vh;overflow:auto}.dialog-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dialog-head h2{margin:0}.public-shell{max-width:660px;margin:45px auto;padding:0 20px}.public-card{background:white;border:1px solid var(--line);border-top:5px solid var(--blue);border-radius:10px;padding:34px}.public-card h1{font-size:28px}.public-card .field-group{margin:25px 0}.public-brand{text-align:center;font-size:13px;color:var(--muted);margin:25px}.error{color:#b32b39;font-size:14px;line-height:1.6}.success{padding:35px;text-align:center}.success-mark{display:grid;place-items:center;margin:0 auto 20px;width:50px;height:50px;border-radius:50%;background:#e6f4ed;color:#20754d;font-size:24px}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#152c5a;color:white;padding:13px 22px;border-radius:9px;z-index:20;max-width:90vw;box-shadow:0 8px 30px #18223a30;display:none}.code{font-family:ui-monospace,monospace;font-size:13px;word-break:break-all;white-space:pre-wrap;background:#f3f5fa;padding:16px;border-radius:7px}.loading{padding:40px}.login{max-width:440px;margin:100px auto;padding:32px}.login input{margin:12px 0}.check-label{display:flex;align-items:center;gap:10px}.connect-card{padding:30px;max-width:760px}.connection-head{display:flex;align-items:center;gap:15px;margin-bottom:22px}.connection-logo{display:grid;place-items:center;background:#e5f4ec;color:#227549;width:54px;height:54px;border-radius:10px;font-size:26px}.connection-head h2{margin:0 0 5px}.connection-item{padding:18px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:14px}.danger{color:#ae2c3a}.inline-check{display:flex;gap:8px;align-items:center}.footer-note{margin-top:18px;font-size:13px;color:var(--muted)}
@media(max-width:1100px){.content{padding:30px 25px}.topbar{padding:0 25px}.editor-layout{grid-template-columns:1fr}.settings{max-width:none}.templates{gap:12px}.template{padding:18px}}@media(max-width:760px){.shell{grid-template-columns:1fr}.sidebar{padding:18px;border-right:0;border-bottom:1px solid var(--line);gap:18px}.workspace,.sidebar-bottom{display:none}.nav{display:flex;gap:4px}.nav button{flex:1;padding:9px;font-size:13px}.brand{font-size:23px}.topbar{height:55px;padding:0 20px}.content{padding:26px 18px}.heading{align-items:flex-start}.heading h1{font-size:27px}.heading .row{flex-wrap:wrap;justify-content:flex-end}.stats{gap:9px;margin-bottom:25px}.stat{padding:15px 12px}.stat small{font-size:12px}.stat strong{font-size:25px}.templates{grid-template-columns:1fr}.template{min-height:0;padding:18px 18px 18px 76px}.template .tile-icon{position:absolute;left:20px;top:22px}.template .plus{display:none}.section-heading{gap:10px}.section-heading h2{font-size:18px}.search{max-width:160px}.field-controls{flex-wrap:wrap}.field-controls .remove{margin-left:0}.editor-main,.settings{padding:18px}.public-card{padding:23px}.public-shell{margin:25px auto}.topbar .muted{font-size:12px}td,th{padding:15px}.row{gap:8px}}
.workspace select{font-size:14px;padding:9px 7px}.workspace button{margin-top:10px;width:100%;font-size:13px;padding:9px 5px}.organization-label{font-size:14px;font-weight:650;color:var(--muted);letter-spacing:.3px}.topbar>span{overflow-wrap:anywhere}.field-group .footer-note{overflow-wrap:anywhere}@media(max-width:760px){.sidebar .workspace{display:block;margin:0;padding:12px}.workspace{display:grid;grid-template-columns:1fr}.section-heading{flex-wrap:wrap}}

/* Organization module management */
.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:24px}
.module-card{padding:24px;align-self:start}
.module-card h2{overflow-wrap:anywhere}
.module-template{display:flex;flex-direction:column;gap:10px;padding:12px 0;border-bottom:1px solid #e5e7eb}
.module-template small{display:block;margin-top:4px}
.module-card .row{flex-wrap:wrap}
.module-card .add-field{margin-top:16px}

/* Visual form builder */
.field-palette{margin:24px 0;padding:20px;background:#f4f7ff;border:1px solid #dce5ff;border-radius:10px}.field-palette h2{margin-bottom:6px}.palette-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:8px}.palette-buttons button{text-align:left;font-size:13px}.field-controls{flex-wrap:wrap}.question-number{display:grid;place-items:center;flex:0 0 28px;color:var(--blue);font-size:14px;font-weight:700}.field-properties{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.field-properties label{font-size:12px;color:var(--muted)}.field-properties input{font-size:13px}.field-controls+.field-group{margin-top:18px}.builder-preview{grid-column:1/-1;padding:24px;background:#edf1f8}.builder-preview .section-heading{flex-wrap:wrap;gap:12px}.builder-preview button[aria-pressed=true]{background:#e0e8ff;border-color:var(--blue);color:var(--blue-hover,#1849d3)}#live-preview{max-width:660px;margin:0 auto;transition:max-width .2s}#live-preview.mobile{max-width:375px}.answer-help{font-size:13px;color:var(--muted);margin:8px 0 0;white-space:pre-wrap}.choice-group{border:0;padding:0;min-width:0}.choice-group legend{font-size:14px;font-weight:600;margin-bottom:14px}.choice-group .check-label{font-weight:400}.check-label input{flex-shrink:0}input[type=radio]{width:18px;height:18px;accent-color:var(--blue)}.public-card h1,.public-card label,.public-card legend{overflow-wrap:anywhere}.public-card>.muted{white-space:pre-wrap}
@media(min-width:1500px){.editor-layout{grid-template-columns:minmax(0,1fr) 300px minmax(300px,1fr)}.builder-preview{grid-column:3;grid-row:1;position:sticky;top:20px;max-height:90vh;overflow:auto}.content:has(.editor-layout){max-width:1900px}.builder-preview .public-card{padding:22px}}
@media(max-width:600px){.field-properties{grid-template-columns:1fr}.builder-preview{padding:14px}.builder-preview .public-card{padding:18px}}
@media(min-width:1200px) and (max-width:1499px){.editor-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.85fr)}.builder-preview{grid-column:2;grid-row:1/3;position:sticky;top:20px;max-height:90vh;overflow:auto}.editor-layout>.settings{grid-column:1}.builder-preview .public-card{padding:22px}}
.qr-image{display:flex;justify-content:center;align-items:center;min-height:280px;margin:16px 0;background:white;border-radius:8px}.qr-image img{display:block;max-width:100%;height:auto}.dialog #qr-url{font-size:13px}.dialog:has(.qr-image) .row{flex-wrap:wrap}

/* Organization and form branding */
.brand-colors{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.brand-colors input{height:42px;padding:4px;margin-top:6px}.branding-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:24px;align-items:start}.branding-layout .builder-preview{grid-column:auto;grid-row:auto}.brand-feature{padding:24px;margin-bottom:24px}.branded-surface{position:relative;isolation:isolate;overflow:hidden;border-radius:12px;background:var(--brand-page,#f5f7fb);padding:24px;font-family:var(--brand-font,inherit);color:var(--brand-text,#18223a)}.form-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:var(--brand-image-opacity,.2);z-index:-1}.branded-surface .public-card{position:relative;background:var(--brand-panel,#fff);border-top-color:var(--brand-accent,var(--blue));color:var(--brand-text,#18223a)}.form-logo{display:block;max-width:100%;max-height:110px;object-fit:contain;margin:0 auto 24px}.branded-surface .muted,.branded-surface .answer-help{color:inherit}.branded-surface input,.branded-surface textarea,.branded-surface select{color:var(--brand-input-text,#18223a);background:var(--brand-input,#fff);font-family:inherit}.branded-surface input::placeholder,.branded-surface textarea::placeholder{color:var(--brand-input-text,#18223a);opacity:.65}.branded-surface input[type=checkbox],.branded-surface input[type=radio]{accent-color:var(--brand-accent,var(--blue))}.branded-surface button.primary{background:var(--brand-accent,var(--blue));border-color:var(--brand-accent,var(--blue));color:var(--brand-button-text,#fff);font-family:inherit}.settings input[type=file]{font-size:12px}.settings input[type=range]{padding:5px 0}.branding-layout .settings>button{width:100%}#form-brand-controls{margin-top:20px}
@media(max-width:900px){.branding-layout{grid-template-columns:1fr}.branded-surface{padding:14px}.nav{flex-wrap:wrap}}

/* Public home page */
.marketing{background:#fbfaf7;color:#172642;--home-blue:#254de8;line-height:1.5}.home-wrap{max-width:1180px;margin:auto;padding-left:32px;padding-right:32px}.home-header{max-width:1244px;margin:auto;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #e4e5e5}.home-logo{display:block;position:relative;overflow:hidden;width:220px;height:50px;flex-shrink:0}.home-logo img{position:absolute;width:293.3px;max-width:none;height:auto;left:-27.5px;top:-15.9px}.home-header nav{display:flex;align-items:center;gap:32px}.marketing a{color:inherit}.home-header nav>a{font-size:14px;font-weight:600}.marketing .home-button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--home-blue);color:#fff;padding:17px 24px;border:1px solid var(--home-blue);border-radius:8px;font-size:15px;font-weight:650;box-shadow:0 4px 0 #152f9f12;transition:background .15s,transform .15s}.marketing .home-button:hover{background:var(--home-blue-hover,#183dc7);transform:translateY(-2px)}.marketing .home-button.small{padding:11px 18px;font-size:14px}.home-hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:62px;padding-top:78px;padding-bottom:72px}.home-eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:750;margin-bottom:22px}.hero-copy .home-eyebrow{display:flex;align-items:center;gap:10px}.home-eyebrow>span{width:7px;height:7px;background:var(--home-blue);border-radius:50%}.marketing h1{font-size:clamp(44px,5vw,68px);font-weight:700;letter-spacing:-3.2px;line-height:1.07;margin-bottom:25px}.marketing h1 em{font-style:normal;color:var(--home-blue)}.hero-description{font-size:18px;color:#566277;max-width:490px;line-height:1.7}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin:30px 0 18px}.home-text-link{font-weight:650;font-size:14px;display:inline-flex;gap:14px;align-items:center}.home-text-link:hover{text-decoration:underline}.hero-note{font-size:11px;color:#657189;line-height:1.6}.hero-art{background:#e6ebfa;border:1px solid #d6dff4;border-radius:18px;padding:23px 28px 22px;transform:rotate(1.5deg);box-shadow:0 25px 60px #2338580b}.art-topline{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.6px;font-weight:700;margin-bottom:20px;color:#566986}.sample-form{background:white;border:1px solid #dee3f0;border-top:4px solid var(--home-blue);border-radius:10px;padding:25px;box-shadow:0 15px 30px #2436540a;transform:rotate(-1.5deg)}.sample-head{display:flex;gap:10px;align-items:center;font-size:9px;font-weight:750;letter-spacing:1px;margin-bottom:25px}.sample-head small{display:block;font-size:10px;font-weight:400;letter-spacing:0}.sample-icon{width:32px;height:32px;border-radius:8px;background:#e9eeff;color:var(--home-blue);display:grid;place-items:center;font-size:24px}.sample-pill{margin-left:auto;background:#eef4ee;color:#397254;font-size:8px;padding:4px 7px;border-radius:4px}.sample-form h2{font-size:23px;letter-spacing:-.8px;margin-bottom:7px}.sample-form>p{font-size:12px;color:#708097;margin-bottom:22px}.sample-label{font-size:11px;font-weight:650;margin:13px 0 7px}.sample-label span{color:var(--home-blue)}.sample-input{border:1px solid #dfe5f0;border-radius:5px;padding:10px;font-size:11px;color:#8893a6}.sample-options{display:flex;gap:10px;font-size:10px;color:#67758b}.sample-options span{padding:8px;border:1px solid #e2e6ee;border-radius:5px}.sample-options .chosen{background:#f0f3ff;border-color:#98acf6;color:var(--home-blue)}.sample-submit{margin-top:22px;background:var(--home-blue);border-radius:5px;color:white;display:flex;justify-content:space-between;padding:12px;font-size:11px;font-weight:650}.sample-foot{font-size:9px;color:#8390a4;margin-top:12px;text-align:center}.art-bottom{display:flex;align-items:center;gap:10px;margin-top:22px;font-size:12px;font-weight:650}.art-bottom small{display:block;font-size:10px;font-weight:400;color:#64728c}.art-check{border-radius:50%;width:29px;height:29px;display:grid;place-items:center;background:#fff;color:var(--home-blue)}.art-swatches{display:flex;margin-left:auto}.art-swatches i{width:19px;height:19px;border:2px solid white;border-radius:50%;background:var(--home-blue);margin-left:-4px}.art-swatches i:nth-child(2){background:#172642}.art-swatches i:nth-child(3){background:#b4c6f2}.use-strip{padding-top:30px;padding-bottom:30px;border-top:1px solid #e2e5e8;border-bottom:1px solid #e2e5e8;display:flex;align-items:center;gap:34px}.use-strip p{margin:0;font-size:9px;font-weight:700;letter-spacing:1.5px;max-width:155px;color:#6b778a}.use-strip>div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;flex:1}.use-strip span{font-size:14px;font-weight:600}.home-section{padding-top:88px;padding-bottom:88px;scroll-margin-top:25px}.section-intro{max-width:640px;margin-bottom:38px}.marketing h2{font-size:38px;letter-spacing:-1.5px;line-height:1.15;font-weight:650;margin-bottom:20px}.marketing .sample-form h2{font-size:23px;letter-spacing:-.8px;margin-bottom:7px}.section-intro>p:last-child,.organization-grid>div>p:not(.home-eyebrow){font-size:16px;color:#647187;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-grid article{padding:27px;border:1px solid #e0e5ee;border-radius:12px;background:#fff}.feature-number{font-size:10px;letter-spacing:1.3px;color:#64738d;font-weight:700}.feature-grid h3,.steps-grid h3{font-size:19px;letter-spacing:-.45px;margin-bottom:12px;line-height:1.3}.feature-grid p,.steps-grid p{color:#66748a;font-size:14px;margin-bottom:0;line-height:1.8}.mini-fields,.mini-brand,.mini-link{height:94px;display:flex;align-items:center;gap:7px}.mini-fields span{font-size:10px;padding:7px;border:1px solid #d9e1ef;border-radius:4px;color:#5c6d88}.mini-fields b{color:var(--home-blue)}.mini-brand i{width:26px;height:26px;border-radius:50%;background:var(--home-blue)}.mini-brand i:nth-child(2){background:#b6c4eb}.mini-brand i:nth-child(3){background:#172642}.mini-brand span{margin-left:15px;font:29px Georgia,serif}.mini-link{font-size:10px;color:var(--home-blue);word-break:break-word}.mini-link b{font-size:23px;margin-left:auto}.organization-section{background:#eef2fa;border-top:1px solid #e0e6f0;border-bottom:1px solid #e0e6f0;padding:72px 0}.organization-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.org-diagram{padding:25px;background:#ffffff80;border:1px solid #dce3f1;border-radius:16px}.org-parent{display:flex;align-items:center;gap:14px;padding:22px;background:#fff;border:1px solid #cbd8ef;border-radius:8px;font-weight:650;font-size:15px}.org-symbol{font-size:26px;color:var(--home-blue)}.org-parent small,.org-branches small{display:block;font-size:11px;margin-top:4px;color:#718099;font-weight:400}.org-branches{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding-top:27px}.org-branches>div{border:1px solid #dbe2ee;border-radius:7px;background:white;padding:15px;font-size:12px;font-weight:650;position:relative}.org-branches>div:before{content:'';position:absolute;height:27px;border-left:1px solid #a9badc;left:50%;top:-28px}.org-branches span{color:var(--home-blue);margin-right:5px}.org-diagram>p{font-size:11px;color:#748099;text-align:center;margin:22px 0 0}.steps-grid{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:42px;padding:0;margin:0}.steps-grid li{border-top:1px solid #cfd8e6;padding-top:22px}.steps-grid li>span{font-size:13px;color:var(--home-blue);font-weight:700;display:block;margin-bottom:23px}.home-cta{background:#172642;border-radius:14px;padding:46px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff}.home-cta .home-eyebrow{color:#afc1e9}.home-cta p:last-child{color:#bac6dc;margin-bottom:0}.home-cta .home-button{flex-shrink:0;background:#fff;color:var(--home-blue);border-color:white}.home-cta .home-button:hover{background:#e9efff}.pilot-note{font-size:12px;color:#758197;line-height:1.8;padding:22px 8px 0;max-width:830px}.pilot-note strong{color:#4b5e7b}.home-footer{display:flex;align-items:center;gap:30px;justify-content:space-between;padding-top:56px;padding-bottom:32px}.home-footer .home-logo{width:176px;height:40px}.home-footer .home-logo img{width:234.64px;left:-22px;top:-12.72px}.home-footer p,.home-footer>a:last-child{font-size:12px;color:#6f7b8f;margin:0}.skip-link{position:absolute;left:16px;top:-60px;z-index:100;padding:12px;background:white}.skip-link:focus{top:12px}.login .home-logo{margin-bottom:25px}.back-home{display:block;margin-top:24px;font-size:13px}.marketing a:focus-visible{outline:3px solid var(--home-blue);outline-offset:5px}
@media(max-width:900px){.home-hero{gap:30px}.marketing h1{font-size:48px;letter-spacing:-2px}.hero-actions{gap:18px}.organization-grid{gap:35px}.feature-grid article{padding:20px}.home-header nav{gap:20px}.use-strip{gap:20px}.use-strip>div{gap:16px}.home-cta{padding:35px}.sample-form{padding:19px}.hero-art{padding:20px}}
@media(max-width:680px){.home-wrap{padding-left:22px;padding-right:22px}.home-header{padding:16px 22px;gap:10px}.home-header .home-logo{width:165px;height:38px}.home-header .home-logo img{width:220px;left:-20.63px;top:-11.93px}.home-header nav>a:not(.home-button){display:none}.marketing .home-button.small{padding:9px 12px;font-size:12px;gap:10px}.home-hero{grid-template-columns:1fr;padding-top:48px;padding-bottom:40px;gap:40px}.marketing h1{font-size:49px;letter-spacing:-2.6px}.hero-description{font-size:16px}.hero-note{font-size:10px}.hero-art{max-width:440px;width:100%;margin:auto;transform:none}.sample-form{transform:none;padding:23px}.use-strip{display:block}.use-strip p{max-width:none;margin-bottom:15px}.use-strip>div{display:grid;grid-template-columns:1fr 1fr;gap:15px}.use-strip span{font-size:12px}.home-section{padding-top:55px;padding-bottom:55px}.marketing h2{font-size:32px}.feature-grid,.organization-grid,.steps-grid{grid-template-columns:1fr}.feature-grid article{padding:25px}.mini-fields,.mini-brand,.mini-link{height:70px}.organization-section{padding:48px 0}.org-diagram{padding:18px}.org-branches>div{padding:12px}.steps-grid{gap:28px}.home-cta{padding:30px 25px;display:block}.home-cta .home-button{margin-top:25px}.home-cta h2{font-size:34px}.home-footer{flex-wrap:wrap;gap:18px;padding-top:35px}.home-footer p{display:none}.home-footer>a:last-child{font-size:11px}.home-eyebrow{font-size:10px;letter-spacing:1.4px}.marketing .sample-form h2{font-size:22px}}
@media(prefers-reduced-motion:reduce){.marketing .home-button{transition:none}}

.home-footer .sponsor-credit{display:block;line-height:1.7}.home-footer .sponsor-credit a{color:var(--home-blue);font-weight:600}.home-footer .sponsor-credit a:hover{text-decoration:underline}@media(max-width:680px){.home-footer .sponsor-credit{order:3;flex-basis:100%;margin:0}}

.advanced-data{margin-top:18px;padding:14px;border:1px solid #dbe1eb;border-radius:8px}.advanced-data summary{cursor:pointer;font-weight:600}.advanced-data select,.advanced-data input{width:100%}.advanced-data p{line-height:1.5}

/* Brand names are configured text; customer logo assets are optional. */
.platform-wordmark{font-weight:750;letter-spacing:-.045em;font-size:clamp(24px,4vw,36px);line-height:1.1;overflow-wrap:anywhere;color:inherit}
.brand .platform-wordmark{font-size:24px}.home-logo .platform-wordmark{display:block;max-width:340px}.platform-logo{object-fit:contain}

.signed-in-identity{font-size:13px;max-width:320px;overflow-wrap:anywhere}.signed-in-identity small{display:block;color:var(--muted)}.top-end{flex-wrap:wrap}.topbar{height:auto;min-height:72px;gap:12px;flex-wrap:wrap}

.payment-dialog { border: 1px solid #d7dee8; border-radius: 16px; padding: 28px; width: min(620px, calc(100% - 40px)); color: #17263c; }
.payment-dialog::backdrop { background: rgba(16, 30, 50, .45); }
.payment-dialog [data-error] { color: #a51f2b; }
.payment-dialog [hidden] { display: none; }

/* Text brands may wrap; only image logos need the fixed crop above. */
.home-logo:has(.platform-wordmark){height:auto;overflow:visible}

/* Display the supplied artwork unchanged; frame only the white outer margin. */
.ess-logo{display:block;position:relative;overflow:hidden;width:300px;max-width:100%;aspect-ratio:3.75;background:#fff;border-radius:4px;flex-shrink:0}
.home-logo:has(.ess-logo){width:300px;max-width:100%;height:auto;overflow:visible}
.home-logo .ess-logo img,.ess-logo img{position:absolute;display:block;width:180%;max-width:none;height:auto;left:50%;top:50%;transform:translate(-48%,-43%);object-fit:contain}
.ess-logo-compact{width:220px}
@media(max-width:680px){.home-header:has(.ess-logo){flex-wrap:wrap}.home-header .home-logo:has(.ess-logo){width:260px}.home-header:has(.ess-logo) nav{margin-left:auto}.home-footer .home-logo:has(.ess-logo){width:260px}}

/* e Simple Solutions palette sampled from the approved JPEG. */
:root[data-brand="esimple"]{--blue:#3a4fa2;--blue-hover:#2e3f82;--blue-active:#3a4fa2}
.marketing[data-brand="esimple"]{--home-blue:#3a4fa2;--home-blue-hover:#2e3f82}

/* Platform catalog; individual module landing pages retain their own presentation. */
.platform-hero{padding-top:76px;padding-bottom:56px;max-width:1000px;text-align:center}
.platform-hero h1{font-size:clamp(44px,7vw,88px);line-height:1.05;letter-spacing:-.055em;margin:24px 0}
.platform-hero h1 em{color:var(--home-blue);font-style:normal}
.platform-hero .hero-description{max-width:720px;margin:0 auto}
.platform-hero .hero-actions{justify-content:center}
.platform-highlights{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 28px;margin-top:40px;font-size:14px;font-weight:600;color:var(--home-blue)}
.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.catalog-card{display:flex;flex-direction:column;padding:28px;border:1px solid #dce1ed;border-radius:18px;background:#fff;min-width:0}
.catalog-heading{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}
.catalog-heading .feature-number{font-size:10px;letter-spacing:.07em}
.catalog-status{border-radius:20px;padding:5px 10px;font-size:12px;font-weight:700;white-space:nowrap}
.catalog-status.is-pilot{color:#24422f;background:#e6f1e9}
.catalog-status.is-planned{color:#3a4fa2;background:#edf0fa}
.catalog-card h3{font-size:27px;letter-spacing:-.035em;margin:26px 0 4px;overflow-wrap:anywhere}
.catalog-card p{font-size:15px;line-height:1.65;color:#4d5768}
.catalog-card .catalog-domain{font-size:13px;margin:0 0 14px;color:#697386;overflow-wrap:anywhere}
.catalog-card .catalog-note{font-size:13px;color:#4d5768}
.catalog-action{margin-top:auto;padding-top:22px;font-size:13px;font-weight:600;color:#657086}
.catalog-roadmap-note{font-size:13px;line-height:1.6;color:#657086;margin-top:24px}
.platform-marketing .organization-section{padding:60px 0}
@media(max-width:1000px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.catalog-grid{grid-template-columns:1fr}.platform-hero{padding-top:44px;padding-bottom:30px}.catalog-card{padding:24px}.platform-highlights{gap:12px}.platform-marketing .home-header nav{flex-wrap:wrap;justify-content:center}}

.marketing[data-brand="esimple"] .home-header nav a.home-modules-link{display:inline-flex}
@media(max-width:620px){.marketing[data-brand="esimple"] .home-header nav{flex-wrap:wrap;justify-content:center;gap:14px}}
