/* Cyber Safety vertical — home + detail pages */

.main-content:has(.page-cyber-safety-home) {
  padding-top: 0;
  padding-bottom: 0;
}

.page-cyber-safety-home {
  --cs-red: #dc2626;
  --cs-red-dark: #991b1b;
  --cs-red-bg: #fef2f2;
  --cs-red-border: #fecaca;
}

/* Hero */
.page-cyber-safety .cs-hero,
.page-cyber-safety-home .cs-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #450a0a 100%);
  color: #f8fafc;
  padding: 2.75rem 0 3rem;
  border-bottom: 1px solid rgba(254, 202, 202, 0.15);
}
.cs-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(220, 38, 38, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(14, 165, 233, 0.12) 0%, transparent 50%);
  pointer-events: none;
}
.cs-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .cs-hero-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 2.5rem;
  }
}
.cs-kicker {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fca5a5;
  margin: 0 0 0.65rem;
  font-weight: 600;
}
.cs-hero-title {
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  margin: 0 0 0.85rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.cs-hero-lead {
  max-width: 38rem;
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #e2e8f0;
}
.cs-hero-mission {
  margin: 0 0 1.35rem;
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--cs-red);
  background: rgba(220, 38, 38, 0.12);
  border-radius: 0 var(--radius-md, 0.5rem) var(--radius-md, 0.5rem) 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fecaca;
  max-width: 38rem;
}
.cs-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.cs-hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  justify-self: center;
}
.cs-hero-shield {
  width: 120px;
  height: 120px;
  filter: drop-shadow(0 12px 28px rgba(220, 38, 38, 0.45));
}
@media (min-width: 768px) {
  .cs-hero-shield { width: 140px; height: 140px; }
}
.cs-hero-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.25rem;
}
.cs-hero-stats li {
  text-align: center;
  font-size: 0.8rem;
  color: #cbd5e1;
}
.cs-hero-stats strong {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
}

/* Mission banner */
.cs-mission-banner {
  background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 50%, #fffbeb 100%);
  border-bottom: 1px solid #fde68a;
  padding: 1.15rem 0;
}
.cs-mission-inner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.cs-mission-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fef08a;
  color: #854d0e;
}
.cs-mission-icon svg { width: 1.35rem; height: 1.35rem; }
.cs-mission-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #78350f;
}
.cs-mission-lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #92400e;
  max-width: 52rem;
}

