:root {
  --wf-bg: #070815;
  --wf-bg-soft: #101329;
  --wf-card: rgba(255,255,255,.08);
  --wf-card-strong: rgba(255,255,255,.12);
  --wf-text: #f8f7ff;
  --wf-muted: rgba(248,247,255,.74);
  --wf-line: rgba(255,255,255,.16);
  --wf-gold: #ffd66b;
  --wf-coral: #ff6f91;
  --wf-violet: #8d7cff;
  --wf-green: #7cf0ba;
  --wf-shadow: 0 24px 80px rgba(0,0,0,.35);
  --wf-radius: 28px;
  --wf-max: 1180px;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--wf-bg); color: var(--wf-text); }
body, button, input, select, textarea { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }

.wf-shell { min-height: 100vh; background:
  radial-gradient(circle at 14% 10%, rgba(255,214,107,.25), transparent 34%),
  radial-gradient(circle at 86% 0%, rgba(141,124,255,.30), transparent 30%),
  radial-gradient(circle at 78% 70%, rgba(124,240,186,.14), transparent 24%),
  linear-gradient(180deg, #080914 0%, #101329 48%, #070815 100%);
  overflow: hidden;
}
.wf-container { width: min(var(--wf-max), calc(100% - 36px)); margin: 0 auto; }
.wf-site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: rgba(7,8,21,.55); border-bottom: 1px solid transparent; transition: .25s ease; }
.wf-site-header.is-scrolled { background: rgba(7,8,21,.82); border-bottom-color: var(--wf-line); }
.wf-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.wf-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; letter-spacing: -.04em; font-size: clamp(1.28rem, 2vw, 1.75rem); }
.wf-logo-mark { width: 42px; height: 42px; border-radius: 16px; display: grid; place-items: center; color: #16120a; font-weight: 1000; background: linear-gradient(135deg, var(--wf-gold), var(--wf-coral)); box-shadow: 0 12px 38px rgba(255,214,107,.24); }
.wf-links { display: flex; align-items: center; gap: 18px; font-size: .94rem; color: var(--wf-muted); }
.wf-links a { text-decoration: none; }
.wf-links a:hover { color: var(--wf-text); }
.wf-mobile-cta { display: none; }

.wf-hero { position: relative; padding: 92px 0 72px; }
.wf-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: center; }
.wf-kicker { margin: 0 0 14px; display: inline-flex; align-items: center; gap: 8px; color: var(--wf-gold); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.wf-hero h1 { margin: 0; font-size: clamp(3.1rem, 7vw, 6.7rem); line-height: .9; letter-spacing: -.08em; }
.wf-gradient-text { background: linear-gradient(135deg, #fff 0%, var(--wf-gold) 42%, var(--wf-coral) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wf-lead { max-width: 720px; margin: 26px 0 0; font-size: clamp(1.12rem, 2.2vw, 1.45rem); line-height: 1.55; color: var(--wf-muted); }
.wf-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.wf-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--wf-line); border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.wf-btn:hover { transform: translateY(-2px); }
.wf-btn-primary { color: #15110b; background: linear-gradient(135deg, var(--wf-gold), var(--wf-coral)); border-color: transparent; box-shadow: 0 18px 50px rgba(255,111,145,.18); }
.wf-btn-ghost { background: rgba(255,255,255,.06); color: var(--wf-text); }

.wf-hero-card { position: relative; padding: 24px; border: 1px solid var(--wf-line); border-radius: var(--wf-radius); background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.055)); box-shadow: var(--wf-shadow); }
.wf-phone { border-radius: 34px; border: 1px solid rgba(255,255,255,.18); background: #11142b; padding: 18px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.wf-phone-top { height: 28px; display: flex; align-items: center; justify-content: center; }
.wf-speaker { width: 82px; height: 7px; border-radius: 99px; background: rgba(255,255,255,.18); }
.wf-feed-card { margin-top: 16px; border-radius: 24px; padding: 18px; background: linear-gradient(135deg, rgba(255,214,107,.22), rgba(141,124,255,.22)); border: 1px solid rgba(255,255,255,.18); }
.wf-feed-card h3 { margin: 10px 0 8px; font-size: 1.38rem; }
.wf-feed-card p { margin: 0; color: var(--wf-muted); line-height: 1.55; }
.wf-points { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(124,240,186,.16); color: var(--wf-green); font-weight: 900; }
.wf-proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.wf-proof { min-height: 92px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); padding: 14px; display: flex; flex-direction: column; justify-content: space-between; }
.wf-proof strong { font-size: 1.3rem; }
.wf-proof span { color: var(--wf-muted); font-size: .82rem; }

.wf-section { padding: 82px 0; }
.wf-section-header { max-width: 780px; margin-bottom: 34px; }
.wf-section-header h2 { margin: 0; font-size: clamp(2.15rem, 4.5vw, 4rem); letter-spacing: -.06em; line-height: 1; }
.wf-section-header p { color: var(--wf-muted); font-size: 1.1rem; line-height: 1.65; }
.wf-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.wf-card { border: 1px solid var(--wf-line); border-radius: var(--wf-radius); background: var(--wf-card); padding: 24px; box-shadow: 0 16px 55px rgba(0,0,0,.18); }
.wf-card h3 { margin: 12px 0 8px; font-size: 1.35rem; }
.wf-card p { margin: 0; color: var(--wf-muted); line-height: 1.6; }
.wf-icon { width: 44px; height: 44px; border-radius: 16px; display: grid; place-items: center; background: rgba(255,214,107,.14); border: 1px solid rgba(255,214,107,.25); }
.wf-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; align-items: stretch; }
.wf-panel { border: 1px solid var(--wf-line); border-radius: var(--wf-radius); padding: 30px; background: var(--wf-card); }
.wf-panel h2 { margin-top: 0; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.06em; line-height: 1; }
.wf-panel p, .wf-panel li { color: var(--wf-muted); line-height: 1.65; }
.wf-steps { counter-reset: wfstep; display: grid; gap: 14px; }
.wf-step { counter-increment: wfstep; display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; padding: 16px; border-radius: 22px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); }
.wf-step::before { content: counter(wfstep); width: 38px; height: 38px; border-radius: 14px; background: linear-gradient(135deg, var(--wf-violet), var(--wf-coral)); display: grid; place-items: center; font-weight: 1000; }
.wf-step strong { display: block; margin-bottom: 4px; }
.wf-step span { color: var(--wf-muted); line-height: 1.5; }

