/* Pricing page ported from billing (plans, toggles, feature table).
   Billing's alias tokens are re-declared scoped so the page renders on the
   company-site token set without leaking into the rest of www. */
.pricing-page {
  --font: var(--af-font-sans);
  --ink: var(--m3-on-surface);
  --muted: var(--m3-on-surface-variant);
  --faint: #7a8491;
  --page: var(--m3-surface);
  --paper: var(--m3-surface-container-lowest);
  --surface: var(--m3-surface-container-low);
  --surface-strong: var(--m3-surface-container);
  --surface-soft: var(--m3-surface-container-lowest);
  --line: var(--m3-outline-variant);
  --accent: var(--m3-primary);
  --accent-strong: color-mix(in srgb, var(--m3-primary) 78%, #000000);
  --accent-soft: var(--m3-primary-container);
  --link: var(--m3-primary);
  --content: 1320px;
  --shadow-soft: var(--m3-elevation-1);
  --shadow-card: var(--m3-elevation-1);
}

html[data-theme="dark"] .pricing-page {
  --faint: #a1a1aa;
  --accent-strong: #d8e2ff;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .pricing-page {
    --faint: #a1a1aa;
    --accent-strong: #d8e2ff;
  }
}

/*──────── billing styles.css subset ────────*/
.page-head {
  max-width: 760px;
  padding: 18px 0 34px;
}

.eyebrow,
.legal-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5.8vw, 68px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
}

.page-head .section-title {
  max-width: 840px;
}

.hero p:not(.eyebrow),
.page-head p:not(.eyebrow),
.section-head p:not(.eyebrow),
.pricing-hero p:not(.eyebrow),
.trust-item span,
.package-card p {
  color: var(--muted);
}

.hero p:not(.eyebrow),
.page-head p:not(.eyebrow),
.section-head p:not(.eyebrow),
.pricing-hero p:not(.eyebrow) {
  margin: 18px 0 0;
  max-width: 660px;
  font-size: 18px;
}

.pricing-page {
  width: min(100%, var(--content));
  margin: 0 auto;
  padding: 72px 20px 96px;
}

.pricing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 384px);
  gap: 46px;
  align-items: center;
  min-height: 390px;
  padding: 0 0 66px;
}

.hero-copy,
.pricing-hero > div {
  min-width: 0;
}

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

.hero-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.pricing-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 4vw, 48px);
  font-weight: 650;
  line-height: 1.06;
}

.pricing-hero p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.hero-commerce {
  padding: 18px;
  border-radius: 8px;
  background: var(--surface-soft);
  box-shadow: none;
}

.commerce-brand {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 18px;
}

.commerce-brand img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
}

.commerce-brand strong,
.commerce-brand span {
  display: block;
}

.commerce-brand strong {
  color: var(--ink);
  font-size: 17px;
}

.commerce-brand span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
}

.commerce-lines {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  box-shadow: inset 0 1px 0 var(--line);
}

.commerce-lines div {
  min-height: 54px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  border-radius: 8px;
  background: var(--surface-soft);
}

.commerce-lines div.active {
  background: #eef4ff;
}

.commerce-lines span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.commerce-lines strong {
  color: var(--ink);
  font-size: 24px;
}

.commerce-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.commerce-trust span {
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
}

.action-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.button {
  min-height: 40px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 720;
  white-space: nowrap;
  transition: background .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.button.large {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 15px;
}

.button.compact {
  min-height: 36px;
  padding: 8px 14px;
  font-size: 13px;
}

.button.primary {
  background: var(--accent);
  color: #fff;
}

.button.secondary {
  background: var(--surface);
  color: var(--ink);
}

.button:hover {
  background: var(--surface-strong);
}

.button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 22%, transparent);
  outline-offset: 2px;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--accent-strong);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: var(--surface-strong);
}

.button[aria-busy="true"] {
  cursor: progress;
}

.suite-visual {
  padding: 24px;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.suite-visual h2,
.panel-head h2,
.panel-head h3,
.panel-foot h2,
.section-head h2,
.plan-card h2,
.compliance-item h2,
.package-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

.suite-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.suite-row,
.panel-row,
.comparison-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border-radius: 8px;
  background: var(--surface-soft);
}

.suite-row {
  min-height: 52px;
  padding: 13px 14px;
}

.suite-row span,
.panel-row span,
.summary-label {
  color: var(--muted);
}

.suite-row strong,
.hero-total strong,
.panel-row strong,
.summary-value {
  color: var(--ink);
  font-weight: 760;
}

.hero-total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: baseline;
  margin-top: 10px;
  padding: 16px 14px 0;
}

.hero-total span {
  color: var(--muted);
}

.hero-metrics,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-metrics span,
.trust-strip span,
.security-strip span,
.status-pill,
.status-note {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
}

.hero-metrics strong {
  margin-right: 5px;
  color: var(--ink);
  font-weight: 820;
}

.commerce-panel,
.panel,
.compliance-item,
.legal-section,
.package-card {
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-card);
}

.commerce-panel,
.panel {
  overflow: hidden;
}

.panel-head,
.panel-row,
.panel-foot {
  padding: 18px 20px;
}

.panel-head.compact {
  padding-bottom: 12px;
}

.panel-head p,
.panel-foot p,
.plan-card li,
.compliance-item p {
  color: var(--muted);
}

.panel-head p,
.panel-foot p {
  margin: 7px 0 0;
  font-size: 14px;
}

.commerce-section {
  margin-top: 50px;
}

.section-head {
  display: block;
  margin-bottom: 18px;
}

.product-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.product-chip {
  min-height: 86px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background: var(--surface);
}

.product-chip span {
  color: var(--ink);
  font-weight: 760;
}

