:root{--white:#fff;--ink:#181818;--muted:#6f6f6f;--green:#1eca77;--mint:#e8fcf2;--line:#e7e7e4;--sans:'Instrument Sans',Arial,sans-serif;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #179d5d;outline-offset:5px}.skip-link{position:absolute;top:-100px;left:16px;background:var(--ink);color:#fff;padding:16px;z-index:10001}.skip-link:focus{top:16px}
.site-header{height:96px;max-width:1320px;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center}.brand img{display:block;width:160px;height:auto}.header-note{font-size:.875rem;color:var(--muted)}.header-link{display:inline-flex;align-items:center;gap:14px;min-height:44px;font-size:.875rem;text-decoration:none}.header-link:hover{text-decoration:underline;text-underline-offset:5px}.header-link span{font-size:1.25rem}
.hero{text-align:center;padding:60px 24px 48px}.eyebrow{margin:0 0 20px;font-size:.875rem;color:var(--muted)}h1{font-size:clamp(2.75rem,5vw,3.5rem);font-weight:400;font-synthesis:none;line-height:1;letter-spacing:-.02em;margin:0}h1 span{color:var(--green);font-weight:inherit}.intro{font-size:1.125rem;line-height:1.6;letter-spacing:-.015em;color:var(--muted);margin:24px auto 0;max-width:580px}
.demo-section{width:calc(100% - 96px);max-width:1080px;margin:0 auto 54px}.section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:22px}h2{font-size:1.375rem;font-weight:400;font-synthesis:none;letter-spacing:-.02em;line-height:1.3;margin:0}.section-heading>span{font-size:.875rem;color:var(--muted)}.client-brand{display:flex;gap:15px;align-items:center}.featured-client{margin-bottom:24px}.client-brand img{width:44px;height:44px;object-fit:contain}.client-label{font-size:.75rem;color:var(--muted);line-height:1.4;margin:0 0 4px}.client-name{font-size:1.125rem;font-weight:500;letter-spacing:-.03em;margin:0;line-height:1.3}.demo-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;align-items:stretch}.demo-panel{min-width:0;display:grid;grid-template-rows:subgrid;grid-row:span 2;border:1px solid #cce8d9;border-radius:12px;overflow:hidden}.card-main{display:flex;flex-direction:column;align-items:flex-start;padding:28px;background:var(--mint)}h3{font-size:1.25rem;font-weight:500;letter-spacing:-.03em;margin:0;line-height:1.3}.demo-description{font-size:1rem;line-height:1.5;color:#4c6054;margin:12px 0 24px;max-width:390px}.chat-cta,.call-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;min-height:50px;min-width:212px;margin-top:auto;border:1px solid var(--ink);border-radius:6px;background:var(--ink);color:#fff;padding:13px 19px;font-size:.875rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:background .18s,transform .18s}.call-cta{justify-content:center;gap:12px}.chat-cta:hover,.call-cta:hover{background:#333;transform:translateY(-1px)}.chat-cta:active,.call-cta:active{transform:translateY(0)}.chat-cta svg,.call-cta svg{flex-shrink:0}.action-hint{font-size:.75rem;line-height:1.5;color:var(--muted);margin:12px 0 0}.card-details{padding:22px 28px;background:#fff;border-top:1px solid #cce8d9}.details-label{font-size:.8125rem;color:var(--muted);margin:0 0 10px;line-height:1.5}.question-list{display:flex;flex-direction:column}.question-list button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:10px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);font-size:.875rem;text-align:left;line-height:1.5}.question-list button:last-child{border-bottom:0}.question-list button span{font-size:1.125rem;color:#179d5d}.question-list button:hover{text-decoration:underline;text-underline-offset:4px}.phone-number{font-size:1.5rem;line-height:1.5;font-weight:500;letter-spacing:-.03em;margin:14px 0 0;white-space:nowrap}.demo-note{font-size:.75rem;line-height:1.5;color:var(--muted);margin:12px 0 0;text-align:right}.chat-fallback{font-size:.875rem;line-height:1.6;margin-top:8px}.chat-fallback[hidden]{display:none}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid var(--line);max-width:1320px;padding:22px 100px 24px 48px;margin:0 auto;font-size:.8125rem;color:var(--muted)}.site-footer p{margin:0}.site-footer a{display:inline-flex;align-items:center;gap:9px;min-height:44px;text-decoration:none;white-space:nowrap}.site-footer a:hover{text-decoration:underline;text-underline-offset:4px}.footer-brand{color:var(--ink)}.footer-brand img{width:22px;height:22px}
@media(min-width:1500px){.hero{padding-top:76px;padding-bottom:64px}.demo-section{margin-bottom:70px}}
@media(max-width:1050px){.site-footer>p{display:none}}
@media(max-width:700px){.demo-options{grid-template-columns:1fr;gap:20px}.demo-panel{display:block;grid-row:auto}.card-main{padding:24px}.card-details{padding:20px 24px}.demo-description{max-width:500px}.section-heading{display:block}.section-heading>span{display:block;margin-top:7px;line-height:1.5}}
@media(max-width:700px){.site-header{height:80px;padding:0 24px;gap:16px}.brand img{width:139px}.header-note{display:none}.header-link{font-size:.8125rem;gap:8px}.hero{padding:43px 22px 38px}.eyebrow{font-size:.8125rem;margin-bottom:18px}h1{font-size:clamp(2.25rem,11.3vw,2.75rem);letter-spacing:-.02em;line-height:1.05}.intro{font-size:1rem;line-height:1.6;margin-top:20px;max-width:360px}.desktop-break{display:none}.demo-section{width:calc(100% - 40px);margin-bottom:31px}.section-heading{margin-bottom:20px}h2{font-size:1.25rem}.section-heading>span{font-size:.8125rem}.featured-client{margin-bottom:20px}.client-brand img{width:40px;height:40px}.card-main{padding:22px}.card-details{padding:18px 22px}.phone-number{font-size:1.375rem}.site-footer{padding:17px 92px 23px 22px;gap:4px;flex-direction:column;align-items:flex-start;font-size:.8125rem}.site-footer a{min-height:44px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
