/* Nova F5 — Paleta de conversão (urgência + recompensa) */
:root {
  --ios-bg: #0a0610;
  --ios-bg-elevated: #16101f;
  --ios-bg-grouped: #1c1428;
  --ios-label: #ffffff;
  --ios-label-secondary: rgba(255, 255, 255, 0.58);
  --ios-label-tertiary: rgba(255, 255, 255, 0.32);
  --ios-separator: rgba(255, 200, 100, 0.1);
  --ios-fill: rgba(255, 255, 255, 0.06);
  --ios-blue: #ff6b35;
  --ios-blue-pressed: #e85520;
  --ios-green: #00e676;
  --ios-red: #ff3d57;
  --ios-orange: #ff9100;
  --ios-yellow: #ffc107;
  --ios-indigo: #b388ff;
  --ios-radius: 14px;
  --ios-radius-sm: 10px;
  --ios-radius-lg: 18px;
  --ios-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", system-ui, sans-serif;
  --ios-mono: "SF Mono", ui-monospace, Menlo, monospace;
  --tabbar-h: 56px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --blur: saturate(180%) blur(20px);

  --gold: #ffc107;
  --gold-light: #ffe082;
  --gold-dark: #ff8f00;
  --coral: #ff5722;
  --magenta: #e84393;
  --gradient-spend: linear-gradient(135deg, #ff5722 0%, #ffc107 55%, #ff6b35 100%);
  --gradient-gold: linear-gradient(145deg, #ff8f00 0%, #ffc107 45%, #ffe57f 100%);
  --gradient-cta: linear-gradient(135deg, #e84393 0%, #ff5722 50%, #ffc107 100%);
  --glow-gold: 0 0 24px rgba(255, 193, 7, 0.45);
  --glow-coral: 0 0 20px rgba(255, 87, 34, 0.4);

  --bg: var(--ios-bg);
  --bg-elevated: var(--ios-bg-elevated);
  --text: var(--ios-label);
  --text-secondary: var(--ios-label-secondary);
  --text-muted: var(--ios-label-tertiary);
  --border: var(--ios-separator);
  --accent: var(--coral);
  --accent-hover: var(--ios-blue-pressed);
  --radius: var(--ios-radius);
  --font: var(--ios-font);
  --mono: var(--ios-mono);
  --success: #00c853;
  --success-bg: rgba(0, 230, 118, 0.15);
  --error: var(--ios-red);
  --error-bg: rgba(255, 61, 87, 0.15);
  --warning: #ff9100;
  --warning-bg: rgba(255, 145, 0, 0.15);
  --info: var(--gold);
  --info-bg: rgba(255, 193, 7, 0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

body {
  font-family: var(--ios-font);
  background: var(--ios-bg);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 87, 34, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 80%, rgba(255, 193, 7, 0.08) 0%, transparent 50%);
  color: var(--ios-label);
  line-height: 1.47;
  min-height: 100vh;
  min-height: 100dvh;
}

a { color: var(--gold-light); text-decoration: none; }
a:hover { opacity: 0.85; }

/* ─── iOS App Shell ─── */
.ios-app {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  max-width: 980px;
  margin: 0 auto;
  background: var(--ios-bg);
  position: relative;
}

.ios-main {
  flex: 1;
  overflow-y: auto;
  padding-bottom: calc(var(--tabbar-h) + var(--safe-bottom) + 16px);
  -webkit-overflow-scrolling: touch;
}

.ios-header {
  padding: 8px 20px 12px;
  background: var(--ios-bg);
  position: sticky;
  top: 0;
  z-index: 20;
}

.ios-header-blur {
  background: rgba(10, 6, 16, 0.88);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  border-bottom: 0.5px solid var(--ios-separator);
}

.ios-header-eyebrow {
  font-size: 13px;
  font-weight: 600;
  color: var(--ios-label-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}

.ios-large-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.ios-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-bottom: 4px;
}

.ios-nav-title {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  flex: 1;
}

.ios-nav-btn {
  font-size: 17px;
  color: var(--gold);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 4px;
  font-family: inherit;
  min-width: 44px;
}

.ios-content {
  padding: 0 20px 24px;
}

/* ─── Tab Bar ─── */
.ios-tabbar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 980px;
  height: calc(var(--tabbar-h) + var(--safe-bottom));
  padding-bottom: var(--safe-bottom);
  background: rgba(22, 16, 31, 0.95);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  border-top: 0.5px solid rgba(255, 193, 7, 0.15);
  display: flex;
  align-items: stretch;
  z-index: 100;
}

.ios-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: var(--ios-label-secondary);
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0 4px;
  transition: color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.ios-tab:hover { text-decoration: none; opacity: 1; color: var(--gold); }

.ios-tab.active { color: var(--gold); }

.ios-tab svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.6;
}

.ios-tab.active svg { stroke-width: 2.2; }

/* ─── Grouped Lists (Settings style) ─── */
.ios-section { margin-bottom: 28px; }

.ios-section-header {
  font-size: 13px;
  color: var(--ios-label-secondary);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  padding: 0 16px 8px;
  font-weight: 400;
}

.ios-section-footer {
  font-size: 13px;
  color: var(--ios-label-secondary);
  padding: 8px 16px 0;
  line-height: 1.35;
}

.ios-group {
  background: var(--ios-bg-grouped);
  border-radius: var(--ios-radius);
  overflow: hidden;
  border: 1px solid rgba(255, 193, 7, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.ios-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
  position: relative;
  background: var(--ios-bg-grouped);
  transition: background 0.1s;
}

.ios-cell:active { background: var(--ios-fill); }

.ios-cell-button {
  width: 100%;
  border: none;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.ios-cell:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 0;
  bottom: 0;
  height: 0.5px;
  background: var(--ios-separator);
}

.ios-cell-icon {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 15px;
}

.ios-cell-icon svg { width: 17px; height: 17px; stroke: #fff; }

.ios-cell-body { flex: 1; min-width: 0; }

.ios-cell-title {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.ios-cell-subtitle {
  display: block;
  font-size: 13px;
  color: var(--ios-label-secondary);
  margin-top: 2px;
  line-height: 1.3;
}

.ios-cell-detail {
  font-size: 17px;
  color: var(--ios-label-secondary);
  flex-shrink: 0;
}

.ios-chevron::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--ios-label-tertiary);
  border-top: 1.5px solid var(--ios-label-tertiary);
  transform: rotate(45deg);
  margin-left: 4px;
  flex-shrink: 0;
}

/* Icon colors — tons quentes de ação */
.ic-blue { background: linear-gradient(135deg, #ff5722, #ff6b35); }
.ic-green { background: linear-gradient(135deg, #00c853, #00e676); }
.ic-orange { background: linear-gradient(135deg, #ff9100, #ffc107); }
.ic-red { background: linear-gradient(135deg, #e84393, #ff3d57); }
.ic-indigo { background: linear-gradient(135deg, #7c4dff, #b388ff); }
.ic-gray { background: #5c5470; }
.ic-teal { background: linear-gradient(135deg, #00bfa5, #1de9b6); }
.ic-purple { background: linear-gradient(135deg, #e84393, #ff5722); }

/* ─── Stats (widget style) ─── */
.ios-widgets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.ios-widget {
  background: var(--ios-bg-grouped);
  border-radius: var(--ios-radius-lg);
  padding: 16px;
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ios-widget .label {
  font-size: 13px;
  color: var(--ios-label-secondary);
  font-weight: 400;
}

.ios-widget .value {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.ios-widget.accent {
  background: var(--gradient-gold);
  color: #1a0a00;
  border: 1px solid rgba(255, 224, 130, 0.5);
  box-shadow: var(--glow-gold);
  animation: pulse-gold 3s ease-in-out infinite;
}

.ios-widget.accent .label { color: rgba(26, 10, 0, 0.65); font-weight: 500; }
.ios-widget.accent .value { color: #1a0a00; font-weight: 700; }

@keyframes pulse-gold {
  0%, 100% { box-shadow: 0 0 20px rgba(255, 193, 7, 0.35); }
  50% { box-shadow: 0 0 32px rgba(255, 193, 7, 0.55); }
}

/* ─── Cards (compat) ─── */
.card {
  background: var(--ios-bg-grouped);
  border-radius: var(--ios-radius);
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
}

.card-header {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid var(--ios-separator);
}

.card-header h2, .card-header h3 {
  font-size: 17px;
  font-weight: 600;
}

.card-body { padding: 0; }

/* ─── Tables as iOS lists ─── */
.table-wrap { overflow: hidden; }

table.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
}

table.data-table thead { display: none; }

table.data-table tr {
  display: block;
  border-bottom: 0.5px solid var(--ios-separator);
}

table.data-table tr:last-child { border-bottom: none; }

table.data-table td {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border: none;
  gap: 12px;
}

table.data-table td::before {
  content: attr(data-label);
  color: var(--ios-label-secondary);
  font-size: 15px;
  flex-shrink: 0;
}

table.data-table tr:hover td { background: transparent; }

/* ─── Buttons ─── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 20px;
  font-family: var(--ios-font);
  font-size: 17px;
  font-weight: 600;
  border-radius: var(--ios-radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.12s, transform 0.1s;
  -webkit-tap-highlight-color: transparent;
}

.btn:active { transform: scale(0.98); opacity: 0.85; }
.btn:hover { text-decoration: none; }

.btn-primary {
  background: var(--gradient-cta);
  color: #fff;
  box-shadow: var(--glow-coral);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-primary:hover {
  color: #fff;
  filter: brightness(1.08);
  box-shadow: 0 0 28px rgba(255, 87, 34, 0.55);
}

.btn-secondary {
  background: var(--ios-fill);
  color: var(--ios-blue);
}

.btn-ghost {
  background: transparent;
  color: var(--ios-blue);
  padding: 8px 12px;
}

.btn-sm {
  padding: 7px 14px;
  font-size: 15px;
  border-radius: var(--ios-radius-sm);
}

.btn-block { width: 100%; }

/* ─── Forms ─── */
.form-group { margin-bottom: 20px; }

.form-label {
  display: block;
  font-size: 13px;
  color: var(--ios-label-secondary);
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-left: 16px;
}

.ios-form-group {
  background: var(--ios-bg-grouped);
  border-radius: var(--ios-radius);
  overflow: hidden;
  margin-bottom: 20px;
}

.ios-form-group .form-input,
.ios-form-group .form-select,
.ios-form-group .form-textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 12px 16px;
  font-size: 17px;
}

.ios-form-group .form-input:not(:last-child),
.ios-form-group .form-select:not(:last-child) {
  border-bottom: 0.5px solid var(--ios-separator);
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--ios-font);
  font-size: 17px;
  border: none;
  border-radius: var(--ios-radius);
  background: var(--ios-bg-grouped);
  color: var(--ios-label);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.25);
}

.form-input.mono {
  font-family: var(--ios-mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-hint {
  font-size: 13px;
  color: var(--ios-label-secondary);
  margin-top: 8px;
  padding: 0 16px;
}

.form-error {
  font-size: 13px;
  color: var(--ios-red);
  padding: 4px 16px;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  padding: 12px 16px;
  background: var(--ios-bg-grouped);
  border-radius: var(--ios-radius);
}

.form-checkbox input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: var(--ios-blue);
}

/* ─── Badges ─── */
.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 100px;
}

.badge-success { background: var(--success-bg); color: var(--success); }
.badge-error { background: var(--error-bg); color: var(--error); }
.badge-warning { background: var(--warning-bg); color: var(--warning); }
.badge-info { background: var(--info-bg); color: var(--info); }
.badge-neutral { background: var(--ios-fill); color: var(--ios-label-secondary); }

/* ─── Alerts ─── */
.alerts { margin-bottom: 16px; }

.alert {
  padding: 12px 16px;
  border-radius: var(--ios-radius);
  font-size: 15px;
  margin-bottom: 8px;
  border: none;
}

.alert-sucesso { background: var(--success-bg); color: var(--success); }
.alert-erro { background: var(--error-bg); color: var(--error); }
.alert-aviso { background: var(--warning-bg); color: var(--warning); }
.alert-info { background: var(--info-bg); color: var(--info); }

/* ─── Landing ─── */
.landing {
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--ios-bg);
  display: flex;
  flex-direction: column;
}

.landing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: rgba(242, 242, 247, 0.82);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  border-bottom: 0.5px solid var(--ios-separator);
  position: sticky;
  top: 0;
  z-index: 10;
}

.landing-logo {
  font-size: 20px;
  font-weight: 700;
  color: var(--ios-label);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.landing-logo span { color: var(--ios-blue); }

.landing-hero {
  flex: 1;
  padding: 32px 24px 48px;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.landing-hero h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-bottom: 12px;
}

.landing-hero > div > p {
  font-size: 17px;
  color: var(--ios-label-secondary);
  margin-bottom: 24px;
  line-height: 1.47;
}

.landing-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.feature-item {
  background: var(--ios-bg-grouped);
  border-radius: var(--ios-radius);
  padding: 16px;
  border: none;
}

.feature-item h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}

.feature-item p {
  font-size: 15px;
  color: var(--ios-label-secondary);
  margin: 0;
  line-height: 1.35;
}

/* ─── Auth (legado — ver login.css) ─── */

/* ─── Service cards → list compat ─── */
.service-card {
  display: none;
}

.grid-2, .grid-3, .grid-4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stat-card {
  background: var(--ios-bg-grouped);
  border-radius: var(--ios-radius);
  padding: 16px;
  border: none;
}

.stat-card .label {
  font-size: 13px;
  color: var(--ios-label-secondary);
}

.stat-card .value {
  font-size: 28px;
  font-weight: 600;
}

/* ─── Result / PIX ─── */
.result-box {
  background: var(--ios-fill);
  border-radius: var(--ios-radius-sm);
  padding: 14px;
  margin-top: 12px;
}

.result-box pre {
  font-family: var(--ios-mono);
  font-size: 13px;
  line-height: 1.5;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.pix-box { text-align: center; padding: 20px; }

.pix-valor {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.pix-code {
  font-family: var(--ios-mono);
  font-size: 12px;
  background: var(--ios-fill);
  padding: 12px;
  border-radius: var(--ios-radius-sm);
  word-break: break-all;
  margin: 16px 0;
  text-align: left;
}

/* ─── Pagination ─── */
.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 16px;
}

.pagination a, .pagination span {
  padding: 8px 16px;
  font-size: 15px;
  border-radius: 100px;
  background: var(--ios-fill);
  color: var(--gold);
  text-decoration: none;
}

.pagination .current {
  background: var(--gradient-gold);
  color: #1a0a00;
  font-weight: 600;
}

/* ─── Utilities ─── */
.text-muted { color: var(--ios-label-secondary); }
.text-secondary { color: var(--ios-label-secondary); }
.text-mono { font-family: var(--ios-mono); }
.text-right { text-align: right; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mb-2 { margin-bottom: 16px; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.gap-1 { gap: 8px; }

.empty-state {
  text-align: center;
  padding: 32px 16px;
  color: var(--ios-label-secondary);
  font-size: 15px;
}

/* Desktop: wider layout with side margin */
@media (min-width: 768px) {
  .ios-widgets { grid-template-columns: repeat(4, 1fr); }
  .ios-app { border-left: 0.5px solid var(--ios-separator); border-right: 0.5px solid var(--ios-separator); }
}

@media (max-width: 767px) {
  .ios-large-title { font-size: 28px; }
  .ios-content { padding: 0 16px 24px; }
  .ios-header { padding: 8px 16px 12px; }
}

/* ─── Conversão: créditos e planos ─── */
.credit-hero {
  background: var(--gradient-gold);
  border-radius: var(--ios-radius-lg);
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 224, 130, 0.4);
  box-shadow: var(--glow-gold);
  animation: pulse-gold 3s ease-in-out infinite;
}

.credit-hero .credit-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(26, 10, 0, 0.55);
  margin-bottom: 4px;
}

.credit-hero .credit-value {
  font-size: 52px;
  font-weight: 800;
  color: #1a0a00;
  line-height: 1;
  letter-spacing: -0.03em;
}

.credit-hero .credit-hint {
  font-size: 14px;
  color: rgba(26, 10, 0, 0.6);
  margin-top: 8px;
}

.credit-hero.low {
  background: linear-gradient(135deg, #e84393 0%, #ff5722 100%);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: var(--glow-coral);
  animation: pulse-urgent 2s ease-in-out infinite;
}

.credit-hero.low .credit-label,
.credit-hero.low .credit-value,
.credit-hero.low .credit-hint { color: #fff; }
.credit-hero.low .credit-hint { opacity: 0.9; }

@keyframes pulse-urgent {
  0%, 100% { box-shadow: 0 0 20px rgba(255, 87, 34, 0.4); }
  50% { box-shadow: 0 0 36px rgba(232, 67, 147, 0.6); }
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(90deg, rgba(255, 87, 34, 0.2), rgba(255, 193, 7, 0.15));
  border: 1px solid rgba(255, 193, 7, 0.25);
  border-radius: var(--ios-radius);
  margin-bottom: 24px;
}

.cta-strip p {
  font-size: 14px;
  color: var(--gold-light);
  margin: 0;
  line-height: 1.35;
}

.btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-family: var(--ios-font);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: var(--gradient-cta);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--glow-coral);
  transition: transform 0.12s, filter 0.12s;
  animation: pulse-cta 2.5s ease-in-out infinite;
}

.btn-buy:hover {
  color: #fff;
  filter: brightness(1.1);
  transform: scale(1.02);
}

@keyframes pulse-cta {
  0%, 100% { box-shadow: 0 4px 20px rgba(255, 87, 34, 0.35); }
  50% { box-shadow: 0 4px 28px rgba(255, 193, 7, 0.45); }
}

.plan-card {
  background: var(--ios-bg-grouped);
  border: 1px solid rgba(255, 193, 7, 0.12);
  border-radius: var(--ios-radius-lg);
  padding: 18px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}

.plan-card.featured {
  border-color: rgba(255, 193, 7, 0.45);
  background: linear-gradient(160deg, #2a1f3d 0%, #1c1428 60%);
  box-shadow: var(--glow-gold);
}

.plan-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 100px;
  background: var(--gradient-gold);
  color: #1a0a00;
}

.plan-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.plan-card .plan-desc {
  font-size: 13px;
  color: var(--ios-label-secondary);
  margin-bottom: 14px;
}

.plan-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.plan-price {
  font-size: 26px;
  font-weight: 800;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.plan-credits {
  font-size: 13px;
  color: var(--gold-light);
  font-weight: 500;
}

.plan-card form { margin: 0; }

.plan-card .btn-buy {
  width: 100%;
  margin-top: 14px;
  border-radius: var(--ios-radius);
}

.btn-buy.btn-block { width: 100%; border-radius: var(--ios-radius); }

.ios-section-header.gold {
  color: var(--gold);
  font-weight: 600;
}
