/* ===== SOLUTIONS PAGES SHARED CSS ===== */
/* Used by: credit-unions, police, schools, government, employers, associations */

/* ===== VERTICAL THEME COLORS ===== */
/* --theme-color/dark: WCAG AA for white text on buttons */
/* --theme-color-accent: Vibrant color for accent text that pops against dark headings */

/* Default Blue (main site) */
.theme-blue { --theme-color: #2563eb; --theme-color-dark: #1d4ed8; --theme-color-accent: #3b82f6; --theme-bg-tint: #eff6ff; --theme-bg-light: rgba(37, 99, 235, 0.08); }
/* Credit Unions: Emerald Green */
.theme-emerald { --theme-color: #0F7A59; --theme-color-dark: #0a5a42; --theme-color-accent: #10b981; --theme-bg-tint: #ecfdf5; --theme-bg-light: rgba(15, 122, 89, 0.08); }
/* Universities: Crimson */
.theme-green { --theme-color: #780000; --theme-color-dark: #5c0000; --theme-color-accent: #dc2626; --theme-bg-tint: #fef2f2; --theme-bg-light: rgba(120, 0, 0, 0.08); }
/* Police: Midnight Blue */
.theme-navy { --theme-color: #1D3557; --theme-color-dark: #152744; --theme-color-accent: #3b82f6; --theme-bg-tint: #f1f5f9; --theme-bg-light: rgba(29, 53, 87, 0.08); }
/* Government: Slate Gray */
.theme-slate { --theme-color: #454A59; --theme-color-dark: #363a47; --theme-color-accent: #6366f1; --theme-bg-tint: #f8fafc; --theme-bg-light: rgba(69, 74, 89, 0.08); }
/* Associations: Burnt Orange */
.theme-deepblue { --theme-color: #E67E22; --theme-color-dark: #c96a17; --theme-color-accent: #f97316; --theme-bg-tint: #fff7ed; --theme-bg-light: rgba(230, 126, 34, 0.08); }
/* EAP: Amethyst Purple */
.theme-teal { --theme-color: #6C3483; --theme-color-dark: #562869; --theme-color-accent: #a855f7; --theme-bg-tint: #faf5ff; --theme-bg-light: rgba(108, 52, 131, 0.08); }

/* ===== WARM CREAM BACKGROUNDS ===== */
/* Approachable, community-feel background colors */
:root {
  --warm-cream: #FDFBF7;
  --warm-cream-dark: #FAF7F0;
  --warm-peach: #ffedd5;
  --warm-sage: #bbf7d0;
  --warm-sky: #e0f2fe;
  --warm-gold: #fde68a;
  --warm-purple: #ede9fe;
}

/* Section background overrides for solutions pages */
.section-cream {
  background: var(--warm-cream);
}

.section-white {
  background: #ffffff;
}

.section-dark {
  background: var(--color-navy-800);
}
.section-dark .section-title {
  color: #ffffff;
}
.section-dark .section-description {
  color: var(--color-blue-200);
}
.section-dark .text-accent-blue {
  color: var(--color-blue-300);
}
.section-dark .snc-headline {
  color: #f1f5f9;
}
.section-dark .snc-amount {
  color: #ffffff;
}
.section-dark .snc-tag-pill {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-blue-200);
}
.section-dark .snc-row {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.section-dark .snc-timeline::before {
  background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.12) 8%, rgba(255,255,255,0.12) 92%, transparent 100%);
}
.section-dark .snc-dot {
  background: var(--color-navy-800);
  border-color: rgba(255, 255, 255, 0.3);
}

/* ===== CENTERED HERO LAYOUT ===== */
/* Clean, centered hero for solutions pages */
.hero-centered {
  padding: 100px 24px 80px !important;
  position: relative;
  z-index: 1;
  background: var(--warm-cream);
  text-align: center !important;
}

.hero-centered .container {
  max-width: 900px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.hero-centered .hero-centered-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center !important;
}

.hero-centered .hero-eyebrow {
  display: inline-block;
  background: var(--theme-color);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 6px;
  margin-bottom: 24px;
}

.hero-centered .hero-title {
  font-family: var(--font-sans);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: #1e293b;
  margin-bottom: 20px;
  text-align: center !important;
}

.hero-centered .hero-centered-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.hero-centered .hero-centered-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center;
}
.hero-centered .hero-centered-actions .btn { height: 52px; }
.hero-split-content .hero-text-link {
  color: rgba(15,23,42,0.7);
  border-bottom-color: rgba(15,23,42,0.3);
}
.hero-split-content .hero-text-link:hover {
  color: #0f172a;
  border-bottom-color: #0f172a;
}

@media (max-width: 768px) {
  .hero-centered {
    padding: 100px 20px 60px !important;
  }

  .hero-centered .hero-centered-description {
    font-size: 1.125rem;
  }

  .hero-centered .hero-eyebrow {
    display: none;
  }

  .hero-centered .hero-centered-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-centered .hero-centered-actions .btn {
    width: 100%;
    max-width: 300px;
  }
}

/* ===== SPLIT HERO (left text + right image) ===== */
.hero-split {
  position: relative;
  z-index: 1;
  background: var(--warm-cream);
}

.hero-split-inner {
  display: flex;
  align-items: center;
  gap: 88px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 48px 80px;
  position: relative;
  z-index: 1;
}

.hero-split-content {
  flex: 1;
  min-width: 0;
}

.hero-split-content .hero-title {
  text-align: left !important;
}

.hero-split-content .hero-centered-description {
  font-size: 1.1875rem;
  line-height: 1.7;
  color: #475569;
  font-weight: 400;
  text-align: left !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 32px;
  max-width: 560px;
}

.hero-split-content .hero-centered-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.hero-split-image {
  flex: 0 0 380px;
  width: 380px;
  aspect-ratio: 1 / 1;
  position: relative;
}

/* Rotated accent shape just behind the image, using the page's theme color */
.hero-split-image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: var(--theme-color);
  opacity: 0.18;
  border-radius: 22px;
  pointer-events: none;
  z-index: 0;
}

.hero-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .hero-split-inner {
    gap: 40px;
  }
  .hero-split-image {
    flex: 0 0 340px;
    width: 340px;
  }
}

@media (max-width: 768px) {
  .hero-split-inner {
    flex-direction: column;
    padding: 70px 20px 60px;
    gap: 32px;
    text-align: center;
  }
  .hero-split-image {
    display: none;
  }
  .hero-split-content .hero-eyebrow {
    display: none;
  }
  .hero-split-content .hero-centered-actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hero-split-content .hero-centered-actions .btn,
  .hero-split-content .hero-centered-actions .btn-demo {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 100%;
  }
  .hero-split-content .hero-title {
    font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
    text-align: center !important;
  }
  .hero-split-content .hero-centered-description {
    font-size: 1.125rem;
    max-width: 100%;
    text-align: center !important;
  }
}

/* ===== TWO-COLUMN HERO LAYOUT ===== */
/* Modern, approachable hero with image and floating notification */
.hero-two-col {
  padding: clamp(80px, 10vh, 110px) var(--space-6) clamp(60px, 8vh, 100px) var(--space-6);
  position: relative;
  z-index: 1;
  background: var(--warm-cream);
}

.hero-two-col .hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-two-col .hero-content {
  text-align: left;
  max-width: 560px;
}

.hero-two-col .hero-eyebrow {
  display: inline-block;
  background: var(--theme-color);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.hero-two-col .hero-title {
  font-family: var(--font-sans);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: #1e293b;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-two-col .hero-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 32px;
}

.hero-two-col .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Hero Visual Column */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual-image {
  width: 100%;
  max-width: 560px;
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.15);
}

/* Floating Notification Card */
.hero-notification {
  position: absolute;
  bottom: -20px;
  left: -30px;
  background: white;
  border-radius: 1rem;
  padding: 16px 20px;
  box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 280px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: float-notification 4s ease-in-out infinite;
}

@keyframes float-notification {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero-notification-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-notification-icon svg {
  width: 22px;
  height: 22px;
  stroke: white;
  fill: none;
}

.hero-notification-content {
  flex: 1;
}

.hero-notification-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 2px;
}

.hero-notification-text {
  font-size: 0.75rem;
  color: #64748b;
}

/* Responsive: Two-Column Hero */
@media (max-width: 900px) {
  .hero-two-col .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-two-col .hero-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }

  .hero-two-col .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    order: -1;
  }

  .hero-notification {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  }

  @keyframes float-notification {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-8px); }
  }
}

@media (max-width: 640px) {
  .hero-notification {
    max-width: 240px;
    padding: 12px 16px;
  }

  .hero-notification-icon {
    width: 36px;
    height: 36px;
  }

  .hero-notification-icon svg {
    width: 18px;
    height: 18px;
  }
}

/* Centered Hero (no visual) */
.hero-modern {
  padding: clamp(84px, 10vh, 120px) var(--space-6) clamp(44px, 6vh, 80px) var(--space-6);
  position: relative;
  z-index: 1;
}

.hero-modern .hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-modern .hero-content {
  text-align: center;
  max-width: 950px;
}

.hero-modern .hero-eyebrow {
  background: var(--theme-color);
}

.hero-modern .hero-actions {
  justify-content: center;
}

/* Hero Typography - Professional, grounded feel */
.hero-modern .hero-title {
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

/* Hero accent text - uses theme color, no underline */
.text-gradient-hero {
  color: var(--theme-color-accent);
}

/* Theme-colored accent text for section headers - vibrant color that pops */
.text-accent-theme {
  color: var(--theme-color-accent);
}

/* Unified cream background for hero */
.hero-modern {
  background: var(--warm-cream);
}

/* ===== RISK INTELLIGENCE CARDS - Hero Integrated ===== */
.hero-briefing {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 920px;
}

.hero-briefing__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 20px;
}

.hero-briefing__pulse {
  width: 8px;
  height: 8px;
  background: #dc2626;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.3); }
}

.hero-briefing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* Risk Card Base */
.risk-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.risk-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Card Header - Severity + Trend */
.risk-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #f1f5f9;
}

/* Severity Badge */
.risk-card__severity {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 4px;
}

.risk-card__severity::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

/* Severity Variants */
.risk-card__severity--high {
  color: #dc2626;
  background: #fef2f2;
}

.risk-card__severity--medium {
  color: #d97706;
  background: #fffbeb;
}

.risk-card__severity--low {
  color: #166534;
  background: #f0fdf4;
}