.product-chip strong {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.product-chip:hover {
  background: var(--surface-strong);
}

.plans-grid,
.plans-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.plan-card {
  min-height: 532px;
  padding: 24px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 8px;
  background: var(--surface-soft);
  box-shadow: none;
}

.plan-card.free-plan {
  background: #fafafa;
}

.plan-card.pro-plan {
  background: #f7f9fc;
}

.plan-card.max-plan {
  background: #f7f4ff;
}

.plan-card.max-plus-plan {
  background: #fbfbfb;
}

.plan-heading {
  min-height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.plan-heading.split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.plan-label,
.recommended-pill {
  align-self: flex-start;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.recommended-pill {
  background: #fff4cb;
  color: #5c4000;
}

.plan-card h2 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 720;
}

.plan-card > p:not(.plan-label):not(.recommended-pill),
.plan-value {
  margin: 0;
  min-height: 42px;
  color: #343841;
  font-size: 14.5px;
  font-weight: 580;
  line-height: 1.42;
}

.price-stack {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: end;
  padding: 6px 0 0;
}

.price-stack strong {
  color: var(--ink);
  font-size: 36px;
  font-weight: 760;
  line-height: 1;
}

.price-stack span {
  color: var(--muted);
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.plan-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-features li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 9px;
  row-gap: 2px;
  align-items: start;
  color: #17181c;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.38;
}

.plan-features li::before {
  content: "✓";
  grid-row: 1 / span 2;
  color: #6d28d9;
  font-size: 14px;
  font-weight: 820;
}

.plan-features strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.plan-features span {
  grid-column: 2;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.plan-divider {
  height: 1px;
  margin: 5px 0 0;
  background: #e5e7eb;
}

.plan-card .button {
  margin-top: 0;
  width: 100%;
  min-height: 42px;
  font-size: 14px;
}

.plan-button {
  background: #0a0a0a;
  color: #fff;
}

.plan-button:hover,
.plan-button:focus-visible {
  background: #2a2d35;
}

.free-plan .plan-button {
  margin-top: 2px;
}

.btn-buy-gradient {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: #4f46e5;
  color: #fff;
  box-shadow: none;
  font-size: 14px;
  font-weight: 720;
}

.pro-cta {
  background: #4f46e5;
}

.max-cta {
  background: #4f46e5;
}

.max-plus-cta {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
}

.btn-buy-gradient:hover,
.btn-buy-gradient:focus-visible {
  background: #4338ca;
  filter: none;
}

.max-plus-cta:hover,
.max-plus-cta:focus-visible {
  background: linear-gradient(135deg, #7c3aed, #db2777);
  box-shadow: 0 10px 26px rgba(236, 72, 153, .18);
  filter: none;
}

.btn-buy-gradient::before {
  content: none;
}

.credit-strip {
  min-height: 78px;
  margin-top: 36px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-radius: 8px;
  background: var(--surface-soft);
}

.compare-section {
  margin-top: 84px;
}

.compare-section .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.compare-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
}

.compare-section p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.feature-table-wrap {
  padding: 0;
  overflow-x: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.feature-table {
  width: 100%;
  min-width: 960px;
  border-spacing: 0;
  border-collapse: collapse;
}

.feature-table th,
.feature-table td {
  padding: 18px 18px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  vertical-align: top;
  box-shadow: inset 0 -1px 0 var(--line);
}

.feature-table thead th {
  background: var(--surface);
  color: #343841;
  font-size: 14px;
  font-weight: 760;
}

.feature-table tbody th {
  width: 28%;
  color: #343841;
  font-weight: 760;
}

.feature-table td {
  width: 18%;
  color: #262a32;
  font-size: 16px;
  font-weight: 650;
}

.credit-strip strong {
  color: var(--ink);
  font-size: 18px;
}

.credit-strip span {
  color: var(--muted);
}

.credit-strip a {
  color: var(--link);
  font-weight: 780;
}

.package-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.package-card {
  min-height: 150px;
  padding: 22px;
}

.package-card p {
  margin: 10px 0 0;
  font-size: 15px;
}

.trust-bar {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-signal {
  min-height: 64px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  border-radius: 8px;
  background: var(--surface);
  color: #313640;
  font-size: 15px;
  font-weight: 720;
}

.trust-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  font-weight: 820;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-list details {
  border-radius: 8px;
  background: var(--surface);
}

.faq-list summary {
  min-height: 56px;
  padding: 16px 18px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 760;
}

.faq-list summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 22%, transparent);
  outline-offset: 2px;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 14px;
}

.comparison-table {
  display: grid;
  gap: 6px;
}

.comparison-row {
  grid-template-columns: 1.05fr 1.4fr 1fr auto;
  min-height: 56px;
  padding: 13px 15px;
}

.comparison-row.heading {
  color: var(--faint);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.comparison-row a {
  color: var(--link);
  font-weight: 720;
}

.summary-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

.summary-lines {
  display: grid;
  gap: 8px;
  padding: 0 10px;
}

.quantity-field {
  display: grid;
  gap: 7px;
  margin: 0 14px 14px;
  padding: 0 18px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
}

.beta-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
}

.quantity-field input,
.beta-form input[type="email"] {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line);
}

.quantity-field input:focus,
.beta-form input[type="email"]:focus {
  outline: 3px solid color-mix(in srgb, var(--accent) 24%, transparent);
  background: var(--paper);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.paddle-preview {
  display: grid;
  gap: 5px;
  margin: 0 20px 14px;
  padding: 18px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--ink);
}

.paddle-preview span {
  color: var(--muted);
  font-size: 13px;
}

.paddle-preview .paddle-mark {
  width: fit-content;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--accent);
  font-size: 12px;
  font-weight: 780;
}

.panel-row {
  margin: 0;
  padding: 12px 10px;
  background: var(--surface-soft);
}

.summary-total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 16px;
  padding: 16px 10px 18px;
  border-top: 1px solid var(--line);
}

.summary-total .summary-label {
  color: var(--ink);
  font-size: 16px;
  font-weight: 760;
}

.summary-total .summary-value {
  max-width: 220px;
  text-align: right;
  font-size: 22px;
}

.trust-callouts {
  display: grid;
  gap: 8px;
  padding: 0 14px 14px;
}

.trust-callouts span,
.trust-callouts a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.trust-callouts a {
  color: var(--link);
}

.trust-callouts svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.provider-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 20px 14px;
}

.provider-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  cursor: pointer;
}

.provider-option:hover,
.provider-option:has(input:checked) {
  border-color: color-mix(in srgb, var(--accent) 30%, var(--line));
  background: var(--accent-soft);
}

.provider-option input,
.local-payment-methods input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.provider-option strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 780;
}

.provider-option small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.local-payment-methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 20px 14px;
}

.local-payment-methods[hidden] {
  display: none;
}

.local-payment-methods label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
}

.local-payment-methods label:has(input:checked) {
  border-color: color-mix(in srgb, var(--accent) 35%, var(--line));
  background: var(--accent-soft);
}

.processing {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--amber) 14%, transparent);
  color: var(--amber);
  font-size: 14px;
}

.fine-print,
.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.fine-print a,
.form-note a,
.panel-foot a {
  color: var(--link);
}

.beta-form {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.auth-actions {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.auth-actions .button {
  width: 100%;
  justify-content: center;
}

.check-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.compliance-item {
  min-height: 230px;
  padding: 22px;
}

.legal-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.legal-route-grid a {
  min-height: 56px;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 720;
}

.legal-route-grid a:hover {
  background: var(--surface-strong);
}

.turnstile-slot {
  min-height: 65px;
}

.legal-page {
  max-width: 860px;
}

.legal-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 700;
}

.legal-summary {
  margin: 18px 0 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
}

.legal-section {
  margin-top: 34px;
  padding: 24px;
}

.legal-section h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
}

.legal-section p {
  margin: 10px 0 0;
}

.legal-section ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.legal-table {
  width: 100%;
  margin-top: 14px;
  border-spacing: 0 8px;
  border-collapse: separate;
}

.legal-table th,
.legal-table td {
  padding: 13px 12px;
  background: var(--surface-soft);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  width: 34%;
  color: var(--muted);
  font-weight: 700;
}

.legal-table th:first-child {
  border-radius: 6px 0 0 6px;
}

.legal-table td:last-child {
  border-radius: 0 6px 6px 0;
}

.status-note {
  color: var(--amber);
}

html[data-theme="dark"] .status-note {
  color: #fbbf24;
}

.pricing-page.exact-pricing {
  width: min(100%, 1320px);
  padding: 82px 32px 108px;
}

.exact-hero {
  min-height: 360px;
  padding: 46px 0 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  text-align: center;
}

.hero-symbol {
  width: 74px;
  height: 74px;
  margin-bottom: 28px;
}

.exact-hero .hero-kicker,
.compare-section .hero-kicker {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 520;
  text-transform: none;
}

.exact-hero h1 {
  max-width: 840px;
  margin: 0;
  color: var(--ink);
  font-family: "Google Sans", "OpenAI Sans", "SF Pro Display", var(--font);
  font-size: clamp(40px, 3.8vw, 48px);
  font-weight: 720;
  line-height: 1.08;
}

.exact-hero h1 span,
.benefits-section h2 span {
  color: #4285f4;
}

