:root{color-scheme:light;--ink:#17202a;--muted:#5b6777;--line:#d7dde4;--paper:#f7f8f5;--white:#fff;--teal:#1f8da3;--green:#47745f;--gold:#ba8432;--red:#b65449;--shadow:0 18px 48px #19202624}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.site-shell{min-height:100vh}.topbar{z-index:10;background:#0c1d24;border-bottom:1px solid #ffffff14;position:sticky;top:0;box-shadow:0 10px 24px #060c1059}.topbar__inner{justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:80px;margin:0 auto;padding:10px 16px;display:flex}.topbar__inner--simple{justify-content:space-between}.brand{align-items:center;gap:8px;min-width:0;display:inline-flex}.brand--app{color:#f4f7f9}.brand-block{align-items:center;gap:8px;min-width:0;display:flex}.logo{object-fit:contain;flex-shrink:0;width:auto;height:56px}.logo-mark{height:52px}.logo-word{height:42px}.brand-word-stack{flex-direction:column;justify-content:center;align-items:flex-start;gap:0;min-width:0;display:flex}.brand-word-stack .logo-word{display:block}.brand-text{flex-direction:column;gap:2px;display:flex}.brand-text .body{color:#b7c2c8;white-space:nowrap;margin:0;font-size:.88rem;line-height:1.1}.topbar__email{color:#b7c2c8;font-size:.95rem;font-weight:650}.topbar__email:hover{color:#f4f7f9}.nav{color:var(--muted);align-items:center;gap:8px;font-size:.95rem;display:flex}.nav a{border-radius:8px;padding:9px 10px}.nav a:hover{color:var(--ink);background:#e9eee8}.button{background:var(--ink);min-height:42px;color:var(--white);cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0 16px;font-weight:720;display:inline-flex}.button:hover{background:#0e151c}.button--secondary{border-color:var(--line);color:var(--ink);background:0 0}.button--secondary:hover{background:#edf1ed}.hero{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:52px;width:min(1180px,100% - 32px);min-height:calc(100vh - 70px);margin:0 auto;padding:68px 0 34px;display:grid}.eyebrow{color:var(--green);text-transform:uppercase;align-items:center;gap:9px;font-size:.86rem;font-weight:780;display:inline-flex}.eyebrow:before{content:"";background:var(--gold);width:28px;height:2px}.hero h1{letter-spacing:0;margin:18px 0;font-size:clamp(2.5rem,6vw,5.4rem);line-height:.98}.hero__copy{max-width:650px;color:var(--muted);margin:0;font-size:1.16rem;line-height:1.7}.hero__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px;display:flex}.hero__note{color:var(--muted);margin-top:18px;font-size:.95rem}.simple-hero{grid-template-columns:minmax(0,1fr) minmax(360px,430px);align-items:center;gap:52px;width:min(1120px,100% - 32px);min-height:calc(100vh - 136px);margin:0 auto;padding:82px 0 60px;display:grid}.simple-hero__copy{max-width:760px}.simple-hero h1{letter-spacing:0;max-width:760px;margin:18px 0;font-size:clamp(2.6rem,6vw,5.6rem);line-height:.98}.simple-hero p{max-width:680px;color:var(--muted);margin:0;font-size:1.18rem;line-height:1.7}.capability-line{border-top:1px solid var(--line);padding:18px 0 0;color:var(--ink)!important;margin-top:20px!important;font-size:1rem!important;line-height:1.65!important}.feature-section{background:var(--white);border-top:1px solid var(--line);padding:72px 0}.feature-section__inner{width:min(980px,100% - 32px);margin:0 auto}.feature-section__header{max-width:760px;margin-bottom:28px}.feature-section__header h2{letter-spacing:0;margin:16px 0 12px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.feature-section__header p{color:var(--muted);margin:0;font-size:1.06rem;line-height:1.65}.feature-list{border-top:1px solid var(--line);gap:0;display:grid}.feature-row{border-bottom:1px solid var(--line)}.feature-row__button{width:100%;min-height:74px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:54px 1fr 28px;align-items:center;gap:18px;padding:0;display:grid}.feature-row__button:hover .feature-row__title,.feature-row__button:focus-visible .feature-row__title{color:var(--teal)}.feature-row__button:focus-visible{outline-offset:4px;outline:3px solid #1f8da33d}.feature-row__number{color:var(--gold);letter-spacing:0;font-size:.86rem;font-weight:800}.feature-row__title{font-size:1.18rem;font-weight:760}.feature-row__icon{border:1px solid var(--line);border-radius:50%;width:28px;height:28px;position:relative}.feature-row__icon:before,.feature-row__icon:after{content:"";background:var(--muted);width:11px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feature-row__icon:after{transform:translate(-50%,-50%)rotate(90deg)}.feature-row[data-open=true] .feature-row__icon{background:#1f8da31a;border-color:#1f8da366}.feature-row[data-open=true] .feature-row__icon:after{transform:translate(-50%,-50%)rotate(0)}.feature-row__panel{padding:0 46px 24px 72px}.feature-row__panel[hidden]{display:none}.feature-row__panel p{color:var(--muted);margin:0;line-height:1.68}.feature-row__panel p a{color:var(--gold);text-underline-offset:2px;text-decoration:underline}.feature-row__panel p a:hover{text-decoration-thickness:2px}.product-preview{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;overflow:hidden}.product-preview__bar{border-bottom:1px solid var(--line);background:#f2f5f2;justify-content:space-between;align-items:center;height:46px;padding:0 16px;display:flex}.window-dots{gap:7px;display:flex}.window-dots span{background:var(--red);border-radius:50%;width:10px;height:10px}.window-dots span:nth-child(2){background:var(--gold)}.window-dots span:nth-child(3){background:var(--green)}.product-preview__bar strong{color:var(--muted);font-size:.85rem}.product-preview__body{grid-template-columns:170px 1fr;min-height:520px;display:grid}.preview-nav{border-right:1px solid var(--line);background:#fbfbf8;padding:18px 14px}.preview-nav img{width:124px;height:auto;margin-bottom:22px}.preview-nav span{color:var(--muted);border-radius:8px;padding:9px 10px;font-size:.86rem;font-weight:650;display:block}.preview-nav span.active{color:var(--teal);background:#1f8da31f}.preview-main{padding:22px}.preview-main h2{margin:0 0 6px;font-size:1.24rem}.preview-main p{color:var(--muted);margin:0;line-height:1.5}.metric-grid,.status-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0;display:grid}.metric,.status-card{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:96px;padding:14px}.metric strong,.status-card strong{font-size:1.6rem;line-height:1;display:block}.metric span,.status-card span{color:var(--muted);margin-top:8px;font-size:.82rem;display:block}.lane-table,.preview-table{border:1px solid var(--line);border-radius:8px;overflow:hidden}.lane-row,.preview-row{border-top:1px solid var(--line);gap:12px;padding:12px 14px;font-size:.88rem;display:grid}.lane-row{grid-template-columns:1.1fr .8fr .8fr .8fr}.preview-row{grid-template-columns:.8fr .9fr 1.5fr}.lane-row:first-child,.preview-row:first-child{color:var(--muted);background:#f8faf7;border-top:0;font-weight:750}.lane-row b,.preview-row b{color:var(--green)}.band{padding:72px 0}.band--white{background:var(--white)}.section-inner{width:min(1180px,100% - 32px);margin:0 auto}.section-heading{max-width:780px;margin-bottom:34px}.section-heading h2{letter-spacing:0;margin:0 0 12px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.section-heading p{color:var(--muted);margin:0;font-size:1.06rem;line-height:1.65}.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feature-card,.proof-card,.contact-panel{border:1px solid var(--line);background:var(--white);border-radius:8px}.feature-card{padding:22px}.feature-card h3{margin:0 0 10px;font-size:1.1rem}.feature-card p{color:var(--muted);margin:0;line-height:1.6}.workflow{border:1px solid var(--line);background:var(--line);border-radius:8px;grid-template-columns:repeat(5,1fr);gap:1px;display:grid;overflow:hidden}.workflow span{background:var(--paper);align-items:flex-end;min-height:118px;padding:14px;font-weight:760;display:flex}.proof-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.proof-card{align-items:flex-end;min-height:96px;padding:14px;font-weight:740;display:flex}.contact-layout{grid-template-columns:.82fr 1.18fr;align-items:start;gap:32px;display:grid}.contact-points{color:var(--muted);gap:12px;margin:24px 0 0;padding:0;list-style:none;display:grid}.contact-points li{padding-left:22px;position:relative}.contact-points li:before{content:"";background:var(--gold);border-radius:50%;width:8px;height:8px;position:absolute;top:.72em;left:0}.contact-panel{padding:22px}.contact-panel--hero{box-shadow:var(--shadow)}.contact-panel--hero h2{margin:0 0 8px;font-size:1.45rem}.contact-panel--hero>p{color:var(--muted);margin:0 0 18px;line-height:1.5}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-grid--simple{grid-template-columns:1fr 1fr}.field{gap:7px;display:grid}.field--full{grid-column:1/-1}.field label{color:var(--muted);font-size:.9rem;font-weight:720}.field input,.field textarea,.field select{width:100%;color:var(--ink);background:#fff;border:1px solid #cbd3dc;border-radius:8px;outline:none;padding:11px 12px}.field textarea{resize:vertical;min-height:150px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #1f8da32e}.hidden-field{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-actions{align-items:center;gap:14px;margin-top:16px;display:flex}.form-status{min-height:22px;color:var(--muted);font-size:.94rem}.form-status[data-state=success]{color:var(--green)}.form-status[data-state=error]{color:var(--red)}.footer{border-top:1px solid var(--line);color:var(--muted);padding:28px 0;font-size:.92rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;gap:16px;width:min(1180px,100% - 32px);margin:0 auto;display:flex}.footer--simple{background:var(--white)}@media (width<=980px){.hero,.contact-layout,.simple-hero{grid-template-columns:1fr}.hero{padding-top:48px}.product-preview__body{grid-template-columns:1fr}.preview-nav{display:none}.feature-grid,.metric-grid,.status-grid{grid-template-columns:1fr}.workflow,.proof-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.topbar__inner{flex-wrap:wrap;height:auto;min-height:76px;padding:12px 0}.brand-block{gap:8px}.logo{height:46px}.logo-mark{height:42px}.brand-word-stack{display:none}.topbar__email{font-size:.9rem}.nav{justify-content:space-between;width:100%;overflow-x:auto}.hero,.simple-hero{gap:34px;min-height:auto}.simple-hero{padding:46px 0 44px}.feature-section{padding:48px 0}.feature-row__button{grid-template-columns:40px 1fr 28px;gap:12px}.feature-row__panel{padding:0 0 22px 52px}.hero__actions,.form-actions{flex-direction:column;align-items:stretch}.button{width:100%}.product-preview__body{min-height:auto}.preview-main{padding:16px}.lane-row,.preview-row{grid-template-columns:1fr;gap:4px}.form-grid,.form-grid--simple,.workflow,.proof-grid{grid-template-columns:1fr}}
