:root{--ground:#fbfaf7;--surface:#ffffff;--surface-2:#f1efea;--ink:#141312;--muted:#6e6a63;--rule:#e0ddd6;--accent:#1d6e5b;--accent-ink:#ffffff}@media (prefers-color-scheme:dark){:root{--ground:#131211;--surface:#1c1b18;--surface-2:#262420;--ink:#ece9e3;--muted:#9b968d;--rule:#322f2a;--accent:#57b899;--accent-ink:#0d1614}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--ground);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}.wrap{max-width:62rem;margin:0 auto;padding:0 1.3rem 5rem}.skip{position:absolute;left:-9999px}.skip:focus{position:static;display:inline-block;padding:.6rem 1rem;background:var(--accent);color:var(--accent-ink)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.hero{padding:4.5rem 0 3rem;border-bottom:1px solid var(--rule)}.eyebrow{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-weight:600}.eyebrow,h1{margin:0 0 1rem}h1{font-size:clamp(2.3rem,7vw,3.6rem);line-height:1.05;letter-spacing:-.03em;text-wrap:balance}.lede{max-width:34rem;margin:0 0 2rem;font-size:1.08rem;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-block;padding:.7rem 1.3rem;border:1px solid var(--rule);background:var(--surface);color:var(--ink);text-decoration:none;font-weight:600;font-size:.95rem}.btn-primary,.btn:hover{border-color:var(--accent)}.btn-primary{background:var(--accent);color:var(--accent-ink)}section{margin-top:3.5rem}h2{margin:0 0 .5rem;font-size:1.5rem;letter-spacing:-.02em;text-wrap:balance}.section-lede{margin:0 0 1.5rem;max-width:34rem;color:var(--muted)}.grid{display:grid;grid-gap:1px;gap:1px;background:var(--rule);border:1px solid var(--rule);margin-top:1.25rem}@media (min-width:780px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--surface);padding:1.3rem 1.2rem}.card h3{margin:0 0 .2rem;font-size:1.15rem}.card p{margin:0 0 .7rem;font-size:.93rem}.host{font-family:ui-monospace,Consolas,monospace;font-size:.78rem;color:var(--muted)}.link{color:var(--accent);font-weight:600;text-decoration:none;font-size:.93rem}.link:hover{text-decoration:underline}.tablewrap{overflow-x:auto;border:1px solid var(--rule);background:var(--surface)}table{border-collapse:collapse;width:100%;min-width:620px}td,th{text-align:left;padding:.9rem 1rem;border-bottom:1px solid var(--rule);vertical-align:top}thead th{background:var(--surface-2);font-size:.95rem}tbody tr:last-child td,tbody tr:last-child th{border-bottom:none}.limit{display:block;font-weight:400;font-size:.78rem;color:var(--muted);margin-top:.2rem}.price{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.per{font-weight:400;font-size:.78rem}.note,.per{color:var(--muted)}.note{margin-top:.9rem;font-size:.88rem}.checks,.note{max-width:34rem}.checks{list-style:none;padding:0;margin:1rem 0 0;display:grid;grid-gap:.5rem;gap:.5rem}.checks li{padding-left:1.6rem;position:relative;font-size:.95rem}.checks li:before{content:"\2713";position:absolute;left:0;color:var(--accent);font-weight:700}footer{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--rule);color:var(--muted);font-size:.85rem}.btn:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}