/* WorryFree Pay Homepage — Hero through Footer sections */

.wfp-main { padding-top: var(--wfp-header-h); }

/* ── 首页主推宣传图 ── */
.wfp-promo-banner {
  position: relative;
  z-index: 2;
  padding: 20px 24px 0;
  background: linear-gradient(180deg, rgba(99, 91, 255, 0.08) 0%, transparent 100%);
}
.wfp-promo-banner__inner {
  max-width: min(920px, 100%);
  margin: 0 auto;
}
.wfp-promo-banner__frame {
  display: block;
  border-radius: var(--wfp-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 60px rgba(99, 91, 255, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.wfp-promo-banner__frame:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.42);
  box-shadow:
    0 32px 96px rgba(0, 0, 0, 0.6),
    0 0 80px rgba(99, 91, 255, 0.22);
}
.wfp-promo-banner__frame img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.wfp-promo-banner--compact {
  padding: 16px 24px 0;
  background: none;
}
.wfp-promo-banner--compact .wfp-promo-banner__inner {
  max-width: min(720px, 100%);
}

/* ── Hero ── */
.wfp-hero {
  position: relative;
  min-height: calc(100vh - var(--wfp-header-h));
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wfp-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(99, 91, 255, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 80%, rgba(0, 119, 255, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 10% 70%, rgba(0, 212, 170, 0.08) 0%, transparent 50%),
    var(--wfp-bg);
}
.wfp-hero__cities {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-size: cover;
  background-position: center;
  animation: wfp-city-cycle 42s ease-in-out infinite;
}
.wfp-hero__city-label {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(5, 5, 8, 0.65);
  border: 1px solid var(--wfp-border);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: var(--wfp-text-body);
  backdrop-filter: blur(12px);
}
.wfp-hero__city-label-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wfp-teal);
  animation: wfp-pulse 2s ease infinite;
}
.wfp-hero__city-name { min-width: 4em; text-align: center; }
.wfp-hero__logo-watermark {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: wfp-logo-fade 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.wfp-hero__logo-watermark img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  opacity: 0.45;
  object-fit: contain;
  border-radius: 10px;
}
.wfp-hero__logo-watermark span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.5);
}
@keyframes wfp-logo-fade {
  0%, 20% { opacity: 0; transform: translateX(-50%) translateY(8px); }
  35%, 55% { opacity: 1; transform: translateX(-50%) translateY(0); }
  70%, 100% { opacity: 0; transform: translateX(-50%) translateY(-8px); }
}
.wfp-product-matrix { background: var(--wfp-bg2); border-top: 1px solid var(--wfp-border); }
.wfp-product-matrix__cta { text-align: center; margin-top: 48px; }
.wfp-section--cta-band {
  text-align: center;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(99,91,255,0.12), transparent 65%), var(--wfp-bg);
  border-top: 1px solid var(--wfp-border);
}
@keyframes wfp-city-cycle {
  0%, 14% { background-image: linear-gradient(180deg, transparent 40%, var(--wfp-bg) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Crect fill='%23050812' width='1200' height='600'/%3E%3Cpath fill='%231a2540' d='M0 400h80v200H0zm100 350h60v250h-60zm80 300h100v300H180zm120 280h70v320h-70zm90 320h90v280h-90zm100 250h110v350H490zm120 300h80v300h-80zm100 270h95v330h-95zm110 310h85v290h-85zm100 260h100v340h-100zm110 290h75v310h-75zm90 320h80v280h-80z'/%3E%3C/svg%3E"); }
  16%, 28% { background-image: linear-gradient(180deg, transparent 40%, var(--wfp-bg) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Crect fill='%23081018' width='1200' height='600'/%3E%3Cpath fill='%23182840' d='M0 420h90v180H0zm110 380h70v220h-70zm100 400h85v200h-85zm95 360h75v240h-75zm105 390h80v210h-80z'/%3E%3C/svg%3E"); }
  30%, 42% { background-image: linear-gradient(180deg, transparent 40%, var(--wfp-bg) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Crect fill='%230a0e16' width='1200' height='600'/%3E%3Cpath fill='%23152035' d='M0 380h100v220H0zm120 350h80v250h-80zm110 400h90v200h-90z'/%3E%3C/svg%3E"); }
  44%, 100% { background-image: linear-gradient(180deg, transparent 40%, var(--wfp-bg) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Crect fill='%23060810' width='1200' height='600'/%3E%3Cpath fill='%231a2035' d='M0 400h120v200H0zm140 360h90v240h-90z'/%3E%3C/svg%3E"); }
}
.wfp-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.wfp-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(99, 91, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 91, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 70%);
}
.wfp-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--wfp-container-wide);
  margin: 0 auto;
  padding: 60px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.wfp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(99, 91, 255, 0.12);
  border: 1px solid rgba(99, 91, 255, 0.3);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #c7d2fe;
  margin-bottom: 24px;
}
.wfp-hero__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wfp-teal);
  animation: wfp-pulse 2s ease infinite;
}
@keyframes wfp-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
.wfp-hero__title {
  font-size: clamp(47px, 6.9vw, 85px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 24px;
}
.wfp-hero__title em {
  font-style: normal;
  background: var(--wfp-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wfp-hero__sub {
  font-size: clamp(20px, 2.4vw, 25px);
  color: var(--wfp-text-body);
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 12px;
  max-width: 540px;
}
.wfp-hero__sub--2 { font-size: 19px; color: var(--wfp-text-body); font-weight: 600; margin-bottom: 36px; }
.wfp-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }

/* Hero visual — payment flow */
.wfp-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wfp-flow {
  width: 100%;
  max-width: 380px;
  background: var(--wfp-card);
  border: 1px solid var(--wfp-border);
  border-radius: var(--wfp-radius-lg);
  padding: 32px 28px;
  box-shadow: var(--wfp-glow);
}
.wfp-flow__step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  position: relative;
}
.wfp-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 48px;
  width: 2px;
  height: calc(100% - 10px);
  background: linear-gradient(180deg, var(--wfp-purple), var(--wfp-blue));
  opacity: 0.4;
}
.wfp-flow__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--wfp-gradient-subtle);
  border: 1px solid var(--wfp-border-accent);
  font-size: 20px;
}
.wfp-flow__step.is-active .wfp-flow__icon {
  background: var(--wfp-gradient);
  box-shadow: 0 0 20px rgba(99, 91, 255, 0.5);
}
.wfp-flow__label { font-size: 18px; font-weight: 800; }
.wfp-flow__desc { font-size: 16px; color: var(--wfp-text-body); font-weight: 600; margin-top: 2px; }
.wfp-flow__step.is-active .wfp-flow__label { color: var(--wfp-teal); }

.wfp-live-stats {
  width: 100%;
  max-width: 380px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.wfp-live-stat {
  background: rgba(10, 10, 18, 0.8);
  border: 1px solid var(--wfp-border);
  border-radius: var(--wfp-radius-sm);
  padding: 12px 14px;
}
.wfp-live-stat__label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--wfp-text-body); }
.wfp-live-stat__value {
  font-size: 22px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  margin-top: 4px;
  background: var(--wfp-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Brand Value ── */
.wfp-brand-value {
  background: var(--wfp-bg2);
  border-top: 1px solid var(--wfp-border);
  border-bottom: 1px solid var(--wfp-border);
}
.wfp-brand-value__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.wfp-brand-value__text p {
  font-size: 20px;
  color: var(--wfp-text-body);
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 16px;
}
.wfp-mission-grid { display: grid; gap: 20px; }
.wfp-mission-card {
  background: var(--wfp-gradient-subtle);
  border: 1px solid var(--wfp-border);
  border-radius: var(--wfp-radius);
  padding: 24px;
}
.wfp-mission-card__tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wfp-purple);
  margin-bottom: 8px;
}
.wfp-mission-card p { margin: 0; font-size: 19px; font-weight: 600; color: var(--wfp-text-body); line-height: 1.65; }
.wfp-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.wfp-values__chip {
  padding: 8px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--wfp-border);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: var(--wfp-text-body);
}

