/* ══════════════════════════════════════════════════════════════
   Creator Wealth Management — Anonymous Wealth Check
   Fully aligned with creatorwealthmanagement.com brand system
   ══════════════════════════════════════════════════════════════ */

:root {
  --bg:          #112b53;
  --bg-soft:     rgba(255, 255, 255, 0.06);
  --bg-card:     rgba(255, 255, 255, 0.05);
  --surface:     rgba(12, 233, 186, 0.08);
  --text:        #f4f7fb;
  --text-muted:  rgba(244, 247, 251, 0.65);
  --border:      rgba(255, 255, 255, 0.12);
  --accent:      #0ce9ba;
  --shadow:      0 24px 72px rgba(1, 12, 35, 0.32);
  --max-w:       1060px;
  --r-xl:        36px;
  --r-lg:        24px;
  --r-md:        16px;
  --r-sm:        10px;
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }

.wc-body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(12, 233, 186, 0.13), transparent 28%),
    radial-gradient(circle at 88% 8%,  rgba(255, 255, 255, 0.06), transparent 20%),
    var(--bg);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

/* ── Container ─────────────────────────────────────────────── */
.wc-container {
  width: min(calc(100% - 40px), var(--max-w));
  margin: 0 auto;
}

/* ── Header ────────────────────────────────────────────────── */
.wc-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), var(--max-w));
  margin: 16px auto 0;
  padding: 14px 22px;
  background: rgba(7, 17, 34, 0.6);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.wc-brand { display: inline-flex; align-items: center; }

.wc-logo {
  height: 32px;
  width: auto;
}

.wc-logo-light { display: none; }

.wc-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(12, 233, 186, 0.1);
  border: 1px solid rgba(12, 233, 186, 0.25);
  letter-spacing: 0.02em;
}

/* ── Buttons ───────────────────────────────────────────────── */
.wc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    background 180ms ease;
  white-space: nowrap;
}

.wc-btn:hover { transform: translateY(-2px); }

.wc-btn-primary {
  background: var(--accent);
  color: #0a1f3d;
  box-shadow: 0 8px 28px rgba(12, 233, 186, 0.28);
}

.wc-btn-primary:hover {
  box-shadow: 0 12px 36px rgba(12, 233, 186, 0.4);
  background: #10f5c8;
}

.wc-btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}

.wc-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

/* ── Eyebrow ───────────────────────────────────────────────── */
.wc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin: 0 0 16px;
}

/* ── Hero ──────────────────────────────────────────────────── */
.wc-hero {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 80px 0 100px;
}

.wc-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.wc-orb-1 {
  width: 560px; height: 560px;
  top: -140px; left: -120px;
  background: radial-gradient(circle, rgba(12, 233, 186, 0.14), transparent 70%);
  animation: orb-drift 14s ease-in-out infinite alternate;
}

.wc-orb-2 {
  width: 400px; height: 400px;
  bottom: -100px; right: -60px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 70%);
  animation: orb-drift 18s ease-in-out infinite alternate-reverse;
}

.wc-orb-3 {
  width: 300px; height: 300px;
  top: 40%; left: 55%;
  background: radial-gradient(circle, rgba(12, 233, 186, 0.07), transparent 70%);
  animation: orb-drift 22s ease-in-out infinite alternate;
}

@keyframes orb-drift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(30px, 20px) scale(1.06); }
}

.wc-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
}

.wc-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}

.wc-hero-sub {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 580px;
  margin: 0 0 40px;
}

.wc-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.wc-hero-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

.wc-desktop-br { display: block; }

/* ── Trust Strip ───────────────────────────────────────────── */
.wc-trust {
  padding: 0 0 64px;
}

.wc-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wc-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}

.wc-trust-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(12, 233, 186, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.wc-trust-icon svg { width: 18px; height: 18px; }

.wc-trust-icon-img {
  background: rgba(255, 255, 255, 0.08);
  padding: 6px;
}

.wc-trust-icon-img img {
  width: 28px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.wc-trust-item > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.wc-trust-item strong {
  font-size: 0.9rem;
  font-weight: 700;
}

.wc-trust-item span {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ── Why Section ───────────────────────────────────────────── */
.wc-why {
  padding: 64px 0 80px;
}

.wc-why-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.wc-why-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 18px;
}

.wc-section-sub {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.75;
  margin: 0;
}

.wc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wc-why-card {
  padding: 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: border-color 200ms ease, background 200ms ease;
}

.wc-why-card:hover {
  border-color: rgba(12, 233, 186, 0.3);
  background: rgba(12, 233, 186, 0.04);
}

.wc-why-num {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.wc-why-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.wc-why-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* ── Funnel Section ────────────────────────────────────────── */
.wc-funnel-section {
  padding: 80px 0 100px;
}

.wc-funnel-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
}

.wc-funnel-header h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 18px;
}

/* Funnel Card */
.wc-funnel-card {
  max-width: 740px;
  margin: 0 auto;
  padding: 48px 52px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow);
  transition: opacity 280ms ease, transform 280ms ease;
}

.wc-funnel-card.is-exiting {
  opacity: 0;
  transform: translateY(12px);
}

/* Progress */
.wc-progress-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.wc-progress-track {
  flex: 1;
  height: 4px;
  background: var(--border);
  border-radius: 999px;
  overflow: hidden;
}

.wc-progress-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 999px;
  transition: width 400ms cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 0 12px rgba(12, 233, 186, 0.5);
}

.wc-progress-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
  white-space: nowrap;
}

/* Question Area */
.wc-question-area {
  min-height: 280px;
  transition: opacity 200ms ease, transform 200ms ease;
}

