/* Page-specific redesign styles for /payment-gateways (from payment-gateways.html inline <style>), scoped under .pg-redesign.
   Generated by tools/scope-redesign-css.py — do not edit by hand. */
.pg-redesign .brand .bang {
      background: var(--gradient-spectrum);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
.pg-redesign .pay-art {
      position: relative;
      width: 100%;
      max-width: 560px;
      aspect-ratio: 5 / 4.4;
      margin: 0 auto;
    }
.pg-redesign .pay-art .panel {
      position: absolute;
      background: white;
      border: 1px solid var(--border-1);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-lg);
    }
.pg-redesign .term-device {
      inset: 4% 18% 14% 2%;
      border-radius: var(--radius-xl);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
.pg-redesign .term-top {
      display: flex; align-items: center; gap: 8px;
      padding: 12px 16px;
      border-bottom: 1px solid var(--border-1);
      background: var(--neutral-50);
    }
.pg-redesign .term-top .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--neutral-300); }
.pg-redesign .term-top .dot:nth-child(1) { background: #FF5F57; }
.pg-redesign .term-top .dot:nth-child(2) { background: #FEBC2E; }
.pg-redesign .term-top .dot:nth-child(3) { background: #28C840; }
.pg-redesign .term-top .label {
      margin-left: 6px;
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--fg-3);
    }
.pg-redesign .term-body {
      flex: 1;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: 14px;
      padding: 28px 24px;
      text-align: center;
    }
.pg-redesign .term-merchant {
      font-family: var(--font-display);
      font-weight: var(--weight-bold);
      font-size: 13px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--fg-3);
    }
.pg-redesign .term-amount {
      font-family: var(--font-display);
      font-weight: var(--weight-extrabold);
      font-size: 46px;
      line-height: 1;
      letter-spacing: -0.03em;
      color: var(--fg-1);
      font-variant-numeric: tabular-nums;
    }
.pg-redesign .term-amount .cur { font-size: 22px; color: var(--fg-3); margin-right: 3px; vertical-align: baseline; }
.pg-redesign .term-approved {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: var(--font-body);
      font-weight: var(--weight-semibold);
      font-size: 14px;
      color: var(--success-500);
      padding: 7px 16px;
      border-radius: 999px;
      background: var(--success-50);
    }
.pg-redesign .term-approved .ring {
      width: 20px; height: 20px; border-radius: 999px;
      background: var(--success-500); color: white;
      display: inline-flex; align-items: center; justify-content: center;
    }
.pg-redesign .term-foot {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      padding: 12px 16px;
      border-top: 1px solid var(--border-1);
      font-family: var(--font-mono);
      font-size: 11px;
      color: var(--fg-4);
      letter-spacing: 0.04em;
    }
.pg-redesign .term-foot .wave { color: var(--brand-500); display: inline-flex; }
.pg-redesign .pay-pill {
      top: 1%; right: 0%;
      padding: 10px 14px;
      border-radius: 999px;
      display: inline-flex; align-items: center; gap: 9px;
    }
.pg-redesign .pay-pill .pulse-dot {
      width: 8px; height: 8px; border-radius: 999px;
      background: var(--brand-500);
      box-shadow: 0 0 0 4px rgba(0, 170, 255, 0.15);
      animation: paypulse 2s var(--ease-in-out) infinite;
    }
@keyframes paypulse {
      0%, 100% { box-shadow: 0 0 0 4px rgba(0, 170, 255, 0.15); }
      50% { box-shadow: 0 0 0 8px rgba(0, 170, 255, 0.04); }
    }
.pg-redesign .pay-pill .pl {
      font-family: var(--font-mono); font-size: 11px;
      letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-2);
    }
.pg-redesign .pay-settle {
      bottom: 0%; right: 0%;
      width: 60%;
      padding: 14px 16px;
    }
.pg-redesign .pay-settle .row1 {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 10px;
    }
.pg-redesign .pay-settle .stamp {
      font-family: var(--font-mono); font-size: 10px;
      letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-4);
    }
.pg-redesign .pay-settle .net {
      font-family: var(--font-display); font-weight: var(--weight-bold);
      font-size: 20px; letter-spacing: -0.02em; color: var(--fg-1);
      font-variant-numeric: tabular-nums;
    }
.pg-redesign .pay-settle .net .cur { font-size: 12px; color: var(--fg-3); margin-right: 2px; }
.pg-redesign .pay-settle .meta {
      display: flex; align-items: center; justify-content: space-between;
      padding-top: 10px;
      border-top: 1px dashed var(--border-1);
      font-family: var(--font-body); font-size: 11px; color: var(--fg-3);
    }
