/* TokenSail — Landing page styles
   Deep-sea Data Instrument applied to a marketing surface. */

.lp { max-width: 1200px; margin: 0 auto; padding: 0 var(--s-6); }

/* ---- Top nav ---- */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: color-mix(in srgb, var(--ink) 72%, transparent);
  border-bottom: 1px solid var(--line-soft);
}
.lp-nav-inner { max-width: 1200px; margin: 0 auto; padding: 14px var(--s-6); display: flex; align-items: center; gap: var(--s-6); }
.lp-brand { display: flex; align-items: center; gap: var(--s-3); }
.lp-brand .brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); box-shadow: var(--glow-accent); }
.lp-brand .brand-mark svg { width: 20px; height: 20px; color: var(--ink); }
.lp-brand .brand-name { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-lg); }
.lp-brand .brand-name b { color: var(--accent); }
.lp-nav-links { display: flex; align-items: center; gap: var(--s-6); margin-left: var(--s-5); }
.lp-nav-links a { color: var(--text-dim); font-size: var(--fs-md); font-weight: var(--fw-med); transition: color var(--dur-fast); }
.lp-nav-links a:hover { color: var(--text); }
.lp-nav-links a.active { color: var(--text); }
.lp-nav-spacer { flex: 1; }
.lp-nav-actions { display: flex; align-items: center; gap: var(--s-3); }

/* ---- Section primitives ---- */
.lp-section { padding: var(--s-9) 0; }
.lp-eyebrow { text-transform: uppercase; letter-spacing: 0.16em; font-size: var(--fs-xs); color: var(--accent); font-weight: var(--fw-bold); }
.lp-h2 { font-size: var(--fs-3xl); margin: var(--s-3) 0 var(--s-4); }
.lp-lead { color: var(--text-dim); font-size: var(--fs-lg); max-width: 640px; }
.lp-section-head { text-align: center; max-width: 720px; margin: 0 auto var(--s-8); }
.lp-section-head .lp-lead { margin: 0 auto; }

/* ---- Hero ---- */
.hero { position: relative; padding: var(--s-6) 0 var(--s-7); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: var(--s-9); align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: var(--s-2);
  padding: 6px 14px; border-radius: var(--r-pill);
  background: rgba(79,209,197,0.08); border: 1px solid rgba(79,209,197,0.28);
  color: var(--accent); font-size: var(--fs-sm); font-weight: var(--fw-semi);
}
.hero-badge .dot { background: var(--accent); box-shadow: 0 0 8px var(--accent-glow); animation: pulse 2s var(--ease) infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
.hero-title {
  font-size: var(--fs-4xl); line-height: 1.05; margin: var(--s-5) 0 var(--s-5);
  letter-spacing: -0.02em;
}
.hero-title .grad {
  background: linear-gradient(120deg, var(--accent), var(--info) 60%, var(--violet));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { color: var(--text-dim); font-size: var(--fs-lg); max-width: 540px; margin-bottom: var(--s-7); }
.hero-tech {
  color: var(--text-mute); font-size: var(--fs-sm); font-family: var(--font-mono);
  letter-spacing: 0.02em; margin: 0 0 var(--s-6);
}
.hero-actions { display: flex; gap: var(--s-4); flex-wrap: wrap; }
.hero-actions .btn { padding: 13px 26px; font-size: var(--fs-md); }
.hero-note { margin-top: var(--s-5); color: var(--text-faint); font-size: var(--fs-sm); }

/* ---- Hero visual: live gateway card ---- */
.hero-visual { position: relative; }
.gw-card {
  background: linear-gradient(160deg, color-mix(in srgb, var(--panel-2) 95%, transparent), color-mix(in srgb, var(--ink-2) 95%, transparent));
  border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: var(--s-6); box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.gw-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(420px 200px at 80% -10%, rgba(79,209,197,0.12), transparent 60%);
}
.gw-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--s-5); }
.gw-head .t { display: flex; align-items: center; gap: var(--s-2); font-family: var(--font-display); font-weight: var(--fw-semi); }
.gw-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-3); margin-bottom: var(--s-5); }
.gw-stat { background: var(--ink-2); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: var(--s-4); }
.gw-stat .v { font-family: var(--font-display); font-size: var(--fs-xl); font-weight: var(--fw-bold); }
.gw-stat .v.accent { color: var(--accent); }
.gw-stat .k { font-size: var(--fs-xs); color: var(--text-mute); margin-top: 2px; }
.gw-spark { height: 120px; }
.gw-spark-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: var(--s-2); }
.gw-spark-head .k { font-size: var(--fs-xs); color: var(--text-mute); }
.gw-spark-head .v { font-family: var(--font-mono); font-size: var(--fs-md); font-weight: var(--fw-semi); color: var(--text); font-variant-numeric: tabular-nums; }
.hero-visual { display: flex; flex-direction: column; gap: var(--s-4); }

