/* Interphonet Pagos v2 — page layout that pairs with design.css */

html, body {
  margin: 0; padding: 0;
  background: #FAF9F6;
  font-family: var(--font-sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.hidden { display: none !important; }
.icn {
  width: 1em; height: 1em; vertical-align: -0.15em;
  stroke: currentColor; fill: none; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  display: inline-block;
}

/* Nav */
.ipn-nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.ipn-nav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.ipn-brand { display: flex; align-items: center; text-decoration: none; }
.ipn-nav-links { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; font-size: 14px; }
.ipn-nav-links a { color: var(--ink-2); text-decoration: none; }
.ipn-nav-links a:hover { color: var(--accent); }
.ipn-nav-burger { display: none; }
@media (max-width: 760px) {
  .ipn-nav-inner { padding: 12px 18px; }
  .ipn-nav-links, .ipn-nav-cta { display: none; }
  .ipn-nav-burger { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; color: var(--ink-2); }
}

/* Hero */
.ipn-hero { position: relative; padding: 120px 32px 100px; border-bottom: 1px solid var(--border); overflow: hidden; }
.ipn-hero-glow { position: absolute; inset: 0; opacity: 0.4; pointer-events: none;
  background: radial-gradient(60% 50% at 80% 0%, rgba(30,95,179,0.06), transparent 70%); }
.ipn-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; position: relative; }
.ipn-hero h1 { font-size: 56px; line-height: 1.05; letter-spacing: -0.035em; font-weight: 600; margin: 0 0 18px; text-wrap: balance; }
.ipn-hero p { font-size: 18px; color: var(--ink-3); line-height: 1.55; margin: 0 0 28px; max-width: 520px; }
.ipn-hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px;
  background: var(--accent-soft); color: var(--accent); font-size: 12px; font-weight: 500; margin-bottom: 20px;
}
.ipn-hero-badge span { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); }
.ipn-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.ipn-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.ipn-stat-n { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.ipn-stat-l { font-size: 12px; color: var(--ink-3); margin-top: 2px; }
.ipn-hero-visual { display: flex; justify-content: center; position: relative; min-height: 320px; }
.ipn-hero-receipt {
  position: absolute; top: 30px; right: 0; width: 240px;
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 18px; box-shadow: var(--shadow-md); transform: rotate(3deg);
}
.ipn-hero-receipt hr { border: 0; border-top: 1px solid var(--border); margin: 10px 0; }
.ipn-hero-receipt .rcpt-head { display: flex; align-items: center; gap: 8px; }
.ipn-hero-receipt .rcpt-ok { width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: white; display: flex; align-items: center; justify-content: center; }
.ipn-hero-receipt .rcpt-ok .icn { width: 14px; height: 14px; }
.ipn-hero-receipt .rcpt-h1 { font-size: 11px; color: var(--ink-3); }
.ipn-hero-receipt .rcpt-h2 { font-size: 10px; color: var(--success); font-weight: 500; }
.ipn-hero-receipt .rcpt-row { display: flex; justify-content: space-between; font-size: 11px; padding: 2px 0; }
.ipn-hero-receipt .rcpt-total { font-size: 12px; font-weight: 600; }
.ipn-hero-receipt .rcpt-total .mono { color: var(--accent); }

.ipn-hero-card {
  position: absolute; bottom: 10px; left: 0; width: 280px; height: 175px;
  background: linear-gradient(135deg, #C8235E 0%, #5A0E2C 100%);
  border-radius: 16px; padding: 18px; color: #F4F7FC;
  box-shadow: 0 30px 60px -20px rgba(200,35,94,0.45), 0 12px 24px -12px rgba(0,0,0,0.3);
  transform: rotate(-5deg); overflow: hidden;
}
.ipn-hero-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 30% at 80% 10%, rgba(255,255,255,0.18), transparent 70%);
}
.ipn-hero-card-head { position: relative; display: flex; justify-content: space-between; margin-bottom: 24px; }
.ipn-hero-card-num { position: relative; font-size: 14px; letter-spacing: 0.12em; margin-bottom: 14px; }
.ipn-hero-card-brand { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; }
.ipn-hero-card-foot { position: relative; display: flex; justify-content: space-between; align-items: flex-end; }
.ipn-hero-card-foot .lbl { font-size: 8px; color: rgba(244,247,252,0.6); text-transform: uppercase; letter-spacing: 0.1em; }
.ipn-hero-card-foot .val { font-size: 10px; margin-top: 2px; }
.ipn-hero-card-brandlogo { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; }