.wf-metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.wf-metric { border: 1px solid var(--wf-line); border-radius: 22px; padding: 18px; background: rgba(255,255,255,.06); }
.wf-metric strong { display: block; font-size: 1.5rem; }
.wf-metric span { color: var(--wf-muted); font-size: .9rem; }

.wf-form-card { border: 1px solid var(--wf-line); border-radius: var(--wf-radius); padding: clamp(22px, 4vw, 38px); background: linear-gradient(135deg, rgba(255,214,107,.13), rgba(141,124,255,.13)); box-shadow: var(--wf-shadow); }
.wf-form-intro h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.06em; line-height: 1; }
.wf-form-intro p { color: var(--wf-muted); line-height: 1.6; }
.wf-interest-form { margin-top: 24px; }
.wf-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.wf-form-grid label { display: grid; gap: 8px; color: rgba(248,247,255,.88); font-weight: 800; }
.wf-form-grid label:last-child { grid-column: 1 / -1; }
.wf-interest-form input, .wf-interest-form select, .wf-interest-form textarea { width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,.16); background: rgba(7,8,21,.65); color: var(--wf-text); border-radius: 18px; padding: 14px 16px; font-size: 1rem; outline: none; }
.wf-interest-form input:focus, .wf-interest-form select:focus, .wf-interest-form textarea:focus { border-color: var(--wf-gold); box-shadow: 0 0 0 4px rgba(255,214,107,.12); }
.wf-interest-form button { margin-top: 18px; }
.wf-alert { border-radius: 18px; padding: 14px 16px; margin: 18px 0; font-weight: 800; }
.wf-alert-success { background: rgba(124,240,186,.16); border: 1px solid rgba(124,240,186,.34); color: var(--wf-green); }
.wf-alert-error { background: rgba(255,111,145,.14); border: 1px solid rgba(255,111,145,.34); color: #ffc2d0; }
.wf-hp { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; }

.wf-footer { padding: 42px 0; color: var(--wf-muted); border-top: 1px solid var(--wf-line); background: rgba(0,0,0,.16); }
.wf-footer-inner { display: flex; justify-content: space-between; gap: 18px; align-items: center; flex-wrap: wrap; }
.wf-footer strong { color: var(--wf-text); }

.wp-site-blocks { padding: 0 !important; }
.wf-page-wrap { min-height: 100vh; background: var(--wf-bg); color: var(--wf-text); }
.wf-page-content { width: min(900px, calc(100% - 36px)); margin: 0 auto; padding: 72px 0; }
.wf-page-content h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.06em; line-height: 1; }
.wf-page-content p, .wf-page-content li { color: var(--wf-muted); line-height: 1.7; }