.hero-orbit { position: absolute; inset: -40px; z-index: -1; pointer-events: none; }

/* ---- Trust strip ---- */
.trust { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: var(--s-7) 0; }
.trust-row { display: flex; align-items: center; justify-content: center; gap: var(--s-6); flex-wrap: wrap; }
@media (max-width: 1440px) { .trust-row { gap: var(--s-5); } }
.trust-row .lbl { color: var(--text-mute); font-size: var(--fs-sm); }
.trust-prov { display: flex; align-items: center; gap: var(--s-2); color: var(--text-dim); font-weight: var(--fw-semi); }
.trust-prov .prov-ic { width: 26px; height: 26px; border-radius: 7px; font-size: 11px; }

/* ---- Feature grid ---- */
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-5); }
.feat {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: var(--s-6); transition: transform var(--dur), border-color var(--dur), box-shadow var(--dur);
}
.feat:hover { transform: translateY(-4px); border-color: rgba(79,209,197,0.4); box-shadow: var(--shadow-md); }
.feat-ic { width: 44px; height: 44px; border-radius: var(--r-md); display: grid; place-items: center; background: rgba(79,209,197,0.1); border: 1px solid rgba(79,209,197,0.25); margin-bottom: var(--s-4); }
.feat-ic svg { width: 22px; height: 22px; color: var(--accent); }
.feat h3 { font-size: var(--fs-lg); margin-bottom: var(--s-2); }
.feat p { color: var(--text-dim); font-size: var(--fs-md); }
.feat:nth-child(2) .feat-ic { background: rgba(122,162,247,0.1); border-color: rgba(122,162,247,0.25); }
.feat:nth-child(2) .feat-ic svg { color: var(--info); }
.feat:nth-child(3) .feat-ic { background: rgba(167,139,250,0.1); border-color: rgba(167,139,250,0.25); }
.feat:nth-child(3) .feat-ic svg { color: var(--violet); }
.feat:nth-child(5) .feat-ic { background: rgba(246,173,85,0.1); border-color: rgba(246,173,85,0.25); }
.feat:nth-child(5) .feat-ic svg { color: var(--warn); }

/* ---- Models row ---- */
.lp-models-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-4); }
.lp-model {
  display: flex; align-items: center; gap: var(--s-4);
  background: var(--panel-2); border: 1px solid var(--line-soft); border-radius: var(--r-md);
  padding: var(--s-4) var(--s-5); transition: border-color var(--dur-fast), transform var(--dur-fast);
}
.lp-model:hover { border-color: var(--accent); transform: translateY(-2px); }
.lp-model .prov-ic { width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0; }
.lp-model .info { flex: 1; min-width: 0; }
.lp-model .pub { font-family: var(--font-mono); font-weight: var(--fw-semi); }
.lp-model .up { font-size: var(--fs-xs); color: var(--text-mute); font-family: var(--font-mono); }
.lp-model .ctx { font-size: var(--fs-xs); color: var(--text-dim); white-space: nowrap; }

/* ---- How it works ---- */
.steps { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: var(--s-9); align-items: center; }
.step { display: flex; gap: var(--s-5); padding: var(--s-5) 0; position: relative; }
.step:not(:last-child)::after { content: ""; position: absolute; left: 21px; top: 54px; bottom: -6px; width: 2px; background: linear-gradient(var(--accent), transparent); opacity: 0.4; }
.step-num { width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: var(--fw-bold); background: rgba(79,209,197,0.1); border: 1px solid rgba(79,209,197,0.35); color: var(--accent); }
.step h3 { font-size: var(--fs-lg); margin-bottom: 4px; }
.step p { color: var(--text-dim); font-size: var(--fs-md); }


/* ---- Pricing teaser ---- */
.price-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--s-4); }
.price {
  background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: var(--s-6); text-align: center; position: relative; transition: transform var(--dur-fast), border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.price:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: var(--shadow-md); }