@media (max-width: 880px) {
  .ipn-hero { padding: 56px 20px 48px; }
  .ipn-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .ipn-hero h1 { font-size: 36px; }
  .ipn-hero p { font-size: 15px; }
  .ipn-hero-visual { min-height: 260px; width: 100%; max-width: 320px; }
  .ipn-hero-receipt { width: 200px; }
  .ipn-hero-card { width: 220px; height: 138px; }
}

/* Sections */
.ipn-section { padding: 80px 32px; border-bottom: 1px solid var(--border); }
.ipn-section-payment { background: var(--surface); }
.ipn-section-head { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.ipn-section-head.left { text-align: left; margin: 0 0 48px; max-width: 640px; }
.eyebrow { font-size: 12px; color: var(--accent); font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 10px; }
.eyebrow-light { color: rgba(255,255,255,0.6); }
.ipn-section h2 { font-size: 40px; font-weight: 600; letter-spacing: -0.03em; margin: 0 0 12px; text-wrap: balance; }
.ipn-section > .ipn-section-head + .ipn-payapp-wrap { margin-top: 0; }
.ipn-section p { font-size: 16px; color: var(--ink-3); margin: 0; line-height: 1.55; }
@media (max-width: 760px) {
  .ipn-section { padding: 40px 20px; }
  .ipn-section h2 { font-size: 28px; }
}

/* Payment app */
.ipn-payapp-wrap { max-width: 640px; margin: 0 auto; }
.ipn-payapp { padding: 32px; border-radius: var(--radius-xl); box-shadow: var(--shadow-md); position: relative; }
@media (max-width: 760px) { .ipn-payapp { padding: 20px; } }

/* Stepper */
.step-bar { display: flex; align-items: center; gap: 0; margin-bottom: 28px; }
.step { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.step .dot {
  width: 24px; height: 24px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg); border: 1px solid var(--border-strong);
  color: var(--ink-3); font-family: var(--font-mono); font-size: 11px;
  transition: all .25s ease;
}
.step.active .dot { border-color: var(--accent); color: var(--accent); }
.step.done .dot { background: var(--accent); border-color: var(--accent); color: white; }
.step span { font-size: 13px; font-weight: 500; color: var(--ink-3); white-space: nowrap; }
.step.active span { color: var(--ink); }
.step.done span { color: var(--ink-2); }
.step-line { flex: 1; height: 1px; margin: 0 14px; background: var(--border-strong); transition: background .25s; }
.step-line.done { background: var(--accent); }

/* Step panes */
.step-pane.fade-in { animation: fadeUp .35s cubic-bezier(.2,.8,.2,1) both; }
.ipn-h2 { font-size: 26px; font-weight: 600; margin: 0 0 6px; letter-spacing: -0.025em; }
.ipn-p  { font-size: 14px; color: var(--ink-3); margin: 0 0 24px; }
.ipn-h3 { font-size: 15px; font-weight: 600; margin: 0 0 14px; }

.ipn-input-wrap { position: relative; }
.ipn-input-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-3); width: 16px; height: 16px; }
.ipn-input-wrap .input { padding-left: 40px; }
.ipn-input-block { margin-bottom: 14px; }

.ipn-turnstile { margin-top: 18px; min-height: 60px; }

.step-actions { margin-top: 24px; display: flex; justify-content: flex-end; }
.step-actions-split { justify-content: space-between; gap: 12px; }

.btn-loading { display: inline-flex; align-items: center; gap: 8px; }

.trust-strip {
  margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--border);
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 12px; color: var(--ink-3);
}
.trust-strip > div { display: flex; align-items: center; gap: 6px; }
.trust-strip .sep { width: 1px; height: 12px; background: var(--border); }