/* Emergency strip */
.cs-emergency-strip {
  background: var(--slate-50, #f8fafc);
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--slate-200, #e2e8f0);
}
.cs-emergency-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid #fecaca;
  border-left: 4px solid var(--cs-red, #dc2626);
  border-radius: var(--radius-lg, 0.75rem);
  background: linear-gradient(135deg, #fff 0%, #fffbeb 45%, #fef2f2 100%);
  box-shadow: 0 2px 12px rgba(220, 38, 38, 0.07);
}
@media (min-width: 640px) {
  .cs-emergency-card { padding: 1.25rem 1.5rem; }
}
.cs-emergency-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  flex: 1 1 16rem;
  min-width: 0;
}
.cs-emergency-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fee2e2;
  color: var(--cs-red, #dc2626);
}
.cs-emergency-icon svg { width: 1.25rem; height: 1.25rem; }
.cs-emergency-title {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cs-red-dark, #991b1b);
}
.cs-emergency-lead {
  margin: 0;
  max-width: 40rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--slate-700, #334155);
}
.cs-emergency-hotline {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  min-width: 7.5rem;
  padding: 0.85rem 1.35rem;
  border-radius: var(--radius-lg, 0.75rem);
  border: 2px solid var(--cs-red, #dc2626);
  background: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.35);
  animation: csEmergencyRing 2s ease-in-out infinite;
  transition: background 0.15s, transform 0.15s;
}
.cs-emergency-hotline:hover {
  background: #fef2f2;
  transform: scale(1.02);
}
.cs-emergency-hotline-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cs-red-dark, #991b1b);
}
.cs-emergency-number {
  display: block;
  font-size: clamp(2rem, 5vw, 2.65rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--cs-red, #dc2626);
  animation: csEmergencyBlink 1.1s step-end infinite;
}
.cs-emergency-hotline-sub {
  font-size: 0.68rem;
  color: var(--slate-600, #475569);
  line-height: 1.3;
  max-width: 10rem;
}
@keyframes csEmergencyBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}
@keyframes csEmergencyRing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(220, 38, 38, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .cs-emergency-number { animation: none; }
  .cs-emergency-hotline { animation: none; }
}

/* Main panels */
.cs-main {
  padding: 0 0 2.5rem;
  background: var(--slate-50, #f8fafc);
}
.cs-panel {
  padding: 1.75rem 0 0;
}
.cs-panel--danger { padding-top: 1.5rem; }
.cs-panel--tools { padding-bottom: 0.5rem; }

/* Explore cards (aligned panel layout) */
.cs-explore-card {
  border: 1px solid var(--slate-200, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  background: #fff;
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
@media (min-width: 640px) {
  .cs-explore-card { padding: 1.5rem 1.5rem 1.65rem; }
}
.cs-explore-card--danger {
  border-color: var(--cs-red-border);
  background: linear-gradient(180deg, #fff 0%, var(--cs-red-bg) 100%);
  box-shadow: 0 4px 20px rgba(220, 38, 38, 0.08);
}
.cs-explore-card--tools {
  background: linear-gradient(180deg, #fff 0%, #f1f5f9 100%);
}
.cs-explore-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--slate-100, #f1f5f9);
}
.cs-explore-card--danger .cs-explore-card-head {
  border-bottom-color: var(--cs-red-border);
}
.cs-explore-card-head--solo { margin-bottom: 1.15rem; }
.cs-section-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cs-section-eyebrow--danger { color: var(--cs-red); }
.cs-explore-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-text, #0f172a);
  margin: 0 0 0.35rem;
}
.cs-explore-card-title--danger { color: var(--cs-red-dark); }
.cs-explore-card-desc {
  font-size: 0.9rem;
  color: var(--slate-600, #475569);
  margin: 0;
  line-height: 1.5;
  max-width: 48rem;
}
.cs-explore-card--danger .cs-explore-card-desc { color: #7f1d1d; }
.cs-explore-card-link {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blue-600, #2563eb);
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-md, 0.5rem);
  border: 1px solid var(--slate-200, #e2e8f0);
  background: var(--slate-50, #f8fafc);
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.cs-explore-card-link:hover {
  background: var(--blue-50, #eff6ff);
  border-color: var(--blue-200, #bfdbfe);
  color: var(--blue-800, #1e40af);
}
.cs-explore-card-link--danger {
  color: var(--cs-red-dark);
  border-color: var(--cs-red-border);
  background: #fff;
}
.cs-explore-card-link--danger:hover {
  background: var(--cs-red-bg);
  border-color: var(--cs-red);
  color: var(--cs-red-dark);
}

/* High-risk scam cards */
.cs-danger-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 560px) {
  .cs-danger-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 960px) {
  .cs-danger-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.cs-danger-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid var(--cs-red-border);
  border-left: 4px solid var(--cs-red);
  border-radius: var(--radius-lg, 0.75rem);
  background: #fff;
  box-shadow: 0 2px 10px rgba(220, 38, 38, 0.06);
  transition: box-shadow 0.15s, transform 0.15s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.cs-danger-card:hover {
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.14);
  transform: translateY(-2px);
}
.cs-danger-card:focus-visible {
  outline: 2px solid var(--cs-red);
  outline-offset: 2px;
}
.cs-danger-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
.cs-danger-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--cs-red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cs-danger-badge svg { width: 0.85rem; height: 0.85rem; flex-shrink: 0; }
.cs-danger-card-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--cs-red-bg);
  color: var(--cs-red);
}
.cs-scam-icon-svg svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
.cs-danger-card-risk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
}
.cs-danger-stars {
  color: var(--cs-red);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}
.cs-danger-risk-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--cs-red-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cs-danger-card-title {
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.35;
  color: var(--cs-red-dark);
  font-weight: 700;
}
.cs-danger-card:hover .cs-danger-card-title {
  color: var(--cs-red);
}
.cs-danger-card-desc {
  margin: 0;
  flex: 1;
  color: var(--slate-600, #475569);
  font-size: 0.88rem;
  line-height: 1.5;
}
.cs-danger-card-cta {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--cs-red);
}
.cs-danger-card:hover .cs-danger-card-cta {
  color: var(--cs-red-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Category grid */
.cs-category-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}
@media (min-width: 520px) {
  .cs-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .cs-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.cs-category-grid-item { margin: 0; }
.cs-category-tile {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-height: 4.5rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-lg, 0.75rem);
  border: 1px solid var(--slate-200, #e2e8f0);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.cs-category-tile:hover {
  border-color: #0ea5e9;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.1);
  transform: translateY(-1px);
}
.cs-category-tile-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--slate-100, #f1f5f9);
  font-size: 1.25rem;
}
.cs-category-tile-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cs-category-tile-name {
  font-weight: 600;
  color: var(--color-text, #0f172a);
}
.cs-category-tile-desc {
  font-size: 0.82rem;
  color: var(--slate-600, #475569);
  line-height: 1.4;
}
.cs-category-tile-chevron {
  flex-shrink: 0;
  color: var(--slate-400, #94a3b8);
  margin-top: 0.15rem;
}

/* Tools grid */
.cs-tools-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .cs-tools-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.cs-tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 1rem 0.75rem;
  border-radius: var(--radius-lg, 0.75rem);
  border: 1px solid var(--slate-200, #e2e8f0);
  background: #fff;
  text-decoration: none;
  color: var(--slate-800, #1e293b);
  text-align: center;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.cs-tool-card:hover {
  border-color: var(--blue-300, #93c5fd);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.1);
  transform: translateY(-1px);
}
.cs-tool-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue-50, #eff6ff);
  color: var(--blue-600, #2563eb);
}
.cs-tool-icon svg { width: 1.2rem; height: 1.2rem; }
.cs-tool-label {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}

/* Detail pages */
.page-cyber-safety-detail { padding-bottom: 2.5rem; }
.cs-detail-hero {
  margin-bottom: 0.85rem;
  padding-bottom: 0;
  border-bottom: none;
}
.cs-detail-hero-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}
.cs-detail-category {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
}
.cs-detail-category a { color: var(--blue-600, #2563eb); text-decoration: none; }
.cs-detail-category a:hover { text-decoration: underline; }
.cs-detail-cat-icon svg { width: 1.1rem; height: 1.1rem; color: var(--slate-600, #475569); }
.cs-detail-risk-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: var(--cs-red-dark, #991b1b);
  font-size: 0.82rem;
}
.cs-detail-risk-pill .cs-section-icon svg { width: 0.95rem; height: 0.95rem; }
.cs-detail-title { margin-bottom: 0.5rem; }
.page-cyber-safety-detail .cs-detail-summary {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--slate-700, #334155);
}
.cs-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.cs-detail-badge { background: #fef3c7; color: #92400e; padding: 0.25rem 0.6rem; border-radius: 999px; font-size: 0.78rem; font-weight: 600; }
.cs-detail-check-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}
.cs-detail-check-btn:hover {
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}
.cs-detail-check-icon { flex-shrink: 0; }
.cs-detail-emergency-mini {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-lg, 0.75rem);
  border: 1px solid #fecaca;
  background: linear-gradient(90deg, #fef2f2, #fff);
  font-size: 0.9rem;
}
.cs-detail-emergency-mini p { margin: 0; }
.cs-detail-emergency-icon .cs-section-icon svg { width: 1.15rem; height: 1.15rem; color: var(--cs-red); }
.cs-detail-emergency-num {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--cs-red);
  text-decoration: none;
  animation: csEmergencyBlink 1.1s step-end infinite;
}
@media (prefers-reduced-motion: reduce) {
  .cs-detail-emergency-num { animation: none; }
}
.cs-detail-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 960px) {
  .cs-detail-layout { grid-template-columns: minmax(0, 1fr) 17rem; gap: 2rem; }
}
.cs-detail-main { display: flex; flex-direction: column; gap: 1rem; min-width: 0; }
.cs-detail-section {
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--slate-200, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}
.cs-detail-section--muted { background: var(--slate-50, #f8fafc); }
.cs-detail-section--warn { border-color: #fecaca; background: linear-gradient(180deg, #fff 0%, #fef2f2 100%); }
.cs-detail-section--safe { border-color: #bbf7d0; background: linear-gradient(180deg, #fff 0%, #f0fdf4 100%); }
.cs-detail-section--ban { border-color: #fca5a5; }
.cs-detail-section--bolt { border-color: #fde68a; background: linear-gradient(180deg, #fff 0%, #fffbeb 100%); }
.cs-detail-section--recovery { border-color: #fecaca; background: #fef2f2; }
.cs-detail-section--intel { border-left: 4px solid #0ea5e9; background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%); }
.cs-detail-section--story { border-left: 4px solid #6366f1; }
.cs-detail-section--quotes { border-left: 4px solid #a855f7; }
.cs-detail-section--video { padding-bottom: 1rem; }
.cs-section-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-text, #0f172a);
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--slate-100, #f1f5f9);
}
.cs-section-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--slate-100, #f1f5f9);
  color: var(--slate-700, #334155);
}
.cs-section-icon svg { width: 1.1rem; height: 1.1rem; }
.cs-section-icon--warning { background: #fee2e2; color: var(--cs-red); }
.cs-section-icon--shield { background: #dcfce7; color: #059669; }
.cs-section-icon--verify { background: #dbeafe; color: #2563eb; }
.cs-section-icon--bolt { background: #fef3c7; color: #d97706; }
.cs-section-icon--intel { background: #e0f2fe; color: #0284c7; }
.cs-section-icon--story { background: #ede9fe; color: #7c3aed; }
.cs-section-icon--quote { background: #fae8ff; color: #a21caf; }
.cs-section-icon--ban { background: #fee2e2; color: #b91c1c; }
.cs-prose { color: var(--slate-700, #334155); line-height: 1.65; font-size: 0.95rem; }
.cs-prose p { margin: 0 0 0.85rem; }
.cs-prose p:last-child { margin-bottom: 0; }
.cs-story-callout {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md, 0.5rem);
  background: rgba(99, 102, 241, 0.06);
  border: 1px dashed rgba(99, 102, 241, 0.35);
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--slate-700, #334155);
}
.cs-story-callout p { margin: 0 0 0.75rem; }
.cs-story-callout p:last-child { margin-bottom: 0; }
.cs-step-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cs-step-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md, 0.5rem);
  border: 1px solid var(--slate-200, #e2e8f0);
  background: var(--slate-50, #f8fafc);
}
.cs-step-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue-600, #2563eb);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}
.cs-step-cards--recovery .cs-step-num { background: var(--cs-red, #dc2626); }
.cs-step-body { min-width: 0; flex: 1; }
.cs-step-title { display: block; margin-bottom: 0.25rem; color: var(--color-text, #0f172a); }
.cs-step-body p { margin: 0; font-size: 0.92rem; line-height: 1.55; color: var(--slate-700, #334155); }
.cs-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.cs-icon-list li {
  position: relative;
  padding: 0.55rem 0.75rem 0.55rem 2.15rem;
  border-radius: var(--radius-md, 0.5rem);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--slate-100, #f1f5f9);
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--slate-700, #334155);
}
.cs-icon-list li::before {
  position: absolute;
  left: 0.65rem;
  top: 0.6rem;
  font-size: 0.95rem;
  line-height: 1;
}
.cs-icon-list--warn li::before { content: '⚠'; color: var(--cs-red); }
.cs-icon-list--safe li::before { content: '✓'; color: #059669; }
.cs-icon-list--verify li::before { content: '🔍'; }
.cs-icon-list--bolt li::before { content: '⚡'; color: #d97706; }
.cs-icon-list--ban li::before { content: '✕'; color: #b91c1c; font-weight: 700; }
.cs-quote-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.cs-quote-list li {
  padding: 0.65rem 0.85rem 0.65rem 1.1rem;
  border-left: 3px solid #a855f7;
  background: #faf5ff;
  border-radius: 0 var(--radius-md, 0.5rem) var(--radius-md, 0.5rem) 0;
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--slate-700, #334155);
}
.cs-resource-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cs-resource-list li {
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius-md, 0.5rem);
  background: var(--slate-50, #f8fafc);
  border: 1px solid var(--slate-200, #e2e8f0);
  font-size: 0.92rem;
}
.cs-resource-list a { font-weight: 600; color: var(--blue-600, #2563eb); }
.cs-faq-list .faq-item { margin-bottom: 0.85rem; padding-bottom: 0.85rem; border-bottom: 1px solid var(--slate-100, #f1f5f9); }
.cs-faq-list .faq-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.cs-faq-list .faq-q { font-weight: 700; margin-bottom: 0.35rem; }
.cs-faq-list .faq-a { margin: 0; line-height: 1.6; color: var(--slate-700, #334155); }
.cs-recovery-hotline { margin: 1rem 0 0; font-size: 0.92rem; }
.cs-recovery-hotline a { color: var(--cs-red); font-weight: 600; }
.cs-video-player { width: 100%; max-height: 420px; border-radius: var(--radius-lg, 0.75rem); background: #000; }
.cs-video-script {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cs-video-script-scene {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-lg, 0.75rem);
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border: 1px solid var(--slate-200, #e2e8f0);
}
.cs-video-script-step {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--blue-600, #2563eb);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}
.cs-video-script-label {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--slate-800, #1e293b);
}
.cs-video-script-caption {
  margin: 0;
  line-height: 1.6;
  color: var(--slate-700, #334155);
}
.cs-intel-scores { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.85rem; }
.cs-intel-score-pill {
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 0.82rem;
}
.cs-intel-score-pill--urgent { background: #fef2f2; color: var(--cs-red-dark); }
.cs-intel-summary { font-size: 0.95rem; line-height: 1.6; margin: 0 0 1rem; }
.cs-intel-block { margin-top: 1rem; }
.cs-intel-sub {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.cs-intel-sub .cs-section-icon { width: 1.5rem; height: 1.5rem; }
.cs-intel-sub .cs-section-icon svg { width: 0.85rem; height: 0.85rem; }
.cs-detail-sidebar { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 960px) {
  .cs-detail-sidebar { position: sticky; top: 5.5rem; }
}
.cs-sidebar-card {
  padding: 1rem 1.1rem;
  border: 1px solid var(--slate-200, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}
.cs-sidebar-title {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--slate-600, #475569);
}
.cs-sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.cs-sidebar-links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: var(--radius-md, 0.5rem);
  text-decoration: none;
  color: var(--slate-800, #1e293b);
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.15s;
}
.cs-sidebar-links a:hover { background: var(--slate-50, #f8fafc); }
.cs-sidebar-links .cs-section-icon { width: 1.65rem; height: 1.65rem; }
.cs-sidebar-links .cs-section-icon svg { width: 0.9rem; height: 0.9rem; }
.cs-related-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.cs-related-cards a {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.6rem 0.7rem;
  border-radius: var(--radius-md, 0.5rem);
  border: 1px solid var(--slate-200, #e2e8f0);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.cs-related-cards a:hover {
  border-color: var(--cs-red-border, #fecaca);
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.08);
}
.cs-related-name { font-size: 0.85rem; font-weight: 600; color: var(--cs-red-dark, #991b1b); }
.cs-related-risk { font-size: 0.75rem; color: var(--cs-red); }

/* If contacted — generic safety playbook */
.cs-detail-section--contacted {
  border: 2px solid #fbbf24;
  background: linear-gradient(180deg, #fffbeb 0%, #fff 55%, #fefce8 100%);
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.12);
}
.cs-section-head--contacted { border-bottom-color: #fde68a; }
.cs-contacted-lead {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--slate-700, #334155);
  max-width: 52rem;
}
.cs-contacted-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 720px) {
  .cs-contacted-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.cs-contacted-group {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md, 0.5rem);
  border: 1px solid var(--slate-200, #e2e8f0);
  background: rgba(255, 255, 255, 0.85);
}
.cs-contacted-group-title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--color-text, #0f172a);
}
.cs-contacted-group-title .cs-section-icon { width: 1.65rem; height: 1.65rem; }
.cs-contacted-group-title .cs-section-icon svg { width: 0.9rem; height: 0.9rem; }
.cs-contacted-group-title--extra { margin-top: 0.25rem; }
.cs-contacted-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.cs-contacted-list li {
  position: relative;
  padding: 0.45rem 0.5rem 0.45rem 1.35rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--slate-700, #334155);
  border-radius: 6px;
  background: var(--slate-50, #f8fafc);
}
.cs-contacted-list li::before {
  content: '→';
  position: absolute;
  left: 0.45rem;
  top: 0.45rem;
  color: #d97706;
  font-weight: 700;
  font-size: 0.85rem;
}
.cs-contacted-list--extra li {
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.cs-contacted-list--extra li::before { color: var(--cs-red); }
.cs-contacted-extra {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #fde68a;
}
.cs-contacted-footer {
  margin: 1.15rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md, 0.5rem);
  background: #fef2f2;
  border: 1px solid #fecaca;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--slate-700, #334155);
}
.cs-contacted-footer a { color: var(--cs-red); text-decoration: none; font-weight: 800; }

/* Scam SMS / WhatsApp sample messages (precaution section) */
.cs-message-samples {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg, 0.75rem);
  border: 1px solid var(--cs-red-border);
  border-left: 4px solid var(--cs-red);
  background: var(--cs-red-bg);
}
.cs-message-samples-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--cs-red-dark);
}
.cs-message-samples-title .cs-section-icon { width: 1.75rem; height: 1.75rem; }
.cs-message-samples-title .cs-section-icon svg { width: 0.95rem; height: 0.95rem; }
.cs-message-samples-lead {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #7f1d1d;
}
.cs-message-samples-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cs-message-sample {
  margin: 0;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-md, 0.5rem);
  background: #fff;
  border: 1px solid var(--cs-red-border);
  box-shadow: 0 1px 2px rgba(153, 27, 27, 0.06);
}
.cs-message-sample-channel {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--cs-red-dark);
  background: var(--cs-red-bg);
  border: 1px solid var(--cs-red-border);
}
.cs-message-sample-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  font-weight: 600;
  color: var(--cs-red);
  font-style: italic;
}

/* Reported news / YouTube */
.cs-detail-section--reported {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}
.cs-reported-lead {
  margin: 0 0 1.15rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--slate-600, #475569);
}
.cs-reported-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 720px) {
  .cs-reported-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.cs-reported-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--slate-200, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}
.cs-reported-embed-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.cs-reported-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cs-reported-thumb-link { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.cs-reported-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cs-reported-body { padding: 0.85rem 1rem 1rem; }
.cs-reported-title {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 700;
}
.cs-reported-title a {
  color: var(--color-text, #0f172a);
  text-decoration: none;
}
.cs-reported-title a:hover { color: var(--blue-600, #2563eb); text-decoration: underline; }
.cs-reported-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  color: var(--slate-500, #64748b);
}
.cs-reported-source { font-weight: 600; color: var(--slate-600, #475569); }
.cs-reported-type {
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: var(--slate-100, #f1f5f9);
  font-weight: 600;
}
.cs-reported-item--youtube .cs-reported-type { background: #fee2e2; color: #b91c1c; }
.cs-reported-item--news .cs-reported-type { background: #dbeafe; color: #1d4ed8; }
.cs-reported-open {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-600, #2563eb);
  text-decoration: none;
}
.cs-reported-open:hover { text-decoration: underline; }

/* Category / checker pages */
.cs-section { padding: 2rem 0 0; }
.cs-section-title { font-size: 1.25rem; margin-bottom: 1rem; }
.cs-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem; }
.cs-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  padding: 1rem;
  background: #fff;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow 0.15s, transform 0.15s, border-color 0.15s;
}
.cs-card:hover {
  border-color: var(--slate-300, #cbd5e1);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.cs-card:focus-visible {
  outline: 2px solid var(--blue-600, #2563eb);
  outline-offset: 2px;
}
.cs-card-risk { color: var(--cs-red); font-size: 0.9rem; margin-bottom: 0.35rem; font-weight: 700; }
.cs-card-title {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: var(--slate-900, #0f172a);
  line-height: 1.35;
}
.cs-card:hover .cs-card-title { color: var(--blue-600, #2563eb); }
.cs-card-desc { margin: 0; color: var(--slate-600, #475569); font-size: 0.92rem; flex: 1; }
.cs-checklist { list-style: none; padding: 0; margin: 0; }
.cs-checklist li { padding: 0.35rem 0 0.35rem 1.5rem; position: relative; }
.cs-checklist li::before { content: '✓'; position: absolute; left: 0; color: #059669; }
.cs-checklist--warn li::before { content: '⚠'; color: #dc2626; }
.cs-checker-disclaimer-banner {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  max-width: 42rem;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-lg, 0.75rem);
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #78350f;
  font-size: 0.92rem;
  line-height: 1.55;
}
.cs-checker-disclaimer-banner .cs-section-icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0.1rem;
  color: #d97706;
}
.cs-checker-disclaimer-banner p { margin: 0; }
.cs-checker-form { max-width: 42rem; margin: 1.5rem 0; }
.cs-checker-input { width: 100%; margin: 0.5rem 0 1rem; }
.cs-checker-result {
  margin-top: 2rem;
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  background: #fff;
}
.cs-checker-result-note {
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-md, 0.5rem);
  background: var(--slate-50, #f8fafc);
  border: 1px dashed var(--slate-300, #cbd5e1);
  font-size: 0.85rem;
  color: var(--slate-600, #475569);
  line-height: 1.5;
}
.cs-checker-verdict { margin-bottom: 0.85rem; }
.cs-checker-verdict-label {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cs-checker-risk { margin: 0; font-size: 1rem; }
.cs-checker-score-value { font-size: 1.75rem; font-weight: 800; letter-spacing: -0.02em; }
.cs-checker-summary {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cs-checker-section-title {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.cs-checker-flags {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.cs-checker-flags li {
  padding: 0.75rem 0.9rem 0.75rem 2.5rem;
  border-radius: var(--radius-md, 0.5rem);
  position: relative;
  line-height: 1.5;
  font-size: 0.95rem;
}
.cs-checker-flags li::before {
  position: absolute;
  left: 0.85rem;
  top: 0.78rem;
  font-weight: 800;
}
.cs-checker-flags--empty .cs-checker-flags-empty::before { content: '✓'; }
.cs-checklist--actions li {
  padding: 0.55rem 0.75rem 0.55rem 2rem;
  margin-bottom: 0.35rem;
  border-radius: var(--radius-md, 0.5rem);
  background: var(--slate-50, #f8fafc);
  border: 1px solid var(--slate-200, #e2e8f0);
}
.cs-checker-result--danger {
  background: linear-gradient(180deg, #fff5f5 0%, #fff 100%);
  border-color: #fecaca;
  border-left: 5px solid var(--cs-red, #dc2626);
  box-shadow: 0 4px 24px rgba(220, 38, 38, 0.08);
}
.cs-checker-result--danger .cs-checker-verdict-label { color: var(--cs-red-dark, #991b1b); }
.cs-checker-result--danger .cs-checker-score-value { color: var(--cs-red, #dc2626); }
.cs-checker-result--danger .cs-checker-summary { color: #7f1d1d; font-weight: 500; }
.cs-checker-result--danger .cs-checker-section-title--flags { color: var(--cs-red-dark, #991b1b); }
.cs-checker-result--danger .cs-checker-flags li {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-weight: 600;
}
.cs-checker-result--danger .cs-checker-flags li::before { content: '⚠'; color: var(--cs-red, #dc2626); }
.cs-checker-result--danger .cs-checker-flags--empty .cs-checker-flags-empty {
  background: #fef2f2;
  border-color: #fecaca;
  color: #7f1d1d;
  font-weight: 500;
}
.cs-checker-result--safe {
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
  border-color: #bbf7d0;
  border-left: 5px solid #059669;
  box-shadow: 0 4px 24px rgba(5, 150, 105, 0.06);
}
.cs-checker-result--safe .cs-checker-verdict-label { color: #047857; }
.cs-checker-result--safe .cs-checker-score-value { color: #059669; }
.cs-checker-result--safe .cs-checker-summary { color: #14532d; }
.cs-checker-result--safe .cs-checker-flags li,
.cs-checker-result--safe .cs-checker-flags--empty .cs-checker-flags-empty {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #166534;
}
.cs-checker-result--safe .cs-checker-flags li::before,
.cs-checker-result--safe .cs-checker-flags--empty .cs-checker-flags-empty::before {
  content: '✓';
  color: #059669;
}
.cs-checker-result--safe .cs-checklist--actions li::before { color: #059669; }
.cs-learn-list { list-style: none; padding: 0; }
.cs-learn-list li { margin-bottom: 0.65rem; }
.cs-related-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