/* Trend Indicator */
.risk-card__trend {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
}

.risk-card__trend--rising {
  color: #dc2626;
}

.risk-card__trend--stable {
  color: #64748b;
}

.risk-card__trend--declining {
  color: #166534;
}

/* Card Body */
.risk-card__body {
  padding: 14px 16px 16px;
}

/* Headline - ScamZero's summary */
.risk-card__headline {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: #1e293b;
  margin: 0 0 12px 0;
}

/* Footer - Source + Insight */
.risk-card__footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.risk-card__source {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.risk-card__insight {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  font-style: italic;
  line-height: 1.4;
  padding-top: 8px;
  border-top: 1px dashed #e2e8f0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-briefing__grid {
    grid-template-columns: 1fr 1fr;
  }
  .risk-card:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 500px) {
  .hero-briefing__grid {
    grid-template-columns: 1fr;
  }
  .risk-card:last-child {
    grid-column: span 1;
  }
}

/* Themed Primary Buttons */
.btn-theme {
  background: var(--theme-color);
  color: white;
  border: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 2px 8px color-mix(in srgb, var(--theme-color) 30%, transparent);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-theme:hover {
  background: var(--theme-color-dark);
  color: white;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 6px 16px color-mix(in srgb, var(--theme-color) 40%, transparent);
}

/* Themed Text Gradient */
.text-gradient-theme {
  background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Stats Section Background - solid dark navy for contrast */
.bg-gradient-theme {
  background: #1e293b;
}

/* ===== STATS CARDS ON CREAM ===== */
/* Warm, approachable stat cards on cream background */
.stats-section {
  margin-top: 0;
  padding: 0;
  background: var(--warm-cream);
  width: 100%;
  position: relative;
  z-index: 5;
  border-top: none;
}

.stats-section .stats-container {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin: 0 auto;
  padding: 60px 24px;
  max-width: 1200px;
}

.stats-section .stats-header {
  text-align: center;
  margin-bottom: 40px;
}

.stats-section .stats-title {
  font-family: var(--font-sans);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0;
}

/* Stats as cards grid */
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}

.stats-section .stat-item {
  background: white;
  border-radius: 1rem;
  padding: 32px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-section .stat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.stats-section .stat-number {
  color: var(--theme-color);
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.stats-section .stat-number.gold {
  color: #d97706;
}

.stats-section .stat-number.purple {
  color: #7c3aed;
}

.stats-section .stat-number.mint {
  color: #059669;
}

.stats-section .stat-label {
  color: #475569;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 220px;
  margin: 0 auto;
}

.stats-section .stat-source {
  color: #94a3b8;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

/* ===== MOBILE RESPONSIVE: Stats Cards ===== */
@media (max-width: 900px) {
  .stats-section .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stats-section .stat-item {
    padding: 24px 20px;
  }

  .stats-section .stat-number {
    font-size: 2.5rem;
  }

  .stats-section .stats-container {
    padding: 48px 20px;
  }
}


/* Demo Button - matches homepage "Find Your Solution" style */
.btn-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  background: white;
  color: var(--color-text-primary);
  border: 2px solid var(--color-gray-300, #cbd5e1);
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-demo:hover {
  border-color: var(--color-gray-300);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* FAQ Grid Section */
.faq-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 24px;
  transition: all 0.2s ease;
}

.faq-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

.faq-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.faq-card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1024px) {
  .faq-grid-modern {
    grid-template-columns: 1fr;
  }
}

/* Trial Form Compact Styling */
.trial-form .form-group {
  margin-bottom: 16px !important;
}

.trial-form .form-group label {
  margin-bottom: 4px;
  font-size: 0.875rem;
}

.trial-form .form-row {
  gap: 12px !important;
}

.trial-form .subdomain-status {
  min-height: 0 !important;
  margin-top: 4px !important;
}

.trial-form .subdomain-status:empty {
  display: none;
}

.trial-form .cf-turnstile {
  display: flex;
  justify-content: center;
  margin: 0 0 16px 0 !important;
}

/* Trial Form Select Styling */
.trial-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.9375rem;
  background: white;
  cursor: pointer;
}

.trial-form select:focus {
  outline: none;
  border-color: var(--theme-color-accent);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Stats Section (Dark background) */
.stats-section .stats-header {
  text-align: center;
  margin-bottom: 48px;
}

.stats-section .stats-title {
  font-family: var(--font-sans);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
}

.stats-section .stats-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 1000px;
  margin: 0 auto;
}

/* Page-specific gradient backgrounds */
.bg-gradient-blue {
  background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%);
}

.bg-gradient-purple {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

.bg-gradient-cyan {
  background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
}

.bg-gradient-amber {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

.bg-gradient-pink {
  background: linear-gradient(135deg, #db2777 0%, #be185d 100%);
}

.bg-gradient-mint {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

/* Gradient text colors for dark backgrounds */
.bg-gradient-blue .trial-text,
.bg-gradient-purple .trial-text,
.bg-gradient-cyan .trial-text,
.bg-gradient-amber .trial-text,
.bg-gradient-pink .trial-text,
.bg-gradient-mint .trial-text {
  color: white;
}

.bg-gradient-blue .trial-description,
.bg-gradient-purple .trial-description,
.bg-gradient-cyan .trial-description,
.bg-gradient-amber .trial-description,
.bg-gradient-pink .trial-description,
.bg-gradient-mint .trial-description {
  color: rgba(255, 255, 255, 0.85);
}

/* Feature panel, showcase, demo card, alerts preview, and quickchecks styles
   are now in common.css */

/* ===== SCAM TYPES SECTION - Fixed Height Panels ===== */
/* Uses same approach as platform.css #features section */

#scam-types .feature-showcase {
  height: 440px;
}

#scam-types .feature-showcase-left,
#scam-types .feature-showcase-right {
  height: 440px;
}

#scam-types .feature-showcase-right {
  padding: 20px;
}

/* Mockups fill the container - same as platform page */
#scam-types .email-mockup,
#scam-types .dating-mockup,
#scam-types .sms-mockup,
#scam-types .chatbot-mockup {
  width: 100%;
  height: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
}

/* Body sections expand to fill space */
#scam-types .email-body,
#scam-types .dating-body,
#scam-types .sms-body,
#scam-types .chatbot-body {
  flex: 1;
}

@media (max-width: 900px) {
  #scam-types .feature-showcase,
  #scam-types .feature-showcase-left,
  #scam-types .feature-showcase-right {
    height: auto;
  }
}

/* ===== SMS/TEXT MESSAGE MOCKUP ===== */
.sms-mockup {
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.sms-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
}

.sms-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: white;
}

