:root{--canvas:#f7f8fa;--surface:#fff;--text:#24292f;--muted:#57606a;--border:#d8dee4;--accent:#2563eb;--accent-hover:#1d4ed8;--success:#15803d;--focus:#1d4ed8;--radius:10px;--shadow:0 1px 2px #1f232814}*{box-sizing:border-box}html{background:var(--canvas)}body{background:var(--canvas);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.03em;max-width:760px;font-size:clamp(2rem,5vw,3.5rem);line-height:1.12}h2{font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.2}h3{margin:1rem 0 .5rem;font-size:1.15rem}.container{width:min(1120px,100% - 2rem);margin:0 auto}.section{padding:3rem 0}.hero-section{background:var(--surface);border-bottom:1px solid var(--border);padding:5rem 0 4rem}.eyebrow{color:var(--muted);letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.lead{max-width:720px;color:var(--muted);font-size:1.125rem}.site-header{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;position:sticky;top:0}.header-inner,.footer-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:64px;display:flex}.wordmark{color:var(--text);letter-spacing:-.03em;font-size:1.15rem;font-weight:750}.wordmark:hover{color:var(--text);text-decoration:none}.nav-list{flex-wrap:wrap;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--muted);font-size:.92rem}.login-soon{color:var(--muted);white-space:nowrap;font-size:.8rem}.section-heading{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.25rem;display:flex}.section-heading h2{margin-bottom:0}.app-grid{grid-template-columns:1fr;gap:1rem;display:grid}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:1.25rem}.app-card{flex-direction:column;min-height:230px;display:flex}.app-card p{color:var(--muted)}.app-card .text-link{margin-top:auto;font-weight:650}.badge{border-radius:999px;width:fit-content;padding:.2rem .55rem;font-size:.75rem;font-weight:650;display:inline-flex}.status-badge{border:1px solid color-mix(in srgb, var(--success) 25%, white);color:var(--success);background:#eefbf1}.primary-link,.button{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;width:fit-content;font:inherit;border-radius:7px;justify-content:center;align-items:center;padding:.6rem .9rem;font-weight:650;display:inline-flex}.primary-link:hover,.button:hover{border-color:var(--accent-hover);background:var(--accent-hover);color:#fff;text-decoration:none}.service-callout{border-top:1px solid var(--border);background:#eef5ff}.detail-card{max-width:760px}.service-list{margin:0 0 1.25rem;padding-left:1.25rem}.service-list li+li{margin-top:.45rem}.contact-form{gap:1rem;max-width:760px;display:grid}.field-grid{grid-template-columns:1fr;gap:1rem;display:grid}label{gap:.4rem;font-weight:650;display:grid}.input,.textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);font:inherit;border-radius:7px;padding:.65rem .75rem}.textarea{resize:vertical}.form-notice{min-height:1.6rem;color:var(--muted)}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:.9rem}.site-footer p{margin:0}@media (min-width:700px){.section{padding:4.5rem 0}.app-grid{grid-template-columns:repeat(3,1fr)}.field-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.header-inner{flex-wrap:wrap;align-items:flex-start;min-height:auto;padding:.85rem 0}.header-inner nav{order:3;width:100%}.login-soon{margin-left:auto}.nav-list{gap:1rem}.section-heading{flex-direction:column;align-items:flex-start}}
