.hero-centered .hero-centered-description { max-width: 720px; }
@media (max-width: 767px) { .hiw-title-br { display: none; } }
.hiw-part-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 1rem;
}
.hiw-objections {
  display: flex;
  flex-direction: column;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto;
}
.hiw-objection-item {
  padding: 24px 28px;
  border-bottom: 1.5px solid #e2e8f0;
}
.hiw-objection-item:last-child { border-bottom: none; }
.hiw-objection-q {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
.hiw-objection-a {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}
.sw-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .sw-steps { grid-template-columns: 1fr; gap: 16px; }
}
.resident-journey { max-width: 1040px; margin: 0 auto; position: relative; }
.resident-journey::before { content: ''; position: absolute; left: 32px; transform: translateX(-50%); top: 22px; bottom: 22px; width: 2px; background: #e2e8f0; pointer-events: none; }
.rj-step { display: grid; grid-template-columns: 64px 1fr 380px; gap: 48px; padding: 88px 0; align-items: start; position: relative; }
.rj-step:first-child { padding-top: 0; }
.rj-step:last-child { padding-bottom: 0; }
.rj-step-left { display: flex; flex-direction: column; align-items: center; align-self: stretch; position: relative; z-index: 1; }
.rj-step-num { width: 44px; height: 44px; border-radius: 50%; background: #eff6ff; border: 2px solid #bfdbfe; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700; color: #2563eb; flex-shrink: 0; transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease; }
.rj-step-num.is-active { background: #2563eb; border-color: #2563eb; color: #fff; box-shadow: 0 0 0 7px rgba(37,99,235,0.12); }
.rj-step-line { display: none; }
.rj-step-text { display: flex; flex-direction: column; max-width: 390px; }
.rj-step-label { font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #2563eb; margin-bottom: 6px; }
.rj-step-title { font-size: 1.625rem; font-weight: 700; color: #0f172a; line-height: 1.3; margin: 0 0 10px; }
.rj-step-body { font-size: 0.9375rem; color: #64748b; line-height: 1.75; margin: 0; }
.rj-step-visual { display: flex; flex-direction: column; align-items: center; }
@media (max-width: 900px) {
  .rj-step { grid-template-columns: 48px 1fr; gap: 24px; padding: 56px 0; }
  .rj-step:first-child { padding-top: 0; }
  .resident-journey::before { left: 24px; }
  .rj-step-visual { grid-column: 2; margin-top: 24px; }
  .rj-step-title { font-size: 1.125rem; }
}
@media (max-width: 560px) {
  .rj-step { grid-template-columns: 40px 1fr; gap: 16px; padding: 32px 0; }
  .rj-step-visual { grid-column: 1 / -1; overflow: hidden; margin-top: 8px; }
  .edu-carousel-wrap, .edu-carousel-wrap .rj-accent-wrap { width: 100%; max-width: 100%; }
  .edu-carousel { width: 100%; max-width: 100%; height: auto; aspect-ratio: 3 / 4; }
  .rj-step-visual .scam-preview-card,
  .rj-chat-scaler .chat-mockup,
  .sim-results { max-width: 100%; width: 100%; }
}
/* Simulated results card (Step 02 visual) */
.sim-results { background: white; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.08), 0 0 0 1px #e2e8f0; overflow: hidden; position: relative; display: flex; flex-direction: column; }
.sim-results::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 60%; pointer-events: none; z-index: 0; background: radial-gradient(ellipse 120% 80% at 50% -10%, rgba(239,68,68,0.18) 0%, rgba(239,68,68,0.05) 50%, transparent 80%); }
.sim-topbar { position: absolute; top: 14px; right: 14px; z-index: 2; }
.sim-share-icon { width: 36px; height: 36px; border-radius: 50%; background: #3b82f6; border: none; display: flex; align-items: center; justify-content: center; cursor: default; box-shadow: 0 2px 6px rgba(59,130,246,0.3); }
.sim-header { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 40px 24px 28px; position: relative; z-index: 1; }
.sim-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; background: rgba(239,68,68,0.12); }
.sim-title { font-size: 1.375rem; font-weight: 700; color: #0f172a; margin: 0 0 10px; letter-spacing: -0.02em; line-height: 1.2; }
.sim-summary { font-size: 0.875rem; color: #64748b; line-height: 1.65; margin: 0; }
.sim-grid-wrapper { padding: 0 20px 20px; position: relative; z-index: 1; }
.sim-findings { display: flex; flex-direction: column; gap: 8px; }
.sim-finding { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px; border: 1px solid #e2e8f0; background: white; }
.sim-finding.sim-finding-issue { border-color: #fbbf24; background: #fffbeb; }
.sim-finding-icon { flex-shrink: 0; color: #94a3b8; }
.sim-finding.sim-finding-issue .sim-finding-icon { color: #d97706; }
.sim-finding-label { font-size: 0.6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: #94a3b8; min-width: 72px; }
.sim-finding.sim-finding-issue .sim-finding-label { color: #92400e; }
.sim-finding-val { font-size: 0.9375rem; font-weight: 700; color: #0f172a; flex: 1; }
.sim-finding-badge { flex-shrink: 0; font-size: 0.6875rem; font-weight: 600; padding: 3px 8px; border-radius: 5px; white-space: nowrap; }
.sim-badge-warn { background: rgba(245,158,11,0.12); color: #d97706; }
.sim-badge-safe { background: rgba(16,185,129,0.1); color: #059669; }
.sim-footer { background: #f8fafc; border-top: 1px solid #e2e8f0; padding: 20px 24px; position: relative; z-index: 1; }
.sim-recommendation { display: flex; gap: 14px; align-items: flex-start; }
.sim-rec-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(239,68,68,0.1); display: flex; align-items: center; justify-content: center; }
.sim-rec-text h3 { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #dc2626; margin: 0 0 5px; }
.sim-rec-text p { font-size: 13px; line-height: 1.55; color: #475569; margin: 0; }
.sim-rec-tip { font-size: 12px; color: #64748b; margin-top: 6px; font-style: italic; }
/* Step 01 chat — centered, constrained to column */
.rj-step-visual .phase-chat-wrap { display: flex; justify-content: center; }
.rj-step-visual .scam-preview-card { max-width: 380px; }
/* Step 04 chat — centered, constrained to column */
.rj-step-visual-04 { display: flex; justify-content: center; }
.rj-chat-scaler { display: flex; justify-content: center; }
.rj-chat-scaler .chat-mockup { max-width: 380px; }
/* Accent wrap — colored glow shadow per step */
.rj-accent-wrap { display: flex; justify-content: center; }
.rj-accent-wrap.accent-blue > * { box-shadow: 0 8px 40px rgba(37,99,235,0.22), 0 2px 8px rgba(0,0,0,0.06); }
.rj-accent-wrap.accent-rose > * { box-shadow: 0 8px 40px rgba(239,68,68,0.2), 0 2px 8px rgba(0,0,0,0.06); }
.rj-accent-wrap.accent-purple > * { box-shadow: 0 8px 40px rgba(139,92,246,0.22), 0 2px 8px rgba(0,0,0,0.06); }
.rj-accent-wrap.accent-green > * { box-shadow: 0 8px 40px rgba(34,197,94,0.2), 0 2px 8px rgba(0,0,0,0.06); }
/* Step 03 — animated tile carousel */
.edu-carousel-wrap { display: flex; justify-content: center; width: 100%; }
.edu-carousel-wrap .rj-accent-wrap { width: 420px; max-width: 100%; }
.edu-carousel { position: relative; width: 420px; max-width: 100%; height: 560px; border-radius: 16px; overflow: hidden; }
.edu-carousel .scam-series-tile { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: unset; border-radius: 0; opacity: 0; transition: opacity 0.6s ease; }
.edu-carousel .scam-series-tile.edu-active { opacity: 1; }
/* Dark hero */
.hero-split { background: #0f172a; }
.hero-split-inner { padding: 96px 48px 96px 0; }
.hero-split-content .hero-title { color: #ffffff; }
.hero-split-content .hero-title .text-accent-blue { color: #60a5fa; }
.hero-split-content .hero-centered-description { color: #94a3b8; }
.hero-split-image { flex: 0 0 420px; width: 420px; }
.hero-video-wrap { position: relative; z-index: 1; width: 100%; height: 100%; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.12); }
.hero-video-wrap iframe { border: none; width: 100%; height: 100%; display: block; }
@media (max-width: 1024px) { .hero-split-inner { padding: 72px 32px 72px 0; } .hero-split-image { flex: 0 0 340px; width: 340px; } }
@media (max-width: 768px) { .hero-split-inner { padding: 64px 20px 60px; } }