.exact-hero p {
  margin: 24px 0 0;
  max-width: 680px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.exact-hero .hero-upgrade {
  min-height: 38px;
  margin-top: 38px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #4f46e5;
  color: #fff;
  font-size: 14px;
}

.exact-hero .hero-note {
  margin-top: 44px;
  color: var(--ink);
  font-size: 13px;
}

.exact-hero .hero-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.plans-section.exact-plans {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pricing-tabs {
  width: min(calc(100vw - clamp(32px, 4.45vw, 64px)), 1500px);
  margin-inline: calc((100% - min(calc(100vw - clamp(32px, 4.45vw, 64px)), 1500px)) / 2);
  scroll-margin-top: calc(var(--nav-h) + 22px);
}

.plan-tab-input,
.cycle-input,
.max-tier-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.plan-tab-controls {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 26px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
  border-radius: 14px;
  background: #f5f5f5;
}

.billing-cycle-controls {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
  border-radius: 14px;
  background: #f5f5f5;
}

.plan-tab-label,
.cycle-label {
  min-height: 34px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #565b66;
  cursor: pointer;
  font-size: 13px;
  font-weight: 620;
  line-height: 1;
}

.cycle-label {
  gap: 6px;
}

.cycle-label span {
  color: #4f46e5;
  font-size: 12px;
  font-weight: 650;
}

.plan-tab-label:hover,
.cycle-label:hover {
  color: #0a0a0a;
}

#plans-online-en:checked ~ .plan-tab-controls label[for="plans-online-en"],
#plans-online-ko:checked ~ .plan-tab-controls label[for="plans-online-ko"],
#billing-monthly-en:checked ~ .billing-cycle-controls label[for="billing-monthly-en"],
#billing-annual-en:checked ~ .billing-cycle-controls label[for="billing-annual-en"],
#billing-monthly-ko:checked ~ .billing-cycle-controls label[for="billing-monthly-ko"],
#billing-annual-ko:checked ~ .billing-cycle-controls label[for="billing-annual-ko"] {
  background: #fff;
  color: #0a0a0a;
}

#plans-online-en:focus-visible ~ .plan-tab-controls label[for="plans-online-en"],
#plans-online-ko:focus-visible ~ .plan-tab-controls label[for="plans-online-ko"],
#billing-monthly-en:focus-visible ~ .billing-cycle-controls label[for="billing-monthly-en"],
#billing-annual-en:focus-visible ~ .billing-cycle-controls label[for="billing-annual-en"],
#billing-monthly-ko:focus-visible ~ .billing-cycle-controls label[for="billing-monthly-ko"],
#billing-annual-ko:focus-visible ~ .billing-cycle-controls label[for="billing-annual-ko"] {
  outline: 3px solid color-mix(in srgb, var(--accent) 22%, transparent);
  outline-offset: 2px;
}

.plan-panel {
  display: none;
}

#plans-online-en:checked ~ .online-plans-panel,
#plans-online-ko:checked ~ .online-plans-panel {
  display: grid;
}

.exact-plans .annual-price,
.exact-plans .annual-copy {
  display: none;
}

#billing-annual-en:checked ~ .plan-panel .monthly-price,
#billing-annual-en:checked ~ .plan-panel .monthly-copy,
#billing-annual-ko:checked ~ .plan-panel .monthly-price,
#billing-annual-ko:checked ~ .plan-panel .monthly-copy {
  display: none;
}

#billing-annual-en:checked ~ .plan-panel .annual-price,
#billing-annual-ko:checked ~ .plan-panel .annual-price {
  display: grid;
}

#billing-annual-en:checked ~ .plan-panel .annual-copy,
#billing-annual-ko:checked ~ .plan-panel .annual-copy {
  display: flex;
}

.exact-plans .plan-card {
  min-height: 552px;
  padding: 24px 24px 12px;
  display: grid;
  grid-template-areas:
    "title"
    "desc"
    "price"
    "sub"
    "cta"
    "divider"
    "features";
  grid-template-rows: 38px 92px 58px 20px 38px 1px minmax(0, 1fr);
  align-content: start;
  gap: 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.exact-plans .plan-card:hover {
  background: #fafafa;
}

.exact-plans .plan-card h2 {
  color: #0a0a0a;
  font-family: "Google Sans", "OpenAI Sans", "SF Pro Text", var(--font);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.22;
}

.exact-plans .plan-heading {
  min-height: 26px;
  grid-area: title;
}

.exact-plans .plan-heading.split {
  gap: 9px;
}

.featured-plan-shell {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.featured-plan-shell .plan-card {
  height: 100%;
}

.recommended-overline {
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  max-width: 100%;
  min-height: 24px;
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f3e8ff;
  color: #5b21b6;
  font-size: 12px;
  font-weight: 640;
  line-height: 1;
  white-space: nowrap;
}

.exact-plans .recommended-pill {
  padding: 5px 9px;
  background: #f3e8ff;
  color: #5b21b6;
  font-size: 12px;
  font-weight: 640;
}

.exact-plans .plan-value {
  min-height: 42px;
  grid-area: desc;
  color: #565b66;
  font-size: 13.5px;
  font-weight: 440;
  line-height: 1.42;
}

.exact-plans .price-stack {
  grid-area: price;
  grid-template-columns: auto 1fr;
  gap: 7px;
  padding-top: 18px;
}

.exact-plans .price-stack strong {
  color: #0a0a0a;
  font-size: 38px;
  font-weight: 720;
  line-height: .95;
}

.exact-plans .inquiry-price strong {
  font-size: 30px;
  line-height: 1.04;
}

.exact-plans .price-stack span,
.exact-plans .price-sub {
  color: #565b66;
  font-size: 13px;
  font-weight: 430;
}

.exact-plans .price-stack span {
  padding-bottom: 3px;
}

.exact-plans .price-sub {
  min-height: 20px;
  grid-area: sub;
  margin: -2px 0 8px;
}

.exact-plans .plan-card .button {
  width: 100%;
  min-height: 38px;
  grid-area: cta;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
}

.exact-plans .free-cta {
  background: #f5f5f5;
  color: #0a0a0a;
}

.exact-plans .pro-cta,
.exact-plans .max-cta {
  background: #0078d4;
  color: #fff;
}

.exact-plans .max-plus-cta {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  color: #fff;
}

.exact-plans #alti-pro .pro-cta {
  background: linear-gradient(135deg, #0078d4, #4338ca);
}

.exact-plans .free-cta:hover,
.exact-plans .free-cta:focus-visible {
  background: #ececec;
}

.exact-plans .pro-cta:hover,
.exact-plans .pro-cta:focus-visible,
.exact-plans .max-cta:hover,
.exact-plans .max-cta:focus-visible {
  background: #4338ca;
}

.exact-plans #alti-pro .pro-cta:hover,
.exact-plans #alti-pro .pro-cta:focus-visible {
  background: linear-gradient(135deg, #1d4ed8, #4338ca);
}

.exact-plans .max-plus-cta:hover,
.exact-plans .max-plus-cta:focus-visible {
  background: linear-gradient(135deg, #7c3aed, #db2777);
  box-shadow: 0 10px 26px rgba(236, 72, 153, .18);
}

.exact-plans .plan-divider {
  height: 1px;
  grid-area: divider;
  margin: 0;
  background: #e8eaed;
}

.exact-plans .plan-card ul {
  grid-area: features;
  align-content: start;
  gap: 9px;
}

.exact-plans .plan-features li {
  grid-template-columns: 17px minmax(0, 1fr);
  column-gap: 8px;
  color: #17181c;
  font-size: 15px;
  font-weight: 440;
  line-height: 1.36;
}

.exact-plans .plan-features li::before {
  color: #0a0a0a;
  font-size: 13px;
  font-weight: 650;
}

.max-heading {
  align-items: flex-start;
  gap: 12px;
}

.max-heading h2 {
  padding-top: 7px;
}

.max-tier-controls {
  flex: 0 0 auto;
  max-width: 100%;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
  border-radius: 12px;
  background: #f5f5f5;
}

.max-tier-label {
  min-height: 30px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #565b66;
  cursor: pointer;
  font-size: 12px;
  font-weight: 620;
  line-height: 1;
  white-space: nowrap;
}

.max-tier-label:hover {
  color: #0a0a0a;
}

#max-tier-en-max:checked ~ .plan-panel label[for="max-tier-en-max"],
#max-tier-en-maxplus:checked ~ .plan-panel label[for="max-tier-en-maxplus"],
#max-tier-ko-max:checked ~ .plan-panel label[for="max-tier-ko-max"],
#max-tier-ko-maxplus:checked ~ .plan-panel label[for="max-tier-ko-maxplus"] {
  background: #fff;
  color: #0a0a0a;
}

#max-tier-en-max:focus-visible ~ .plan-panel label[for="max-tier-en-max"],
#max-tier-en-maxplus:focus-visible ~ .plan-panel label[for="max-tier-en-maxplus"],
#max-tier-ko-max:focus-visible ~ .plan-panel label[for="max-tier-ko-max"],
#max-tier-ko-maxplus:focus-visible ~ .plan-panel label[for="max-tier-ko-maxplus"] {
  outline: 3px solid color-mix(in srgb, var(--accent) 22%, transparent);
  outline-offset: 2px;
}

.exact-plans .max-state-maxplus {
  display: none;
}

#max-tier-en-maxplus:checked ~ .plan-panel .max-state-max,
#max-tier-ko-maxplus:checked ~ .plan-panel .max-state-max {
  display: none;
}