.price.featured { border-color: var(--accent); box-shadow: var(--glow-accent); }
.price .pop { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: var(--ink); font-size: var(--fs-xs); font-weight: var(--fw-bold); padding: 3px 12px; border-radius: var(--r-pill); }
.price .nm { color: var(--text-dim); font-weight: var(--fw-semi); margin-bottom: var(--s-3); }
.price .pay { font-family: var(--font-display); font-size: var(--fs-3xl); font-weight: var(--fw-bold); }
.price .pay .cur { font-size: var(--fs-lg); color: var(--text-dim); vertical-align: super; }
.price .credit { font-family: var(--font-mono); color: var(--accent); margin: var(--s-3) 0 4px; }
.price .bonus { font-size: var(--fs-sm); color: var(--warn); margin-bottom: var(--s-5); min-height: 18px; }

/* ---- Final CTA ---- */
.final-cta { text-align: center; position: relative; padding: var(--s-10) var(--s-6); border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line); background: linear-gradient(160deg, var(--panel-2), var(--ink-2)); }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 50% -20%, rgba(79,209,197,0.16), transparent 60%); pointer-events: none; }
.final-cta h2 { font-size: var(--fs-3xl); margin-bottom: var(--s-4); }
.final-cta p { color: var(--text-dim); font-size: var(--fs-lg); margin-bottom: var(--s-7); }
.final-cta .btn { padding: 14px 32px; }

/* ---- Footer ---- */
.lp-foot { border-top: 1px solid var(--line-soft); margin-top: var(--s-10); padding: var(--s-9) 0 var(--s-7); }
.lp-foot-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 0.8fr); gap: var(--s-7); margin-bottom: var(--s-8); }
.lp-foot-brand .brand-name { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-lg); }
.lp-foot-brand .brand-name b { color: var(--accent); }
.lp-foot-brand p { color: var(--text-dim); font-size: var(--fs-sm); margin-top: var(--s-3); max-width: 320px; }
.lp-foot-col h4 { font-size: var(--fs-sm); text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-mute); margin-bottom: var(--s-4); }
.lp-foot-col a { display: block; color: var(--text-dim); font-size: var(--fs-md); padding: 5px 0; transition: color var(--dur-fast); }
.lp-foot-col a:hover { color: var(--accent); }
.lp-foot-bottom { border-top: 1px solid var(--line-soft); padding-top: var(--s-6); display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); flex-wrap: wrap; color: var(--text-mute); font-size: var(--fs-sm); }

/* ---- Scroll reveal ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }

/* ---- Lang switch on landing ---- */
.lp-lang { display: inline-flex; border: 1px solid var(--line); border-radius: var(--r-pill); overflow: hidden; }
.lp-lang button { padding: 5px 12px; font-size: var(--fs-sm); font-weight: var(--fw-med); color: var(--text-dim); }
.lp-lang button.active { background: var(--panel-hi); color: var(--accent); }

/* ---- Mobile chrome: 汉堡钮 + 抽屉 + 遮罩（P2-11） ----
   z-index 层级表：nav 50 < modal 60 < toast 80 < chrome-scrim 90 < drawer 100
   JS（chrome.js）只管开合状态机（.open class），显隐完全由 640px 断点控制；
   关闭态 inert + visibility:hidden（transition 延迟技巧保留滑出动画）；
   动画 ≤200ms（--dur-fast），尊重 prefers-reduced-motion。 */
.ts-burger {
  display: none; /* 桌面视口隐藏，≤640px 由媒体查询启用 */
  width: 38px; height: 38px; flex-shrink: 0;
  place-items: center;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  color: var(--text-dim); background: transparent; cursor: pointer;
  transition: color var(--dur-fast), border-color var(--dur-fast), background var(--dur-fast);
}
.ts-burger:hover { color: var(--accent); border-color: var(--accent); background: var(--panel-hi); }
.ts-burger:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.ts-burger svg { width: 20px; height: 20px; }