/* Account summary */
.acct-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 18px; margin-bottom: 22px;
  display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center;
}
.acct-card .lbl { font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; }
.acct-name { font-size: 16px; font-weight: 600; margin-top: 4px; }
.acct-sub { font-size: 13px; color: var(--ink-3); margin-top: 2px; }
.acct-amount-wrap { text-align: right; }
.acct-amount { font-size: 26px; font-weight: 600; color: var(--accent); margin-top: 2px; }
.acct-amount .cur { font-size: 12px; color: var(--ink-3); font-weight: 400; }
.link-btn { font-size: 12px; color: var(--accent); text-decoration: underline; padding: 0; background: none; border: none; cursor: pointer; }
@media (max-width: 540px) {
  .acct-card { grid-template-columns: 1fr; }
  .acct-amount-wrap { text-align: left; }
}

/* Methods */
.methods { display: flex; flex-direction: column; gap: 8px; }
.method {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--bg);
  cursor: pointer; transition: all .15s; position: relative;
}
.method input { position: absolute; opacity: 0; pointer-events: none; }
.method .radio {
  width: 18px; height: 18px; border-radius: 50%;
  border: 1.5px solid var(--border-strong); background: white; flex-shrink: 0; transition: border .15s;
}
.method.selected { border: 1.5px solid var(--accent); background: var(--accent-soft); }
.method.selected .radio { border: 5px solid var(--accent); }
.method .m-icon {
  width: 36px; height: 36px; border-radius: 8px; background: var(--surface);
  border: 1px solid var(--border); display: flex; align-items: center; justify-content: center;
  color: var(--ink-2); flex-shrink: 0;
}
.method.selected .m-icon { background: white; color: var(--accent); }
.method .m-icon .icn { width: 18px; height: 18px; }
.method .m-body { flex: 1; min-width: 0; }
.method .m-head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; row-gap: 4px; }
.method .m-title { font-size: 14px; font-weight: 500; }
.method .badge {
  font-size: 10px; padding: 2px 7px; border-radius: 999px;
  background: var(--accent); color: white;
  text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; white-space: nowrap;
}
.method .instant { display: inline-flex; align-items: center; gap: 3px; font-size: 11px; color: var(--success); white-space: nowrap; }
.method .instant .icn { width: 11px; height: 11px; }
.method .m-desc { font-size: 12px; color: var(--ink-3); margin-top: 2px; display: block; }
.method.disabled { opacity: .55; cursor: not-allowed; }
.method.disabled .radio { opacity: .5; }
.method .m-note { display: none; font-size: 12px; color: var(--warn); font-weight: 500; margin-top: 4px; }
.method.disabled .m-note { display: block; }

/* Domiciliar */
.domiciliar-card {
  margin-top: 14px; padding: 14px;
  background: var(--surface); border: 1px dashed var(--border-strong);
  border-radius: var(--radius);
  display: flex; align-items: center; gap: 14px;
}
.domiciliar-card > div:first-child { flex: 1; }
.dom-title { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; }
.dom-desc  { font-size: 12px; color: var(--ink-3); margin-top: 2px; }

/* Confirm box */
.confirm-box {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 4px 16px; margin-bottom: 18px;
}
.confirm-box .row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 10px 0; border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.confirm-box .row span:first-child { color: var(--ink-3); }
.confirm-box .row span:last-child  { font-weight: 500; }
.confirm-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 16px 0 10px;
}
.confirm-total span:first-child { font-size: 14px; color: var(--ink-3); }
.confirm-total .mono { font-size: 28px; font-weight: 600; color: var(--accent); }
.confirm-total .cur  { font-size: 12px; color: var(--ink-3); font-weight: 400; }
.privacy { font-size: 12px; color: var(--ink-3); line-height: 1.6; margin-bottom: 14px; }
.privacy a { color: var(--accent); }
.shield-strip {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); margin-bottom: 18px;
  font-size: 11px; color: var(--ink-3); line-height: 1.5;
}

