/* =============================================
   QPH LANDING — CSS
   Uses Trovezone brand tokens
============================================= */
.qph-wrap {
  --g:   #00bd19;
  --gd:  #009914;
  --gg:  rgba(0,189,25,.13);
  --pk:  #E91E63;
  --pkd: #c2185b;
  --ch:  #374046;
  --bk:  #000;
  --s1:  #0d1214;
  --s2:  #182025;
  --s3:  #1e292f;
  --br:  rgba(55,64,70,.55);
  --tx:  #d4dde2;
  --tm:  #7a909a;
  --wh:  #fff;
  --r1:  6px;
  --r2:  12px;
  --r3:  20px;
  --tr:  .22s ease;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--tx);
  background: var(--s1);
}

/* container */
.qph-container {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 24px;
}

/* ── HERO ──────────────────────────────── */
.qph-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 72px;
  text-align: center;
}

.qph-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.qph-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .55;
}

.qph-blob--1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(0,189,25,.18), transparent 70%);
  top: -120px; left: -100px;
}

.qph-blob--2 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(233,30,99,.12), transparent 70%);
  top: 60px; right: -80px;
}

.qph-blob--3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(0,189,25,.1), transparent 70%);
  bottom: -60px; left: 40%;
}

.qph-hero > .qph-container { position: relative; z-index: 1; }

.qph-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  background: var(--gg);
  border: 1px solid rgba(0,189,25,.3);
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--g);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 24px;
}

.qph-hero__eyebrow svg { width: 14px; height: 14px; }

.qph-hero__title {
  font-family: 'Syne', 'Inter', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.12;
  color: var(--wh);
  margin-bottom: 18px;
}

.qph-accent { color: var(--g); }

.qph-hero__sub {
  font-size: 1.05rem;
  color: var(--tm);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.qph-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ── BUTTONS ───────────────────────────── */
.qph-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: var(--r1);
  font-family: inherit;
  font-size: .9rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--tr);
  letter-spacing: .01em;
}

.qph-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.qph-btn--primary {
  background: var(--g);
  color: #000;
}

.qph-btn--primary:hover {
  background: var(--gd);
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(0,189,25,.35);
  color: #000;
}

.qph-btn--outline {
  background: transparent;
  color: var(--wh);
  border: 1px solid var(--br);
}

.qph-btn--outline:hover {
  border-color: var(--g);
  color: var(--g);
  background: var(--gg);
}

.qph-btn--lg { padding: 15px 36px; font-size: 1rem; }

/* ── CARD SECTION ──────────────────────── */
.qph-cards-section {
  padding: 80px 0;
  background: var(--s2);
}

.qph-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--g);
  margin-bottom: 10px;
}

.qph-section-label::before {
  content: '';
  width: 22px; height: 2px;
  background: var(--g);
  border-radius: 2px;
  display: block;
}

.qph-section-title {
  font-family: 'Syne', 'Inter', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.025em;
  color: var(--wh);
  margin-bottom: 10px;
}

.qph-section-desc {
  font-size: .95rem;
  color: var(--tm);
  margin-bottom: 48px;
}

/* Card grid — 3 cols → 2 → 1 */
.qph-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* ── SINGLE CARD ───────────────────────── */
.qph-card {
  position: relative;
  border-radius: 16px;
  padding: 18px 20px 16px;
  aspect-ratio: 1.586 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.22,.68,0,1.2), box-shadow .3s ease;
  cursor: default;
}

.qph-card:hover {
  transform: translateY(-8px) rotate(-1.2deg);
}

/* Card variants — one per bank */

/* Shared shine base */
.qph-card__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  transition: opacity .3s;
}
.qph-card:hover .qph-card__shine { opacity: .8; }

