:root {
  color-scheme: light;
  --ink: #0a0a0a;
  --muted: #565b66;
  --faint: #757b86;
  --page: #fff;
  --paper: #fff;
  --surface: #f5f5f7;
  --surface-strong: #ececf1;
  --surface-soft: #fafafa;
  --line: #e5e7eb;
  --accent: #1769e0;
  --accent-strong: #0b55c7;
  --accent-soft: #edf5ff;
  --link: #0066cc;
  --green: #187a43;
  --amber: #8a5a0a;
  --shadow-soft: 0 16px 42px rgba(18, 22, 30, .05);
  --shadow-card: 0 12px 34px rgba(18, 22, 30, .05);
  --content: 1320px;
  --nav-h: 60px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro KR", "Apple SD Gothic Neo", "Noto Sans KR", Pretendard, "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--page);
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: 0;
  overflow-x: clip;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.5;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.page {
  width: min(100%, var(--content));
  margin: 0 auto;
  padding: 54px 22px 82px;
}

section[id],
article[id] {
  scroll-margin-top: calc(var(--nav-h) + 22px);
}

.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,
.checkout-preview-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,
.checkout-preview-row span,
.panel-row span,
.summary-label {
  color: var(--muted);
}

.suite-row strong,
.checkout-preview-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,
.login-state,
.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;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.commerce-panel,
.panel,
.compliance-item,
.legal-section,
.checkout-fields,
.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;
}

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

.checkout-preview-row {
  min-height: 58px;
  padding: 14px 16px;
}

.checkout-preview-row.active {
  background: var(--accent-soft);
}

.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;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-top: 6px;
}

.checkout-head {
  max-width: 820px;
}

.checkout-order {
  position: sticky;
  top: calc(var(--nav-h) + 22px);
  display: grid;
  gap: 18px;
  padding: 6px;
}

.checkout-order .panel-head {
  padding-bottom: 0;
}

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

.checkout-price-block {
  display: grid;
  gap: 4px;
  padding: 2px 20px 0;
}

.checkout-price-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.checkout-price-block strong {
  color: var(--ink);
  font-size: 42px;
  line-height: 1;
  font-weight: 780;
  white-space: nowrap;
}

.checkout-price-line > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--green) 15%, var(--surface-soft));
  color: var(--green);
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

.checkout-price-block span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 640;
}

.checkout-plan-choice {
  display: grid;
  gap: 8px;
  padding: 0 14px;
}

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

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

.checkout-plan-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.checkout-plan-option span span,
.checkout-plan-option strong {
  color: var(--ink);
  font-weight: 760;
}

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

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

.checkout-payment {
  overflow: hidden;
}

.checkout-fields {
  display: grid;
  gap: 12px;
  margin: 0 20px 18px;
  padding: 18px;
  background: var(--surface-soft);
  box-shadow: none;
}

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

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

.checkout-fields input,
.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);
}

.checkout-fields input::placeholder {
  color: #565b66;
  opacity: 1;
}

html[data-theme="dark"] .checkout-fields input::placeholder {
  color: #c2c7d0;
}

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

.checkout-fields input:disabled {
  color: #42474f;
  cursor: not-allowed;
  opacity: 1;
}

html[data-theme="dark"] .checkout-fields input:disabled {
  color: #c2c7d0;
}

.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;
}

.checkout-compare {
  display: grid;
  gap: 8px;
  padding: 0 14px 14px;
}

.checkout-compare h3 {
  margin: 0 0 2px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 780;
}

.checkout-compare-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--surface-soft);
}

.checkout-compare-row.active {
  background: color-mix(in srgb, var(--accent) 12%, var(--surface-soft));
}

.checkout-compare-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.checkout-compare-row strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
}

.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);
}

.checkout-action {
  width: 100%;
  min-height: 54px;
  justify-content: center;
  font-size: 16px;
}

.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);
}

[hidden] {
  display: none !important;
}

.receipt-grid,
.login-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: 28px;
  align-items: start;
  padding-top: 34px;
}

.receipt-id {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 14px;
}

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

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

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

.login-brand-page {
  --login-page: #f8fafc;
  --login-card: #fff;
  --login-text: #202124;
  --login-muted: #5f6368;
  --login-faint: #80868b;
  --login-control: #f1f3f4;
  --login-control-hover: #e8eaed;
  --login-primary: #0b57d0;
  --login-primary-hover: #0a46a8;
  --login-primary-text: #fff;
  --login-focus: #1a73e8;
  min-height: 100vh;
  background: linear-gradient(180deg, #fff 0%, var(--login-page) 100%);
  color: var(--login-text);
  color-scheme: light;
}

.login-simple-shell {
  min-height: calc(100vh - 58px);
  padding: 42px 18px 18px;
  display: grid;
  place-items: center;
}

.login-simple-card {
  width: min(100%, 420px);
  padding: 38px 34px 30px;
  background: var(--login-card);
}

.login-simple-logo {
  width: 38px;
  height: 42px;
  display: block;
  object-fit: contain;
}

.login-simple-card h1 {
  margin: 22px 0 0;
  color: var(--login-text);
  font-size: 26px;
  line-height: 1.16;
  font-weight: 640;
  letter-spacing: 0;
}

.login-simple-subtitle {
  margin: 8px 0 0;
  color: var(--login-muted);
  font-size: 14px;
  line-height: 1.45;
}

.login-sso-list,
.login-email-form {
  display: grid;
  gap: 10px;
}

.login-sso-list {
  margin-top: 26px;
}

.login-sso-button,
.login-primary-action {
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 650;
  text-align: center;
}

.login-sso-button {
  background: var(--login-control);
  color: var(--login-text);
}

.login-sso-button:hover,
.login-sso-button:focus-visible {
  background: var(--login-control-hover);
}

.login-sso-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  color: var(--login-text);
  font-size: 11px;
  font-weight: 780;
}

