:root {
  color-scheme: light;
  --ink: #000000;
  --muted: #656565;
  --surface: #ffffff;
  --soft: #f5f5f5;
  --border: #dedede;
  --control-border: #656565;
  --savings-ink: #205b3e;
  --savings-surface: #edf5ef;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 100%;
  line-height: 1.5;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--surface); color: var(--ink); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
h1, h2, h3, p, ul, dl, dd { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
a { color: inherit; text-underline-offset: .2em; }
button, summary, a { -webkit-tap-highlight-color: rgb(0 0 0 / 10%); touch-action: manipulation; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
h1, h2, [id] { scroll-margin-top: 5.5rem; }
.page-width { width: 100%; max-width: 1120px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .75rem; left: 1rem; z-index: 100; transform: translateY(-200%); background: var(--ink); color: white; border-radius: .5rem; padding: .75rem 1rem; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--surface); border-bottom: 1px solid var(--border); }
.site-nav { min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; font-size: 1.03rem; font-weight: 700; letter-spacing: -.025em; text-decoration: none; }
.brand-symbol { flex: none; }
.desktop-nav { display: flex; align-items: center; gap: 1.6rem; }
.desktop-nav > a:not(.button) { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; text-decoration: none; color: var(--muted); }
.desktop-nav > a:hover, .desktop-nav > a[aria-current="page"] { color: var(--ink); }
.desktop-nav > a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 1px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius:100px; font-size: .875rem; font-weight: 600; line-height: 1.35; text-decoration: none; text-align: center; cursor: pointer; box-shadow:none;}
.button-primary { color: white; background: var(--ink); border-color: var(--ink); }
.button-primary:hover { background:#000; border-color:#000; color:#fff;}
.button-secondary { color:#000; background:transparent; border-color:#000; }
.button-secondary:hover { background:transparent; border-color:#000; color:#000;}
.button:active, .billing-cycle button:active { transform: scale(.98); }
.button:disabled { opacity: .55; cursor: wait; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { min-height: 44px; display: flex; align-items: center; gap: .5rem; padding: .6rem; cursor: pointer; list-style: none; font-size: .875rem; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav-panel { position: absolute; right: 0; top: calc(100% + .5rem); width: 230px; padding: .5rem; border: 1px solid var(--border); border-radius: .9rem; background: var(--surface); }
.mobile-nav-panel a { display: flex; min-height: 44px; align-items: center; padding: .65rem .75rem; border-radius: .5rem; text-decoration: none; font-size: .9375rem; }
.mobile-nav-panel a:hover, .mobile-nav-panel a[aria-current="page"] { background: var(--soft); }
.plans-overview { background:#edf2ee; padding-bottom:64px; }
.plans-overview > .page-width { max-width:1360px; }
.plans-intro { padding-top:clamp(3rem,5vw,5rem); max-width:900px; margin-inline:auto; text-align:center; }
.plans-intro h1 { font-family:Manrope,system-ui,sans-serif; font-size:clamp(2.25rem,4vw,3.4rem); font-weight:750; line-height:1.12; letter-spacing:-.035em; }
.catalog { margin-top:3.5rem; }
.catalog-toolbar { display:flex; align-items:center; justify-content:center; gap:1rem; margin-bottom:2.25rem; }
.catalog-toolbar > p { color: var(--muted); font-size: .9375rem; }
.billing-options { position:relative; display:inline-flex; }
.billing-cycle { display:inline-flex; gap:.25rem; padding:.25rem; border:0; border-radius:100px; background:#fff; }
.billing-cycle button { min-height:44px; min-width:124px; border:0; border-radius:100px; padding:.6rem 1.1rem; background:transparent; color:#535951; font-weight:600; font-size:.8125rem; cursor:pointer; }
.billing-cycle button[aria-pressed="true"] { background:#171811; color:#fff; }
.annual-savings-hint { position:absolute; right:-32px; bottom:calc(100% - 1px); margin:0; padding:11px 15px; color:#171811; background:#fff; border-radius:10px; font-size:.8125rem; line-height:1.45; font-weight:500; white-space:nowrap; box-shadow:0 12px 30px -18px #233b2a38; }
.annual-savings-hint::after { content:''; position:absolute; right:58px; bottom:-5px; width:10px; height:10px; background:#fff; transform:rotate(45deg); border-radius:1px; }
.billing-cycle button:hover:not([aria-pressed="true"]) { color: var(--ink); }
.plan-grid, .catalog-loading { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding: 0; list-style: none; }
.plan-grid { grid-template-columns: repeat(var(--plan-count, 3), minmax(0, 1fr)); }
.plan-grid > li { display: flex; min-width: 0; }
.plan-card { width:100%; min-width:0; display:flex; flex-direction:column; border:1px solid #e0e7e1; border-radius:1.3rem; padding:1.75rem 1.4rem 1.4rem; background:#fff; }
.plan-card.is-featured { border-color: var(--control-border); }
.plan-card h2 { font-size: 1.375rem; line-height: 1.2; font-weight: 600; letter-spacing: -.035em; overflow-wrap: anywhere; }
.plan-description { min-height: 3.75rem; margin: .8rem 0 1.5rem; color: var(--muted); font-size: .875rem; }
.plan-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem; font-variant-numeric: tabular-nums; }
.plan-price-value { font-size: clamp(2rem, 3.7vw, 2.65rem); line-height: 1.1; font-weight: 600; letter-spacing: -.055em; }
.plan-period { font-size: .875rem; color: var(--muted); }
.plan-title-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem; min-height: 30px; }
.plan-discount { display: inline-flex; align-items: center; flex: none; min-height: 28px; padding: .35rem .55rem; border: 0; border-radius: .35rem; background: var(--savings-surface); color: var(--savings-ink); font-size: .75rem; font-weight: 600; line-height: 1.25; white-space: nowrap; font-variant-numeric: tabular-nums; }
.plan-regular-price { margin-bottom: .35rem; color: var(--muted); font-size: .8125rem; }
.plan-regular-price s { text-decoration-thickness: 1px; }
.plan-price-note { display: flex; flex-direction: column; gap: .25rem; min-height: 5.5rem; margin-top: .75rem; font-size: .75rem; color: var(--muted); }
.plan-annual-total { color: var(--ink); font-size: .875rem; font-weight: 600; }
.plan-saving { margin-top: .4rem; color: var(--savings-ink); font-size: .8125rem; font-weight: 500; }
.plan-capacity { padding-top: 1.3rem; border-top: 1px solid var(--border); }
.capacity-row { display: flex; align-items: baseline; justify-content: space-between; gap: .875rem; margin-top: .8rem; font-size: .8125rem; }
.capacity-row:first-child { margin-top: 0; }
.capacity-row dt { min-width: 0; color: var(--muted); }
.capacity-row dd { min-width: 0; text-align: right; font-weight: 500; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.plan-cta { width: 100%; margin-top: 1.65rem; }
.benefits-title { margin-top: 1.75rem; font-size: .875rem; font-weight: 600; }
.plan-benefits { padding: 0; margin-top: .85rem; list-style: none; font-size: .875rem; line-height: 1.55; }
.plan-benefits li { position: relative; padding-left: 1.45rem; margin-top: .65rem; }
.plan-benefits li::before { content: ''; position: absolute; left: 0; top: .35em; width: 1em; height: 1em; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='%23171811' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; }
.plan-agent-note { margin-top: 1rem; color: var(--muted); font-size: .8125rem; line-height: 1.65; }
.plan-details-link { display: flex; align-items: flex-end; flex: 1; min-height: 44px; padding-top: 1.5rem; font-size: .875rem; font-weight: 500; }
.catalog-note { margin-top: 1rem; max-width: 76ch; color: var(--muted); font-size: .75rem; }
.catalog-loading > div { min-height: 420px; border: 1px solid var(--border); border-radius: 1.15rem; background: var(--soft); }
.catalog-error { border: 1px solid var(--border); border-radius: 1rem; padding: 2rem; max-width: 760px; }
.catalog-error h2 { font-size: 1.25rem; font-weight: 600; letter-spacing: -.025em; }
.catalog-error p { margin-top: .7rem; color: var(--muted); max-width: 65ch; }
.catalog-error > div { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.comparison { margin-top: 4.25rem; }
.section-heading h2 { font-size: clamp(1.4rem, 3vw, 1.75rem); line-height: 1.2; font-weight: 600; letter-spacing: -.035em; }
.section-heading p { margin-top: .65rem; color: var(--muted); }
.comparison .section-heading p { max-width: 68ch; }
.comparison-navigation { display: flex; flex-wrap: wrap; gap: .35rem 1.4rem; margin-top: 1.5rem; padding-block: .5rem; border-block: 1px solid var(--border); }
.comparison-navigation a { display: flex; align-items: center; min-height: 44px; font-size: .875rem; }
.comparison-plan-picker { display: none; }
.table-scroll { max-width: 100%; margin-top: 1.75rem; overflow-x: auto; overscroll-behavior-x: contain; }
table { width: 100%; min-width: 640px; border-collapse: collapse; text-align: left; font-size: .875rem; font-variant-numeric: tabular-nums; }
th, td { padding: 1.15rem .9rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
thead th { width: 18%; font-weight: 600; }
thead th:first-child { width: 46%; }
tbody th { padding-left: 0; font-weight: 400; color: var(--muted); }
tbody tr:last-child :is(th, td) { border-bottom: 0; }
.table-value-note { display: block; margin-top: .3rem; font-size: .75rem; color: var(--muted); }
.comparison-group th { padding: 2.5rem .9rem .85rem 0; border-bottom: 2px solid var(--ink); color: var(--ink); }
.comparison-group h3 { font-size: 1.1rem; font-weight: 600; text-wrap: auto; scroll-margin-top: 6rem; }
.comparison-group-plans th { padding-block: .8rem; font-weight: 600; color: var(--ink); }
.comparison-group-plans th:not(:first-child) { padding-left: .9rem; }
.feature-label { display: block; color: var(--ink); font-weight: 500; }
.feature-description { display: block; margin-top: .4rem; font-size: .8125rem; line-height: 1.6; max-width: 52ch; }
.feature-included { font-weight: 500; }
.comparison-note { margin-top: 1.5rem; max-width: 78ch; font-size: .8125rem; color: var(--muted); line-height: 1.65; }
.before-starting { margin-top: 5rem; display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; }
.questions details { border-bottom: 1px solid var(--border); }
.questions details:first-child { border-top: 1px solid var(--border); }
.questions summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1rem; list-style: none; cursor: pointer; font-weight: 500; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary span { font-size: 1.35rem; font-weight: 400; }
.questions details[open] summary span { transform: rotate(45deg); }
.questions details p { padding: 0 1.5rem 1.25rem 0; color: var(--muted); font-size: .9375rem; line-height: 1.7; }
.plans-help { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-block: 4rem 5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.plans-help h2 { font-size: 1.35rem; font-weight: 600; letter-spacing: -.035em; }
.plans-help p { margin-top: .55rem; color: var(--muted); }
.site-footer { padding-block: 2.5rem 1.5rem; border-top: 1px solid var(--border); background: var(--soft); color: var(--muted); }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.footer-brand { color: var(--ink); }
.footer-top p { margin-top: .35rem; font-size: .8125rem; }
.footer-top nav { display: flex; flex-wrap: wrap; align-content: flex-start; gap: .15rem 1.3rem; max-width: 450px; }
.footer-top nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .8125rem; }
.site-footer a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1.75rem; font-size: .75rem; }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-bottom p { align-self: center; }
@media (max-width: 850px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .plan-card { padding-inline: 1.1rem; }
  .capacity-row { flex-direction: column; align-items: flex-start; gap: .25rem; }
  .capacity-row dd { text-align: left; }
  .before-starting { grid-template-columns: 1fr; gap: 1.75rem; }
}
@media (max-width: 660px) {
  .site-nav { min-height: 4rem; }
  .plans-intro { padding-top: 3rem; }
  .catalog { margin-top:3.25rem; }
  .catalog-toolbar { align-items:center; }
  .billing-cycle button { min-width:112px; }
  .annual-savings-hint { right:-12px; padding:9px 12px; }
  .annual-savings-hint::after { right:48px; }
  .plans-overview { padding-bottom:42px; }
  .plan-grid, .catalog-loading { grid-template-columns: minmax(0, 1fr); max-width: none; }
  .plan-card { padding: 1.5rem; }
  .plan-description { min-height: 0; margin-bottom: 1.25rem; }
  .plan-price-value { font-size: 2.5rem; }
  .plan-price-note { min-height: 0; margin-bottom: 1.5rem; }
  .capacity-row { flex-direction: row; gap: .75rem; }
  .capacity-row dd { text-align: right; }
  .catalog-loading > div { min-height: 320px; }
  .comparison { margin-top: 3rem; }
  .comparison-navigation { display: grid; gap: 0; }
  .comparison-plan-picker { position: sticky; top: 4rem; z-index: 10; display: grid; gap: .5rem; margin-top: 1.5rem; padding-block: 1rem; background: var(--surface); border-bottom: 1px solid var(--border); }
  .comparison-plan-picker label { font-size: .875rem; font-weight: 500; }
  .comparison-plan-picker select { width: 100%; min-height: 44px; font: inherit; color: var(--ink); background: var(--surface); border: 1px solid var(--control-border); border-radius: .5rem; padding: .65rem; }
  .comparison-plan-picker select:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
  .table-scroll { overflow: visible; margin-top: 1rem; }
  table { min-width: 0; table-layout: fixed; font-size: .8125rem; }
  table [data-plan]:not(.is-comparison-selected) { display: none; }
  .comparison-group-plans { display: none; }
  thead th:first-child { width: 65%; }
  thead th[data-plan] { width: 35%; }
  th, td { padding-inline: .5rem; overflow-wrap: anywhere; }
  .feature-description { font-size: .8125rem; }
  .comparison-group h3 { scroll-margin-top: 12rem; }
  .before-starting { margin-top: 3.5rem; }
  .footer-top { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  .button:active, .billing-cycle button:active { transform: none; }
}
@media (prefers-contrast: more) {
  :root { --muted: #333333; --border: #656565; }
}