/* Channels */
.ipn-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1200px; margin: 0 auto; }
@media (max-width: 880px) { .ipn-channels { grid-template-columns: 1fr; } }
.ch-card { padding: 24px; display: flex; flex-direction: column; gap: 14px; border-radius: var(--radius-lg); }
.ch-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; }
.ch-icon .icn { width: 22px; height: 22px; }
.ch-card h3 { font-size: 17px; font-weight: 600; margin: 0 0 4px; letter-spacing: -0.015em; }
.ch-card p  { font-size: 13px; color: var(--ink-3); margin: 0; line-height: 1.5; }
.ch-brands { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.ch-brands span {
  font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 0.08em;
  color: var(--ink-3); padding: 4px 8px; border: 1px solid var(--border); border-radius: 6px;
}

/* Map */
.ipn-map { margin-top: 24px; max-width: 1200px; margin-left: auto; margin-right: auto;
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border);
  background: var(--surface); box-shadow: var(--shadow-xs); }
.ipn-map-head { padding: 12px 16px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 10px; background: var(--bg); font-size: 13px; font-weight: 500; }
.ipn-map-credit { font-size: 11px; color: var(--ink-3); margin-left: auto; }
.ipn-map iframe { width: 100%; height: 460px; border: none; display: block; background: white; }
@media (max-width: 760px) { .ipn-map iframe { height: 320px; } }

/* Contact */
.ipn-contact { background: #0E1A2E; color: white; }
.ipn-contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ipn-contact h2 { color: white; }
.ipn-contact p  { color: rgba(255,255,255,0.75); }
.ipn-contact-rows { display: flex; flex-direction: column; gap: 12px; }
.ct-row { display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10); border-radius: var(--radius); }
.ct-ico { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: white; flex-shrink: 0; }
.ct-row .lbl { font-size: 11px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.06em; }
.ct-row .val { font-size: 14px; font-weight: 500; margin-top: 2px; }
@media (max-width: 880px) { .ipn-contact-inner { grid-template-columns: 1fr; gap: 24px; } }

/* Footer */
.ipn-footer { padding: 32px; background: #0A0F0B; color: rgba(255,255,255,0.55); font-size: 12px; }
.ipn-footer-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; }
.ipn-footer .bold { color: rgba(255,255,255,0.85); font-weight: 500; margin-bottom: 4px; }
.ipn-footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; margin-left: 18px; }
.ipn-footer-links a:hover { color: white; }

/* Scrim / modals overrides — pin to viewport (design.css used position: absolute) */
.scrim {
  position: fixed; inset: 0;
  background: rgba(15,20,16,0.55);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  z-index: 100; display: flex; align-items: flex-start; justify-content: center;
  overflow-y: auto; padding: 16px;
}
.scrim:not(.hidden) { animation: fadeIn .25s ease both; }
.scrim > * { margin: auto; animation: scaleIn .22s cubic-bezier(.2,.8,.2,1) both; }
.modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 32px; height: 32px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-3); background: transparent; border: none; cursor: pointer; font-size: 22px;
}
.modal-close:hover { background: var(--surface); }
.simple-modal {
  width: 460px; max-width: calc(100% - 24px);
  background: var(--bg); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg); padding: 28px; position: relative;
}
.simple-modal.text-center { text-align: center; }
.simple-modal h3 { font-size: 20px; font-weight: 600; margin: 0 0 6px; letter-spacing: -0.02em; }
.simple-modal p  { font-size: 14px; color: var(--ink-3); margin: 0 0 18px; }
.btn.full { width: 100%; }

/* Success modal */
.success-ico { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center; color: white; }
.success-ico .icn { width: 30px; height: 30px; }
.success-summary {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 14px; font-size: 13px; text-align: left; margin-bottom: 18px;
}
.success-summary .row { display: flex; justify-content: space-between; padding: 6px 0; }
.success-summary .row span:first-child { color: var(--ink-3); }

.error-ico { width: 64px; height: 64px; border-radius: 50%;
  background: var(--danger); color: white; font-weight: 700; font-size: 36px;
  margin: 0 auto 14px; display: inline-flex; align-items: center; justify-content: center; }