.ts-chrome-scrim {
  display: none; /* ≤640px 由媒体查询启用 */
  position: fixed; inset: 0; z-index: 90;
  background: rgba(5,8,15,0.6); backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur-fast);
}
.ts-chrome-scrim.open { opacity: 1; pointer-events: auto; }
.ts-chrome-drawer {
  display: none; /* ≤640px 由媒体查询启用（flex） */
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 100;
  width: min(320px, 85vw);
  flex-direction: column;
  background: var(--panel); border-left: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  padding: var(--s-4) var(--s-5) var(--s-6);
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden; /* T4-I1：关闭态移出可视/焦点序；延迟过渡等滑出动画完成后再隐藏 */
  transition: transform var(--dur-fast) var(--ease-out), visibility 0s var(--dur-fast);
}
.ts-chrome-drawer.open {
  transform: translateX(0);
  visibility: visible;
  transition: transform var(--dur-fast) var(--ease-out);
}
.ts-chrome-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: var(--s-4); border-bottom: 1px solid var(--line-soft);
}
.ts-chrome-drawer-head .brand-name { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-lg); }
.ts-chrome-drawer-head .brand-name b { color: var(--accent); }
.ts-chrome-close {
  width: 34px; height: 34px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  color: var(--text-dim); background: transparent; cursor: pointer;
  transition: color var(--dur-fast), border-color var(--dur-fast), background var(--dur-fast);
}
.ts-chrome-close:hover { color: var(--accent); border-color: var(--accent); background: var(--panel-hi); }
.ts-chrome-close:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.ts-chrome-close svg { width: 16px; height: 16px; }
.ts-chrome-drawer-links {
  display: flex; flex-direction: column;
  padding: var(--s-4) 0; border-bottom: 1px solid var(--line-soft);
}
.ts-chrome-drawer-links a {
  padding: var(--s-3) var(--s-2); border-radius: var(--r-sm);
  color: var(--text-dim); font-size: var(--fs-md); font-weight: var(--fw-med);
  transition: color var(--dur-fast), background var(--dur-fast);
}
.ts-chrome-drawer-links a:hover { color: var(--text); background: var(--panel-hi); }
.ts-chrome-drawer-links a.active { color: var(--accent); }
.ts-chrome-drawer-lang { padding: var(--s-4) 0; border-bottom: 1px solid var(--line-soft); }
.ts-chrome-drawer-auth { display: flex; flex-direction: column; gap: var(--s-3); padding-top: var(--s-5); }
.ts-chrome-drawer-auth .btn { text-align: center; }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .hero-grid, .steps { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .feat-grid, .lp-models-grid { grid-template-columns: repeat(2,1fr); }
  .price-grid { grid-template-columns: repeat(2,1fr); }
  .pkgs-grid { grid-template-columns: repeat(2,1fr); }
  .lp-foot-grid { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: var(--fs-3xl); }
}
@media (max-width: 640px) {
  .lp-nav-links { display: none; }
  /* 顶栏 auth 按钮收进抽屉；语言切换器双轨保留（顶栏 + 抽屉），汉堡入口出现 */
  .lp-nav-actions .btn { display: none; }
  .ts-burger { display: grid; }
  .ts-chrome-scrim { display: block; }
  .ts-chrome-drawer { display: flex; }
  body.ts-chrome-open { overflow: hidden; }
  .price-table th:nth-child(4), .price-table td:nth-child(4) { display: none; }
  .cp-code { font-size: 11.5px; min-height: 0; }
  .feat-grid, .lp-models-grid, .price-grid { grid-template-columns: 1fr; }
  .pkgs-grid { grid-template-columns: repeat(2,1fr); }
  .lp-foot-grid { grid-template-columns: 1fr; }
  .gw-stats { grid-template-columns: 1fr 1fr; }
  .lp-h2, .final-cta h2 { font-size: var(--fs-2xl); }
  .lp-nav-inner { gap: var(--s-3); padding: 12px var(--s-4); }
  .lp-nav-actions { gap: var(--s-2); }
}
@media (max-width: 400px) {
  /* P2-11：语言切换器任何断点可见（原 .lp-lang{display:none} 已删除，
     顶栏语言钮与抽屉内切换双轨呈现，不再有断点无入口） */
  .lp-nav-actions .btn { padding: 6px 10px; font-size: var(--fs-xs); }
  .hero-actions .btn { padding: 11px 18px; font-size: var(--fs-sm); }
  .hero-title { font-size: var(--fs-2xl); }
  .hero-sub { font-size: var(--fs-md); }
  .gw-card { padding: var(--s-4); }
  .gw-stats { grid-template-columns: 1fr; }
  .pkgs-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-badge .dot { animation: none; }
  .ts-chrome-scrim, .ts-chrome-drawer { transition: none; }
}