#max-tier-en-maxplus:checked ~ .plan-panel .max-heading .max-state-maxplus,
#max-tier-ko-maxplus:checked ~ .plan-panel .max-heading .max-state-maxplus {
  display: inline;
}

#max-tier-en-maxplus:checked ~ .plan-panel .plan-value.max-state-maxplus,
#max-tier-ko-maxplus:checked ~ .plan-panel .plan-value.max-state-maxplus,
#max-tier-en-maxplus:checked ~ .plan-panel .price-sub.monthly-copy.max-state-maxplus,
#max-tier-ko-maxplus:checked ~ .plan-panel .price-sub.monthly-copy.max-state-maxplus {
  display: block;
}

#max-tier-en-maxplus:checked ~ .plan-panel .price-stack.monthly-price.max-state-maxplus,
#max-tier-ko-maxplus:checked ~ .plan-panel .price-stack.monthly-price.max-state-maxplus,
#max-tier-en-maxplus:checked ~ .plan-panel .plan-features.max-state-maxplus,
#max-tier-ko-maxplus:checked ~ .plan-panel .plan-features.max-state-maxplus {
  display: grid;
}

#max-tier-en-maxplus:checked ~ .plan-panel .button.monthly-copy.max-state-maxplus,
#max-tier-ko-maxplus:checked ~ .plan-panel .button.monthly-copy.max-state-maxplus {
  display: flex;
}

#billing-annual-en:checked ~ #max-tier-en-maxplus:checked ~ .plan-panel .monthly-price.max-state-maxplus,
#billing-annual-en:checked ~ #max-tier-en-maxplus:checked ~ .plan-panel .monthly-copy.max-state-maxplus,
#billing-annual-ko:checked ~ #max-tier-ko-maxplus:checked ~ .plan-panel .monthly-price.max-state-maxplus,
#billing-annual-ko:checked ~ #max-tier-ko-maxplus:checked ~ .plan-panel .monthly-copy.max-state-maxplus {
  display: none;
}

#billing-annual-en:checked ~ #max-tier-en-maxplus:checked ~ .plan-panel .annual-price.max-state-maxplus,
#billing-annual-ko:checked ~ #max-tier-ko-maxplus:checked ~ .plan-panel .annual-price.max-state-maxplus {
  display: grid;
}

#billing-annual-en:checked ~ #max-tier-en-maxplus:checked ~ .plan-panel .price-sub.annual-copy.max-state-maxplus,
#billing-annual-ko:checked ~ #max-tier-ko-maxplus:checked ~ .plan-panel .price-sub.annual-copy.max-state-maxplus {
  display: block;
}

#billing-annual-en:checked ~ #max-tier-en-maxplus:checked ~ .plan-panel .button.annual-copy.max-state-maxplus,
#billing-annual-ko:checked ~ #max-tier-ko-maxplus:checked ~ .plan-panel .button.annual-copy.max-state-maxplus {
  display: flex;
}

#billing-annual-en:checked ~ #max-tier-en-max:checked ~ .plan-panel .annual-price.max-state-maxplus,
#billing-annual-en:checked ~ #max-tier-en-max:checked ~ .plan-panel .annual-copy.max-state-maxplus,
#billing-annual-ko:checked ~ #max-tier-ko-max:checked ~ .plan-panel .annual-price.max-state-maxplus,
#billing-annual-ko:checked ~ #max-tier-ko-max:checked ~ .plan-panel .annual-copy.max-state-maxplus {
  display: none;
}

.free-tools-note {
  grid-column: 1 / -1;
  min-height: 74px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 8px;
  background: #fafafa;
  color: #565b66;
  font-size: 13.5px;
  line-height: 1.45;
}

.free-tools-note strong {
  flex: 0 0 auto;
  color: #0a0a0a;
  font-weight: 650;
}

.free-tools-note a {
  color: var(--link);
  font-weight: 650;
}

.plans-section.exact-plans.inquiry-page-plans {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefits-section {
  margin-top: 112px;
  text-align: center;
}

.benefit-tabs {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 34px;
  padding: 6px;
  display: inline-flex;
  gap: 4px;
  border-radius: 999px;
  background: #fafafa;
  box-shadow: inset 0 0 0 1px #e8eaed;
}

.benefit-tabs span {
  min-width: 72px;
  padding: 8px 14px;
  color: #565b66;
  font-size: 14px;
  font-weight: 560;
}

.benefits-section h2 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--ink);
  font-family: "Google Sans", "OpenAI Sans", "SF Pro Display", var(--font);
  font-size: clamp(40px, 3.6vw, 48px);
  font-weight: 720;
  line-height: 1.1;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin-top: 86px;
  text-align: left;
}

.benefit-grid article {
  min-height: 152px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform .2s ease;
}

.benefit-grid article:hover {
  transform: translateY(-3px);
}

.benefit-grid strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.2;
}

.benefit-grid p {
  margin: 0;
  color: #565b66;
  font-size: 14px;
  line-height: 1.55;
}

.compare-section {
  margin-top: 118px;
}

.compare-section .section-head {
  display: block;
  margin-bottom: 44px;
  text-align: center;
}

.compare-section h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Google Sans", "OpenAI Sans", "SF Pro Display", var(--font);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.16;
}