.error-ico.cat-bank    { background: #1E5FB3; }       /* azul: ir al banco */
.error-ico.cat-risk    { background: #B57F1B; }       /* ámbar: antifraude */
.error-ico.cat-card    { background: var(--accent); } /* rojo Interphonet */
.error-ico.cat-gateway { background: #6B7280; }       /* gris: transitorio */

.err-action {
  background: var(--secondary-soft); color: var(--ink);
  border: 1px solid #C6D6EC; border-radius: var(--radius);
  padding: 12px 14px; margin: 4px 0 14px; text-align: left;
  font-size: 13px; line-height: 1.5;
}
.err-action::before {
  content: "→ "; color: var(--secondary); font-weight: 700;
}
.err-code {
  font-size: 11px; color: var(--ink-3); margin: 4px 0 16px;
}
.err-code .mono { color: var(--ink-2); font-weight: 600; }

/* Dev-mode error simulator (only visible on loopback) */
.dev-sim {
  background: #FFFBEB; border: 1px dashed #E0BA47;
  border-radius: var(--radius); padding: 12px 14px; margin-bottom: 16px;
}
.dev-sim .label { display: flex; align-items: center; gap: 8px; color: #7A5A11; }
.dev-sim .dev-tag {
  background: #E0BA47; color: white; padding: 1px 6px; border-radius: 4px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.08em;
}
.dev-sim .hint { color: #7A5A11; }
.dev-sim select { background: white; }
.dev-sim .dev-check {
  display: flex; align-items: center; gap: 8px;
  margin-top: 10px; font-size: 13px; color: #5A4408; cursor: pointer;
}
.dev-sim .dev-check input { accent-color: #C8235E; }

/* Card modal */
.cc-modal {
  width: 760px; max-width: calc(100% - 12px);
  background: var(--bg); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg); position: relative;
  display: grid; grid-template-columns: 1fr 1fr;
}
@media (max-width: 720px) { .cc-modal { grid-template-columns: 1fr; } }
.cc-modal-preview {
  background: linear-gradient(180deg, #F7F8FB 0%, #EEF1F6 100%);
  padding: 24px 20px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 16px;
  border-right: 1px solid var(--border);
}
@media (max-width: 720px) {
  .cc-modal-preview { border-right: 0; border-bottom: 1px solid var(--border); padding: 14px; }
}
.cc-modal-form { padding: 28px 28px 24px; position: relative; }
.cc-modal-form h3 { font-size: 18px; font-weight: 600; margin: 0 0 4px; letter-spacing: -0.02em; }
.cc-amt { font-size: 12px; color: var(--ink-3); margin: 0 0 18px; }
.cc-amt .mono { color: var(--accent); font-weight: 600; }
.cc-3col { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.cc-paybtn { margin-top: 6px; width: 100%; }
.cc-brand-row { display: flex; justify-content: center; gap: 14px; margin-top: 4px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; font-weight: 700; color: var(--ink-3); }
.cc-brand-row span { transition: all .2s; opacity: 0.6; }
.cc-brand-row span.active { color: var(--accent); opacity: 1; }
.cc-brand-row span.dim { opacity: 0.2; }

.lock-row { align-self: flex-start; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-3); }
.cc-row-top { display: flex; justify-content: space-between; align-items: flex-start; }
.cc-row-bot { display: flex; justify-content: space-between; margin-top: 12px; align-items: flex-end; gap: 8px; }
.cc-row-bot .lbl { font-size: 8px; color: rgba(244,247,252,0.6); text-transform: uppercase; letter-spacing: 0.1em; }
.cc-row-bot > div { min-width: 0; }
.cc-back-info { margin-top: 10px; font-size: 9px; color: rgba(244,247,252,0.55); line-height: 1.5; }
.cc-trust {
  display: flex; align-items: center; gap: 10px; padding: 10px 14px;
  background: white; border: 1px solid var(--border); border-radius: 999px;
  font-size: 11px; color: var(--ink-3); align-self: stretch; justify-content: center;
}

/* Items table */
.items-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.items-table th { text-align: left; padding: 10px 8px; color: var(--ink-3); font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; border-bottom: 1px solid var(--border); }
.items-table th:nth-child(n+2), .items-table td:nth-child(n+2) { text-align: right; }
.items-table td { padding: 12px 8px; border-bottom: 1px solid var(--border); }