/* ── JPMorgan Chase — signature deep navy, horizontal micro-lines ── */
.qph-card--chase {
  background-color: #061628;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,.026) 2px, rgba(255,255,255,.026) 3px),
    linear-gradient(148deg, #030d1a 0%, #081e38 25%, #0f2d52 48%, #09203e 72%, #04111e 100%);
  border: 1px solid rgba(80,150,230,.22);
  box-shadow: 0 10px 44px rgba(3,13,26,.8), inset 0 1px 0 rgba(100,175,255,.16), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--chase:hover {
  box-shadow: 0 30px 70px rgba(3,13,26,.9), 0 0 40px rgba(20,80,200,.12), inset 0 1px 0 rgba(100,175,255,.16), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--chase .qph-card__shine {
  background: linear-gradient(118deg, rgba(100,180,255,.18) 0%, rgba(140,200,255,.08) 26%, transparent 50%);
}

/* ── Bank of America — deep crimson, horizontal texture ── */
.qph-card--bofa {
  background-color: #2a0008;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,80,80,.022) 2px, rgba(255,80,80,.022) 3px),
    linear-gradient(148deg, #1a0005 0%, #350010 25%, #4d0018 48%, #380012 72%, #200008 100%);
  border: 1px solid rgba(220,0,30,.22);
  box-shadow: 0 10px 44px rgba(26,0,5,.8), inset 0 1px 0 rgba(255,80,80,.12), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--bofa:hover {
  box-shadow: 0 30px 70px rgba(26,0,5,.9), 0 0 40px rgba(220,0,30,.1), inset 0 1px 0 rgba(255,80,80,.12), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--bofa .qph-card__shine {
  background: linear-gradient(118deg, rgba(255,60,60,.15) 0%, rgba(255,80,80,.06) 26%, transparent 50%);
}

/* ── Barclays — Barclays teal-blue, horizontal grain ── */
.qph-card--barclays {
  background-color: #001830;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,174,239,.028) 2px, rgba(0,174,239,.028) 3px),
    linear-gradient(148deg, #000f1e 0%, #001a34 25%, #002550 48%, #001d40 72%, #000c1c 100%);
  border: 1px solid rgba(0,174,239,.24);
  box-shadow: 0 10px 44px rgba(0,15,30,.8), inset 0 1px 0 rgba(0,200,255,.14), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--barclays:hover {
  box-shadow: 0 30px 70px rgba(0,15,30,.9), 0 0 40px rgba(0,174,239,.1), inset 0 1px 0 rgba(0,200,255,.14), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--barclays .qph-card__shine {
  background: linear-gradient(118deg, rgba(0,190,255,.17) 0%, rgba(0,210,255,.07) 26%, transparent 50%);
}

/* ── HSBC — deep burgundy-red, diagonal weave ── */
.qph-card--hsbc {
  background-color: #1e0004;
  background-image:
    repeating-linear-gradient(-50deg, transparent, transparent 5px, rgba(219,0,17,.02) 5px, rgba(219,0,17,.02) 10px),
    linear-gradient(145deg, #130002 0%, #280008 28%, #3a0010 50%, #2a000a 76%, #160004 100%);
  border: 1px solid rgba(219,0,17,.22);
  box-shadow: 0 10px 44px rgba(19,0,2,.8), inset 0 1px 0 rgba(255,40,40,.1), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--hsbc:hover {
  box-shadow: 0 30px 70px rgba(19,0,2,.9), 0 0 40px rgba(219,0,17,.1), inset 0 1px 0 rgba(255,40,40,.1), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--hsbc .qph-card__shine {
  background: linear-gradient(118deg, rgba(255,40,40,.14) 0%, rgba(255,60,60,.05) 26%, transparent 50%);
}

/* ── Deutsche Bank — royal blue / indigo, horizontal micro-lines ── */
.qph-card--deutsche {
  background-color: #000520;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(30,50,220,.04) 2px, rgba(30,50,220,.04) 3px),
    linear-gradient(148deg, #000316 0%, #00083a 25%, #000e54 48%, #000840 72%, #000214 100%);
  border: 1px solid rgba(0,24,168,.38);
  box-shadow: 0 10px 44px rgba(0,3,22,.85), inset 0 1px 0 rgba(50,80,255,.14), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--deutsche:hover {
  box-shadow: 0 30px 70px rgba(0,3,22,.9), 0 0 40px rgba(0,24,168,.12), inset 0 1px 0 rgba(50,80,255,.14), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--deutsche .qph-card__shine {
  background: linear-gradient(118deg, rgba(60,80,255,.16) 0%, rgba(80,100,255,.07) 26%, transparent 50%);
}

/* ── Commerzbank — near-black with gold accent, diagonal stripe ── */
.qph-card--commerzbank {
  background-color: #0f0e00;
  background-image:
    repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255,200,0,.02) 4px, rgba(255,200,0,.02) 8px),
    linear-gradient(148deg, #090800 0%, #161400 25%, #201c00 48%, #181500 72%, #0c0a00 100%);
  border: 1px solid rgba(255,200,0,.26);
  box-shadow: 0 10px 44px rgba(9,8,0,.8), inset 0 1px 0 rgba(255,210,0,.16), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--commerzbank:hover {
  box-shadow: 0 30px 70px rgba(9,8,0,.9), 0 0 40px rgba(255,200,0,.1), inset 0 1px 0 rgba(255,210,0,.16), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--commerzbank .qph-card__shine {
  background: linear-gradient(118deg, rgba(255,215,0,.15) 0%, rgba(255,225,0,.06) 26%, transparent 50%);
}

/* ── RBC (Royal Bank of Canada) — deep navy with gold top-line ── */
.qph-card--rbc {
  background-color: #000a1e;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,205,0,.022) 2px, rgba(255,205,0,.022) 3px),
    linear-gradient(148deg, #000614 0%, #000f2e 25%, #001648 48%, #000e36 72%, #000412 100%);
  border: 1px solid rgba(255,205,0,.2);
  box-shadow: 0 10px 44px rgba(0,6,20,.85), inset 0 1px 0 rgba(255,215,0,.14), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--rbc:hover {
  box-shadow: 0 30px 70px rgba(0,6,20,.9), 0 0 40px rgba(255,205,0,.08), inset 0 1px 0 rgba(255,215,0,.14), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--rbc .qph-card__shine {
  background: linear-gradient(118deg, rgba(255,218,0,.13) 0%, rgba(255,225,0,.05) 26%, transparent 50%);
}

/* ── TD Bank — deep TD green, horizontal grain ── */
.qph-card--td {
  background-color: #001508;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,169,80,.026) 2px, rgba(0,169,80,.026) 3px),
    linear-gradient(148deg, #000d05 0%, #001a0a 25%, #002a12 48%, #001e0c 72%, #000b04 100%);
  border: 1px solid rgba(0,169,80,.26);
  box-shadow: 0 10px 44px rgba(0,13,5,.8), inset 0 1px 0 rgba(0,200,80,.13), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--td:hover {
  box-shadow: 0 30px 70px rgba(0,13,5,.9), 0 0 40px rgba(0,169,80,.1), inset 0 1px 0 rgba(0,200,80,.13), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--td .qph-card__shine {
  background: linear-gradient(118deg, rgba(0,200,80,.15) 0%, rgba(0,180,60,.06) 26%, transparent 50%);
}

/* ── NAB (National Australia Bank) — deep NAB red, diagonal weave ── */
.qph-card--nab {
  background-color: #150002;
  background-image:
    repeating-linear-gradient(-50deg, transparent, transparent 5px, rgba(207,10,44,.02) 5px, rgba(207,10,44,.02) 10px),
    linear-gradient(148deg, #0d0001 0%, #1f0006 25%, #2e000c 48%, #220008 72%, #110002 100%);
  border: 1px solid rgba(207,10,44,.24);
  box-shadow: 0 10px 44px rgba(13,0,1,.8), inset 0 1px 0 rgba(255,30,60,.1), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--nab:hover {
  box-shadow: 0 30px 70px rgba(13,0,1,.9), 0 0 40px rgba(207,10,44,.1), inset 0 1px 0 rgba(255,30,60,.1), inset 0 -1px 0 rgba(0,0,0,.4);
}
.qph-card--nab .qph-card__shine {
  background: linear-gradient(118deg, rgba(255,30,50,.14) 0%, rgba(255,40,60,.05) 26%, transparent 50%);
}

/* Top row */
.qph-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.qph-card__bank {
  font-size: .58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.72);
}

.qph-card__nfc {
  width: 20px; height: 20px;
  color: rgba(255,255,255,.5);
}

/* Chip — styled via SVG, just set dimensions here */
.qph-card__chip {
  width: 46px;
  height: 36px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.55));
}

/* Number */
.qph-card__number {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .22em;
  color: rgba(255,255,255,.92);
  text-shadow:
    0 1px 6px rgba(0,0,0,.65),
    0 0 1px rgba(0,0,0,.5);
  margin-top: auto;
  padding-top: 2px;
}

/* Footer row */
.qph-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.qph-card__lbl {
  font-size: .46rem;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: rgba(255,255,255,.4);
  margin-bottom: 3px;
}

.qph-card__val {
  font-size: .68rem;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  letter-spacing: .04em;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.qph-card__visa {
  width: 54px;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.45));
}


/* ── BOTTOM CTA ────────────────────────── */
.qph-cta {
  padding: 72px 0;
  background: var(--s2);
}

.qph-cta__inner {
  background: linear-gradient(135deg, var(--ch) 0%, #2a353b 100%);
  border: 1px solid var(--br);
  border-radius: var(--r3);
  padding: 60px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.qph-cta__inner::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(0,189,25,.15), transparent 70%);
  pointer-events: none;
}

.qph-cta__title {
  font-family: 'Syne', 'Inter', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--wh);
  margin-bottom: 10px;
  letter-spacing: -.02em;
  position: relative;
}

.qph-cta__sub {
  font-size: .95rem;
  color: var(--tm);
  margin-bottom: 32px;
  position: relative;
}

.qph-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
}

/* ── RESPONSIVE ────────────────────────── */
@media (max-width: 1024px) {
  .qph-cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .qph-cards-grid { grid-template-columns: 1fr; }
  .qph-cta__inner { padding: 40px 24px; }
  .qph-hero       { padding: 60px 0 48px; }
}