.login-sso-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.login-divider {
  margin: 22px 0 18px;
  color: var(--login-faint);
  font-size: 13px;
  text-align: center;
}

.login-email-form label {
  color: var(--login-text);
  font-size: 13px;
  font-weight: 650;
}

.login-email-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 0;
  background: var(--login-control);
  color: var(--login-text);
  font: inherit;
}

.login-email-form input[type="email"]::placeholder {
  color: var(--login-faint);
}

.login-primary-action {
  margin-top: 4px;
  background: var(--login-primary);
  color: var(--login-primary-text);
  cursor: pointer;
}

.login-primary-action:hover,
.login-primary-action:focus-visible {
  background: var(--login-primary-hover);
  color: var(--login-primary-text);
}

.login-sso-button:focus-visible,
.login-primary-action:focus-visible,
.login-simple-links a:focus-visible,
.login-mini-footer a:focus-visible,
.login-email-form input[type="email"]:focus-visible {
  outline: 3px solid var(--login-focus);
  outline-offset: 3px;
}

.login-simple-links {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--login-primary);
  font-size: 13px;
  font-weight: 650;
}

.login-mini-footer {
  min-height: 58px;
  padding: 0 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--login-muted);
  font-size: 12px;
}

.login-mini-footer a {
  color: inherit;
}

@media (prefers-color-scheme: dark) {
  .login-brand-page {
    --login-page: #0b0d10;
    --login-card: #15181c;
    --login-text: #f2f4f8;
    --login-muted: #a5abb3;
    --login-faint: #7d8590;
    --login-control: #20242a;
    --login-control-hover: #2a3038;
    --login-primary: #f2f4f8;
    --login-primary-hover: #dfe5ee;
    --login-primary-text: #0b0d10;
    --login-focus: #8ab4f8;
    background: linear-gradient(180deg, #15191f 0%, var(--login-page) 100%);
    color-scheme: dark;
  }
}

@media (max-width: 560px) {
  .login-simple-shell {
    min-height: calc(100vh - 52px);
    padding: 22px 14px 12px;
  }

  .login-simple-card {
    padding: 28px 22px 24px;
  }

  .login-simple-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .login-mini-footer {
    min-height: 52px;
    padding-bottom: 16px;
  }
}

.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;
}

.legal-footer {
  background: #2a2a2a;
  color: #b0b0b0;
}

.legal-footer-inner {
  width: min(100%, var(--content));
  margin: 0 auto;
  padding: 34px 48px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 1.6fr) repeat(4, minmax(120px, .7fr));
  gap: 28px;
  font-size: 13px;
}

.legal-footer strong,
.footer-column h2,
.footer-business h2 {
  color: #d6d6d6;
}

.footer-brand p,
.footer-column p,
.footer-business p {
  margin: 8px 0 0;
}

.footer-column h2,
.footer-business h2 {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.2;
}

.footer-column a,
.footer-column span,
.footer-business span {
  display: block;
  margin-top: 5px;
}

.footer-column a {
  color: #9ecaff;
}

.footer-column a:hover {
  color: #d3e4ff;
}

.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;
}

/* Annual + Max(default) must keep every Max+ annual element hidden: the
   generic annual reveal carries one id, so only a two-id combo outranks it. */
#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;
}

@keyframes benefits-reveal {
  from {
    opacity: .72;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@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,
  .checkout-layout,
  .receipt-grid,
  .login-brand-shell,
  .login-layout {
    grid-template-columns: 1fr;
  }

  .login-brand-shell {
    align-items: start;
  }

  .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));
  }

  .checkout-order {
    position: static;
  }
}

@media (max-width: 820px) {
  .plan-tab-label,
  .cycle-label,
  .exact-plans .plan-card .button,
  .exact-hero .hero-upgrade,
  .hero-note a,
  .footer-column a {
    min-height: 44px;
  }

  .plan-tab-label,
  .cycle-label,
  .footer-column a {
    min-width: 44px;
  }

  .hero-note a,
  .footer-column a {
    display: inline-flex;
    align-items: center;
  }

  .page {
    padding: 34px 16px 58px;
  }

  .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;
  }

  .legal-footer-inner {
    grid-template-columns: 1fr 1fr;
    padding: 30px 20px;
  }

  .checkout-plan-option {
    grid-template-columns: auto 1fr;
  }

  .checkout-plan-option strong {
    grid-column: 2;
  }

  .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,
  .legal-footer-inner,
  .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;
  }

  .checkout-price-block strong {
    font-size: 34px;
  }

  .checkout-price-line {
    align-items: start;
    flex-direction: column;
  }

  .checkout-plan-choice,
  .trust-callouts,
  .checkout-compare {
    padding-inline: 10px;
  }

  .checkout-fields,
  .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;
  }
}

@media print {
  :root {
    --ink: #000;
    --muted: #333;
    --faint: #555;
    --page: #fff;
    --paper: #fff;
    --surface: #fff;
    --surface-strong: #fff;
    --surface-soft: #fff;
    --line: #ddd;
  }

  html,
  body {
    background: #fff;
    color: #000;
  }

  .site-header,
  .legal-footer,
  .action-row,
  .button,
  .login-primary-action,
  .login-secondary-action,
  .product-band,
  .hero-metrics,
  .trust-strip,
  .security-strip {
    display: none !important;
  }

  .page,
  .legal-page {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .legal-title,
  .section-title {
    font-size: 28px;
  }

  .legal-section {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  a {
    color: #000;
    text-decoration: none;
  }
}