.pg-redesign .pay-settle .meta .ok {
      font-weight: var(--weight-semibold); color: var(--success-500);
    }
.pg-redesign .region {
      display: flex; align-items: center; gap: 14px;
      margin: 0 0 22px 0;
    }
.pg-redesign .region .rname {
      font-family: var(--font-display);
      font-weight: var(--weight-semibold);
      font-size: 17px;
      letter-spacing: -0.01em;
      color: var(--fg-1);
      display: inline-flex; align-items: center; gap: 9px;
    }
.pg-redesign .region .flag {
      width: 22px; height: 16px; border-radius: 3px;
      border: 1px solid var(--border-1);
      display: inline-flex; align-items: center; justify-content: center;
      font-family: var(--font-mono); font-size: 8px; font-weight: 600;
      color: var(--fg-3); letter-spacing: 0.04em;
      background: var(--neutral-50);
    }
.pg-redesign .region .line { flex: 1; height: 1px; background: var(--border-1); }
.pg-redesign .region .count {
      font-family: var(--font-mono); font-size: 12px; color: var(--fg-4);
    }
.pg-redesign .region + .proc-grid { margin-bottom: 40px; }
.pg-redesign .proc-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
.pg-redesign .proc-grid.nz { grid-template-columns: repeat(3, 1fr); max-width: 720px; }
.pg-redesign .proc-card {
      background: var(--bg-canvas);
      border: 1px solid var(--border-1);
      border-radius: var(--radius-lg);
      padding: 22px 22px 20px;
      display: flex; flex-direction: column;
      transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
    }
.pg-redesign .proc-card:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-md);
      border-color: var(--border-2);
    }
.pg-redesign .proc-top {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 18px;
    }
.pg-redesign .proc-mark {
      height: 30px;
      display: inline-flex; align-items: center;
      font-family: var(--font-display);
      color: var(--fg-1);
    }
.pg-redesign .proc-chip {
      font-family: var(--font-mono);
      font-size: 10px;
      font-weight: var(--weight-medium);
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 4px 9px;
      border-radius: 999px;
      background: var(--neutral-100);
      color: var(--fg-3);
      white-space: nowrap;
    }
.pg-redesign .proc-chip.rec { background: var(--neutral-900); color: white; }
.pg-redesign .proc-chip.partner {
      color: var(--brand-700);
      background: var(--brand-50);
    }
.pg-redesign .proc-name {
      font-family: var(--font-display);
      font-weight: var(--weight-semibold);
      font-size: 17px;
      letter-spacing: -0.01em;
      color: var(--fg-1);
      margin: 0 0 4px 0;
    }
.pg-redesign .proc-desc {
      font-family: var(--font-body);
      font-size: 13px;
      line-height: 1.5;
      color: var(--fg-3);
      margin: 0 0 16px 0;
      flex: 1;
    }
.pg-redesign .proc-meta {
      display: flex; align-items: center; gap: 7px;
      padding-top: 14px;
      border-top: 1px solid var(--border-1);
      font-family: var(--font-mono);
      font-size: 11px;
      color: var(--fg-2);
    }
.pg-redesign .proc-meta svg { color: var(--success-500); flex-shrink: 0; }
.pg-redesign .proc-card.featured {
      background: var(--neutral-900);
      border-color: var(--neutral-900);
      position: relative;
      overflow: hidden;
    }
.pg-redesign .proc-card.featured::after {
      content: "";
      position: absolute; left: 0; right: 0; top: 0; height: 3px;
      background: var(--gradient-sunset);
    }
.pg-redesign .proc-card.featured .proc-mark, .pg-redesign .proc-card.featured .proc-name { color: white; }
.pg-redesign .proc-card.featured .proc-desc { color: rgba(255,255,255,0.62); }
.pg-redesign .proc-card.featured .proc-meta {
      color: rgba(255,255,255,0.78);
      border-top-color: rgba(255,255,255,0.14);
    }
