/* ============================================================
 * /security/vax-protection/ - Pass-154 page styles.
 * ============================================================ */

.vlx-protection-body {
  background: var(--bg, #0B1426);
  color: var(--text-default, #E2E8F0);
  font-family: var(--font-brand, "Manrope", system-ui, sans-serif);
  margin: 0;
  min-height: 100vh;
}

.vlx-protection-main {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 24px 80px;
}

.vlx-protection-hero {
  text-align: center;
  margin-bottom: 36px;
}
.vlx-protection-coin {
  display: block;
  margin: 0 auto 18px;
  filter:
    drop-shadow(0 6px 22px rgba(37, 99, 235, 0.40))
    drop-shadow(0 0 32px rgba(59, 130, 246, 0.30));
}
.vlx-protection-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          text-fill-color: transparent;
}
.vlx-protection-lede {
  max-width: 640px;
  margin: 0 auto 22px;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.80);
}
.vlx-protection-cta-row {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 4px;
}

.vlx-protection-section {
  margin-top: 36px;
  padding: 24px;
  background: rgba(11, 20, 38, 0.55);
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 14px;
}
.vlx-protection-section h2 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f1f5f9;
}
.vlx-protection-rules {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  color: rgba(226, 232, 240, 0.85);
}
.vlx-protection-rules li {
  margin: 8px 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.vlx-protection-why {
  background: rgba(11, 20, 38, 0.35);
  border-color: rgba(96, 165, 250, 0.10);
}
.vlx-protection-why p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.78);
}
.vlx-protection-why p:last-child { margin-bottom: 0; }
