:root{color-scheme:light dark;--bg: #f8fafc;--text: #0f172a;--muted: #64748b;--accent: #0ea5e9;--card: #ffffff;--border: #e2e8f0;font-family:Inter,system-ui,-apple-system,sans-serif}@media(prefers-color-scheme:dark){:root{--bg: #0f172a;--text: #f8fafc;--muted: #94a3b8;--accent: #38bdf8;--card: #1e293b;--border: #334155}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{background:var(--bg);color:var(--text)}.page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1.5rem 1.5rem}.content{width:min(100%,40rem);text-align:center}.eyebrow{display:inline-block;margin:0 0 1rem;padding:.35rem .85rem;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--muted);font-size:.875rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.company-name{margin:0 0 1.25rem;font-size:clamp(2rem,6vw,3.25rem);font-weight:600;letter-spacing:-.02em;line-height:1.1}.description{margin:0 auto 2rem;max-width:34rem;color:var(--muted);font-size:1.0625rem;line-height:1.65}.contact{display:flex;flex-direction:column;gap:.35rem;margin:0}.contact-label{color:var(--muted);font-size:.875rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase}.contact-link{color:var(--accent);font-size:1.0625rem;font-weight:500;text-decoration:none}.contact-link:hover{text-decoration:underline}.products{margin:2.5rem auto 0;padding-top:2rem;max-width:34rem;border-top:1px solid var(--border);text-align:left}.products-heading{margin:0 0 1.5rem;font-size:.875rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);text-align:center}.product-card{margin:0 0 1.75rem;padding:1.25rem 1.35rem;border:1px solid var(--border);border-radius:.75rem;background:var(--card)}.product-card:last-child{margin-bottom:0}.product-title{margin:0 0 .65rem;font-size:1.125rem;font-weight:600;letter-spacing:-.01em;text-align:center}.product-description{margin:0 0 1rem;color:var(--muted);font-size:.9875rem;line-height:1.65;text-align:center}.product-cta{display:inline-block;width:100%;text-align:center;color:var(--accent);font-size:.9875rem;font-weight:500;text-decoration:none}.product-cta:hover{text-decoration:underline}.product-offerings{margin:0 0 1.15rem;padding-left:1.15rem;color:var(--muted);font-size:.9375rem;line-height:1.6}.product-offerings li+li{margin-top:.35rem}.product-fees{margin:0;padding-top:1rem;border-top:1px solid var(--border);display:grid;gap:.85rem}.product-fees dt{margin:0 0 .2rem;color:var(--text);font-size:.8125rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.product-fees dd{margin:0;color:var(--muted);font-size:.9375rem;line-height:1.55}.footer-sep{color:var(--muted)}.footer{margin-top:3rem;color:var(--muted);font-size:.875rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .5rem}.footer a{color:var(--muted);text-decoration:none}.footer a:hover{color:var(--text);text-decoration:underline}