.sms-avatar-red { background: #dc2626; }
.sms-avatar-blue { background: #2563eb; }
.sms-avatar-purple { background: #7c3aed; }
.sms-avatar-green { background: #059669; }
.sms-avatar-orange { background: #ea580c; }
.sms-avatar-pink { background: #db2777; }

.sms-info {
  flex: 1;
}

.sms-sender {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1e293b;
}

.sms-time {
  font-size: 0.75rem;
  color: #64748b;
}

.sms-body {
  padding: 16px;
  background: #f8fafc;
}

.sms-bubble {
  background: #e5e7eb;
  padding: 12px 16px;
  border-radius: 18px;
  border-top-left-radius: 4px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1e293b;
  margin-bottom: 12px;
}

.sms-bubble:last-child {
  margin-bottom: 0;
}

.sms-bubble strong {
  color: #dc2626;
  font-weight: 700;
}

.sms-footer {
  padding: 12px 16px;
  background: #f8f9fa;
  border-top: 1px solid #e5e7eb;
}

.sms-risk-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.sms-risk-badge.high {
  background: #fee2e2;
  color: #dc2626;
}

.sms-risk-badge.medium {
  background: #fef3c7;
  color: #d97706;
}

.sms-detected {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #64748b;
}

/* ===== EMAIL MOCKUP FOR SOLUTIONS ===== */
.email-mockup-compact {
  width: 100%;
  max-width: 340px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.email-mockup-compact .email-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}

.email-mockup-compact .email-toolbar-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.email-mockup-compact .email-toolbar-dot:nth-child(1) { background: #ef4444; }
.email-mockup-compact .email-toolbar-dot:nth-child(2) { background: #f59e0b; }
.email-mockup-compact .email-toolbar-dot:nth-child(3) { background: #22c55e; }

.email-mockup-compact .email-header {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
}

.email-mockup-compact .email-subject {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}

.email-mockup-compact .email-from {
  font-size: 0.75rem;
  color: #64748b;
}

.email-mockup-compact .email-body {
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #334155;
}

.email-mockup-compact .email-body p {
  margin: 0 0 12px;
}

.email-mockup-compact .email-body strong {
  color: #dc2626;
  font-weight: 700;
}

.email-mockup-compact .email-footer {
  padding: 12px 16px;
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

/* ===== DATING APP MOCKUP FOR SOLUTIONS ===== */
.dating-mockup-compact {
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.dating-mockup-compact .dating-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
  color: white;
}

.dating-mockup-compact .dating-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.dating-mockup-compact .dating-name {
  font-weight: 700;
  font-size: 1rem;
}

.dating-mockup-compact .dating-status {
  font-size: 0.75rem;
  opacity: 0.9;
}

.dating-mockup-compact .dating-body {
  padding: 16px;
  background: #fdf2f8;
}

.dating-mockup-compact .dating-bubble {
  background: white;
  padding: 12px 16px;
  border-radius: 18px;
  border-top-left-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1e293b;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.dating-mockup-compact .dating-bubble:last-child {
  margin-bottom: 0;
}

.dating-mockup-compact .dating-bubble strong {
  color: #db2777;
  font-weight: 700;
}

.dating-mockup-compact .dating-footer {
  padding: 12px 16px;
  background: white;
  border-top: 1px solid #fce7f3;
}

/* ===== MARKETPLACE MOCKUP ===== */
.marketplace-mockup {
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.marketplace-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #1877f2;
  color: white;
}

.marketplace-header svg {
  width: 20px;
  height: 20px;
}

.marketplace-header span {
  font-weight: 600;
  font-size: 0.875rem;
}

.marketplace-item {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.marketplace-item-image {
  width: 100%;
  height: 120px;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #64748b;
  font-size: 2rem;
}

.marketplace-item-title {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1e5a99;
  margin-bottom: 4px;
}

.marketplace-item-price {
  font-weight: 700;
  font-size: 1.125rem;
  color: #059669;
}

.marketplace-chat {
  padding: 12px 16px;
  background: #f8fafc;
}

.marketplace-bubble {
  background: #e5e7eb;
  padding: 10px 14px;
  border-radius: 16px;
  border-top-left-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #1e293b;
}

.marketplace-bubble strong {
  color: #059669;
}

.marketplace-footer {
  padding: 12px 16px;
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

/* Steps timeline now in common.css */

/* ===== PRIVACY SECTION - Two Column Split ===== */
.privacy-strip {
  padding: 80px 0;
}

.privacy-strip-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

/* Left Column - Big Headline */
.privacy-strip-left {
  position: sticky;
  top: 100px;
}

.privacy-strip-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1e5a99;
  line-height: 1.1;
  margin: 0 0 24px 0;
}

.privacy-strip-subtitle {
  font-size: 1.125rem;
  color: var(--color-gray-600);
  line-height: 1.7;
  margin: 0;
}

/* Right Column - Feature List */
.privacy-strip-features {
  display: flex;
  flex-direction: column;
}

.privacy-feature {
  display: flex;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--color-gray-200);
}

.privacy-feature:first-child {
  padding-top: 0;
}

.privacy-feature:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.privacy-feature-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-feature-icon svg {
  width: 56px;
  height: 56px;
  stroke: var(--color-navy-800);
  stroke-width: 1.5;
}

.privacy-feature-content {
  flex: 1;
}

.privacy-feature-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e5a99;
  margin: 0 0 8px 0;
}

.privacy-feature-desc {
  font-size: 1rem;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .privacy-strip {
    padding: 60px 0;
  }

  .privacy-strip-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .privacy-strip-left {
    position: static;
  }

  .privacy-strip-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 640px) {
  .privacy-strip-title {
    font-size: 2rem;
  }

  .privacy-feature {
    gap: 16px;
    padding: 24px 0;
  }

  .privacy-feature-icon {
    width: 48px;
    height: 48px;
  }

  .privacy-feature-icon svg {
    width: 40px;
    height: 40px;
  }
}

/* Privacy Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* ===== SCAM MOCKUPS SECTION ===== */
.scam-mockups-section {
  padding: var(--space-16) 0;
  background: var(--color-white);
  overflow: hidden;
}

.scam-mockups-header {
  text-align: center;
  margin-bottom: var(--space-10);
}

.scam-mockups-header h2 {
  font-family: var(--font-sans);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 500;
  color: var(--color-gray-900);
  margin-bottom: var(--space-3);
}

.scam-mockups-header p {
  font-size: 1.125rem;
  color: var(--color-gray-600);
  max-width: 600px;
  margin: 0 auto;
}

.scam-mockups-grid {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: var(--space-6);
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

/* 2 mockups - wider cards */
.scam-mockups-grid[data-count="2"] {
  max-width: 800px;
}

.scam-mockups-grid[data-count="2"] .scam-mockup-item {
  flex: 0 1 340px;
}

/* 5 mockups - smaller cards */
.scam-mockups-grid[data-count="5"] {
  gap: var(--space-4);
}

.scam-mockups-grid[data-count="5"] .scam-mockup-item {
  flex: 0 1 200px;
}

.scam-mockup-item {
  flex: 0 1 280px;
  position: relative;
}

.scam-mockup-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 10px 20px -5px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scam-mockup-item:hover img {
  transform: translateY(-4px);
  box-shadow:
    0 8px 12px -2px rgba(0, 0, 0, 0.12),
    0 20px 40px -10px rgba(0, 0, 0, 0.15);
}

.scam-mockup-label {
  text-align: center;
  margin-top: var(--space-3);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-gray-600);
}

@media (max-width: 768px) {
  .scam-mockups-section {
    padding: var(--space-12) 0;
  }

  .scam-mockups-grid {
    gap: var(--space-4);
  }

  .scam-mockup-item {
    flex: 0 1 260px;
  }

  .scam-mockups-grid[data-count="5"] .scam-mockup-item {
    flex: 0 1 140px;
  }
}

@media (max-width: 480px) {
  .scam-mockups-grid {
    flex-direction: column;
    align-items: center;
  }

  .scam-mockup-item,
  .scam-mockups-grid[data-count="2"] .scam-mockup-item,
  .scam-mockups-grid[data-count="5"] .scam-mockup-item {
    flex: 0 1 auto;
    width: 100%;
    max-width: 320px;
  }
}

/* ===== MASONRY SCAM GALLERY ===== */
.scam-masonry-section {
  padding: var(--space-12) 0 var(--space-16);
  overflow: hidden;
}

.scam-masonry {
  column-count: 4;
  column-gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

.scam-masonry-item {
  break-inside: avoid;
  margin-bottom: 16px;
}

.scam-masonry-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.06),
    0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scam-masonry-item:hover img {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.1),
    0 16px 32px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1024px) {
  .scam-masonry {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .scam-masonry {
    column-count: 2;
    column-gap: 12px;
  }

  .scam-masonry-item {
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .scam-masonry {
    column-count: 1;
    max-width: 320px;
  }
}

/* ===== BENTO SCAM GALLERY ===== */
.scam-bento-section {
  padding: var(--space-8) 0 var(--space-16);
  overflow: hidden;
}

.scam-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

.scam-bento-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.06),
    0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scam-bento-item:hover {
  transform: translateY(-4px);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.1),
    0 16px 32px rgba(0, 0, 0, 0.12);
}

.scam-bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Large item - spans 2 columns and 2 rows */
.scam-bento-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

/* Wide item - spans 2 columns */
.scam-bento-item.wide {
  grid-column: span 2;
}

/* Tall item - spans 2 rows */
.scam-bento-item.tall {
  grid-row: span 2;
}

@media (max-width: 900px) {
  .scam-bento {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .scam-bento {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .scam-bento-item.large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .scam-bento-item.wide {
    grid-column: span 2;
  }

  .scam-bento-item.tall {
    grid-row: span 1;
  }
}

@media (max-width: 400px) {
  .scam-bento {
    grid-template-columns: 1fr;
  }

  .scam-bento-item.large,
  .scam-bento-item.wide {
    grid-column: span 1;
  }
}

/* ===== SCAM SHOWCASE FAN (3 cards) ===== */
.scam-showcase-section {
  padding: var(--space-6) 0 var(--space-12);
  overflow: hidden;
}

.scam-showcase-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px var(--space-4) 20px;
}

.scam-showcase-item {
  flex: 0 0 420px;
  position: relative;
}

/* Equal height mockups in showcase */
.scam-showcase-item .dating-mockup,
.scam-showcase-item .popup-mockup,
.scam-showcase-item .facebook-dm-mockup,
.scam-showcase-item .sms-mockup-full,
.scam-showcase-item .phishing-mockup {
  height: 400px;
  display: flex;
  flex-direction: column;
}

/* Make body sections fill remaining space */
.scam-showcase-item .dating-body,
.scam-showcase-item .popup-content,
.scam-showcase-item .facebook-dm-body,
.scam-showcase-item .sms-mockup-full .sms-body,
.scam-showcase-item .phishing-body {
  flex: 1;
  overflow: hidden;
}

.scam-showcase-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.1),
    0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Fan arrangement: left angled, center elevated + straight, right angled */
.scam-showcase-item:nth-child(1) {
  transform: rotate(-4deg);
  z-index: 1;
}
.scam-showcase-item:nth-child(2) {
  transform: translateY(-20px) rotate(0deg);
  z-index: 3;
}
.scam-showcase-item:nth-child(3) {
  transform: rotate(4deg);
  z-index: 1;
}

@media (max-width: 1400px) {
  .scam-showcase-item {
    flex: 0 0 340px;
  }

  .scam-showcase-item .dating-mockup,
  .scam-showcase-item .popup-mockup,
  .scam-showcase-item .facebook-dm-mockup,
  .scam-showcase-item .sms-mockup-full,
  .scam-showcase-item .phishing-mockup {
    height: 340px;
  }
}

@media (max-width: 1100px) {
  .scam-showcase-item {
    flex: 0 0 280px;
  }

  .scam-showcase-item:nth-child(2) {
    transform: translateY(-15px) rotate(0deg);
  }

  .scam-showcase-item .dating-mockup,
  .scam-showcase-item .popup-mockup,
  .scam-showcase-item .facebook-dm-mockup,
  .scam-showcase-item .sms-mockup-full,
  .scam-showcase-item .phishing-mockup {
    height: 300px;
  }
}

@media (max-width: 900px) {
  .scam-showcase-row {
    flex-direction: column;
    gap: 20px;
    padding: 20px var(--space-4);
  }

  .scam-showcase-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 340px;
  }

  /* Reset transforms on mobile */
  .scam-showcase-item:nth-child(1),
  .scam-showcase-item:nth-child(2),
  .scam-showcase-item:nth-child(3) {
    transform: translateY(0) rotate(0deg);
  }

  .scam-showcase-item .dating-mockup,
  .scam-showcase-item .popup-mockup,
  .scam-showcase-item .facebook-dm-mockup,
  .scam-showcase-item .sms-mockup-full,
  .scam-showcase-item .phishing-mockup {
    height: auto;
  }
}

/* ===== DATING APP MOCKUP (Full version for showcase) ===== */
.dating-mockup {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.dating-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: radial-gradient(circle at 30% 50%, #FF9EAA 0%, #FFD0D0 40%, #B0D8FF 100%);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #1e293b;
}

.dating-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: 2px solid rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dating-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.dating-info {
  flex: 1;
}

.dating-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.dating-name::after {
  content: '\2713';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #3b82f6;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dating-location {
  font-size: 0.75rem;
  opacity: 0.9;
}

.dating-body {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #FFFAF8;
}

.dating-timestamp {
  font-size: 0.6875rem;
  color: #999;
  text-align: center;
  margin-bottom: 8px;
}

.dating-bubble {
  max-width: 85%;
  padding: 14px 18px;
  background: white;
  border-radius: 28px;
  border-bottom-left-radius: 8px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #333;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  align-self: flex-start;
}

.dating-bubble.outgoing {
  align-self: flex-end;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
  color: white;
  border-radius: 28px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 28px;
  position: relative;
}

.dating-reaction {
  position: absolute;
  bottom: -6px;
  right: 8px;
  font-size: 12px;
  background: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 0 8px rgba(255,255,255,0.5);
}

/* ===== SMS MOCKUP (Full version for showcase) ===== */
.sms-mockup-full {
  display: flex;
  flex-direction: column;
  background: #f2f2f7;
  border-radius: 12px;
  font-family: var(--font-sans);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.sms-mockup-full .sms-header {
  padding: 12px 16px;
  background: rgba(242, 242, 247, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 0.5px solid rgba(60, 60, 67, 0.18);
  text-align: center;
}

.sms-mockup-full .sms-contact {
  font-weight: 600;
  font-size: 0.9rem;
  color: #000;
  letter-spacing: -0.2px;
}

.sms-mockup-full .sms-number {
  font-size: 0.75rem;
  color: #8e8e93;
  margin-top: 2px;
}

.sms-mockup-full .sms-body {
  padding: 20px 16px;
  background: #f2f2f7;
}

.sms-mockup-full .sms-bubble {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 18px;
  border-bottom-left-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.sms-mockup-full .sms-link {
  color: #007aff;
  text-decoration: underline;
  word-break: break-all;
}

.sms-mockup-full .sms-timestamp {
  font-size: 0.7rem;
  color: #8e8e93;
  margin-top: 12px;
  text-align: center;
  letter-spacing: -0.1px;
}

/* ===== POPUP MOCKUP (Full version for showcase) ===== */
.popup-mockup {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #fee2e2;
  border-radius: 12px;
  font-family: var(--font-sans);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.popup-browser-bar {
  padding: 10px 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.popup-browser-dots {
  display: flex;
  gap: 6px;
}

.popup-browser-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.popup-browser-dots span:nth-child(1) { background: #ff5f56; }
.popup-browser-dots span:nth-child(2) { background: #ffbd2e; }
.popup-browser-dots span:nth-child(3) { background: #27ca40; }

.popup-url {
  flex: 1;
  background: #f8fafc;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  color: #64748b;
  border: 1px solid #e2e8f0;
}

.popup-content {
  background: #ffffff;
  padding: 32px 24px;
  text-align: center;
}

.popup-warning-icon {
  width: 56px;
  height: 56px;
  background: #fee2e2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.75rem;
}

.popup-alert-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #b91c1c;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}

.popup-alert-text {
  font-size: 0.85rem;
  color: #475569;
  margin-bottom: 6px;
  line-height: 1.5;
}

.popup-phone {
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  margin-top: 16px;
  padding: 12px 20px;
  background: #1e40af;
  border-radius: 4px;
  display: block;
  width: 100%;
  letter-spacing: 0.2px;
}

/* ===== FACEBOOK DM MOCKUP (Full version for showcase) ===== */
.facebook-dm-mockup {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-family: var(--font-sans);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.facebook-dm-header {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.facebook-dm-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4267B2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
}

.facebook-dm-name {
  color: #1e293b;
  font-weight: 600;
  font-size: 0.9rem;
}

.facebook-dm-status {
  font-size: 0.75rem;
  color: #64748b;
}

.facebook-dm-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}

.facebook-dm-bubble {
  background: #f0f2f5;
  padding: 12px 14px;
  border-radius: 18px;
  border-bottom-left-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #1c1e21;
}

.facebook-dm-highlight {
  color: #1877f2;
  text-decoration: underline;
}

/* ===== PHISHING EMAIL MOCKUP (Full version for showcase) ===== */
.phishing-mockup {
  display: flex;
  flex-direction: column;
  font-family: var(--font-sans);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.phishing-header {
  padding: 12px 16px;
  background: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 10px;
}

.phishing-logo {
  width: 24px;
  height: 24px;
  background: #e50914;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: white;
  font-size: 18px;
}

.phishing-title {
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  color: #e5e5e5;
  text-transform: uppercase;
}

.phishing-body {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phishing-subject {
  font-weight: 700;
  font-size: 1rem;
  color: #222;
  margin-bottom: 4px;
}

.phishing-message {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444;
}

.phishing-link {
  display: inline-block;
  padding: 12px 20px;
  background: #333;
  color: white;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
}

/* ===== SCAM TABS REFINEMENTS FOR SOLUTIONS PAGES ===== */
/* Elevated glass-like tabs container */
.scam-tabs-container {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.scam-tab {
  border-radius: 100px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.scam-tab.active {
  background: white;
  color: var(--theme-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: scale(1.02);
}

/* Polished showcase card - moderate border-radius */
.scam-showcase-card {
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  box-shadow:
    0 10px 30px -5px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  overflow: hidden;
}

/* ===== PASTEL-BORDERED SCAM TYPE CARDS ===== */
/* Quick scam type summary cards with pastel left borders */
.scam-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 48px auto 0;
}

.scam-type-card {
  background: white;
  border-radius: 1rem;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-left-width: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.scam-type-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* Pastel border colors */
.scam-type-card.border-peach {
  border-left-color: var(--warm-peach);
}

.scam-type-card.border-sage {
  border-left-color: var(--warm-sage);
}

.scam-type-card.border-sky {
  border-left-color: var(--warm-sky);
}

.scam-type-card.border-gold {
  border-left-color: var(--warm-gold);
}

.scam-type-card.border-purple {
  border-left-color: var(--warm-purple);
}

.scam-type-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.scam-type-card-icon.bg-peach {
  background: var(--warm-peach);
  color: #c2410c;
}

.scam-type-card-icon.bg-sage {
  background: var(--warm-sage);
  color: #166534;
}

.scam-type-card-icon.bg-sky {
  background: var(--warm-sky);
  color: #0369a1;
}

.scam-type-card-icon.bg-gold {
  background: var(--warm-gold);
  color: #a16207;
}

.scam-type-card-icon.bg-purple {
  background: var(--warm-purple);
  color: #7c3aed;
}

.scam-type-card-icon svg {
  width: 20px;
  height: 20px;
}

.scam-type-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}

.scam-type-card-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 14px;
}

.scam-type-card-checks {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: auto;
}

.scam-type-card-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: #374151;
}

/* ===== SCAM BENTO GRID (10 scams, icon + name only) ===== */
.scam-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.scam-bento-card {
  background: #f8f5f0;
  border-radius: 16px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
  min-height: 140px;
}

/* Card background color variants */
.scam-bento-card.card-peach  { background: #fff3e8; }
.scam-bento-card.card-sky    { background: #e8f5ff; }
.scam-bento-card.card-sage   { background: #e8faf0; }
.scam-bento-card.card-gold   { background: #fffbe6; }
.scam-bento-card.card-purple { background: #f2eeff; }
.scam-bento-card.card-rose   { background: #fff0f1; }
.scam-bento-card.card-teal   { background: #e6fdf8; }
.scam-bento-card.card-blue   { background: #eaf1ff; }

/* Icon background + color — scoped to .scam-bento-icon */
.scam-bento-icon.bg-peach  { background: #ffedd5; color: #c2410c; }
.scam-bento-icon.bg-sky    { background: #bae6fd; color: #0369a1; }
.scam-bento-icon.bg-sage   { background: #bbf7d0; color: #166534; }
.scam-bento-icon.bg-gold   { background: #fde68a; color: #a16207; }
.scam-bento-icon.bg-purple { background: #ddd6fe; color: #7c3aed; }
.scam-bento-icon.bg-rose   { background: #fecdd3; color: #be123c; }
.scam-bento-icon.bg-teal   { background: #99f6e4; color: #0f766e; }
.scam-bento-icon.bg-blue   { background: #bfdbfe; color: #1d4ed8; }


.scam-bento-icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.scam-bento-icon svg {
  width: 40px;
  height: 40px;
}


.scam-bento-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}

@media (max-width: 700px) {
  .scam-bento-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .scam-bento-grid { grid-template-columns: repeat(2, 1fr); }
  .scam-bento-card { padding: 24px 16px; min-height: 120px; }
}

.scam-types-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 48px auto 0;
}

@media (max-width: 1100px) {
  .scam-types-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .scam-types-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 460px) {
  .scam-types-grid-5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .scam-types-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 500px) {
  .scam-types-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== SAFETY BRIEFING SECTION (Portal-Style Cards) ===== */
.safety-briefing-section {
  padding: var(--space-16) 0;
}

.safety-briefing-section .section-header {
  margin-bottom: var(--space-10);
}

/* Main Grid: Featured left (50%) + 2x2 grid right (50%) */
.briefing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

/* Right side 2x2 grid container */
.briefing-grid__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: var(--space-5);
}

/* Card Base - matches portal .alert-card */
.briefing-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
  cursor: default;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04);
}

.briefing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Featured Card - full height on left side */
.briefing-card--featured {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Card Image Area */
.briefing-card__image {
  height: 160px;
  background: #e2e8f0;
  overflow: hidden;
}

.briefing-card--featured .briefing-card__image {
  flex: 1;
  min-height: 250px;
}

.briefing-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.briefing-card:hover .briefing-card__image img {
  transform: scale(1.05);
}

/* Card Content */
.briefing-card__content {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.briefing-card--featured .briefing-card__content {
  padding: 24px 28px;
}

/* Tag/Badge */
.briefing-card__tag {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #166534;
  margin-bottom: 12px;
}

/* Source */
.briefing-card__source {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
}

/* Title/Headline */
.briefing-card__title {
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.briefing-card--featured .briefing-card__title {
  font-size: 22px;
  line-height: 1.35;
}

/* Date */
.briefing-card__date {
  font-size: 13px;
  color: #94a3b8;
  margin-top: auto;
  padding-top: 8px;
}

/* CTA Card */
.briefing-card--cta {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: #bbf7d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}

.briefing-card--cta:hover {
  border-color: #166534;
  background: linear-gradient(135deg, #dcfce7 0%, #d1fae5 100%);
}

.briefing-cta__headline {
  font-size: 18px;
  font-weight: 700;
  color: #166534;
  margin-bottom: 8px;
}

.briefing-cta__subtext {
  font-size: 14px;
  color: #475569;
  margin-bottom: 16px;
  line-height: 1.5;
}

.briefing-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #166534;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.briefing-cta__button:hover {
  background: #14532d;
  box-shadow: 0 4px 12px rgba(22, 101, 52, 0.3);
}

/* Responsive */
@media (max-width: 900px) {
  .briefing-grid {
    grid-template-columns: 1fr;
  }

  .briefing-grid__right {
    grid-template-columns: 1fr 1fr;
  }

  .briefing-card--featured .briefing-card__image {
    min-height: 200px;
    flex: 0 0 auto;
  }
}

@media (max-width: 600px) {
  .briefing-grid__right {
    grid-template-columns: 1fr;
  }
}

/* ===== MODERN SECTION STYLES ===== */
/* Warm, community-focused aesthetic */

/* Product Showcase - cream background with theme-colored angled shape */
.product-showcase-section {
  background: var(--warm-cream);
}

.product-showcase-section .product-showcase-wrapper::before {
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--theme-color) 15%, white) 0%,
    color-mix(in srgb, var(--theme-color-accent) 12%, white) 100%);
}

/* Scam tabs - use theme color for active tab on solutions pages */
.scam-tab.active {
  background: var(--theme-color);
  color: white;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--theme-color) 30%, transparent);
}

.scam-tab.active svg {
  color: white;
  stroke: white;
}

/* Card-style Accordion Styling */
.accordion .ew-accordion,
.accordion .recovery-accordion {
  background: var(--warm-cream);
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  box-shadow: none;
  transition: all 0.2s ease;
}

.accordion .ew-accordion:hover,
.accordion .recovery-accordion:hover {
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
  border-color: var(--warm-sage);
}

.accordion .ew-accordion-header,
.accordion .recovery-accordion-header {
  padding: 1.5rem;
}

.accordion .ew-accordion-header:hover,
.accordion .recovery-accordion-header:hover {
  background: transparent;
  margin: 0;
  padding: 1.5rem;
}

.accordion .ew-accordion-icon,
.accordion .recovery-accordion-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 9999px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: var(--theme-color);
}

.accordion .ew-accordion-icon-gold,
.accordion .recovery-accordion-icon-gold {
  color: #ca8a04;
}

.accordion .ew-accordion-icon-blue,
.accordion .recovery-accordion-icon-blue {
  color: #2563eb;
}

.accordion .ew-accordion-title,
.accordion .recovery-accordion-title {
  color: #292524;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  transition: color 0.2s ease;
}

.accordion .ew-accordion:hover .ew-accordion-title,
.accordion .recovery-accordion:hover .recovery-accordion-title {
  color: var(--theme-color);
}

.accordion .ew-accordion.active .ew-accordion-title,
.accordion .recovery-accordion.active .recovery-accordion-title {
  color: var(--theme-color);
}

.accordion .ew-accordion-chevron,
.accordion .recovery-accordion-chevron {
  color: #9ca3af;
  display: none;
}

.accordion .ew-accordion.active .ew-accordion-chevron,
.accordion .recovery-accordion.active .recovery-accordion-chevron {
  color: var(--theme-color);
}

.accordion .ew-accordion-content,
.accordion .recovery-accordion-content {
  padding: 0 1.5rem;
}

.accordion .ew-accordion-body,
.accordion .recovery-accordion-body,
.accordion .ew-accordion-content-inner,
.accordion .recovery-accordion-content-inner {
  padding: 0 0 1.5rem 60px;
  color: #57534e;
  line-height: 1.7;
  font-size: 0.875rem;
}

/* Feature List - static feature items */
.feature-list,
.info-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Add space between section description and feature list */
.section-description + .feature-list,
.section-description + .info-cards {
  margin-top: 60px;
}

.feature-item,
.info-card {
  display: flex;
  gap: 1.5rem;
}

.feature-icon,
.info-card-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 9999px;
  background: white;
  border: 1px solid #e7e5e4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.feature-icon-yellow,
.info-card-icon-yellow {
  color: #ca8a04;
}

.feature-icon-blue,
.info-card-icon-blue {
  color: #2563eb;
}

.feature-title,
.info-card-title {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #292524;
}

.feature-description,
.info-card-description {
  color: #57534e;
  line-height: 1.6;
}

/* Alert/Education Card - targets .alert-mockup.alert-card */
.alert-card.alert-mockup {
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e7eb;
}

.alert-card .alert-mockup-header {
  border-radius: 1.5rem 1.5rem 0 0;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.alert-card .alert-mockup-icon {
  background: white;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2);
  color: #dc2626;
}

.alert-card .alert-mockup-heading {
  color: #1e293b;
  font-weight: 600;
}

.alert-card .alert-mockup-body {
  background: white;
  border-radius: 0 0 1.5rem 1.5rem;
}

.alert-card .alert-mockup-warning {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 1rem;
}

.alert-card .alert-mockup-protect {
  background: var(--warm-sage);
  border-radius: 1rem;
}

/* Stitch Chat Mockup - targets .recovery-visual.chat */
.chat {
  position: relative;
}

.chat::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--warm-peach);
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
  z-index: 0;
}

.chat::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 140px;
  height: 140px;
  background: var(--warm-sky);
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
  z-index: 0;
}

.chat .chat-mockup {
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e7eb;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.chat .chat-mockup-header {
  background: var(--theme-color);
  padding: 16px 20px;
}

.chat .chat-mockup-icon {
  background: rgba(255, 255, 255, 0.2);
}

.chat .chat-mockup-title {
  color: white;
  font-weight: 500;
}

.chat .chat-mockup-body {
  padding: 20px;
  background: #f8fafc;
}

.chat .chat-mockup-message {
  border-radius: 1rem;
  margin-bottom: 12px;
}

.chat .chat-mockup-message.bot {
  background: white;
  border: 1px solid #e5e7eb;
  border-bottom-left-radius: 4px;
}

.chat .chat-mockup-message.user {
  background: var(--theme-color);
  color: white;
  border-bottom-right-radius: 4px;
}

/* Stitch Privacy Section */
.privacy {
  text-align: center;
  padding: var(--space-16) 0;
}

.privacy .privacy-icons {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 48px;
}

.privacy .privacy-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.privacy .privacy-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.privacy .privacy-item:hover .privacy-icon {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.12);
  border-color: var(--warm-sage);
}

.privacy .privacy-icon svg {
  width: 36px;
  height: 36px;
  color: var(--theme-color);
}

.privacy .privacy-label {
  font-family: var(--font-sans);
  font-size: 1.125rem;
  font-weight: 500;
  color: #1e293b;
  text-align: center;
}

@media (max-width: 600px) {
  .privacy .privacy-icons {
    flex-direction: column;
    gap: 32px;
  }
}

/* Stitch Steps Section */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  padding-top: 32px; /* Space for overlapping number badges */
}

.step-card {
  background: white;
  border-radius: 1.5rem;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.12);
}

.step-card .step-number {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  background: var(--theme-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 1.5rem;
  font-weight: 700;
  margin: -56px auto 24px;
  box-shadow: 0 10px 30px -5px rgba(22, 101, 52, 0.3);
}

.step-card .step-title {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 12px;
}

.step-card .step-description {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .step-card {
    margin-top: 32px;
  }
}

/* Stitch Pricing Section - theme background */
/* ── ROI section — overlay reveal + graphical data ── */
.roi-section {
  background: #0F2137;
  padding: 60px 0 72px;
  position: relative;
  min-height: 0;
}

/* ── Overlay (initial state) ── */
.roi-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: #0F2137;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  transition: opacity 0.5s ease;
}
.roi-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.roi-overlay-inner {
  max-width: 700px;
  width: 100%;
  text-align: center;
}
.roi-overlay-heading {
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}
.roi-overlay-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 32px;
}
.rp-input-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin-bottom: 8px;
  text-align: left;
}
.roi-overlay-input-row {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.roi-overlay-input-row .rp-input {
  flex: 1;
}
.rp-input {
  width: 100%;
  padding: 14px 18px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.15s;
  box-sizing: border-box;
}
.rp-input::placeholder { color: #cbd5e1; font-weight: 400; }
.rp-input:focus { border-color: #0f172a; }
.roi-reveal-btn {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: #dc2626;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.roi-reveal-btn:hover { background: #b91c1c; }
.roi-enter-hint {
  display: block;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.35);
  margin-top: 10px;
}

/* ── Revealed data ── */
.roi-data {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.15s, transform 0.5s ease 0.15s;
  pointer-events: none;
}
.roi-data.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* ── 3-column stat layout ── */
.roi-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}
.roi-col {
  padding: 0 48px;
}
.roi-col:first-child {
  padding-left: 0;
}
.roi-col:nth-child(2) {
  border-left: 2px solid rgba(220,38,38,0.4);
}
.roi-col:last-child {
  padding-right: 0;
  border-left: 1px solid rgba(255,255,255,0.08);
}
.roi-col-but-tag {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #dc2626;
  margin-bottom: 10px;
}
.roi-col-num {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.roi-col-label {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.45;
  margin-top: 12px;
}
.roi-col-source {
  font-size: 0.62rem;
  color: rgba(255,255,255,0.2);
  margin-top: 8px;
  line-height: 1.35;
}

/* ── Dot matrix ── */
.roi-dot-grid {
  display: grid;
  grid-template-columns: repeat(10, 14px);
  gap: 4px;
  margin-top: 14px;
}
.roi-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  opacity: 0;
  transition: opacity 0.08s, background 0.08s;
}
.roi-dot.active { background: #dc2626; }
.roi-dot.visible { opacity: 1; }
.roi-dot-legend {
  display: flex;
  justify-content: space-between;
  width: 180px;
  margin-top: 8px;
  font-size: 0.62rem;
  color: rgba(255,255,255,0.25);
  line-height: 1.3;
}
.roi-dot-legend .dot-legend-active { color: rgba(255,255,255,0.55); }

.roi-adjust-btn {
  display: block;
  margin: 32px auto 0;
  background: none;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.5);
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.roi-adjust-btn:hover {
  border-color: rgba(255,255,255,0.45);
  color: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
  .roi-cols { grid-template-columns: 1fr; }
  .roi-col { padding: 24px 0; border-left: none !important; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .roi-col:first-child { padding-top: 0; }
  .roi-col:nth-child(2) { border-left: none !important; border-top: 2px solid rgba(220,38,38,0.4) !important; }
  .roi-col:last-child { border-bottom: none; padding-bottom: 0; }
  .roi-col-num { font-size: 2.4rem; }
}

.pricing {
  background: var(--warm-cream);
  padding: 96px 0;
}

.pricing .section-title { color: #0F2137; }
.pricing .section-description { color: #64748b; }

/* ── Solutions pricing card: slider + features ── */
.solutions-pricing-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.solutions-pricing-card {
  background: white;
  border-radius: 20px;
  border: 2px solid #0f172a;
  padding: 48px 56px;
  box-shadow: 0 10px 40px rgba(30,58,95,0.12);
  display: flex;
  gap: 56px;
  align-items: center;
}

/* Left: slider + price + CTA */
.spc-left {
  flex: 1;
}

.spc-slider-label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0F2137;
  margin-bottom: 18px;
}

.spc-slider-container {
  padding: 0 2px;
  margin-bottom: 6px;
}

.spc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.spc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #0f172a;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15,23,42,0.3);
  transition: transform 0.15s;
}

.spc-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }

.spc-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #0f172a;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.spc-slider-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 0 2px;
}

.spc-slider-labels span {
  font-size: 0.8125rem;
  color: #94a3b8;
  font-weight: 500;
}

.spc-price-display {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #e2e8f0;
  margin-bottom: 24px;
}

.spc-tier-label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.spc-price-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.spc-price {
  font-size: 2.75rem;
  font-weight: 700;
  color: #0F2137;
  line-height: 1;
  transition: opacity 0.12s ease;
}

.spc-price.spc-animating { opacity: 0; }

.spc-period {
  font-size: 1rem;
  font-weight: 500;
  color: #64748b;
}

.spc-price-note {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin-top: 6px;
}

.spc-price-monthly {
  font-size: 0.8125rem;
  color: #b0bec9;
  margin-top: 2px;
}

.spc-cta-btn {
  width: 100%;
  text-align: center;
  display: block;
}

.spc-no-cc {
  text-align: center;
  font-size: 0.8125rem;
  color: #94a3b8;
  margin-top: 10px;
}

/* Right: feature list */
.spc-right {
  flex: 1;
  border-left: 1px solid #e2e8f0;
  padding-left: 56px;
}

.spc-features-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
  margin-bottom: 28px;
}

.spc-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.spc-features li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 1rem;
  font-weight: 500;
  color: #1e293b;
  letter-spacing: -0.01em;
}

.spc-features li:first-child {
  border-top: 1px solid #f1f5f9;
}

.spc-features li svg {
  flex-shrink: 0;
  stroke: var(--theme-color);
}

@media (max-width: 760px) {
  .solutions-pricing-card {
    flex-direction: column;
    padding: 32px 24px;
    gap: 32px;
  }
  .spc-left { flex: none; width: 100%; }
  .spc-right {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e2e8f0;
    padding-top: 28px;
  }
  .spc-features { grid-template-columns: 1fr; }
}

/* =============================================
   SIGNUP SECTION - Dark Blue CTA Style
   Matches homepage cta-editorial styling
   ============================================= */
.signup {
  background: #4d96f4;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

/* Grain texture overlay */
.signup::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.12;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}

.signup .container {
  position: relative;
  z-index: 2;
}

/* ── /get-started CTA (replaces embedded form) ── */
.signup-cta-centered {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.signup-cta-centered h2 {
  font-family: var(--font-sans);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.signup-cta-centered > p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 28px;
}
.signup-cta-perks {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.signup-cta-perks span {
  color: rgba(255,255,255,0.7);
  font-size: 0.9375rem;
}

.signup .signup-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

/* Left side - text content */
.signup .signup-text h2 {
  font-family: var(--font-sans);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.signup .signup-text > p {
  font-size: 1.125rem;
  color: #cbd5e1;
  margin-bottom: 0;
  line-height: 1.6;
}

/* Feature checklist */
.signup .signup-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.signup .signup-features li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.signup .signup-features .feature-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup .signup-features .feature-icon svg {
  width: 16px;
  height: 16px;
  color: #10b981;
}

.signup .signup-features .feature-text {
  display: flex;
  flex-direction: column;
}

.signup .signup-features .feature-title {
  font-weight: 600;
  color: #ffffff;
  display: block;
}

.signup .signup-features .feature-desc {
  font-size: 0.875rem;
  color: #94a3b8;
}

/* Demo link at bottom */
.signup .signup-text > p:last-child {
  color: #94a3b8;
}

.signup .signup-text > p:last-child a {
  color: #60a5fa;
  font-weight: 500;
}

/* Right side - form card */
.signup .signup-form-card {
  background: white;
  border-radius: 1.5rem;
  padding: 40px;
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.3);
  position: relative;
}

.signup .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.signup .form-group {
  margin-bottom: 20px;
}

.signup .form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 8px;
}

.signup .form-group input,
.signup .form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: white;
}

.signup .form-group input:focus,
.signup .form-group select:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.signup .subdomain-input-wrapper {
  display: flex;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.signup .subdomain-input-wrapper input {
  border: none;
  border-radius: 0;
  flex: 1;
}

.signup .subdomain-input-wrapper .subdomain-suffix {
  background: #f8fafc;
  padding: 14px 16px;
  font-size: 0.875rem;
  color: #64748b;
  border-left: 1px solid #e5e7eb;
  white-space: nowrap;
}

.signup form button[type="submit"],
.signup .btn-submit {
  width: 100%;
  padding: 16px 24px;
  background: var(--theme-color);
  color: white;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.signup form button[type="submit"]:hover,
.signup .btn-submit:hover {
  background: var(--theme-color-dark);
}

.signup form button[type="submit"]:disabled,
.signup .btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Subdomain status */
.signup .subdomain-status {
  display: block;
  min-height: 20px;
  margin-top: 6px;
  font-size: 0.8125rem;
}

.signup .subdomain-status.success {
  color: #10b981;
}

.signup .subdomain-status.error {
  color: #ef4444;
}

.signup .subdomain-status.checking {
  color: #64748b;
}

/* Turnstile */
.signup .cf-turnstile {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}

/* Mobile responsive */
@media (max-width: 900px) {
  .signup {
    padding: 60px 0;
  }

  .signup .signup-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .signup .signup-text {
    text-align: center;
  }

  .signup .signup-features {
    gap: 12px;
    align-items: center;
  }

  .signup .signup-features li {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .signup .signup-features .feature-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }

  .signup .signup-features .feature-icon svg {
    width: 12px;
    height: 12px;
  }

  .signup .signup-features .feature-title {
    font-weight: 500;
    font-size: 0.9375rem;
    display: inline;
  }

  .signup .signup-features .feature-desc {
    display: none;
  }

  .signup .form-row {
    grid-template-columns: 1fr;
  }
}

/* Solutions pages mobile - hide hero image, fix form */
@media (max-width: 640px) {
  /* Shift hero down on mobile */
  .hero-two-col {
    padding-top: 60px;
  }

  /* Hide hero image on mobile */
  .hero-two-col .hero-visual {
    display: none;
  }

  /* Hide hero eyebrow pill on mobile */
  .hero-two-col .hero-eyebrow {
    display: none;
  }

  /* Remove background shape behind product showcase & widen mockup */
  .product-showcase-wrapper::before {
    display: none !important;
  }

  .product-showcase-wrapper {
    padding: 0;
  }

  .product-screenshot-container {
    max-width: 100%;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .signup .signup-form-card {
    padding: 24px 16px;
    margin: 0 -16px;
    border-radius: 1rem;
  }

  .signup .subdomain-input-wrapper {
    flex-direction: column;
    border-radius: 0.75rem;
  }

  .signup .subdomain-input-wrapper input {
    border-radius: 0.75rem 0.75rem 0 0;
    border: 1px solid #e5e7eb;
  }

  .signup .subdomain-input-wrapper .subdomain-suffix {
    border-left: none;
    border-top: 1px solid #e5e7eb;
    border-radius: 0 0 0.75rem 0.75rem;
    text-align: center;
  }
}

/* ===== LEARN SECTION BROWSER FRAME ===== */
/* Screenshot showcase container */
#learn .safety-center-showcase {
  position: relative;
  padding: 20px 0;
}

/* Override the grid layout from common.css for this section */
#learn .scam-tab-content.active {
  display: block;
  min-height: auto;
}

/* Browser frame wrapper for Learn section screenshots */
#learn .browser-frame {
  max-width: 1020px;
  margin: 0 auto;
  background: #f1f3f4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(48, 137, 217, 0.35);
  position: relative;
  z-index: 1;
}

#learn .browser-chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f1f3f4;
  border-bottom: 1px solid #e0e0e0;
}

#learn .browser-dots {
  display: flex;
  gap: 6px;
}

#learn .browser-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

#learn .browser-dots span:nth-child(1) { background: #ff5f57; }
#learn .browser-dots span:nth-child(2) { background: #ffbd2e; }
#learn .browser-dots span:nth-child(3) { background: #28ca42; }

#learn .browser-url-bar {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  color: #5f6368;
}

#learn .browser-frame .safety-center-screenshot {
  max-width: none;
  margin: 0;
  padding: 0 0 8px 0;
  position: relative;
  line-height: 0;
  background: #f1f3f4;
}

#learn .browser-frame .safety-center-screenshot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 8px 8px;
  margin: 0;
  padding: 0;
}

/* Safety center tabs styling for solutions pages */
#learn .safety-center-tabs {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* ===== WHY-GRID — 3-col merged stat + story cards ===== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-stat-number {
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--theme-color);
}
.why-stat-number.gold   { color: #d97706; }
.why-stat-number.blue   { color: #1d4ed8; }
.why-stat-number.mint   { color: #059669; }
.why-stat-number.purple { color: #7c3aed; }
.why-stat-label {
  color: rgba(255,255,255,0.80);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}
.why-stat-source {
  color: rgba(255,255,255,0.40);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.why-card-rule {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 20px 0;
}
@media (max-width: 768px) {
  .why-grid { grid-template-columns: 1fr; }
}

/* ===== WHY SCAMZERO — OUTCOMES BENTO SECTION ===== */
.outcomes-section {
  padding: 80px 0 100px;
  background: #0F2137;
}

.outcomes-section .section-header {
  text-align: center;
  margin-bottom: 56px;
}
.outcomes-section .section-title {
  color: #ffffff;
}
.outcomes-section .section-description {
  color: rgba(255,255,255,0.65);
}
.outcomes-section .why-stat-number {
  color: #ffffff;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}

/* Bento placement — 4 cards */
.outcomes-grid .outcomes-card:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
.outcomes-grid .outcomes-card:nth-child(2) { grid-column: 2 / 4; grid-row: 1; }
.outcomes-grid .outcomes-card:nth-child(3) { grid-column: 2; grid-row: 2; }
.outcomes-grid .outcomes-card:nth-child(4) { grid-column: 3; grid-row: 2; }

.outcomes-card {
  border-radius: 20px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}
@media (max-width: 640px) {
  .outcomes-section { padding: 48px 0 56px; }
  .outcomes-section .section-header { margin-bottom: 32px; }
  .why-grid { align-items: start; }
  .outcomes-card {
    padding: 20px 24px;
    min-height: unset;
    height: auto;
    border-radius: 14px;
  }
  .outcomes-section .why-stat-number,
  .why-stat-number { font-size: 2rem; margin-bottom: 6px; }
  .why-stat-label { font-size: 0.8125rem; }
  .why-stat-source { font-size: 0.625rem; }
}

.outcomes-card-purple,
.outcomes-card-pink,
.outcomes-card-yellow,
.outcomes-card-green,
.outcomes-card-blue,
.outcomes-card-amber,
.outcomes-card-sky,
.outcomes-card-teal,
.outcomes-card-red    { background: rgba(255,255,255,0.07); }

.outcomes-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}

.outcomes-illustration svg { width: 100%; height: auto; }

/* Card 1: illustration centered via flex */
.outcomes-grid .outcomes-card:nth-child(1) .outcomes-title { order: 1; }
.outcomes-grid .outcomes-card:nth-child(1) .outcomes-illustration {
  order: 2;
  flex: 1;
  min-height: 180px;
}
.outcomes-grid .outcomes-card:nth-child(1) .outcomes-illustration svg { max-width: 240px; }
.outcomes-grid .outcomes-card:nth-child(1) .outcomes-body { order: 3; }

/* Card 2: illustration bleeds from TOP-RIGHT corner */
.outcomes-grid .outcomes-card:nth-child(2) .outcomes-illustration {
  position: absolute;
  top: -10px; right: -10px;
  width: 42%; height: calc(100% + 10px);
}
.outcomes-grid .outcomes-card:nth-child(2) .outcomes-illustration svg { width: 100%; height: 100%; max-width: none; }
.outcomes-grid .outcomes-card:nth-child(2) .outcomes-title,
.outcomes-grid .outcomes-card:nth-child(2) .outcomes-body { max-width: 56%; position: relative; z-index: 1; }

/* Card 3: illustration in BOTTOM-RIGHT corner */
.outcomes-grid .outcomes-card:nth-child(3) .outcomes-illustration {
  position: absolute;
  bottom: -10px; right: 20px;
  width: 52%; height: 50%;
}
.outcomes-grid .outcomes-card:nth-child(3) .outcomes-illustration svg { width: 100%; height: 100%; max-width: none; }
.outcomes-grid .outcomes-card:nth-child(3) .outcomes-title,
.outcomes-grid .outcomes-card:nth-child(3) .outcomes-body { position: relative; z-index: 1; }

/* Card 4: illustration fills TOP edge-to-edge */
.outcomes-grid .outcomes-card:nth-child(4) { padding-top: 140px; }
.outcomes-grid .outcomes-card:nth-child(4) .outcomes-illustration {
  position: absolute;
  top: 0; left: 0; right: 0; height: 120px;
}
.outcomes-grid .outcomes-card:nth-child(4) .outcomes-illustration svg { width: 100%; height: 100%; max-width: none; }
.outcomes-grid .outcomes-card:nth-child(4) .outcomes-title,
.outcomes-grid .outcomes-card:nth-child(4) .outcomes-body { position: relative; z-index: 1; }

.outcomes-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px 0;
}

.outcomes-body {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 900px) {
  .outcomes-grid {
    grid-template-columns: 1fr 1fr;
  }
  .outcomes-grid .outcomes-card:nth-child(1) { grid-column: 1 / 3; grid-row: auto; }
  .outcomes-grid .outcomes-card:nth-child(2) { grid-column: 1 / 3; grid-row: auto; }
  .outcomes-grid .outcomes-card:nth-child(3) { grid-column: 1; grid-row: auto; }
  .outcomes-grid .outcomes-card:nth-child(4) { grid-column: 2; grid-row: auto; }
  .outcomes-grid .outcomes-card:nth-child(3) .outcomes-illustration,
  .outcomes-grid .outcomes-card:nth-child(4) .outcomes-illustration { display: none; }
  .outcomes-grid .outcomes-card:nth-child(4) { padding-top: 36px; }
}

@media (max-width: 600px) {
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcomes-grid .outcomes-card:nth-child(n) { grid-column: 1; grid-row: auto; }
  .outcomes-grid .outcomes-card:nth-child(2) .outcomes-illustration { display: none; }
  .outcomes-grid .outcomes-card:nth-child(2) .outcomes-title,
  .outcomes-grid .outcomes-card:nth-child(2) .outcomes-body { max-width: 100%; }
  .outcomes-card { padding: 28px; }
}

/* ── Program Phases — Alternating Side-by-Side Layout ── */
.phases-alt-stack {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.phases-alt-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.phases-alt-visual {
  border-radius: 24px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phases-alt-visual--before { background: #fffbeb; }
.phases-alt-visual--during { background: #eff6ff; }
.phases-alt-visual--after  { background: #f0fdf4; }

.phases-alt-icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phases-alt-icon-wrap--before { background: #fde68a; color: #b45309; }
.phases-alt-icon-wrap--during { background: #bfdbfe; color: #1d4ed8; }
.phases-alt-icon-wrap--after  { background: #bbf7d0; color: #15803d; }

.phases-alt-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 100px;
  border: 1.5px solid;
  margin-bottom: 18px;
}

.phases-alt-badge--before { color: #92400e; background: #fffbeb; border-color: #fbbf24; }
.phases-alt-badge--during { color: #1e40af; background: #eff6ff; border-color: #60a5fa; }
.phases-alt-badge--after  { color: #166534; background: #f0fdf4; border-color: #4ade80; }

.phases-alt-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.phases-alt-body {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .phases-alt-stack { gap: 24px; }
  .phases-alt-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .phases-alt-row--flip .phases-alt-text { order: 2; }
  .phases-alt-row--flip .phases-alt-visual { order: 1; }
  .phases-alt-visual { min-height: 200px; }
  .phases-alt-icon-wrap { width: 96px; height: 96px; border-radius: 24px; }
  .phases-alt-title { font-size: 1.375rem; }
}

/* ── Value Proof Section ── */
.value-proof-section { padding: var(--space-20) var(--space-6); }

.value-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 48px auto 0;
}

.value-proof-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.value-proof-stat {
  font-size: 3rem;
  font-weight: 800;
  color: var(--theme-color-accent);
  line-height: 1;
  letter-spacing: -0.03em;
}

.value-proof-label {
  font-size: 0.975rem;
  color: #334155;
  line-height: 1.55;
  margin: 0;
}

.value-proof-source {
  font-size: 0.775rem;
  color: #94a3b8;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: auto;
}

@media (max-width: 900px) {
  .value-proof-grid { grid-template-columns: 1fr; gap: 16px; }
  .value-proof-stat { font-size: 2.5rem; }
}

/* ── Briefing Showcase (reused from platform.html) ── */
.briefing-showcase-section { padding: 96px 0; }
.briefing-showcase-centered {
  text-align: center;
  margin: 0 auto 56px;
}
.briefing-showcase-card-wrap {
  position: relative;
  max-width: 72%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .briefing-showcase-card-wrap { max-width: 92%; }
}
@media (max-width: 640px) {
  .briefing-showcase-card-wrap {
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }
  .briefing-showcase-card-wrap .briefing-card-preview { border-radius: 0; }
  .briefing-card-preview { aspect-ratio: 4 / 3; }
  .briefing-card-preview-content { padding: 28px 24px; }
  .briefing-card-preview-title { font-size: 1.15rem; max-width: none; }
}
.briefing-showcase-glow {
  position: absolute;
  inset: -80px;
  background: radial-gradient(ellipse at center, rgba(37,99,235,0.22) 0%, transparent 65%);
  filter: blur(32px);
  pointer-events: none;
  z-index: 0;
}
.briefing-showcase-card-wrap .briefing-card-preview {
  position: relative;
  z-index: 1;
}
.briefing-card-preview {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.briefing-card-preview-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.5);
}
.briefing-card-preview-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  gap: 16px;
}
.briefing-card-preview-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 5px 14px;
}
.briefing-card-preview-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  max-width: 400px;
}
.briefing-card-preview-cta {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}

/* ── Split Protect Section (reused from platform.html) ── */
.split-protect-section { padding: 96px 0 0; background: var(--warm-cream); }
.split-protect-panels {
  display: flex;
  width: 100%;
  min-height: 490px;
  position: relative;
  margin-top: 64px;
}
.split-protect-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 72px;
  position: relative;
}
.split-protect-panel--left  { background: #dbeafe; }
.split-protect-panel--right { background: #eff6ff; }
.split-protect-panels::before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(50% - 46px); /* starts at top edge of ScamZero circle */
  bottom: 0;
  width: 4px;
  background: var(--theme-color-accent);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.split-protect-content { max-width: 400px; }
.spp-icon {
  width: 64px;
  height: 64px;
  background: var(--theme-color-accent);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  flex-shrink: 0;
}
.spp-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 14px;
}
.spp-rule {
  width: 44px;
  height: 3px;
  background: var(--theme-color-accent);
  border-radius: 2px;
  margin-bottom: 22px;
}
.spp-tagline {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e3a5f;
  line-height: 1.4;
  margin-bottom: 16px;
}
.spp-body {
  font-size: 1rem;
  color: #334155;
  line-height: 1.75;
  margin-bottom: 28px;
}
.spp-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spp-list li {
  font-size: 0.875rem;
  color: #334155;
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}
.spp-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--theme-color-accent);
  opacity: 0.65;
}
.spp-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--theme-color-accent);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}
.spp-cta:hover { border-bottom-color: var(--theme-color-accent); }
.split-protect-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid var(--theme-color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(37,112,184,0.1);
  pointer-events: none;
}
@media (max-width: 768px) {
  .split-protect-panels {
    flex-direction: column;
    min-height: auto;
    margin-top: 40px;
    position: relative;
  }
  .split-protect-panels::before { display: none; }
  .split-protect-section { padding: 64px 0 0; }
  .split-protect-section .section-title { white-space: normal; }
  .spp-connector { display: none; }

  /* Row layout */
  .split-protect-panel {
    padding: 28px 24px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .split-protect-panel--left {
    border-radius: 20px 20px 0 0;
  }
  .split-protect-panel--right {
    border-radius: 0 0 20px 20px;
  }

  /* Hide DOM logo on mobile */
  .split-protect-logo { display: none; }

  /* Plus badge pinned to bottom-center of left panel */
  .split-protect-panel--left {
    overflow: visible;
  }
  .split-protect-panel--left::after {
    content: '+';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background: #fff;
    border: 2px solid rgba(37, 99, 235, 0.2);
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--theme-color-accent);
    line-height: 32px;
    text-align: center;
    z-index: 10;
  }
  .split-protect-content {
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 2px;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  .spp-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: 0;
    align-self: center;
  }
  .spp-icon svg { width: 24px; height: 24px; }
  .spp-name {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.05rem;
    margin-bottom: 0;
  }
  .spp-tagline {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: 0;
  }
  .spp-rule { display: none; }
  .spp-body, .spp-list, .spp-cta { display: none; }
}

/* ── SPP → Steps connector ── */
.spp-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--warm-cream);
  padding: 0;
}
.spp-connector-line {
  width: 4px;
  height: 140px;
  background: var(--theme-color-accent);
}
.spp-connector-arrow {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid var(--theme-color-accent);
}

/* ===== ACCESSIBILITY: Reduced Motion ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ===================================================================
   SECTIONS FROM PLATFORM — added so solution pages match platform UX
   =================================================================== */

/* ── Integration Section ── */
.integration-section {
  padding: 96px var(--space-6);
  background: var(--color-navy-800);
}
.integration-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}
.integration-section .integration-content { display: block; }
.integration-content .section-title { color: #ffffff; }
.integration-content .section-description { color: rgba(255, 255, 255, 0.65); }
.integration-content .section-description a { color: var(--color-blue-300); text-decoration: underline; }
.integration-content .section-description a:hover { color: var(--color-blue-200); }
@media (max-width: 768px) {
  .integration-wrapper { grid-template-columns: 1fr; }
  .integration-content { text-align: center; }
}

/* ── Integration Checklist Cards ── */
.integration-checklist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checklist-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 28px;
  background: var(--color-navy-700, #1e293b);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}
.checklist-checkbox {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  border-radius: 10px;
  color: white;
}
.checklist-content h3,
.checklist-content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.checklist-content p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .checklist-card { padding: 20px 24px; }
  .checklist-checkbox { width: 40px; height: 40px; }
  .checklist-content h3, .checklist-content h4 { font-size: 1rem; }
  .checklist-content p { font-size: 0.875rem; }
}

/* ── Scam Tracking Section ── */
.scam-tracking-section { padding: 96px 0; }

/* ── Safety Center Section ── */
.safety-center-section { padding: 96px 0; }

/* ── Platform Tech / Insights Cards ── */
.platform-tech-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.platform-tech-card {
  border-radius: 16px;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #2563eb;
}
.platform-tech-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-gray-900, #111827);
  margin: 0 0 8px;
}
.platform-tech-card p:last-child {
  font-size: 0.95rem;
  color: var(--color-gray-600, #4b5563);
  line-height: 1.6;
  margin: 0;
}
/* Stat-forward card elements */
.ptc-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}
.ptc-stat-number {
  font-size: 2.75rem;
  font-weight: 800;
  color: #1e3a5f;
  letter-spacing: -0.03em;
  line-height: 1;
}
.ptc-stat-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ptc-divider {
  width: 36px;
  height: 2px;
  background: #2563eb;
  border-radius: 2px;
  margin-bottom: 20px;
}
.platform-insights-section { padding: 96px 0; }
@media (max-width: 900px) {
  .platform-tech-cards { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 640px) {
  .platform-tech-cards {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 0 20px 12px;
    margin-top: 24px;
    scrollbar-width: none;
  }
  .platform-tech-cards::-webkit-scrollbar { display: none; }
  .platform-tech-card {
    flex: 0 0 80%;
    scroll-snap-align: start;
    min-width: 0;
    width: auto;
  }
}

/* ── Safety Center Alternating Layout (phase-chat-wrap, phases-alt-layout) ── */
.phase-chat-wrap .chat-avatar-img { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(255,255,255,0.3); }
.phase-chat-wrap .chat-avatar-img img { width: 100%; height: 100%; object-fit: cover; }
.phase-chat-wrap .chat-profile { flex: 1; }
.phase-chat-wrap .chat-name { font-weight: 600; font-size: 1rem; }
.phase-chat-wrap .chat-status { font-size: 0.75rem; opacity: 0.85; }
.phase-chat-wrap .chat-timestamp { text-align: center; font-size: 0.75rem; color: #94a3b8; margin-bottom: 16px; }
.phase-chat-wrap .chat-bubble { background: white; padding: 12px 16px; border-radius: 18px 18px 18px 4px; font-size: 0.9375rem; line-height: 1.5; color: #1e293b; margin-bottom: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.phase-chat-wrap .chat-bubble strong { color: #db2777; font-weight: 600; }
.phase-chat-wrap .chat-action { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.phase-chat-wrap .chat-action-x { background: #f1f5f9; color: #64748b; }
.phase-chat-wrap .chat-action-heart { background: #ec4899; color: white; }

.phases-alt-layout { display: flex; flex-direction: column; gap: 80px; margin-top: 64px; }
.phase-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.phase-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.phase-num-box {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; background: var(--theme-color-accent); color: #fff;
  font-size: 0.88rem; font-weight: 800; border-radius: 8px; flex-shrink: 0;
}
.phase-stage-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--theme-color-accent);
}
.phase-step-title { font-size: 1.5rem; font-weight: 700; color: #0f172a; line-height: 1.3; margin-bottom: 14px; }
.phase-step-body { font-size: 0.975rem; color: #64748b; line-height: 1.8; }
.phase-image-side { display: flex; justify-content: center; width: 100%; }
@media (max-width: 900px) {
  .phase-row { display: flex; flex-direction: column; gap: 32px; }
  .phases-alt-layout { gap: 56px; margin-top: 40px; }
  .phase-row .phase-text-side { order: 1; }
  .phase-row .phase-image-side { order: 2; max-width: 75%; margin: 0 auto; }
}
.phase-tabs { display: none; }

@media (max-width: 640px) {
  /* Tab bar */
  .phase-tabs {
    display: flex;
    gap: 8px;
    margin-top: 28px;
    margin-bottom: 0;
  }
  .phase-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 8px;
    background: white;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
  }
  .phase-tab.active {
    border-color: var(--theme-color-accent);
    background: #eff6ff;
  }
  .phase-tab-num {
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--theme-color-accent);
    letter-spacing: 0.05em;
  }
  .phase-tab-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    line-height: 1.2;
  }
  .phase-tab.active .phase-tab-label { color: #1e40af; }

  /* Phase content */
  .phases-alt-layout {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    overflow: visible;
    padding: 0;
  }
  .phase-row {
    display: none;
    flex-direction: column;
    gap: 0;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px;
    margin-top: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  .phase-row.active { display: flex; }
  .phase-row .phase-image-side { display: none; }
  .phase-row .phase-text-side { order: 1; }
}

/* ── Scam News Feed ── */
.scam-news-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}
.snc-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 14px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.snc-thumb {
  width: 100%;
  height: 160px;
  flex-shrink: 0;
  overflow: hidden;
}
.snc-thumb svg { width: 100%; height: 100%; display: block; }
.snc-body {
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
}
.snc-outlet {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #3b82f6;
  margin-bottom: 0.4rem;
}
.snc-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  margin-bottom: 0.6rem;
}
.snc-headline {
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.45;
  color: #111827;
  margin: 0;
}
@media (max-width: 900px) {
  .scam-news-feed { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .scam-news-feed {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    min-width: 0;
  }
  .snc-card {
    flex: 0 0 80%;
    scroll-snap-align: start;
    min-width: 0;
  }
}

/* ── Process Step Badge ── */
.process-step-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--theme-color-accent);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

/* ─── Phase Section Card Sizing ─────────────────────────────────────────────── */
.phases-alt-layout .phase-image-side .scam-preview-card { max-width: 420px; height: 560px; min-height: 0; }
.phases-alt-layout .phase-image-side .chat-mockup { max-width: 420px; height: 560px; }
.phases-alt-layout .scam-preview-chat-footer { padding: 14px 20px; }

/* Phase 01/03 initial hidden states (JS animates these in) */
.p01-bubble { opacity: 0; transform: translateY(8px); }
.p03-msg { opacity: 0; transform: translateY(6px); }

/* Phase 01 verdict panel */
.phase01-verdict { margin: 0 12px 8px; background: #fef2f2; border: 1.5px solid #fca5a5; border-radius: 10px; padding: 10px 14px; opacity: 0; transform: translateY(8px); }
.phase01-verdict .verdict-head { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 0.8rem; color: #dc2626; margin-bottom: 2px; }
.phase01-verdict .verdict-head svg { stroke: #dc2626; flex-shrink: 0; }
.phase01-verdict .verdict-note { font-size: 0.72rem; color: #94a3b8; margin: 0; }

/* Phase 02 — portal-style Romance Scams deep dive tile */
.edu-romance-tile-wrap { width: 100%; display: flex; justify-content: center; }
.edu-romance-tile { width: 100%; max-width: 420px; height: 560px; box-shadow: 0 4px 6px rgba(0,0,0,0.10), 0 12px 24px rgba(0,0,0,0.15); }
.scam-series-tile { position: relative; overflow: hidden; border-radius: 1.5rem; aspect-ratio: 3 / 4; }
.scam-series-tile-svg { position: absolute; inset: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding-bottom: 5rem; }
.scam-series-tile-svg svg { width: 72%; height: auto; }
.scam-series-tile-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 20%, transparent 38%); }
.scam-series-tile-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; color: white; }
.scam-series-tile-badge { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.625rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.scam-series-tile-title { font-size: 1.4rem; font-weight: 800; line-height: 1.2; margin: 0 0 0.5rem; color: white; }
.scam-series-tile-desc { font-size: 0.9rem; color: rgba(255,255,255,0.75); margin: 0; line-height: 1.4; }

/* Phase 03 recovery plan */
.phase03-plan { background: #f0fdf4; border: 1.5px solid #86efac; border-radius: 10px; padding: 12px 14px; opacity: 0; transform: translateY(8px); }
.phase03-plan .plan-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #16a34a; margin-bottom: 8px; }
.phase03-plan ol { margin: 0; padding-left: 16px; display: flex; flex-direction: column; gap: 4px; }
.phase03-plan li { font-size: 0.8rem; color: #374151; line-height: 1.45; }