@media (max-width: 920px) {
  .wf-hero-grid, .wf-split { grid-template-columns: 1fr; }
  .wf-card-grid { grid-template-columns: 1fr; }
  .wf-metric-row { grid-template-columns: repeat(2, 1fr); }
  .wf-links { display: none; }
  .wf-mobile-cta { display: inline-flex; }
  .wf-hero { padding-top: 58px; }
}

@media (max-width: 620px) {
  .wf-container { width: min(100% - 24px, var(--wf-max)); }
  .wf-nav { min-height: 70px; }
  .wf-brand { font-size: 1.28rem; }
  .wf-logo-mark { width: 38px; height: 38px; }
  .wf-hero h1 { font-size: clamp(3.2rem, 16vw, 4.6rem); }
  .wf-proof-row, .wf-form-grid, .wf-metric-row { grid-template-columns: 1fr; }
  .wf-form-grid label:last-child { grid-column: auto; }
  .wf-actions { align-items: stretch; flex-direction: column; }
  .wf-btn { width: 100%; box-sizing: border-box; }
  .wf-section { padding: 56px 0; }
}

/* WishingFair v2 multilingual header */
.wf-header-tools { display: flex; align-items: center; gap: 12px; }
.wf-lang-switcher { display: inline-flex; align-items: center; gap: 6px; padding: 6px; border: 1px solid var(--wf-line); border-radius: 999px; background: rgba(255,255,255,.06); }
.wf-lang-switcher a { min-width: 34px; height: 30px; padding: 0 8px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; color: var(--wf-muted); font-weight: 900; font-size: .78rem; letter-spacing: .04em; }
.wf-lang-switcher a:hover { color: var(--wf-text); background: rgba(255,255,255,.08); }
.wf-lang-switcher a.is-active { color: #15110b; background: linear-gradient(135deg, var(--wf-gold), var(--wf-coral)); }
.wf-form-section { padding: 0 0 90px; }
.wf-virtual-language-page { margin: 0; background: var(--wf-bg); }

@media (max-width: 920px) {
  .wf-header-tools { margin-left: auto; }
  .wf-lang-switcher { gap: 3px; padding: 4px; }
  .wf-lang-switcher a { min-width: 30px; height: 28px; padding: 0 6px; font-size: .72rem; }
}

@media (max-width: 540px) {
  .wf-nav { min-height: 70px; gap: 10px; }
  .wf-brand { gap: 9px; }
  .wf-logo-mark { width: 38px; height: 38px; border-radius: 14px; }
  .wf-header-tools .wf-mobile-cta { display: none; }
}

/* WishingFair v3 overrides: sticky header, globe language menu and back-to-top */
html { scroll-padding-top: 96px; }
.wf-shell { overflow-x: hidden !important; overflow-y: visible !important; }
.wf-site-header { z-index: 999 !important; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); background: rgba(7,8,21,.58); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.wf-site-header.is-scrolled { background: rgba(7,8,21,.90); border-bottom-color: var(--wf-line); box-shadow: 0 14px 40px rgba(0,0,0,.22); }
.wf-header-tools { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.wf-lang-menu { position: relative; display: inline-flex; align-items: center; }
.wf-lang-trigger { height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid var(--wf-line); border-radius: 999px; background: rgba(255,255,255,.075); color: var(--wf-text); font-weight: 950; letter-spacing: .03em; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,.14); transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.wf-lang-trigger:hover, .wf-lang-menu.is-open .wf-lang-trigger { transform: translateY(-1px); background: rgba(255,255,255,.12); border-color: rgba(255,214,107,.42); box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.wf-globe-icon { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; color: var(--wf-gold); }
.wf-globe-icon svg { width: 22px; height: 22px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wf-current-lang { min-width: 24px; text-align: center; font-size: .82rem; }
.wf-lang-chevron { color: var(--wf-muted); font-size: .98rem; line-height: 1; transform: translateY(-1px); transition: transform .2s ease; }
.wf-lang-menu:hover .wf-lang-chevron, .wf-lang-menu.is-open .wf-lang-chevron { transform: rotate(180deg) translateY(1px); }
.wf-lang-dropdown { position: absolute; top: calc(100% + 12px); right: 0; width: 205px; padding: 8px; border: 1px solid var(--wf-line); border-radius: 22px; background: rgba(12,14,33,.96); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 24px 80px rgba(0,0,0,.38); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px) scale(.98); transform-origin: top right; transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.wf-lang-dropdown::before { content: ""; position: absolute; top: -7px; right: 22px; width: 12px; height: 12px; transform: rotate(45deg); background: rgba(12,14,33,.96); border-left: 1px solid var(--wf-line); border-top: 1px solid var(--wf-line); }
.wf-lang-menu:hover .wf-lang-dropdown, .wf-lang-menu:focus-within .wf-lang-dropdown, .wf-lang-menu.is-open .wf-lang-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
.wf-lang-dropdown a { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 10px; border-radius: 16px; color: var(--wf-muted); text-decoration: none; font-weight: 850; transition: background .16s ease, color .16s ease, transform .16s ease; }
.wf-lang-dropdown a:hover { color: var(--wf-text); background: rgba(255,255,255,.08); transform: translateX(2px); }
.wf-lang-dropdown a.is-active { color: #15110b; background: linear-gradient(135deg, var(--wf-gold), var(--wf-coral)); }
.wf-lang-code { min-width: 34px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: rgba(255,255,255,.08); font-size: .78rem; letter-spacing: .04em; }
.wf-lang-dropdown a.is-active .wf-lang-code { background: rgba(21,17,11,.14); }
.wf-lang-name { font-size: .92rem; }
.wf-back-to-top { position: fixed; right: clamp(18px, 3vw, 30px); bottom: clamp(18px, 3vw, 30px); z-index: 998; width: 52px; height: 52px; border: 1px solid rgba(255,214,107,.35); border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(255,214,107,.96), rgba(255,111,145,.96)); color: #15110b; font-size: 1.5rem; font-weight: 1000; cursor: pointer; box-shadow: 0 20px 55px rgba(0,0,0,.30); opacity: 0; visibility: hidden; transform: translateY(14px) scale(.94); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease; }
.wf-back-to-top:hover { transform: translateY(8px) scale(1.03); box-shadow: 0 26px 70px rgba(0,0,0,.38); }
.wf-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
@media (max-width: 920px) { .wf-header-tools { margin-left: auto; gap: 9px; } .wf-lang-trigger { height: 42px; padding: 0 11px; } .wf-lang-dropdown { width: 190px; } }
@media (max-width: 540px) { .wf-brand span:last-child { max-width: 132px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .wf-lang-trigger { width: 44px; padding: 0; justify-content: center; } .wf-current-lang, .wf-lang-chevron { display: none; } .wf-lang-dropdown { right: -4px; width: 184px; } .wf-back-to-top { width: 48px; height: 48px; border-radius: 16px; } }

/* WishingFair v6 homepage upgrades */
.wf-hero-badges {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wf-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.075);
  color: rgba(248,247,255,.88);
  font-size: .9rem;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}
.wf-hero-badges span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wf-gold), var(--wf-green));
  box-shadow: 0 0 0 5px rgba(124,240,186,.08);
}
.wf-audience-section {
  padding-top: 34px;
}
.wf-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.wf-audience-card {
  position: relative;
  overflow: hidden;
  min-height: 228px;
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055));
  box-shadow: 0 18px 65px rgba(0,0,0,.2);
}
.wf-audience-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,214,107,.22), transparent 68%);
  pointer-events: none;
}
.wf-audience-card-business::after { background: radial-gradient(circle, rgba(141,124,255,.24), transparent 68%); }
.wf-audience-card-community::after { background: radial-gradient(circle, rgba(124,240,186,.20), transparent 68%); }
.wf-audience-card h3,
.wf-example-card h3,
.wf-compare-card h3 { margin: 14px 0 9px; font-size: 1.35rem; }
.wf-audience-card p,
.wf-example-card p { margin: 0; color: var(--wf-muted); line-height: 1.62; }
.wf-examples-section {
  position: relative;
}
.wf-example-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.wf-example-card {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  padding: 22px;
  background: rgba(255,255,255,.07);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.wf-example-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,214,107,.32);
  background: rgba(255,255,255,.095);
  box-shadow: 0 20px 65px rgba(0,0,0,.24);
}
.wf-example-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 1.35rem;
}
.wf-difference-section .wf-split {
  align-items: center;
}
.wf-difference-copy {
  background: linear-gradient(135deg, rgba(255,214,107,.12), rgba(255,111,145,.08));
}
.wf-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.wf-compare-card {
  border: 1px solid var(--wf-line);
  border-radius: 26px;
  padding: 24px;
  background: rgba(255,255,255,.07);
}
.wf-compare-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}
.wf-compare-card li {
  position: relative;
  padding-left: 30px;
  color: var(--wf-muted);
  line-height: 1.45;
}
.wf-compare-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-weight: 1000;
  font-size: .8rem;
}
.wf-compare-old li::before {
  content: "−";
  background: rgba(255,111,145,.16);
  color: #ffc2d0;
}
.wf-compare-new {
  background: linear-gradient(180deg, rgba(124,240,186,.13), rgba(255,214,107,.08));
  border-color: rgba(124,240,186,.26);
}
.wf-compare-new li::before {
  content: "✓";
  background: rgba(124,240,186,.16);
  color: var(--wf-green);
}
.wf-cta-band-section {
  padding-top: 30px;
  padding-bottom: 46px;
}
.wf-cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255,214,107,.26);
  border-radius: 32px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 10% 10%, rgba(255,214,107,.18), transparent 34%),
    radial-gradient(circle at 90% 100%, rgba(141,124,255,.20), transparent 36%),
    rgba(255,255,255,.075);
  box-shadow: var(--wf-shadow);
}
.wf-cta-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.wf-cta-band p:not(.wf-kicker) {
  margin: 16px 0 0;
  max-width: 760px;
  color: var(--wf-muted);
  line-height: 1.65;
}