.wc-question-area.is-exiting {
  opacity: 0;
  transform: translateX(-16px);
}

.wc-question-area.is-entering {
  animation: slide-in 280ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes slide-in {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}

.wc-q-title {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 8px;
}

.wc-q-sub {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0 0 28px;
}

/* Options */
.wc-options-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc-options-grid.wc-options-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.wc-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  cursor: pointer;
  text-align: left;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.wc-option:hover {
  border-color: rgba(12, 233, 186, 0.4);
  background: rgba(12, 233, 186, 0.05);
  transform: translateX(4px);
}

.wc-option.is-selected {
  border-color: var(--accent);
  background: rgba(12, 233, 186, 0.1);
}

.wc-option-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.wc-option-label {
  font-size: 0.96rem;
  font-weight: 700;
}

.wc-option-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.wc-option-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: transparent;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.wc-option.is-selected .wc-option-check {
  border-color: var(--accent);
  background: var(--accent);
  color: #0a1f3d;
}

/* Multi options (tags) */
.wc-options-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wc-option-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.wc-option-tag:hover {
  border-color: rgba(12, 233, 186, 0.4);
  background: rgba(12, 233, 186, 0.06);
  transform: translateY(-2px);
}

.wc-option-tag.is-selected {
  border-color: var(--accent);
  background: rgba(12, 233, 186, 0.12);
  color: var(--accent);
}

/* Contact step */
.wc-privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 20px;
  background: rgba(12, 233, 186, 0.06);
  border: 1px solid rgba(12, 233, 186, 0.2);
  border-radius: var(--r-md);
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 24px;
}

.wc-privacy-note svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--accent);
}

.wc-contact-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wc-contact-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wc-contact-field label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.wc-contact-field input {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  color: var(--text);
  font-size: 0.95rem;
  transition: border-color 160ms ease, background 160ms ease;
}

.wc-contact-field input:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(12, 233, 186, 0.04);
}

.wc-contact-field input::placeholder { color: var(--text-muted); opacity: 0.6; }

/* Nav */
.wc-funnel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.wc-back-btn {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 0;
  transition: color 160ms ease;
}

.wc-back-btn:hover { color: var(--text); }

.wc-next-btn {
  background: var(--accent);
  color: #0a1f3d;
  border: none;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  margin-left: auto;
  box-shadow: 0 6px 24px rgba(12, 233, 186, 0.28);
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    background 180ms ease;
}

.wc-next-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(12, 233, 186, 0.4);
}

.wc-next-btn:disabled {
  opacity: 0.6;
  transform: none;
  cursor: default;
}

/* ── Result Screen ─────────────────────────────────────────── */
.wc-result-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  animation: slide-in 400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.wc-result-tier {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(12, 233, 186, 0.1);
  border: 1px solid rgba(12, 233, 186, 0.25);
}

.wc-result-headline {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}

.wc-result-body {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}

.wc-result-focus {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  background: var(--surface);
  border: 1px solid rgba(12, 233, 186, 0.2);
  border-radius: var(--r-md);
  width: 100%;
}

.wc-result-focus-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.wc-result-focus-value {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--accent);
}

.wc-result-urgency {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-style: italic;
  margin: 0;
  line-height: 1.6;
}

.wc-result-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.wc-result-ctas .wc-btn-primary {
  flex: 1;
  justify-content: center;
  min-width: 240px;
}

.wc-result-disclaimer {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid var(--border);
  width: 100%;
}

/* ── Allianz Section ───────────────────────────────────────── */
.wc-allianz {
  padding: 80px 0;
}

.wc-allianz-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  padding: 48px 52px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
}

.wc-allianz-copy h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
}

.wc-allianz-copy p {
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 540px;
  margin: 0;
}

.wc-allianz-logo-wrap { flex-shrink: 0; }

.wc-allianz-logo {
  height: 48px;
  width: auto;
}

.allianz-light-mode { display: none; }

/* ── Footer ────────────────────────────────────────────────── */
.wc-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 36px 0 20px;
  border-top: 1px solid var(--border);
}

.wc-footer-brand { display: inline-flex; }

.wc-footer-nav {
  display: flex;
  gap: 20px;
}

.wc-footer-nav a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color 160ms ease;
}

.wc-footer-nav a:hover { color: var(--text); }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 860px) {
  .wc-trust-grid { grid-template-columns: 1fr 1fr; }
  .wc-why-grid   { grid-template-columns: 1fr 1fr; }

  .wc-allianz-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 36px 28px;
  }

  .wc-allianz-logo-wrap { display: flex; justify-content: center; }

  .wc-funnel-card {
    padding: 32px 28px;
    border-radius: 28px;
  }

  .wc-options-grid.wc-options-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .wc-trust-grid { grid-template-columns: 1fr; }
  .wc-why-grid   { grid-template-columns: 1fr; }
  .wc-desktop-br { display: none; }

  .wc-hero { min-height: 80vh; padding: 60px 0 80px; }
  .wc-hero-ctas { flex-direction: column; }
  .wc-btn { width: 100%; justify-content: center; }

  .wc-funnel-card { padding: 28px 20px; }
  .wc-q-title { font-size: 1.2rem; }

  .wc-result-ctas { flex-direction: column; }
  .wc-result-ctas .wc-btn-primary { min-width: unset; }
}

/* ── Reduced Motion ────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .wc-orb { animation: none; }
  .wc-question-area.is-entering { animation: none; opacity: 1; transform: none; }
  .wc-result-inner { animation: none; }
  .wc-option:hover { transform: none; }
}
