:root {
  color-scheme: dark;
  --bg: #05020d;
  --ink: #ffffff;
  --muted: #ffffff;
  --soft: rgba(255, 255, 255, 0.11);
  --purple: #6119f2;
  --purple-soft: #ffffff;
  --font-ui: "Inter Variable", Inter, "Inter Placeholder", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: ".SFNSDisplay-Semibold", "SFProDisplay-Semibold", "SFUIDisplay-Semibold", ".SFUIDisplay-Semibold", "SF Pro Display", -apple-system, BlinkMacSystemFont, var(--font-ui);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ui);
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 12px;
  background: transparent;
  pointer-events: none;
}

.orbit-nav {
  width: 100%;
  max-width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 16px 22px 16px 32px;
  border: 1px solid transparent;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  pointer-events: auto;
  transition:
    width 380ms cubic-bezier(0.16, 1, 0.3, 1),
    max-width 380ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 380ms cubic-bezier(0.16, 1, 0.3, 1),
    border-radius 380ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 380ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 380ms cubic-bezier(0.16, 1, 0.3, 1),
    backdrop-filter 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.local-orbit-nav-scrolled .orbit-nav {
  width: min(760px, calc(100vw - 24px));
  border-color: rgba(255, 255, 255, 0.04);
  border-radius: 160px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.22), inset 0 -4px 18px rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
}

.brand,
.nav-links,
.nav-cta,
.footer-bottom {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  flex: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.nav-links {
  gap: 26px;
  margin-left: auto;
}

.nav-links a,
.nav-cta {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}

.nav-cta {
  flex: none;
  height: 46px;
  min-height: 46px;
  justify-content: center;
  padding: 0 34px;
  border-radius: 130px;
  background: #ffffff;
  color: #000000;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18), 0 10px 28px rgba(255, 255, 255, 0.08);
}

main {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  display: block;
  padding: 92px 0 54px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--purple-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: ".SFNSDisplay", "SFProDisplay-Regular", "SFUIDisplay-Regular", ".SFUIDisplay", "SF Pro Display", -apple-system, BlinkMacSystemFont, var(--font-ui);
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: 40px;
  line-height: 44px;
}

.lede,
.article-dek {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.section-heading h2 {
  font-size: 32px;
  line-height: 1.2;
}

.content-band {
  padding: 34px 0 104px;
}

.section-heading {
  padding-top: 34px;
  border-top: 1px solid var(--soft);
}

.resource-grid {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--soft);
}

.resource-link {
  display: grid;
  gap: 7px;
  padding: 22px 0;
  border-bottom: 1px solid var(--soft);
  text-decoration: none;
}

.resource-link span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
}

.resource-link small,
.body-note {
  color: var(--muted);
}

.resource-link:hover span,
.resource-link:focus-visible span,
.body-note a,
.article-body a {
  color: #fff;
}

.body-note {
  margin: 28px 0 0;
  font-size: 17px;
}

.article-main {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding: 32px 0 112px;
}