/* ---- Hero code preview ---- */
.code-preview { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.cp-bar { display: flex; align-items: center; gap: 2px; padding: var(--s-2) var(--s-3); border-bottom: 1px solid var(--line); background: var(--panel); }
.cp-tab {
  padding: 7px 14px; border-radius: var(--r-sm); font-size: var(--fs-sm); font-weight: var(--fw-med);
  color: var(--text-dim); transition: color var(--dur-fast), background var(--dur-fast); cursor: pointer;
}
.cp-tab:hover { color: var(--text); }
.cp-tab.active { background: var(--panel-hi); color: var(--accent); }
.cp-tab:focus-visible, .cp-copy:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.cp-spacer { flex: 1; }
.cp-copy {
  padding: 7px 12px; border-radius: var(--r-sm); border: 1px solid var(--line);
  font-size: var(--fs-xs); font-weight: var(--fw-med); color: var(--text-dim);
  transition: color var(--dur-fast), border-color var(--dur-fast); cursor: pointer;
}
.cp-copy:hover { color: var(--accent); border-color: rgba(79,209,197,0.4); }
.cp-code { padding: var(--s-4) var(--s-5); font-family: var(--font-mono); font-size: 12.5px; line-height: 1.7; overflow-x: auto; color: var(--text-dim); min-height: 236px; }
.cp-code .tok-k { color: var(--violet); }
.cp-code .tok-s { color: var(--accent); }
.cp-foot { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); padding: var(--s-3) var(--s-5); border-top: 1px solid var(--line-soft); }
.cp-note { font-size: var(--fs-xs); color: var(--text-mute); }
.cp-try { display: inline-flex; align-items: center; gap: 6px; font-size: var(--fs-sm); font-weight: var(--fw-semi); color: var(--accent); transition: gap var(--dur-fast); }
.cp-try:hover { gap: 10px; }
.cp-try svg { width: 15px; height: 15px; }

/* ---- Pricing: table + calculator CTA + packages strip ---- */
.price-table-wrap { max-width: 860px; margin: 0 auto; }
.price-table { width: 100%; border-collapse: collapse; background: var(--panel-2); border: 1px solid var(--line-soft); border-radius: var(--r-lg); overflow: hidden; }
.price-table th {
  text-align: left; font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--text-mute); font-weight: var(--fw-semi); padding: var(--s-3) var(--s-5);
  border-bottom: 1px solid var(--line-soft); background: var(--panel);
}
.price-table td { padding: var(--s-3) var(--s-5); border-bottom: 1px solid var(--line-soft); font-size: var(--fs-md); }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover td { background: color-mix(in srgb, var(--panel-hi) 55%, transparent); }
.price-table .num { text-align: right; font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.price-table th.num { text-align: right; }
.price-table td .prov-ic { width: 26px; height: 26px; border-radius: 7px; font-size: 10px; margin-right: var(--s-3); vertical-align: middle; }
.price-table td .pub { font-family: var(--font-mono); font-weight: var(--fw-semi); }
.price-table td .up { font-family: var(--font-mono); font-size: var(--fs-xs); color: var(--text-mute); margin-left: var(--s-3); }
.price-table td.dim { color: var(--text-dim); }
.price-table-note { text-align: center; color: var(--text-mute); font-size: var(--fs-sm); margin-top: var(--s-3); }
.pricing-cta-row { display: flex; justify-content: center; gap: var(--s-4); flex-wrap: wrap; margin: var(--s-7) 0 var(--s-9); }
.pkgs { max-width: 940px; margin: 0 auto; text-align: center; }
.pkgs-title { font-size: var(--fs-md); color: var(--text-dim); font-weight: var(--fw-semi); margin-bottom: var(--s-4); }
.pkgs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
.pkg-card {
  display: flex; flex-direction: column; align-items: center; gap: var(--s-2);
  padding: var(--s-6) var(--s-4); border-radius: var(--r-lg); border: 1px solid var(--line);
  background: var(--panel-2); text-align: center;
  transition: border-color var(--dur-fast), transform var(--dur-fast), box-shadow var(--dur-fast);
}
.pkg-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.pkg-card .pay { font-family: var(--font-display); font-size: var(--fs-3xl); font-weight: var(--fw-bold); color: var(--text); line-height: 1; }
.pkg-card .pay .cur { font-size: var(--fs-lg); color: var(--text-dim); vertical-align: super; margin-right: 1px; }
.pkg-card .bonus { font-size: var(--fs-sm); color: var(--warn); font-weight: var(--fw-semi); min-height: 18px; }
.pkg-card .pkg-cta { margin-top: var(--s-2); font-size: var(--fs-sm); font-weight: var(--fw-semi); color: var(--accent); }
.pkgs-note { color: var(--text-mute); font-size: var(--fs-sm); margin-top: var(--s-4); }
