/* Homepage V2 — Global Visa Card Platform (cards first, wallet fifth) */

.wfp-hero--visa { min-height: calc(100vh - var(--wfp-header-h)); }
.wfp-hero--banner {
  min-height: auto;
  padding: 32px 0 56px;
}
.wfp-hero--banner .wfp-hero__inner {
  padding-top: 24px;
  padding-bottom: 0;
}
.wfp-hero__banner {
  position: relative;
  max-width: 720px;
  margin: 0 auto 32px;
}
.wfp-hero__banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(212, 175, 55, 0.1);
}
.wfp-hero__banner::after {
  content: "";
  position: absolute;
  inset: -16%;
  background: radial-gradient(ellipse at 50% 50%, rgba(212, 175, 55, 0.12), transparent 62%);
  pointer-events: none;
  z-index: -1;
}
.wfp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wfp-hero__inner--center {
  grid-template-columns: 1fr !important;
  text-align: center;
  max-width: 960px;
}
.wfp-hero__wallet-line {
  font-size: 17px;
  color: var(--wfp-muted);
  margin: -8px 0 28px;
}
.wfp-hero__wallet-line strong { color: #c5a059; font-weight: 600; }
.wfp-hero__cards-showcase {
  position: relative;
  max-width: 520px;
  margin: 0 auto 36px;
}
.wfp-hero__cards-showcase img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(212, 175, 55, 0.12);
}
.wfp-hero__cards-showcase::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse at 50% 60%, rgba(212, 175, 55, 0.15), transparent 60%);
  pointer-events: none;
  z-index: -1;
}
.wfp-hero__cta--dual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* Screen 2 — Why two cards */
.wfp-two-cards { background: var(--wfp-bg2); border-top: 1px solid var(--wfp-border); }
.wfp-two-cards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.wfp-two-cards__item {
  padding: 32px;
  border-radius: var(--wfp-radius-lg);
  border: 1px solid var(--wfp-border);
  background: var(--wfp-card);
  transition: border-color 0.3s, transform 0.3s;
}
.wfp-two-cards__item:hover {
  border-color: rgba(212, 175, 55, 0.25);
  transform: translateY(-4px);
}
.wfp-two-cards__item--privacy { border-top: 3px solid #c5a059; }
.wfp-two-cards__item--business { border-top: 3px solid var(--wfp-blue); }
.wfp-two-cards__card-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,0.06);
}
.wfp-two-cards__card-img img { width: 100%; aspect-ratio: 3/2; object-fit: contain; object-position: center; background: #0a0a0f; }
.wfp-two-cards__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wfp-muted);
  margin-bottom: 8px;
}
.wfp-two-cards__item h3 { font-size: 27px; margin: 0 0 12px; }
.wfp-two-cards__item p { color: var(--wfp-muted); font-size: 17px; margin: 0 0 16px; line-height: 1.6; }
.wfp-two-cards__list { list-style: none; padding: 0; margin: 0 0 20px; }
.wfp-two-cards__list li {
  font-size: 16px;
  color: var(--wfp-text-body);
  padding: 6px 0 6px 18px;
  position: relative;
}
.wfp-two-cards__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--wfp-teal);
}

/* Screen 3 — Compare */
.wfp-home-compare { background: var(--wfp-bg); }
.wfp-home-compare__table-wrap { overflow-x: auto; margin-top: 40px; }
.wfp-home-compare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.wfp-home-compare__table th,
.wfp-home-compare__table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--wfp-border);
  text-align: left;
}
.wfp-home-compare__table th { font-weight: 700; color: var(--wfp-text); background: rgba(255,255,255,0.03); }
.wfp-home-compare__table th:first-child { color: var(--wfp-muted); font-weight: 600; }
.wfp-home-compare__check { color: var(--wfp-teal); text-align: center; }
.wfp-home-compare__dash { color: var(--wfp-muted); text-align: center; }

/* Screen 4 — Five advantages */
.wfp-five-adv { background: var(--wfp-bg2); }
.wfp-five-adv__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin: 48px auto 0;
}
.wfp-five-adv__step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--wfp-border);
  align-items: start;
}
.wfp-five-adv__step:last-child { border-bottom: none; opacity: 0.85; }
.wfp-five-adv__num {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  background: var(--wfp-gradient-subtle);
  border: 1px solid var(--wfp-border-accent);
  color: var(--wfp-teal);
}
.wfp-five-adv__step h3 { margin: 0 0 6px; font-size: 20px; }
.wfp-five-adv__step p { margin: 0; font-size: 17px; color: var(--wfp-muted); line-height: 1.6; }

/* Screen 5 — Wallet */
.wfp-wallet-teaser {
  text-align: center;
  background: var(--wfp-bg);
  border-top: 1px solid var(--wfp-border);
}
.wfp-wallet-teaser__box {
  max-width: 640px;
  margin: 32px auto 0;
  padding: 40px 32px;
  border-radius: var(--wfp-radius-lg);
  border: 1px dashed var(--wfp-border);
  background: rgba(255,255,255,0.02);
}
.wfp-wallet-teaser__icon { font-size: 45px; margin-bottom: 16px; }
.wfp-wallet-teaser__note { font-size: 15px; color: var(--wfp-muted); margin-top: 16px; }

/* Screen 7 — Apply flow */
.wfp-apply-flow { background: var(--wfp-bg2); }
.wfp-apply-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.wfp-apply-flow__step {
  text-align: center;
  padding: 24px 16px;
  border-radius: var(--wfp-radius);
  border: 1px solid var(--wfp-border);
  background: var(--wfp-card);
}
.wfp-apply-flow__step-num {
  font-size: 31px;
  font-weight: 800;
  background: var(--wfp-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.wfp-apply-flow__step p { margin: 0; font-size: 16px; color: var(--wfp-text-body); }

@media (max-width: 1024px) {
  .wfp-two-cards__grid { grid-template-columns: 1fr; }
  .wfp-apply-flow__steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .wfp-hero--banner { padding: 16px 0 40px; }
  .wfp-hero__banner { max-width: 100%; margin-bottom: 24px; }
  .wfp-hero__banner img { border-radius: 16px; }
  .wfp-apply-flow__steps { grid-template-columns: 1fr; }
}