/* ── Stats Dashboard ── */
.wfp-stats {
  background: var(--wfp-bg);
}
.wfp-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.wfp-stat-card {
  text-align: center;
  padding: 36px 24px;
  background: var(--wfp-card);
  border: 1px solid var(--wfp-border);
  border-radius: var(--wfp-radius);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.wfp-stat-card:hover {
  border-color: var(--wfp-border-accent);
  box-shadow: var(--wfp-glow);
}
.wfp-stat-card__num {
  font-size: clamp(42px, 5.2vw, 66px);
  font-weight: 900;
  letter-spacing: -0.03em;
  background: var(--wfp-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-variant-numeric: tabular-nums;
}
.wfp-stat-card__unit { font-size: 17px; color: var(--wfp-text-body); font-weight: 600; margin-top: 4px; }
.wfp-stat-card__title { font-size: 19px; font-weight: 900; margin-top: 12px; }
.wfp-stat-card__desc { font-size: 17px; color: var(--wfp-text-body); font-weight: 600; margin-top: 6px; }

/* ── Advantages ── */
.wfp-advantages__grid { grid-template-columns: repeat(3, 1fr); }
.wfp-adv-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--wfp-gradient-subtle);
  border: 1px solid var(--wfp-border-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 25px;
}
.wfp-adv-card h3 { font-size: 22px; font-weight: 900; margin-bottom: 10px; }
.wfp-adv-card p { font-size: 18px; color: var(--wfp-text-body); font-weight: 600; line-height: 1.7; margin: 0; }

/* ── Brand numbers strip ── */
.wfp-numbers {
  background: var(--wfp-gradient-subtle);
  border-top: 1px solid var(--wfp-border);
  border-bottom: 1px solid var(--wfp-border);
  padding: 48px 24px;
}
.wfp-numbers__inner {
  max-width: var(--wfp-container-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  text-align: center;
}
.wfp-numbers__item strong {
  display: block;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.wfp-numbers__item span { font-size: 17px; color: var(--wfp-text-body); font-weight: 600; margin-top: 4px; display: block; }
.wfp-numbers__divider {
  width: 40px;
  height: 2px;
  background: var(--wfp-border-accent);
  margin: 12px auto;
}

/* ── Global Map ── */
.wfp-map-section {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--wfp-bg2);
}
.wfp-map-section__bg {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.wfp-map-section__content {
  position: relative;
  z-index: 2;
  max-width: var(--wfp-container);
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}
.wfp-map-section__cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 32px 0;
}
.wfp-map-section__city {
  padding: 8px 16px;
  background: rgba(99, 91, 255, 0.1);
  border: 1px solid var(--wfp-border-accent);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  animation: wfp-city-glow 3s ease-in-out infinite;
}
.wfp-map-section__city:nth-child(odd) { animation-delay: 0.5s; }
.wfp-map-section__city:nth-child(3n) { animation-delay: 1s; }
.wfp-map-dot { animation: wfp-map-pulse 2.5s ease-in-out infinite; }
@keyframes wfp-map-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); }
}
@keyframes wfp-city-glow {
  0%, 100% { box-shadow: 0 0 0 rgba(99, 91, 255, 0); }
  50% { box-shadow: 0 0 20px rgba(99, 91, 255, 0.3); }
}
.wfp-map-section__taglines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}
.wfp-map-section__taglines p {
  font-size: clamp(24px, 3.1vw, 33px);
  font-weight: 800;
  color: var(--wfp-text-body);
  margin: 0;
}
.wfp-map-section__taglines p:first-child {
  font-size: clamp(31px, 3.8vw, 45px);
  font-weight: 900;
  background: var(--wfp-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Products ── */
.wfp-card-real {
  position: sticky;
  top: calc(var(--wfp-header-h) + 24px);
}
.wfp-card-real__frame img { transition: opacity 0.35s ease; }
.wfp-card-3d__dot[data-card="gold"] { background: linear-gradient(135deg, #1a1a1a, #c5a059); }
.wfp-card-3d__dot[data-card="glow"] { background: linear-gradient(135deg, #0a0a12, #635bff); }
.wfp-card-3d__dot[data-card="dots"] { background: linear-gradient(135deg, #1a1a1a, #888); }
.wfp-card-3d__dot[data-card="geo"] { background: linear-gradient(135deg, #2a2a35, #555); }
.wfp-card-3d__dot[data-card="dual"] { background: linear-gradient(135deg, #c5a059, #0077ff); }
.wfp-solution-card--media { padding: 0; overflow: hidden; }
.wfp-solution-card--media h3,
.wfp-solution-card--media p,
.wfp-solution-card--media .wfp-solution-card__tags { padding-left: 24px; padding-right: 24px; }
.wfp-solution-card--media h3 { padding-top: 20px; margin: 0 0 10px; }
.wfp-solution-card--media .wfp-solution-card__tags { padding-bottom: 24px; }
.wfp-solution-card__img { overflow: hidden; border-bottom: 1px solid var(--wfp-border); background: #0a0a0f; }
.wfp-solution-card__img img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; display: block; }
.wfp-showcase-section { background: var(--wfp-bg2); border-top: 1px solid var(--wfp-border); border-bottom: 1px solid var(--wfp-border); }
.wfp-hero-card__main .wfp-media-frame--card img { aspect-ratio: 1; object-fit: cover; }
.wfp-products__layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start;
}
.wfp-card-3d {
  position: sticky;
  top: calc(var(--wfp-header-h) + 24px);
  perspective: 1000px;
}
.wfp-card-3d__inner {
  width: 100%;
  aspect-ratio: 1.586;
  border-radius: 16px;
  background: linear-gradient(135deg, #1a1f71 0%, #635bff 50%, #0077ff 100%);
  box-shadow: 0 20px 60px rgba(99, 91, 255, 0.4);
  animation: wfp-card-spin 8s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.15);
}
.wfp-card-3d__inner.is-black { background: linear-gradient(135deg, #1a1a1a 0%, #333 50%, #555 100%); }
.wfp-card-3d__inner.is-silver { background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 50%, #a0a0a0 100%); }
.wfp-card-3d__inner.is-titanium { background: linear-gradient(135deg, #2a2a35 0%, #4a4a55 50%, #6a6a75 100%); }
.wfp-card-3d__inner.is-enterprise { background: linear-gradient(135deg, #0d2b4d 0%, #163a5f 50%, #0077ff 100%); }
@keyframes wfp-card-spin {
  0%, 100% { transform: rotateY(-8deg) rotateX(4deg); }
  50% { transform: rotateY(8deg) rotateX(-4deg); }
}
.wfp-card-3d__chip {
  width: 44px;
  height: 34px;
  background: linear-gradient(135deg, #d4af37, #f5e6a3);
  border-radius: 6px;
}
.wfp-card-3d__brand { font-size: 25px; font-weight: 800; letter-spacing: 0.05em; }
.wfp-card-3d__num { font-size: 18px; letter-spacing: 0.15em; opacity: 0.9; font-family: monospace; }
.wfp-card-3d__footer { display: flex; justify-content: space-between; align-items: flex-end; }
.wfp-card-3d__visa {
  font-size: 31px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.05em;
}
.wfp-card-3d__colors {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
}
.wfp-card-3d__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
}
.wfp-card-3d__dot.is-active { border-color: #fff; transform: scale(1.2); }
.wfp-card-3d__dot[data-color="blue"] { background: linear-gradient(135deg, #1a1f71, #0077ff); }
.wfp-card-3d__dot[data-color="black"] { background: #222; }
.wfp-card-3d__dot[data-color="silver"] { background: #c0c0c0; }
.wfp-card-3d__dot[data-color="titanium"] { background: #5a5a65; }
.wfp-card-3d__dot[data-color="enterprise"] { background: #0d2b4d; }

.wfp-product-list { display: flex; flex-direction: column; gap: 20px; }
.wfp-product-card { padding: 32px; }
.wfp-product-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.wfp-product-card__tag {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.wfp-product-card__tag--personal { background: rgba(99,91,255,0.15); color: #a5b4fc; }
.wfp-product-card__tag--premium { background: rgba(0,212,170,0.12); color: #5eead4; }
.wfp-product-card__tag--enterprise { background: rgba(0,119,255,0.15); color: #93c5fd; }
.wfp-product-card__tag--dev { background: rgba(249,115,22,0.12); color: #fdba74; }
.wfp-product-card__intro { font-size: 19px; color: var(--wfp-text-body); font-weight: 600; line-height: 1.7; margin-bottom: 20px; }
.wfp-product-card__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  margin-bottom: 20px;
}
.wfp-product-card__feat {
  font-size: 17px;
  color: var(--wfp-text-body);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wfp-product-card__feat::before {
  content: "✓";
  color: var(--wfp-teal);
  font-weight: 700;
}
.wfp-product-card__scenes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.wfp-product-card__scene {
  padding: 5px 12px;
  background: rgba(255,255,255,0.04);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  color: var(--wfp-text-body);
}
.wfp-product-card__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Comparison table */
.wfp-compare-wrap {
  overflow-x: auto;
  margin-top: 48px;
  width: 100%;
  max-width: 100%;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.wfp-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.wfp-compare th, .wfp-compare td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid var(--wfp-border);
}
.wfp-compare th:first-child, .wfp-compare td:first-child { text-align: left; font-weight: 700; }
.wfp-compare thead th {
  background: var(--wfp-card);
  font-weight: 800;
  font-size: 17px;
}
.wfp-compare tbody tr:hover { background: rgba(99,91,255,0.04); }
.wfp-compare .wfp-check { color: var(--wfp-teal); font-weight: 700; }
.wfp-compare .wfp-dash { color: var(--wfp-muted); }

/* Product benefits list */
.wfp-benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.wfp-benefits-list__item {
  padding: 20px;
  background: var(--wfp-card);
  border: 1px solid var(--wfp-border);
  border-radius: var(--wfp-radius-sm);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/* ── Solutions ── */
.wfp-solutions { background: var(--wfp-bg2); }
.wfp-solution-grid { grid-template-columns: repeat(2, 1fr); }
.wfp-solution-card { padding: 32px; }
.wfp-solution-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.wfp-solution-card__tag {
  padding: 6px 14px;
  background: rgba(99,91,255,0.1);
  border: 1px solid var(--wfp-border);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: var(--wfp-text-body);
}

/* Coverage stats row */
.wfp-coverage-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

/* ── Architecture ── */
.wfp-arch { background: var(--wfp-bg); }
.wfp-arch__layers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.wfp-arch__layer {
  padding: 28px 20px;
  text-align: center;
  background: var(--wfp-gradient-subtle);
  border: 1px solid var(--wfp-border-accent);
  border-radius: var(--wfp-radius);
  position: relative;
}
.wfp-arch__layer::after {
  content: "→";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--wfp-purple);
  font-size: 20px;
  z-index: 1;
}
.wfp-arch__layer:last-child::after { display: none; }
.wfp-arch__layer-name { font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--wfp-purple); }
.wfp-arch__layer-title { font-size: 22px; font-weight: 800; margin-top: 8px; }
.wfp-arch__details { grid-template-columns: repeat(2, 1fr); }

/* ── Security ── */
.wfp-security { background: var(--wfp-bg2); }
.wfp-security__grid { grid-template-columns: repeat(4, 1fr); }
.wfp-security-card h3 { font-size: 20px; font-weight: 900; margin-bottom: 16px; color: var(--wfp-teal); }
.wfp-security-card ul { list-style: none; padding: 0; margin: 0; }
.wfp-security-card li {
  font-size: 18px;
  color: var(--wfp-text-body);
  font-weight: 600;
  padding: 6px 0;
  padding-left: 16px;
  position: relative;
}
.wfp-security-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wfp-purple);
}

/* ── Enterprise & Developers ── */
.wfp-enterprise { background: var(--wfp-bg); }
.wfp-enterprise__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.wfp-cap-list li {
  font-size: 18px;
  font-weight: 600;
  color: var(--wfp-text-body);
  padding: 10px 0;
  border-bottom: 1px solid var(--wfp-border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.wfp-cap-list li::before {
  content: "→";
  color: var(--wfp-purple);
  font-weight: 700;
}
.wfp-dev-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 24px 0;
}
.wfp-dev-flow__step {
  padding: 10px 16px;
  background: var(--wfp-card);
  border: 1px solid var(--wfp-border);
  border-radius: var(--wfp-radius-sm);
  font-size: 17px;
  font-weight: 700;
}
.wfp-dev-flow__arrow { color: var(--wfp-purple); font-weight: 700; }

/* ── Ecosystem ── */
.wfp-ecosystem {
  background: var(--wfp-gradient-subtle);
  border-top: 1px solid var(--wfp-border);
  border-bottom: 1px solid var(--wfp-border);
}
.wfp-eco-directions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}
.wfp-eco-direction {
  padding: 12px 24px;
  background: var(--wfp-card);
  border: 1px solid var(--wfp-border);
  border-radius: var(--wfp-radius);
  font-size: 18px;
  font-weight: 700;
}

/* ── Why choose ── */
.wfp-why__grid { grid-template-columns: repeat(3, 1fr); }
.wfp-why-card h3 { font-size: 21px; font-weight: 900; margin-bottom: 16px; }
.wfp-why-card li {
  font-size: 18px;
  color: var(--wfp-text-body);
  font-weight: 600;
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
}
.wfp-why-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--wfp-teal);
}

/* ── FAQ ── */
.wfp-faq { background: var(--wfp-bg2); }
.wfp-faq__list { max-width: 800px; margin: 0 auto; }
.wfp-faq__item {
  border-bottom: 1px solid var(--wfp-border);
}
.wfp-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: var(--wfp-text);
}
.wfp-faq__q svg {
  flex-shrink: 0;
  transition: transform 0.3s;
  color: var(--wfp-muted);
}
.wfp-faq__item.is-open .wfp-faq__q svg { transform: rotate(180deg); }
.wfp-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.wfp-faq__item.is-open .wfp-faq__a {
  max-height: 200px;
  padding-bottom: 22px;
}
.wfp-faq__a p { margin: 0; font-size: 19px; color: var(--wfp-text-body); font-weight: 600; line-height: 1.7; }

/* ── Final CTA ── */
.wfp-final-cta {
  text-align: center;
  background:
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(99, 91, 255, 0.2) 0%, transparent 60%),
    var(--wfp-bg);
  padding: 100px 24px;
}
.wfp-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

/* Responsive home */
@media (max-width: 1024px) {
  .wfp-hero__inner { grid-template-columns: 1fr; }
  .wfp-hero__visual { order: -1; }
  .wfp-brand-value__content { grid-template-columns: 1fr; }
  .wfp-products__layout { grid-template-columns: 1fr; }
  .wfp-card-3d { position: relative; top: 0; max-width: 360px; margin: 0 auto; }
  .wfp-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .wfp-advantages__grid { grid-template-columns: repeat(2, 1fr); }
  .wfp-numbers__inner { grid-template-columns: repeat(3, 1fr); }
  .wfp-arch__layers { grid-template-columns: repeat(2, 1fr); }
  .wfp-arch__layer:nth-child(2)::after { display: none; }
  .wfp-arch__details { grid-template-columns: 1fr; }
  .wfp-security__grid { grid-template-columns: repeat(2, 1fr); }
  .wfp-enterprise__split { grid-template-columns: 1fr; }
  .wfp-benefits-list { grid-template-columns: repeat(2, 1fr); }
  .wfp-coverage-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .wfp-promo-banner { padding: 12px 14px 0; }
  .wfp-promo-banner__inner { max-width: 100%; width: 100%; }
  .wfp-promo-banner__frame { border-radius: var(--wfp-radius); width: 100%; }
  .wfp-hero__inner { width: 100%; max-width: 100%; padding-left: 14px; padding-right: 14px; }
  .wfp-hero__visual { width: 100%; }
  .wfp-stats__grid,
  .wfp-advantages__grid,
  .wfp-solution-grid,
  .wfp-why__grid,
  .wfp-security__grid,
  .wfp-coverage-stats { grid-template-columns: 1fr; }
  .wfp-numbers__inner { grid-template-columns: repeat(2, 1fr); }
  .wfp-product-card__features { grid-template-columns: 1fr; }
  .wfp-arch__layers { grid-template-columns: 1fr; }
  .wfp-arch__layer::after { display: none; }
  .wfp-benefits-list { grid-template-columns: 1fr; }
}
