:root {
  color-scheme: dark;
  --page-bg: #141414;
  --page-panel: #242424;
  --page-text: #f5f5f5;
  --page-muted: #c2c5c6;
  --page-accent: #00b8c5;
  --page-line: #3d4142;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body.site-page { margin: 0; background: var(--page-bg); color: var(--page-text); font: 400 16px/1.7 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
.site-page a { color: #64dbe3; text-underline-offset: 4px; }
.site-page a:hover { color: #b0f6fa; }
.site-page a:focus-visible, .site-page button:focus-visible, .site-page input:focus-visible, .site-page select:focus-visible, .site-page summary:focus-visible { outline: 3px solid #64dbe3; outline-offset: 5px; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 10; padding: 10px 16px; background: #242424; }
.skip-link:focus { top: 12px; }
.site-header, .site-nav, .page-shell, .page-footer { width: min(1080px, calc(100% - 64px)); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 24px 20px; }
.site-page .brand { display: inline-flex; align-items: center; gap: 11px; color: var(--page-text); text-decoration: none; line-height: 1.15; font-size: 24px; font-weight: 730; letter-spacing: -.7px; }
.brand img { width: 42px; height: 42px; border-radius: 10px; }
.brand small { display: block; margin-top: 6px; color: var(--page-muted); font-size: 9px; letter-spacing: 1.8px; font-weight: 500; }
.header-actions, .actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.site-nav { display: flex; flex-wrap: wrap; gap: 4px 24px; padding-block: 4px 18px; border-bottom: 1px solid var(--page-line); font-size: 13px; }
.site-nav a { padding-block: 6px; color: var(--page-muted); text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #70e2e9; }
.site-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 8px; }
.site-page .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 1px solid var(--page-accent); border-radius: 7px; background: var(--page-accent); color: #071a1c; text-align: center; text-decoration: none; font: 700 14px/1.5 system-ui, sans-serif; cursor: pointer; }
.site-page .button:hover { background: #43d2dc; border-color: #43d2dc; color: #071a1c; }
.site-page .button.secondary { color: #e9eff0; background: transparent; border-color: #566064; }
.site-page .button.secondary:hover { background: #2b3334; border-color: #9bb3b6; }
.hero { padding-block: 58px 48px; max-width: 850px; }
.eyebrow, .card-kicker { margin: 0 0 15px; color: #64dbe3; font-size: 11px; font-weight: 750; letter-spacing: 1.8px; text-transform: uppercase; }
.site-page h1, .site-page h2, .site-page h3 { color: var(--page-text); font-weight: 680; line-height: 1.2; }
.site-page h1 { margin: 0 0 22px; max-width: 20ch; font-size: clamp(32px, 4.5vw, 48px); letter-spacing: -1.7px; text-wrap: balance; }
.site-page h2 { margin: 0 0 16px; font-size: clamp(23px, 3vw, 29px); letter-spacing: -.7px; text-wrap: balance; }
.site-page h3 { margin: 0 0 12px; font-size: 19px; letter-spacing: -.2px; }
.site-page p { margin: 0 0 16px; max-width: 74ch; color: var(--page-muted); }
.site-page strong { color: var(--page-text); }
.site-page .lead { margin-bottom: 24px; max-width: 64ch; font-size: 18px; line-height: 1.7; color: #d8dcdd; }
.hero .note { margin-top: 17px; margin-bottom: 0; }
.content-section { padding-block: 40px; border-top: 1px solid var(--page-line); }
.section-heading { max-width: 75ch; margin-bottom: 26px; }
.section-heading > :last-child, .card > :last-child, .callout > :last-child { margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.card { padding: 26px; border: 1px solid #3b4142; border-radius: 12px; background: var(--page-panel); }
.card p, .card li { font-size: 15px; }
.card .card-kicker { font-size: 10px; }
.card .price { color: var(--page-text); font-size: 34px; font-weight: 720; letter-spacing: -1px; line-height: 1.25; }
.card .price span { display: block; margin-top: 6px; color: var(--page-muted); font-size: 14px; font-weight: 400; letter-spacing: 0; }
.card.featured { border-color: #16848c; background: linear-gradient(130deg, #223133, #242424 70%); }
.feature-list { margin: 0 0 20px; padding-left: 21px; color: var(--page-muted); }
.feature-list li { padding-left: 3px; margin-bottom: 9px; }
.feature-list li::marker { color: var(--page-accent); }
.callout { margin-block: 24px; padding: 26px 28px; background: #203033; border: 1px solid #386368; border-left: 3px solid var(--page-accent); border-radius: 9px; }
.callout h2 { font-size: 24px; }
.site-page .note { font-size: 13px; color: #adb5b7; }
.split-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; }
.steps { list-style: none; counter-reset: step; margin: 24px 0 0; padding: 0; max-width: 82ch; }
.steps li { counter-increment: step; position: relative; padding: 0 0 23px 49px; color: var(--page-muted); }
.steps li::before { content: counter(step, decimal-leading-zero); position: absolute; top: 0; left: 0; color: #64dbe3; font-size: 13px; font-weight: 750; line-height: 27px; }
.steps li strong { display: block; margin-bottom: 4px; }
.faq details { border-top: 1px solid var(--page-line); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid var(--page-line); }
.faq summary { cursor: pointer; color: #e9eff0; font-weight: 600; padding-right: 12px; }
.faq details p { margin: 15px 0 0; font-size: 15px; }
.table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--page-line); border-radius: 10px; }
.site-page table { border-collapse: collapse; width: 100%; text-align: left; font-size: 14px; }
.site-page th, .site-page td { padding: 15px 19px; vertical-align: top; border-bottom: 1px solid var(--page-line); }
.site-page thead { background: var(--page-panel); }
.site-page th { font-weight: 600; color: #ecf0f1; }
.site-page td { color: var(--page-muted); }
.site-page tbody tr:last-child > * { border-bottom: 0; }
.page-footer { margin-top: 22px; padding-block: 29px 34px; border-top: 1px solid var(--page-line); color: var(--page-muted); font-size: 12px; }
.page-footer p { font-size: 12px; margin-bottom: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 9px 18px; }
.footer-links a { color: var(--page-muted); }
@media (max-width: 680px) {
  .site-header, .site-nav, .page-shell, .page-footer { width: calc(100% - 36px); }
  .site-header { padding-block: 19px 17px; gap: 12px; }
  .site-nav { gap: 3px 17px; font-size: 12px; }
  .site-page .brand { font-size: 22px; }
  .brand img { width: 36px; height: 36px; }
  .site-header .button { padding-inline: 13px; font-size: 12px; min-height: 42px; }
  .hero { padding-block: 40px 34px; }
  .site-page h1 { letter-spacing: -1px; }
  .site-page .lead { font-size: 17px; }
  .content-section { padding-block: 30px; }
  .card-grid, .split-section { grid-template-columns: 1fr; gap: 16px; }
  .card { padding: 23px; }
  .callout { padding: 23px; }
  .site-page th, .site-page td { padding: 12px; font-size: 13px; }
  .page-footer { padding-bottom: 26px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