.article-back {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.article-back:hover,
.article-back:focus-visible {
  color: var(--ink);
}

.article-meta {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.article-body {
  max-width: 760px;
  margin-top: 58px;
}

.article-body h2 {
  margin-top: 48px;
  font-size: 32px;
  line-height: 1.2;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin: 34px 0 0;
  font-size: 22px;
  line-height: 1.3;
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.article-body p {
  margin: 18px 0 0;
}

.article-body ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.article-body strong {
  color: var(--ink);
}

.orbit-footer {
  width: min(1200px, calc(100% - 60px));
  min-height: 315px;
  margin: 0 auto 48px;
  padding: 40px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
  color: #ffffff;
}

.orbit-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.5px solid rgba(255, 255, 255, 0.06);
  border-radius: inherit;
  pointer-events: none;
}

.footer-links {
  display: grid;
  grid-template-columns: 80px repeat(5, minmax(112px, max-content));
  justify-content: space-between;
  gap: 42px;
  width: 100%;
  max-width: 100%;
}

.footer-brand-mark {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  text-decoration: none;
}

.footer-brand-mark img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 11px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 19px;
  width: max-content;
}

.footer-column p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.footer-column a,
.footer-column span,
.footer-bottom {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.footer-column a,
.footer-signature {
  text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-signature:hover,
.footer-signature:focus-visible {
  color: #fff;
}

.footer-bottom {
  justify-content: space-between;
  gap: 20px;
  color: rgba(187, 176, 209, 0.5);
}

.footer-bottom p {
  margin: 0;
  color: rgba(187, 176, 209, 0.5);
  font-family: ".SFNSDisplay-Medium", "SFProDisplay-Medium", "SFUIDisplay-Medium", ".SFUIDisplay-Medium", "SF Pro Display", -apple-system, BlinkMacSystemFont, var(--font-ui);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.footer-signature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(196, 173, 240);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.footer-made-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  flex: none;
  object-fit: contain;
  vertical-align: middle;
}

@media (max-width: 1080px) {
  .footer-links {
    grid-template-columns: 52px repeat(5, minmax(0, 1fr));
    justify-content: stretch;
    gap: 24px;
  }

  .footer-column {
    width: auto;
    min-width: 0;
  }

  .footer-column a,
  .footer-column span {
    line-height: 1.35;
  }
}

@media (max-width: 900px) {
  .footer-links {
    grid-template-columns: 52px repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "mark orbit guides prices"
      "mark company company support";
    align-items: start;
    gap: 40px 28px;
  }

  .footer-brand-mark {
    grid-area: mark;
  }

  .footer-links .footer-column:nth-of-type(1) {
    grid-area: orbit;
  }

  .footer-links .footer-column:nth-of-type(2) {
    grid-area: guides;
  }

  .footer-links .footer-column:nth-of-type(3) {
    grid-area: prices;
  }

  .footer-links .footer-column:nth-of-type(4) {
    grid-area: company;
  }

  .footer-links .footer-column:nth-of-type(5) {
    grid-area: support;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 16px;
  }

  .orbit-nav {
    gap: 16px;
    min-height: 64px;
    padding: 12px 12px 12px 20px;
  }

  .local-orbit-nav-scrolled .orbit-nav {
    width: calc(100vw - 32px);
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    margin-left: auto;
    padding: 0 22px;
  }

  main,
  .article-main {
    width: min(100% - 32px, 860px);
  }

  .hero,
  .article-main {
    padding-top: 16px;
  }

  h1,
  .article h1 {
    font-size: 44px;
  }

  .lede,
  .article-dek {
    font-size: 19px;
  }

  .article-body {
    margin-top: 42px;
  }

  .article-body h2 {
    font-size: 28px;
  }

  .article-body p,
  .article-body li {
    font-size: 17px;
  }

  .orbit-footer {
    width: calc(100% - 32px);
    min-height: 0;
    margin-bottom: 32px;
    padding: 32px 24px 24px;
    gap: 48px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    width: 100%;
    gap: 32px;
  }

  .footer-brand-mark,
  .footer-links .footer-column:nth-of-type(1),
  .footer-links .footer-column:nth-of-type(2),
  .footer-links .footer-column:nth-of-type(3),
  .footer-links .footer-column:nth-of-type(4),
  .footer-links .footer-column:nth-of-type(5) {
    grid-area: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .brand {
    gap: 8px;
    font-size: 23px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .orbit-nav {
    gap: 10px;
    padding-left: 16px;
  }

  .nav-cta {
    padding: 0 16px;
    font-size: 14px;
  }
}


.price-index-main { padding-top: 32px; --muted: rgba(255,255,255,.8); --price-text-secondary: rgba(255,255,255,.8); --price-text-tertiary: rgba(255,255,255,.62); --price-card-radius: 22px; --price-card-border: rgba(255,255,255,.13); --price-card-bg: linear-gradient(180deg, rgba(255,255,255,.075) 0%, rgba(255,255,255,.04) 100%); --price-card-shadow: 0 .4817498414px .8671497146px -1px rgba(0,0,0,.59), 0 1.8308266426px 3.2954879567px -2px rgba(0,0,0,.55), 0 8px 14.4px -3px rgba(0,0,0,.4), inset 0 -2px 10px rgba(255,255,255,.08); --price-accent: #c4adf0; --price-accent-warm: #ff9f3b; }
.price-index-home { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 44px 0 72px; flex: 1 0 auto; }
.price-index-hero { max-width: 760px; padding: 22px 0 34px; }
.price-index-hero h1 { margin: 0; color: #fff; font-family: ".SFNSDisplay", "SFProDisplay-Regular", "SFUIDisplay-Regular", ".SFUIDisplay", "SF Pro Display", -apple-system, BlinkMacSystemFont, var(--font-ui); font-size: 52px; font-weight: 400; line-height: 1.04; }
.price-index-hero p { max-width: 700px; margin: 16px 0 0; color: var(--price-text-secondary); font-size: 22px; line-height: 1.38; }
.price-index-directory { padding-top: 22px; }
.price-index-section-header { display: grid; gap: 8px; max-width: 680px; }
.price-index-section-header h2 { margin: 0; font-family: var(--font-display); font-size: 26px; font-weight: 600; line-height: 1.2; }
.price-index-section-header p { margin: 0; color: var(--price-text-secondary); font-size: 16px; line-height: 1.55; }
.price-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.price-index-card { min-height: 160px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 10px; padding: 15px 20px; border: .5px solid var(--price-card-border); border-radius: var(--price-card-radius); background: var(--price-card-bg); box-shadow: var(--price-card-shadow); text-decoration: none; overflow: hidden; transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.price-index-card .price-card-kicker { color: rgba(255,255,255,.8); font-family: var(--font-display); font-size: 15px; font-weight: 500; line-height: 1.4; }
.price-index-card strong { color: #fff; font-family: var(--font-display); font-size: 18px; font-weight: 500; line-height: 1.4; }
.price-index-card .price-card-meta { margin-top: auto; color: rgba(255,255,255,.88); font-family: var(--font-display); font-size: 18px; font-weight: 500; line-height: 1.4; }
.price-index-card small { color: rgba(255,255,255,.8); font-family: var(--font-display); font-size: 15px; font-weight: 400; line-height: 1.4; }
.price-index-card:hover, .price-index-card:focus-visible { transform: translateY(-2px); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.075); box-shadow: 0 .4817498414px .8671497146px -1px rgba(0,0,0,.62), 0 2.5px 5px -2px rgba(0,0,0,.58), 0 14px 24px -6px rgba(0,0,0,.45), inset 0 -2px 12px rgba(255,255,255,.1); }
.price-index-page .article-body { max-width: none; }
.price-index-page .article-dek, .price-index-page .article-body p, .price-index-page .article-body li { color: var(--price-text-secondary); }
.price-index-page .article-dek { margin-top: 18px; }
.price-index-page .price-meta { display: flex; align-items: center; gap: 8px; }
.price-updated-pill { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.72); font-family: var(--font-display); font-size: 14px; font-weight: 600; line-height: 1; }
.price-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.price-stat-grid div, .price-calculator-card, .price-table-wrap, .price-history-card, .price-orbit-cta { border: .5px solid var(--price-card-border); border-radius: var(--price-card-radius); background: var(--price-card-bg); box-shadow: var(--price-card-shadow); overflow: hidden; }
.price-stat-grid div { padding: 18px; }
.price-stat-grid span { display: block; color: var(--price-text-tertiary); font-size: 13px; font-weight: 600; }
.price-stat-grid strong { display: block; margin-top: 8px; color: #fff; font-family: var(--font-display); font-size: 22px; line-height: 1.2; }
.price-section { margin-top: 48px; }
#current-prices { margin-bottom: 10px; }
.price-table-wrap { width: 100%; overflow-x: auto; }
.price-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.price-table th, .price-table td { padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; vertical-align: top; color: var(--price-text-secondary); font-size: 14px; line-height: 1.45; }
.price-table th { color: rgba(255,255,255,.78); font-weight: 700; }
.price-table tr:last-child td { border-bottom: 0; }
.price-tier-table-wrap { overflow: hidden; }
.price-filter-bar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.price-filter-control { display: grid; gap: 8px; color: var(--price-text-tertiary); font-family: var(--font-display); font-size: 13px; font-weight: 600; }
.price-filter-control select { width: 100%; min-height: 46px; appearance: none; border: .5px solid var(--price-card-border); border-radius: 14px; background: linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.045)); color: #fff; cursor: pointer; font-family: var(--font-display); font-size: 16px; font-weight: 600; padding: 0 38px 0 14px; box-shadow: inset 0 -1px 8px rgba(255,255,255,.06); }
.price-filter-control { position: relative; }
.price-filter-control::after { content: ""; position: absolute; right: 15px; bottom: 18px; width: 8px; height: 8px; border-right: 2px solid rgba(255,255,255,.72); border-bottom: 2px solid rgba(255,255,255,.72); transform: rotate(45deg); pointer-events: none; }
.price-tier-table th[scope="row"] { color: #fff; font-family: var(--font-display); font-size: 16px; font-weight: 600; line-height: 1.35; }
.price-tier-table tr[hidden] { display: none; }
.price-timeline { position: relative; }
.price-history-card { margin-top: 18px; }
.price-chart-card { padding: 18px 18px 8px; }
.price-chart { display: block; width: 100%; height: auto; overflow: visible; }
.price-chart-grid { stroke: rgba(255,255,255,.08); stroke-width: 1; }
.price-chart-line { fill: none; stroke: var(--price-accent); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 8px 18px rgba(196,173,240,.18)); }
.price-chart-dot { outline: none; transition: stroke-width 160ms ease, filter 160ms ease; }
.price-chart-dot:hover, .price-chart-dot:focus-visible { stroke: #fff; stroke-width: 3; filter: drop-shadow(0 0 10px rgba(196,173,240,.55)); }
.price-chart-axis { fill: var(--price-text-tertiary); font-family: var(--font-ui); font-size: 12px; font-weight: 600; }
.price-history-card .price-table-wrap { border: 0; border-top: 1px solid rgba(255,255,255,.08); border-radius: 0; background: transparent; box-shadow: none; }
.price-calculator-card { padding: 22px; }
.price-calculator-summary { margin-bottom: 18px; }
.price-calculator-form { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(160px, .85fr); gap: 12px; margin-top: 20px; }
.price-calculator-control { display: grid; gap: 8px; color: var(--price-text-tertiary); font-family: var(--font-display); font-size: 13px; font-weight: 600; }
.price-calculator-control select, .price-calculator-control input { width: 100%; min-height: 46px; appearance: none; border: .5px solid var(--price-card-border); border-radius: 14px; background: linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.045)); color: #fff; font-family: var(--font-display); font-size: 16px; font-weight: 600; padding: 0 38px 0 14px; box-shadow: inset 0 -1px 8px rgba(255,255,255,.06); }
.price-calculator-control select { cursor: pointer; }
.price-select-control { position: relative; }
.price-select-control::after { content: ""; position: absolute; right: 15px; bottom: 18px; width: 8px; height: 8px; border-right: 2px solid rgba(255,255,255,.72); border-bottom: 2px solid rgba(255,255,255,.72); transform: rotate(45deg); pointer-events: none; }
.price-calculator-duration { display: grid; grid-template-columns: minmax(72px, .6fr) minmax(104px, 1fr); gap: 10px; }
.price-duration-select { position: relative; display: block; }
.price-duration-select::after { content: ""; position: absolute; right: 15px; top: 18px; width: 8px; height: 8px; border-right: 2px solid rgba(255,255,255,.72); border-bottom: 2px solid rgba(255,255,255,.72); transform: rotate(45deg); pointer-events: none; }
.price-custom-control[hidden] { display: none; }
.price-custom-control input { padding-right: 14px; }
.price-calculator-output { margin-top: 18px; }
.price-orbit-cta { padding: 24px; }
.price-orbit-cta-copy { max-width: 680px; }
.price-orbit-cta h2 { margin-top: 0; max-width: 620px; }
.price-orbit-cta p { max-width: 640px; }
.price-orbit-cta .price-cta-button { height: 46px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; margin-top: 22px; padding: 0 34px; border-radius: 130px; background: #fff; color: #000; font-family: var(--font-display); font-size: 16px; font-weight: 600; line-height: 22.4px; text-decoration: none; white-space: nowrap; box-shadow: inset 0 -1px 0 rgba(0,0,0,.18), 0 10px 28px rgba(255,255,255,.08); transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.price-orbit-cta .price-cta-button:hover, .price-orbit-cta .price-cta-button:focus-visible { background: #fff; color: #000; transform: translateY(-1px); box-shadow: inset 0 -1px 0 rgba(0,0,0,.18), 0 14px 34px rgba(255,255,255,.13); }
.article-body code { color: #fff; }
@media (max-width: 760px) {
  .price-index-main { padding-top: 16px; }
  .price-index-home { width: min(100% - 32px, 860px); padding-top: 24px; }
  .price-index-hero h1 { font-size: 44px; }
  .price-index-hero p { font-size: 19px; }
  .price-index-grid { grid-template-columns: 1fr; }
  .price-index-card { min-height: 148px; padding: 15px 20px; }
  .price-stat-grid { grid-template-columns: 1fr; }
  .price-filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-calculator-form { grid-template-columns: 1fr; }
  .price-cta-button { width: 100%; }
}