@media (max-width: 920px) {
  .wf-audience-grid,
  .wf-example-grid,
  .wf-compare-grid,
  .wf-cta-band { grid-template-columns: 1fr; }
  .wf-cta-band .wf-btn { width: fit-content; }
}
@media (max-width: 620px) {
  .wf-hero-badges { gap: 8px; }
  .wf-hero-badges span { width: 100%; justify-content: flex-start; }
  .wf-audience-card,
  .wf-example-card,
  .wf-compare-card { padding: 20px; }
  .wf-cta-band { border-radius: 26px; }
  .wf-cta-band .wf-btn { width: 100%; }
}

/* WishingFair v7 platform layer */
.wf-platform-dashboard .wf-section-header{max-width:860px;margin-left:auto;margin-right:auto;text-align:center}.wf-platform-stats{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:18px;margin:34px 0}.wf-platform-stats>div{border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:26px;background:rgba(255,255,255,.08);box-shadow:0 18px 50px rgba(0,0,0,.16);text-align:center}.wf-platform-stats strong{display:block;font-size:42px;line-height:1;color:#fff}.wf-platform-stats span{display:block;margin-top:8px;color:rgba(255,255,255,.72);font-weight:700}.wf-next-panel{max-width:860px;margin:0 auto}.wf-public-card{position:relative}.wf-points-pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;margin-bottom:12px;background:rgba(252,211,77,.15);border:1px solid rgba(252,211,77,.35);font-size:13px;font-weight:800;color:#fde68a}.wf-card-meta{font-size:14px;color:rgba(255,255,255,.72);margin-top:-4px}.wf-challenge-form-card{margin-top:22px}.wf-admin-dashboard .wf-admin-cards{margin-top:18px}@media(max-width:920px){.wf-platform-stats{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media(max-width:560px){.wf-platform-stats{grid-template-columns:1fr}.wf-platform-stats strong{font-size:34px}}