.pg-redesign .wm { font-weight: 700; letter-spacing: -0.01em; }
.pg-redesign .wm-tyro { font-weight: 800; letter-spacing: 0.01em; }
.pg-redesign .wm-stripe { font-weight: 700; letter-spacing: -0.02em; }
.pg-redesign .wm-sq { font-weight: 800; letter-spacing: 0.04em; font-size: 15px; text-transform: uppercase; }
.pg-redesign .wm-zeller { font-weight: 700; letter-spacing: -0.02em; }
.pg-redesign .wm-verifone { font-weight: 600; letter-spacing: -0.01em; }
.pg-redesign .wm-pp { font-weight: 800; font-style: italic; letter-spacing: -0.02em; }
.pg-redesign .term-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
.pg-redesign .tcard {
      background: var(--bg-canvas);
      border: 1px solid var(--border-1);
      border-radius: var(--radius-lg);
      padding: 24px 24px 22px;
      display: flex; flex-direction: column;
      transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
    }
.pg-redesign .tcard:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.pg-redesign .tcard .ix {
      width: 40px; height: 40px;
      border-radius: 10px;
      background: var(--brand-50);
      color: var(--brand-700);
      display: inline-flex; align-items: center; justify-content: center;
      margin-bottom: 16px;
    }
.pg-redesign .tcard h3 {
      font-family: var(--font-display);
      font-weight: var(--weight-semibold);
      font-size: 18px;
      letter-spacing: -0.01em;
      color: var(--fg-1);
      margin: 0 0 6px 0;
    }
.pg-redesign .tcard p {
      font-family: var(--font-body);
      font-size: 13.5px;
      line-height: 1.5;
      color: var(--fg-3);
      margin: 0 0 18px 0;
      flex: 1;
    }
.pg-redesign .status {
      align-self: flex-start;
      display: inline-flex; align-items: center; gap: 6px;
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: var(--weight-medium);
      letter-spacing: 0.04em;
      padding: 5px 11px;
      border-radius: 999px;
      background: var(--success-50);
      color: #047857;
    }
.pg-redesign .status svg { flex-shrink: 0; }
.pg-redesign .status.full {
      background: var(--neutral-900);
      color: white;
    }
.pg-redesign .methods-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      margin-top: 8px;
    }
.pg-redesign .mgroup {
      border: 1px solid var(--border-1);
      border-radius: var(--radius-lg);
      background: var(--bg-canvas);
      padding: 24px 24px 26px;
    }
.pg-redesign .mgroup .mhead {
      display: flex; align-items: center; gap: 10px;
      margin-bottom: 18px;
    }
.pg-redesign .mgroup .mhead .mt {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--fg-3);
    }
.pg-redesign .mgroup .mhead .line { flex: 1; height: 1px; background: var(--border-1); }
.pg-redesign .mlist {
      display: flex; flex-wrap: wrap; gap: 8px;
    }
.pg-redesign .mchip {
      display: inline-flex; align-items: center; gap: 7px;
      font-family: var(--font-body);
      font-weight: var(--weight-medium);
      font-size: 13px;
      color: var(--fg-1);
      padding: 8px 13px;
      border-radius: 999px;
      border: 1px solid var(--border-1);
      background: var(--neutral-50);
    }
.pg-redesign .mchip .swatch {
      width: 8px; height: 8px; border-radius: 2px;
      background: var(--brand-400);
    }
.pg-redesign .mchip .swatch.s2 { background: var(--accent-400); }
.pg-redesign .mchip .swatch.s3 { background: var(--sunset-500); }
.pg-redesign .custom-cta { padding: 92px 0 104px; }
.pg-redesign .custom-cta h2 { font-size: 52px; }
.pg-redesign .custom-cta .sub {
      font-family: var(--font-body);
      font-size: 18px;
      color: rgba(255,255,255,0.7);
      margin: 0 auto 32px;
      max-width: 540px;
      line-height: 1.55;
    }
@media (max-width: 1180px) {
.pg-redesign .proc-grid { grid-template-columns: repeat(2, 1fr); }
.pg-redesign .proc-grid.nz { grid-template-columns: repeat(2, 1fr); max-width: none; }
.pg-redesign .term-grid { grid-template-columns: repeat(2, 1fr); }
.pg-redesign .methods-grid { grid-template-columns: 1fr; }
.pg-redesign .custom-cta h2 { font-size: 40px; }
}
@media (max-width: 720px) {
.pg-redesign .proc-grid, .pg-redesign .proc-grid.nz { grid-template-columns: 1fr; }
.pg-redesign .term-grid { grid-template-columns: 1fr; }
.pg-redesign .pay-art { aspect-ratio: 4 / 4.4; }
.pg-redesign .pay-settle { width: 72%; }
}
.pg-redesign .pg-head .eyebrow-row { color: var(--brand-600); }
.pg-redesign .pg-head .eyebrow-row .rule { background: var(--brand-600); }