.feature-table-wrap {
  overflow-x: auto;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.feature-table {
  min-width: 980px;
}

.feature-table th,
.feature-table td {
  padding: 13px 16px;
  background: #fff;
  color: #0a0a0a;
  font-size: 12.5px;
  font-weight: 430;
  line-height: 1.35;
  box-shadow: inset 0 -1px 0 #ececec;
}

.feature-table thead th {
  background: #fff;
  color: #0a0a0a;
  font-size: 13px;
  font-weight: 620;
  text-align: center;
}

.feature-table thead th:first-child,
.feature-table tbody th {
  text-align: left;
}

.feature-table tbody th {
  width: 30%;
  color: #0a0a0a;
  font-weight: 620;
}

.feature-table td {
  width: 17.5%;
  text-align: center;
}

.feature-table .feature-category th {
  padding: 36px 16px 14px;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 560;
  box-shadow: none;
}

.faq-section {
  max-width: 680px;
  margin: 116px auto 0;
}

.faq-section h2 {
  margin: 0 0 42px;
  color: var(--ink);
  font-family: "Google Sans", "OpenAI Sans", "SF Pro Display", var(--font);
  font-size: 30px;
  font-weight: 560;
  line-height: 1.15;
  text-align: center;
}

.faq-list {
  gap: 0;
}

.faq-list details {
  border-radius: 0;
  background: #fff;
  box-shadow: inset 0 -1px 0 #e8eaed;
}

.faq-list details:first-child {
  box-shadow: inset 0 1px 0 #e8eaed, inset 0 -1px 0 #e8eaed;
}

.faq-list summary {
  min-height: 58px;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 520;
}

.faq-list summary::after {
  content: "+";
  color: #565b66;
  font-size: 18px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 0 20px;
  color: #565b66;
  font-size: 13.5px;
  line-height: 1.55;
}

@media (prefers-reduced-motion: no-preference) {
.benefits-section {
    animation: benefits-reveal .7s ease both;
    animation-timeline: view();
    animation-range: entry 0% cover 32%;
  }
}

@media (max-width: 980px) {
.pricing-hero {
    grid-template-columns: 1fr;
  }
.plans-grid,
.plans-section,
.package-grid,
.trust-bar,
.trust-grid,
.compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.product-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comparison-row {
    grid-template-columns: 1fr 1fr;
  }
.feature-table {
    min-width: 760px;
  }
.feature-table th,
.feature-table td {
    padding: 14px 12px;
  }
.feature-table td {
    font-size: 15px;
  }
.plans-section.exact-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
.plan-tab-label,
.cycle-label,
.exact-plans .plan-card .button,
.exact-hero .hero-upgrade,
.hero-note a {
    min-height: 44px;
  }
.plan-tab-label,
.cycle-label {
    min-width: 44px;
  }
.hero-note a {
    display: inline-flex;
    align-items: center;
  }
.pricing-page {
    padding: 52px 20px 76px;
  }
.pricing-hero {
    min-height: auto;
    gap: 34px;
    padding-bottom: 64px;
  }
.pricing-hero h1 {
    font-size: 42px;
  }
.feature-table-wrap {
    overflow: visible;
  }
.feature-table,
.feature-table tbody,
.feature-table tr,
.feature-table th,
.feature-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
.feature-table {
    border-spacing: 0;
  }
.feature-table thead {
    display: none;
  }
.feature-table tbody {
    display: grid;
    gap: 8px;
  }
.feature-table tbody tr {
    padding: 14px;
    border-radius: 8px;
    background: var(--surface-soft);
  }
.feature-table tbody th,
.feature-table tbody td {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
.feature-table tbody th {
    margin-bottom: 10px;
    color: var(--ink);
  }
.feature-table tbody td {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    padding-top: 8px;
  }
.feature-table tbody td::before {
    content: attr(data-plan);
    color: var(--faint);
    font-size: 12px;
    font-weight: 820;
    text-transform: uppercase;
  }
.provider-choice,
.local-payment-methods {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
.pricing-hero h1,
.hero h1,
.section-title {
    font-size: 38px;
  }
.plans-grid,
.plans-section,
.package-grid,
.trust-bar,
.trust-grid,
.compliance-grid,
.product-band,
.legal-route-grid,
.field-grid {
    grid-template-columns: 1fr;
  }
.suite-visual,
.plan-card,
.package-card,
.trust-item {
    padding: 22px;
  }
.pricing-page {
    padding: 42px 16px 64px;
  }
.pricing-hero p:not(.eyebrow) {
    font-size: 16px;
  }
.hero-commerce {
    padding: 18px;
  }
.benefit-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }
.benefit-grid article {
    min-height: auto;
  }
.compare-section .section-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }
.compare-section h2 {
    font-size: 28px;
  }
.credit-strip {
    grid-template-columns: 1fr;
    gap: 8px;
  }
.trust-callouts {
    padding-inline: 10px;
  }
.paddle-preview,
.provider-choice,
.local-payment-methods {
    margin-inline: 14px;
  }
.provider-choice,
.local-payment-methods {
    grid-template-columns: 1fr;
  }
.plans-section.exact-plans,
.plans-section.exact-plans.inquiry-page-plans {
    grid-template-columns: 1fr;
  }
.featured-plan-shell {
    gap: 8px;
  }
.recommended-overline {
    position: static;
  }
.max-heading {
    align-items: flex-start;
  }
.plan-tab-controls,
.billing-cycle-controls,
.free-tools-note {
    width: 100%;
  }
.plan-tab-label,
.cycle-label,
.free-tools-note {
    flex: 1 1 0;
  }
.free-tools-note {
    align-items: flex-start;
    flex-direction: column;
  }
.comparison-row,
.comparison-row.heading {
    grid-template-columns: 1fr;
  }
.comparison-row.heading {
    display: none;
  }
.feature-table-wrap {
    overflow: visible;
  }
.feature-table,
.feature-table tbody,
.feature-table tr,
.feature-table th,
.feature-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
.feature-table {
    border-spacing: 0;
  }
.feature-table thead {
    display: none;
  }
.feature-table tbody {
    display: grid;
    gap: 8px;
  }
.feature-table tbody tr {
    padding: 14px;
    border-radius: 8px;
    background: var(--surface-soft);
  }
.feature-table tbody th,
.feature-table tbody td {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
.feature-table tbody th {
    margin-bottom: 10px;
    color: var(--ink);
  }
.feature-table tbody td {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    padding-top: 8px;
  }
.feature-table tbody td::before {
    content: attr(data-plan);
    color: var(--faint);
    font-size: 12px;
    font-weight: 820;
    text-transform: uppercase;
  }
.legal-table th,
.legal-table td {
    display: block;
    width: 100%;
    padding: 11px 12px;
    border-radius: 6px;
  }
.legal-table td {
    padding-top: 4px;
  }
}

/*──────── billing site-system.css subset (buttons, dark guards, mono CTA) ────────*/
#000,
#fff)) {
  :root {
    --m3-primary: color-mix(in oklab, var(--m3-seed-primary) 88%, #000000);
    --m3-primary-container: color-mix(in oklab, var(--m3-seed-primary) 16%, #ffffff);
    --m3-secondary: color-mix(in oklab, var(--m3-seed-primary) 26%, #526071);
    --m3-secondary-container: color-mix(in oklab, var(--m3-secondary) 18%, #ffffff);
    --m3-tertiary: color-mix(in oklab, var(--m3-seed-secondary) 86%, #000000);
    --m3-tertiary-container: color-mix(in oklab, var(--m3-seed-secondary) 20%, #ffffff);
    --m3-surface-container-low: color-mix(in oklab, var(--m3-primary) 4%, #ffffff);
    --m3-surface-container: color-mix(in oklab, var(--m3-primary) 7%, #ffffff);
    --m3-surface-container-high: color-mix(in oklab, var(--m3-primary) 10%, #ffffff);
    --m3-surface-container-highest: color-mix(in oklab, var(--m3-primary) 13%, #ffffff);
  }
}

#000,
#fff)) {
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) {
      --m3-primary: color-mix(in oklab, var(--m3-seed-primary) 36%, #ffffff);
      --m3-primary-container: color-mix(in oklab, var(--m3-seed-primary) 62%, #000000);
      --m3-secondary: color-mix(in oklab, var(--m3-seed-primary) 18%, #dce2f4);
      --m3-secondary-container: color-mix(in oklab, var(--m3-secondary) 42%, #000000);
      --m3-tertiary: color-mix(in oklab, var(--m3-seed-secondary) 40%, #ffffff);
      --m3-tertiary-container: color-mix(in oklab, var(--m3-seed-secondary) 62%, #000000);
      --m3-surface-container-low: #171717;
      --m3-surface-container: #18181b;
      --m3-surface-container-high: #27272a;
      --m3-surface-container-highest: #3f3f46;
    }
  }
}

.button,
.button.secondary {
  min-height: 44px;
  border: 1px solid var(--m3-outline);
  border-radius: var(--m3-shape-extra-large);
  background: transparent;
  color: var(--m3-primary);
  box-shadow: var(--m3-elevation-0);
}

.button.primary,
.btn-buy-gradient,
.hero-upgrade,
.pro-cta,
.max-cta,
.max-plus-cta {
  border-color: var(--m3-primary);
  background: var(--m3-primary);
  color: var(--m3-on-primary);
  box-shadow: var(--m3-elevation-1);
}

.button.tonal,
.m3-tonal-button {
  border-color: transparent;
  background: var(--m3-secondary-container);
  color: var(--m3-on-secondary-container);
}

.button:hover,
.button:focus-visible {
  border-color: var(--m3-primary);
  background: var(--m3-primary-container);
  color: var(--m3-on-primary-container);
  box-shadow: var(--m3-elevation-1);
}

.button:active,
.button.secondary:active {
  border-color: var(--m3-primary);
  background: var(--m3-primary-container);
  color: var(--m3-on-primary-container);
  box-shadow: var(--m3-elevation-1);
}

.button.primary:hover,
.button.primary:focus-visible,
.btn-buy-gradient:hover,
.btn-buy-gradient:focus-visible,
.hero-upgrade:hover,
.hero-upgrade:focus-visible,
.pro-cta:hover,
.pro-cta:focus-visible,
.max-cta:hover,
.max-cta:focus-visible,
.max-plus-cta:hover,
.max-plus-cta:focus-visible {
  background: color-mix(in srgb, var(--m3-primary) 88%, var(--m3-on-surface));
  color: var(--m3-on-primary);
  box-shadow: var(--m3-elevation-2);
}

.commerce-panel,
.panel,
.package-card,
.legal-section,
.pricing-card,
.compare-table {
  border-radius: var(--m3-shape-medium);
}

.fab,
.m3-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: var(--m3-shape-large);
  background: var(--m3-primary-container);
  color: var(--m3-on-primary-container);
  box-shadow: var(--m3-elevation-3);
}

.button.primary,
.btn-buy-gradient,
.hero-upgrade,
.plan-button,
.pro-cta,
.max-cta,
.exact-plans .pro-cta,
.exact-plans .max-cta {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: #ffffff;
}

.button.primary:hover,
.button.primary:focus-visible,
.button.primary:active,
.btn-buy-gradient:hover,
.btn-buy-gradient:focus-visible,
.btn-buy-gradient:active,
.hero-upgrade:hover,
.hero-upgrade:focus-visible,
.hero-upgrade:active,
.plan-button:hover,
.plan-button:focus-visible,
.plan-button:active,
.pro-cta:hover,
.pro-cta:focus-visible,
.pro-cta:active,
.max-cta:hover,
.max-cta:focus-visible,
.max-cta:active,
.exact-plans .pro-cta:hover,
.exact-plans .pro-cta:focus-visible,
.exact-plans .pro-cta:active,
.exact-plans .max-cta:hover,
.exact-plans .max-cta:focus-visible,
.exact-plans .max-cta:active {
  border-color: #1e40af;
  background: #1e40af;
  color: #ffffff;
}

.max-plus-cta,
.exact-plans .max-plus-cta {
  border-color: #6d28d9;
  background: linear-gradient(135deg, #6d28d9, #be185d);
  background-color: #6d28d9;
  color: #ffffff;
}

.max-plus-cta:hover,
.max-plus-cta:focus-visible,
.max-plus-cta:active,
.exact-plans .max-plus-cta:hover,
.exact-plans .max-plus-cta:focus-visible,
.exact-plans .max-plus-cta:active {
  border-color: #581c87;
  background: linear-gradient(135deg, #581c87, #9d174d);
  background-color: #581c87;
  color: #ffffff;
}

.exact-plans #alti-pro .pro-cta {
  border-color: #0078d4;
  background: linear-gradient(135deg, #0078d4, #4338ca);
  background-color: #0078d4;
  color: #ffffff;
}

.exact-plans #alti-pro .pro-cta:hover,
.exact-plans #alti-pro .pro-cta:focus-visible,
.exact-plans #alti-pro .pro-cta:active {
  border-color: #1e40af;
  background: linear-gradient(135deg, #0078d4, #1e40af);
  background-color: #1e40af;
  color: #ffffff;
}

.free-cta,
.exact-plans .free-cta {
  border-color: #d4d4d4;
  background: #f5f5f5;
  color: #0a0a0a;
}

.free-cta:hover,
.free-cta:focus-visible,
.free-cta:active,
.exact-plans .free-cta:hover,
.exact-plans .free-cta:focus-visible,
.exact-plans .free-cta:active {
  border-color: #c7c7c7;
  background: #ececec;
  color: #0a0a0a;
}

html[data-theme="dark"] .free-cta,
html[data-theme="dark"] .exact-plans .free-cta {
  border-color: #3f3f46;
  background: #18181b;
  color: var(--m3-on-surface);
}

html[data-theme="dark"] .free-cta:hover,
html[data-theme="dark"] .free-cta:focus-visible,
html[data-theme="dark"] .free-cta:active,
html[data-theme="dark"] .exact-plans .free-cta:hover,
html[data-theme="dark"] .exact-plans .free-cta:focus-visible,
html[data-theme="dark"] .exact-plans .free-cta:active {
  border-color: #a1a1aa;
  background: #27272a;
  color: var(--m3-on-surface);
}

@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) .free-cta,
:root:not([data-theme="light"]) .exact-plans .free-cta {
    border-color: #3f3f46;
    background: #18181b;
    color: var(--m3-on-surface);
  }
:root:not([data-theme="light"]) .free-cta:hover,
:root:not([data-theme="light"]) .free-cta:focus-visible,
:root:not([data-theme="light"]) .free-cta:active,
:root:not([data-theme="light"]) .exact-plans .free-cta:hover,
:root:not([data-theme="light"]) .exact-plans .free-cta:focus-visible,
:root:not([data-theme="light"]) .exact-plans .free-cta:active {
    border-color: #a1a1aa;
    background: #27272a;
    color: var(--m3-on-surface);
  }
}

html[data-theme="dark"] .feature-table-wrap {
  background: var(--m3-surface-container-lowest);
}

html[data-theme="dark"] .feature-table {
  border: 0;
  background: var(--m3-surface-container-lowest);
  color: var(--m3-on-surface);
}

html[data-theme="dark"] .feature-table th,
html[data-theme="dark"] .feature-table td {
  background: var(--m3-surface-container-lowest) !important;
  color: var(--m3-on-surface) !important;
  box-shadow: inset 0 -1px 0 var(--m3-outline-variant);
}

html[data-theme="dark"] .feature-table thead th,
html[data-theme="dark"] .feature-table tbody th,
html[data-theme="dark"] .feature-table .feature-category th {
  background: var(--m3-surface-container-low) !important;
  color: var(--m3-on-surface) !important;
}

@media (max-width: 760px) {
html[data-theme="dark"] .feature-table tbody tr {
    background: var(--m3-surface-container-lowest) !important;
  }
html[data-theme="dark"] .feature-table tbody td::before {
    color: var(--m3-on-surface-variant) !important;
  }
}

@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) .feature-table-wrap {
    background: var(--m3-surface-container-lowest);
  }
:root:not([data-theme="light"]) .feature-table {
    border: 0;
    background: var(--m3-surface-container-lowest);
    color: var(--m3-on-surface);
  }
:root:not([data-theme="light"]) .feature-table th,
:root:not([data-theme="light"]) .feature-table td {
    background: var(--m3-surface-container-lowest) !important;
    color: var(--m3-on-surface) !important;
    box-shadow: inset 0 -1px 0 var(--m3-outline-variant);
  }
:root:not([data-theme="light"]) .feature-table thead th,
:root:not([data-theme="light"]) .feature-table tbody th,
:root:not([data-theme="light"]) .feature-table .feature-category th {
    background: var(--m3-surface-container-low) !important;
    color: var(--m3-on-surface) !important;
  }
}

#login-email::placeholder {
  color: #5f6368 !important;
  opacity: 1 !important;
}

html[data-theme="dark"] #login-email::placeholder {
  color: #a1a1aa !important;
}

.exact-hero h1 span,
.benefits-section h2 span {
  color: #1d4ed8;
}

html[data-theme="dark"] .faq-list details {
  background: var(--m3-surface-container-lowest);
  color: var(--m3-on-surface);
}

html[data-theme="dark"] .faq-list summary {
  color: var(--m3-on-surface) !important;
}

html[data-theme="dark"] .benefit-grid article p {
  color: var(--m3-on-surface-variant) !important;
}

html[data-theme="dark"] .exact-hero h1 span,
html[data-theme="dark"] .benefits-section h2 span {
  color: var(--m3-primary);
}

html[data-theme="dark"] .faq-list details p {
  color: var(--m3-on-surface-variant) !important;
}

.exact-plans .plan-card,
.plan-card,
.pricing-card,
.package-card,
.commerce-panel,
.panel {
  background: #ffffff !important;
  color: #171c20 !important;
}

.exact-plans .plan-card:hover,
.exact-plans .plan-card:focus-within,
.exact-plans .plan-card:active,
.plan-card:hover,
.plan-card:focus-within,
.plan-card:active,
.pricing-card:hover,
.pricing-card:focus-within,
.pricing-card:active {
  background: #f3f6fb !important;
  color: #171c20 !important;
}

.exact-plans .plan-card h2,
.exact-plans .price-stack strong,
.exact-plans .inquiry-price strong,
.plan-card h2,
.price-stack strong,
.pricing-card h2,
.pricing-card h3,
.package-card h2,
.panel h2 {
  color: #0a0a0a !important;
}

.exact-plans .plan-value,
.exact-plans .price-stack span,
.exact-plans .price-sub,
.exact-plans .plan-features li,
.plan-card > p,
.plan-card li,
.pricing-card p,
.pricing-card li,
.package-card p,
.panel p {
  color: #343a40 !important;
}

.exact-plans .recommended-pill,
.exact-plans .recommended-overline {
  background: #f3e8ff !important;
  color: #5b21b6 !important;
}

.plan-card .button:hover,
.plan-card .button:focus-visible,
.plan-card .button:active,
.exact-plans .plan-card .button:hover,
.exact-plans .plan-card .button:focus-visible,
.exact-plans .plan-card .button:active {
  color: #ffffff !important;
}

.free-cta:hover,
.free-cta:focus-visible,
.free-cta:active,
.exact-plans .free-cta:hover,
.exact-plans .free-cta:focus-visible,
.exact-plans .free-cta:active {
  color: #0a0a0a !important;
}

html[data-theme="dark"] .exact-plans .plan-card,
html[data-theme="dark"] .plan-card,
html[data-theme="dark"] .pricing-card,
html[data-theme="dark"] .package-card,
html[data-theme="dark"] .commerce-panel,
html[data-theme="dark"] .panel {
  background: #18181b !important;
  color: #f5f5f5 !important;
  border-color: #3f3f46;
}

html[data-theme="dark"] .exact-plans .free-plan,
html[data-theme="dark"] .exact-plans .pro-plan,
html[data-theme="dark"] .exact-plans .max-plan,
html[data-theme="dark"] .exact-plans .max-plus-plan {
  background: #18181b !important;
}

html[data-theme="dark"] .exact-plans .plan-card:hover,
html[data-theme="dark"] .exact-plans .plan-card:focus-within,
html[data-theme="dark"] .exact-plans .plan-card:active,
html[data-theme="dark"] .plan-card:hover,
html[data-theme="dark"] .plan-card:focus-within,
html[data-theme="dark"] .plan-card:active,
html[data-theme="dark"] .pricing-card:hover,
html[data-theme="dark"] .pricing-card:focus-within,
html[data-theme="dark"] .pricing-card:active {
  background: #27272a !important;
  color: #f5f5f5 !important;
}

html[data-theme="dark"] .exact-plans .plan-card h2,
html[data-theme="dark"] .exact-plans .price-stack strong,
html[data-theme="dark"] .exact-plans .inquiry-price strong,
html[data-theme="dark"] .plan-card h2,
html[data-theme="dark"] .price-stack strong,
html[data-theme="dark"] .pricing-card h2,
html[data-theme="dark"] .pricing-card h3,
html[data-theme="dark"] .package-card h2,
html[data-theme="dark"] .panel h2 {
  color: #f5f5f5 !important;
}

html[data-theme="dark"] .exact-plans .plan-value,
html[data-theme="dark"] .exact-plans .price-stack span,
html[data-theme="dark"] .exact-plans .price-sub,
html[data-theme="dark"] .exact-plans .plan-features li,
html[data-theme="dark"] .plan-card > p,
html[data-theme="dark"] .plan-card li,
html[data-theme="dark"] .pricing-card p,
html[data-theme="dark"] .pricing-card li,
html[data-theme="dark"] .package-card p,
html[data-theme="dark"] .panel p {
  color: #a1a1aa !important;
}

html[data-theme="dark"] .exact-plans .plan-features li::before {
  color: #f5f5f5 !important;
}

html[data-theme="dark"] .exact-plans .recommended-pill,
html[data-theme="dark"] .exact-plans .recommended-overline {
  background: #312e81 !important;
  color: #e0e7ff !important;
}

html[data-theme="dark"] .plan-card .button:hover,
html[data-theme="dark"] .plan-card .button:focus-visible,
html[data-theme="dark"] .plan-card .button:active,
html[data-theme="dark"] .exact-plans .plan-card .button:hover,
html[data-theme="dark"] .exact-plans .plan-card .button:focus-visible,
html[data-theme="dark"] .exact-plans .plan-card .button:active {
  color: #ffffff !important;
}

@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) .exact-plans .plan-card,
:root:not([data-theme="light"]) .plan-card,
:root:not([data-theme="light"]) .pricing-card,
:root:not([data-theme="light"]) .package-card,
:root:not([data-theme="light"]) .commerce-panel,
:root:not([data-theme="light"]) .panel {
    background: #18181b !important;
    color: #f5f5f5 !important;
    border-color: #3f3f46;
  }
:root:not([data-theme="light"]) .exact-plans .plan-card:hover,
:root:not([data-theme="light"]) .exact-plans .plan-card:focus-within,
:root:not([data-theme="light"]) .exact-plans .plan-card:active,
:root:not([data-theme="light"]) .plan-card:hover,
:root:not([data-theme="light"]) .plan-card:focus-within,
:root:not([data-theme="light"]) .plan-card:active,
:root:not([data-theme="light"]) .pricing-card:hover,
:root:not([data-theme="light"]) .pricing-card:focus-within,
:root:not([data-theme="light"]) .pricing-card:active {
    background: #27272a !important;
    color: #f5f5f5 !important;
  }
:root:not([data-theme="light"]) .exact-plans .plan-card h2,
:root:not([data-theme="light"]) .exact-plans .price-stack strong,
:root:not([data-theme="light"]) .exact-plans .inquiry-price strong,
:root:not([data-theme="light"]) .plan-card h2,
:root:not([data-theme="light"]) .price-stack strong,
:root:not([data-theme="light"]) .pricing-card h2,
:root:not([data-theme="light"]) .pricing-card h3,
:root:not([data-theme="light"]) .package-card h2,
:root:not([data-theme="light"]) .panel h2 {
    color: #f5f5f5 !important;
  }
:root:not([data-theme="light"]) .exact-plans .plan-value,
:root:not([data-theme="light"]) .exact-plans .price-stack span,
:root:not([data-theme="light"]) .exact-plans .price-sub,
:root:not([data-theme="light"]) .exact-plans .plan-features li,
:root:not([data-theme="light"]) .plan-card > p,
:root:not([data-theme="light"]) .plan-card li,
:root:not([data-theme="light"]) .pricing-card p,
:root:not([data-theme="light"]) .pricing-card li,
:root:not([data-theme="light"]) .package-card p,
:root:not([data-theme="light"]) .panel p {
    color: #a1a1aa !important;
  }
:root:not([data-theme="light"]) .exact-plans .plan-features li::before {
    color: #f5f5f5 !important;
  }
:root:not([data-theme="light"]) .exact-plans .recommended-pill,
:root:not([data-theme="light"]) .exact-plans .recommended-overline {
    background: #312e81 !important;
    color: #e0e7ff !important;
  }
:root:not([data-theme="light"]) .plan-card .button:hover,
:root:not([data-theme="light"]) .plan-card .button:focus-visible,
:root:not([data-theme="light"]) .plan-card .button:active,
:root:not([data-theme="light"]) .exact-plans .plan-card .button:hover,
:root:not([data-theme="light"]) .exact-plans .plan-card .button:focus-visible,
:root:not([data-theme="light"]) .exact-plans .plan-card .button:active {
    color: #ffffff !important;
  }
:root:not([data-theme="light"]) .exact-hero h1 span,
:root:not([data-theme="light"]) .benefits-section h2 span {
    color: var(--m3-primary);
  }
:root:not([data-theme="light"]) .faq-list details {
    background: var(--m3-surface-container-lowest);
    color: var(--m3-on-surface);
  }
:root:not([data-theme="light"]) .faq-list summary {
    color: var(--m3-on-surface) !important;
  }
:root:not([data-theme="light"]) .faq-list details p,
:root:not([data-theme="light"]) .benefit-grid article p {
    color: var(--m3-on-surface-variant) !important;
  }
}

.btn-buy-gradient,
.hero-upgrade,
.pro-cta,
.max-cta,
.max-plus-cta,
.exact-plans .pro-cta,
.exact-plans .max-cta,
.exact-plans .max-plus-cta,
.exact-plans #alti-pro .pro-cta {
  border-color: var(--m3-on-surface) !important;
  background: var(--m3-on-surface) !important;
  color: var(--m3-surface) !important;
  box-shadow: var(--m3-elevation-1) !important;
}

.btn-buy-gradient:hover,
.btn-buy-gradient:focus-visible,
.btn-buy-gradient:active,
.hero-upgrade:hover,
.hero-upgrade:focus-visible,
.hero-upgrade:active,
.pro-cta:hover,
.pro-cta:focus-visible,
.pro-cta:active,
.max-cta:hover,
.max-cta:focus-visible,
.max-cta:active,
.max-plus-cta:hover,
.max-plus-cta:focus-visible,
.max-plus-cta:active,
.exact-plans #alti-pro .pro-cta:hover,
.exact-plans #alti-pro .pro-cta:focus-visible,
.exact-plans #alti-pro .pro-cta:active {
  border-color: color-mix(in srgb, var(--m3-on-surface) 84%, var(--m3-surface)) !important;
  background: color-mix(in srgb, var(--m3-on-surface) 84%, var(--m3-surface)) !important;
  color: var(--m3-surface) !important;
  box-shadow: var(--m3-elevation-2) !important;
}

html[data-theme="dark"] .exact-plans .plan-card .button.pro-cta:hover,
html[data-theme="dark"] .exact-plans .plan-card .button.pro-cta:focus-visible,
html[data-theme="dark"] .exact-plans .plan-card .button.pro-cta:active,
html[data-theme="dark"] .exact-plans .plan-card .button.max-cta:hover,
html[data-theme="dark"] .exact-plans .plan-card .button.max-cta:focus-visible,
html[data-theme="dark"] .exact-plans .plan-card .button.max-cta:active,
html[data-theme="dark"] .exact-plans .plan-card .button.max-plus-cta:hover,
html[data-theme="dark"] .exact-plans .plan-card .button.max-plus-cta:focus-visible,
html[data-theme="dark"] .exact-plans .plan-card .button.max-plus-cta:active {
  color: var(--m3-surface) !important;
}

@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) .exact-plans .plan-card .button.pro-cta:hover,
:root:not([data-theme="light"]) .exact-plans .plan-card .button.pro-cta:focus-visible,
:root:not([data-theme="light"]) .exact-plans .plan-card .button.pro-cta:active,
:root:not([data-theme="light"]) .exact-plans .plan-card .button.max-cta:hover,
:root:not([data-theme="light"]) .exact-plans .plan-card .button.max-cta:focus-visible,
:root:not([data-theme="light"]) .exact-plans .plan-card .button.max-cta:active,
:root:not([data-theme="light"]) .exact-plans .plan-card .button.max-plus-cta:hover,
:root:not([data-theme="light"]) .exact-plans .plan-card .button.max-plus-cta:focus-visible,
:root:not([data-theme="light"]) .exact-plans .plan-card .button.max-plus-cta:active {
    color: var(--m3-surface) !important;
  }
}

.recommended-pill,
.recommended-overline,
.exact-plans .recommended-pill,
.exact-plans .recommended-overline {
  background: var(--m3-on-surface) !important;
  color: var(--m3-surface) !important;
}

html[data-theme="dark"] .exact-plans .recommended-pill,
html[data-theme="dark"] .exact-plans .recommended-overline {
  background: var(--m3-on-surface) !important;
  color: var(--m3-surface) !important;
}

@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) .exact-plans .recommended-pill,
:root:not([data-theme="light"]) .exact-plans .recommended-overline {
    background: var(--m3-on-surface) !important;
    color: var(--m3-surface) !important;
  }
}

/*──────── reference polish (claude.com / chatgpt.com pricing look) ────────
   Large centered display title, bordered rounded cards, squared CTAs,
   generous whitespace. www-only layer on top of the billing subset. */
.pricing-page .plan-tab-controls {
  display: none;
}

.pricing-page .exact-hero {
  min-height: 0;
  padding: 92px 0 40px;
}

.pricing-page .hero-kicker {
  font-size: 15px;
  color: var(--muted);
}

.pricing-page .exact-hero h1 {
  font-size: clamp(56px, 7.5vw, 88px);
  font-weight: 660;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.pricing-page .exact-hero > p {
  font-size: 18px;
}

.pricing-page .plans-section.exact-plans {
  gap: 20px;
}

.pricing-page .exact-plans .plan-card {
  min-height: 0;
  padding: 30px 26px 12px;
  row-gap: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

.pricing-page .exact-plans .plan-features {
  min-height: 0;
  align-self: stretch;
  align-content: start;
}

.pricing-page .exact-plans .plan-features li::before {
  color: var(--ink) !important;
}

.pricing-page .exact-plans .plan-card h2 {
  font-size: 24px;
  letter-spacing: -.035em;
}

.pricing-page .exact-plans .max-heading {
  gap: 4px;
}

.pricing-page .exact-plans .max-heading h2 {
  font-size: 21.5px;
  white-space: nowrap;
}

.pricing-page .exact-plans .price-stack strong {
  font-size: 42px;
}

.pricing-page .exact-plans .plan-card .button {
  border-radius: 10px;
}

.pricing-page .recommended-overline {
  width: max-content;
  max-width: calc(100% - 8px);
  top: -34px;
  padding: 6px 12px;
  border-radius: 8px;
}

.pricing-page .benefit-grid article,
.pricing-page .free-tools-note {
  border: 1px solid var(--line);
  border-radius: 16px;
}

.pricing-page .benefit-grid article {
  min-width: 0;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-page .benefit-grid article strong {
  position: static;
  margin: 0;
  font-size: 19px;
  letter-spacing: -.025em;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.pricing-page .benefit-grid article p {
  margin: 0;
  line-height: 1.55;
}

/* The www shell styles .section-head as a two-column grid; the pricing page
   keeps the billing layout — a centered kicker + title stack. */
.pricing-page .section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: none;
  margin: 0 auto 36px;
  padding: 0;
  text-align: center;
}

.pricing-page .feature-table-wrap,
.pricing-page .feature-table {
  border-inline: 0 !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pricing-page .hero-kicker {
  color: var(--muted) !important;
}

html[data-theme="dark"] .pricing-page .exact-plans .plan-features li::before {
  color: #f5f5f5 !important;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .pricing-page .hero-kicker {
    color: var(--muted) !important;
  }

  :root:not([data-theme="light"]) .pricing-page .exact-plans .plan-features li::before {
    color: #f5f5f5 !important;
  }
}
